--
You received this message because you are subscribed to the Google Groups "garglk-dev" group.
To post to this group, send email to gargl...@googlegroups.com.
To unsubscribe from this group, send email to garglk-dev+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/garglk-dev?hl=en.
I use Boost Jam, and get the same problem on both a 32-bit and a 64-bit system.
$ rpm -qi boost-jam
Name : boost-jam Relocations: (not relocatable)
Version : 3.1.18 Vendor: openSUSE
Release : 4.1 Build Date: fr. 18. feb. 2011 kl. 22.29 +0100
Install Date: la. 03. sep. 2011 kl. 10.15 +0200 Build Host: build31
Group : Development/Tools/Building Source RPM: boost-jam-3.1.18-4.1.src.rpm
Size : 203769 License: BSD3c
Signature : RSA/8, fr. 18. feb. 2011 kl. 22.29 +0100, Key ID b88b2fd43dbdc284
Packager : http://bugs.opensuse.org
URL : http://www.boost.org/
Summary : An Enhanced Make Replacement
Description :
Boost Jam is a build tool based on FTJam, which in turn is based on
Perforce Jam. It contains significant improvements made to facilitate
its use in the Boost Build System, but should be backward compatible
with Perforce Jam.
Authors:
--------
Perforce Jam : Cristopher Seiwald
FT Jam : David Turner
Boost Jam : David Abrahams
Distribution: openSUSE 11.4
--
Karl Ove Hufthammer
OK. I’ll try. (Might take some time, though, as there aren’t any openSUSE
packages for these jam version.)
--
Karl
Turned out it was quite easy to compile and install ftjam (using Boost Jam).
ftjam *did* work, with no error messages, and the Treaty of Babel support
seems to work, as the game metadata is displayed in the title bar.
--
Karl Ove Hufthammer
http://huftis.org/
Jabber: ka...@huftis.org
The version in openSUSE mostly works, and does compile *almost* all of
Gargoyle. It only stops on the ‘missing’ treaty.h file,
error: Could not find parent for project at '.'
error: Did not find Jamfile.jam or Jamroot.jam in any parent directory.
I also get an error message when running bjam:
Unable to load Boost.Build: could not find "boost-build.jam"
---------------------------------------------------------------
Attempted search from /home/huftis/utvikling/gargoyle up to the root
and in these directories from BOOST_BUILD_PATH and BOOST_ROOT:
/usr/share/boost-build.
Please consult the documentation at 'http://www.boost.org'.
But running jam (which is symlinked to *the same* file as bjam) works.
Strange.
--
Karl Ove Hufthammer