Re: [Luacpp-devel] use case for luacpp: iof command line util [was: Re: developers needed...]
Brought to you by:
schoenborno
From: Oliver S. <oli...@ut...> - 2006-07-17 15:23:59
|
Marty Landman wrote: > At 01:08 AM 7/5/2006, Oliver Schoenborn wrote: > >>> At 10:16 PM 6/28/2006, Oliver Schoenborn wrote: >>> >>> >>>> Download the latest distrib from www.sf.net/projects/iof. Try to >>>> build the iof_test.exe test. Note that you don't need to use MS >>>> Visual Studio, you can use straight g++ from cygwin or mingw, or use >>>> dev-c++ (use google to find these). If you use Visual Studio there is >>>> a project file in the test folder, iof_test.sln. >>>> >>> Oliver this is giving me trouble >>> > > [snip] > > >> The problem is that for building the test suite you must install >> boost (www.boost.org). >> Iof itself doesn't require boost, but test does. >> > > I may be getting even more confused here. If I understand the boost > install instructions the first thing I need do is install boost.jam > > http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941 > > is the link to downloads for boost.jam, but I gather none of these > are going to be suitable for my Win XP workstation? > > How would you suggest I proceed? > > The ntx86.zip file is the one to use. It just contains bjam.exe, which you would run from a Command shell (or msys/mingw shell if you have that installed). Oliver |