From: Foster T. B. <fbr...@ad...> - 2006-10-17 17:30:49
|
Hi Jacob, On Oct 17, 2006, at 9:37a, Jacob Foshee wrote: > Thanks for all the tips! Leconv worked like a charm. After that I =20= > realized I didn't have the latest version, so decided to try the =20 > all-in-one asl_1.0.20_net_setup.bat. The batch file was more =20 > sophisticated than I expected and it worked very well. > > I did run into a couple problems once the build got started, =20 > though. First, I am using VC8 (Visual Studio 2005). I modified =20 > build.bat as follows: > if EXIST "%ProgramFiles%\Microsoft Visual Studio .NET 2003\VC7\" ( > set BOOST_JAM_TOOLSET_ROOT=3D%ProgramFiles%\Microsoft Visual =20 > Studio .NET 2003\VC7\ > set VC71_ROOT=3D%BOOST_JAM_TOOLSET_ROOT% > set BOOST_JAM_TOOLSET=3Dvc71 > set TOOLS=3Dvc71 > ) > > if EXIST "%ProgramFiles%\Microsoft Visual Studio 8\VC\" ( > set BOOST_JAM_TOOLSET_ROOT=3D%ProgramFiles%\Microsoft Visual =20 > Studio 8\VC\ > set VC80_ROOT=3D%BOOST_JAM_TOOLSET_ROOT% > set BOOST_JAM_TOOLSET=3Dvc80 > set TOOLS=3Dvc80 > ) > I am not too familiar with bjam, but it seemed to work ok, aside =20 > from a few incorrect references to VC7 in the output. Yes, we have had this problem presented to us before. Hopefully with =20 the next release of ASL we will have this batch file updated so users =20= can have one (or both) IDEs installed. > Second, the build had some problems with spaces in the path. If =20 > you like, I can try to track down exactly where it got tripped up. =20= > It worked fine once I moved it to a location w/out spaces. Yes, if you can nail this down please file it as a bug report on the =20 sourceforge.net page. > I also tried the IDE files and I built Begin from the vcproj with =20 > no problems. How do you guys generate the IDE files? Are you =20 > familiar with CMake? We are using CMake for our build here, so I =20 > will likely be working on CMake files that pull ASL into our =20 > application. We have the vcproj files hand-made at this point due to the fact that =20= we make heavy use of vsprops files to put our settings external to =20 the vc projects themselves. We haven't played with CMake before. Blessings, Foster > Thanks! > Jacob > > > > > On 10/16/06, Peter K=C3=BCmmel <syn...@gm...> wrote: > > Sean Parent wrote: > > >> I installed Patch (& I think I got all the dependencies) from > > >> GnuWin32. But, Patch crashes, and I assume it has to do with the > > >> line-ending issue. Do I just need to fix line endings in the =20 > patch > > >> file? Or all of Boost? What do you recommend? Should I run =20 > Patch on > > >> a Linux box then copy it back over to Windows? > > >> > > > > I recommend to use cygwin for standard unix command: > > patch, diff, cvs, svn ... > > > > Peter > > > ----------------------------------------------------------------------=20= > --- > Using Tomcat but need to do more? Need to support web services, =20 > security? > Get stuff done quickly with pre-integrated technology to make your =20 > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache =20 > Geronimo > http://sel.as-us.falkag.net/sel?=20 > cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D121642________________________= ______=20 > _________________ > Adobe-source-devel mailing list > Ado...@li... > https://lists.sourceforge.net/lists/listinfo/adobe-source-devel -- Foster T. Brereton <=E1=BC=B0=CF=87=CE=B8=CF=8D=CF=82>< = Romans =20 3:21-26 A d o b e S o f t w a r e T e c h n o l o g y L a b "What 99 percent of programmers need to know is not how to build =20 components but how to use them." -- Alexander Stepanov "Now we have very simple code and the meaning is perfectly clear. =20 Drink the Kool-Aid" -- Sean Parent |