Re: [Super-tux-devel] Can't compile with boostjam?
Brought to you by:
wkendrick
From: Niklas B. <nik...@te...> - 2006-05-23 17:34:07
|
On Tuesday 23 May 2006 12:37, Shriramana Sharma wrote: > I downloaded the SVN version of SuperTux and installed the required > libraries. When I try jam I get: > > Error: You can't use boostjam for this build. > > Why can't I use boostjam and what is the workaround? Can anyone tell me > please. Thanks. Because you're trying to use Boost.Jam instead of jam. This is Boost.Jam that you are trying to use: http://www.boost.org/tools/build/jam_src/index.html While this is the make replacement that supertux uses: http://www.perforce.com/jam/jam.html Download and install jam and use that instead, it should work all right. Good luck. /Niklas |