log build/linux2-config.py @ 697:ecaa4d98f05f tip

age author description
Wed, 08 Jun 2011 03:08:58 +0000 vtchill This commit is to back port a fix in 0.3.3 dev branch to the current trunk. Adding boost_system as a required dependency as boost_filesystem is dependent on it. On linux distros with newer versions of gcc FIFE is failing to configure properly without boost_system in the lib list. [t:540]
Mon, 22 Nov 2010 10:02:14 +0000 chewie - fixed fedora hack
Tue, 09 Nov 2010 15:46:04 +0000 prock * FIFE now builds on Fedora
Tue, 28 Sep 2010 17:43:36 +0000 prock Removing libpng from ext and removed the libpng build command from the ext
Sat, 20 Feb 2010 21:41:43 +0000 vtchill another fix to the build system, the current way we check for lib dependencies do not handle lowercase vs. uppercase name differences correctly when using pkg-config. The only lib dependency that currently has this is Xcursor, so i removed the lowercase version so that "Xcursor" will be the only one that is searched for.
Wed, 27 Jan 2010 15:58:49 +0000 prock Adding the correct header in a lot of files. Also made a small change to the CHANGES file by adding the 0.3.1 section.
Mon, 11 Jan 2010 23:34:52 +0000 vtchill bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.