Discussion:
[asio-users] Comp crash, now I forget how to reinstall ASIO =20 I have "boost 1.48.0 with asio" and "asio 1.48 without boost".=A0 I do = not know how to build asio.
unknown
1970-01-01 00:00:00 UTC
Permalink
Matt


-----Original Message-----
From: Jim Sager
Sent: Fri 3/16/2012 5:05 PM
To: asio-***@lists.sourceforge.net
Subject: Re: [asio-users] Comp crash, now I forget how to reinstall ASIO

I have "boost 1.48.0 with asio" and "asio 1.48 without boost".  I do not know how to build asio.


This page: http://www.boost.org/doc/display_build.php/boost-build/boost-build/doc/html/bbv2/installation.html
Says to get boost.build from the official website.

However on the Download, there is no bootstrap.bat available.
I tried the Nightly Build, and it is there, but gives me the following error:


C:\boost-build>bootstrap
Bootstrapping the build engine
'cl' is not recognized as an internal or external command,
operable program or batch file.


Is there just a temporary mistake on the boost.build site maybe?



________________________________
From: "Gruenke, Matt"
To: Jim Sager; asio-***@lists.sourceforge.net
Sent: Friday, March 16, 2012 2:49 AM
Subject: Re: [asio-users] Comp crash, now I forget how to reinstall ASIO


Did you mean boost
1.48.0?  It already includes asio.  I'd advise updating your code to
use the Boost version.  Some namespace aliases might help you do this with
minimal changes.
 
As it's been ages since I've done anything
with it on mingw, I'm not of much use on that end.
 
 
Matt

 

________________________________

From: Jim Sager
Sent: Fri 3/16/2012 1:31
AM
To: asio-***@lists.sourceforge.net
Subject: [asio-users] Comp crash, now I forget how to reinstall ASIO


Hello,

I have some cool C/C++ code for a server for a 3d video fighter game, and a
Flash(AS3) Server.
The problem is I can't work on this code anymore since ASIO is no longer
installed on my computer

I downloaded ASIO 1.4.8 and Boost 1.4.8

I put boost in c:/boost
I put asio in c:/asio

I went into asio and did ./configure in MSYS for MINGW:

I got: Can't find boost headers. Please check the location of the
boost
distribution and rerun configure using the --with-boost=DIR
option.

I tried: ./configure --with-boost=c:/boost

I got the same message: Can't find boost headers. Please check the location
of the boost
distribution and rerun configure using the --with-boost=DIR
option.

Is there any help for a guy who can code with ASIO, but doesn't understand
how to compile the thing anymore?

,Jim

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
asio-users mailing list
asio-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/asio-users
_______________________________________________
Using Asio? List your project at
http://think-async.com/Asio/WhoIsUsingAsio


------_=_NextPart_001_01CD03B9.ADAAD3A6
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>RE: [asio-users] Comp crash, now I forget how to reinstall ASIO</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>cl is the Microsoft Visual Studio compiler.&nbsp; If you want to build under MinGW, there must be some step you're missing, because it doesn't seem to recognize that's what you're trying to do.&nbsp; Refer to the boost users' list, for problems or questions building/obtaining/using boost for MinGW.<BR>
<BR>
BTW, forget about the separate ASIO release.&nbsp; Just use the one that comes with boost, unless there's some reason you can't.&nbsp; Also, the latest release of Boost is 1.49.&nbsp;
Loading...