While running cmake the following errormessage occurs:
....
[ 18%] Building CXX object source/CMakeFiles/vavoom.dir/am_map.o
In Datei, eingef
Thu, 13 Aug 2009 10:05:32
zwuckel
Sorry i mean make, not cmake
Thu, 13 Aug 2009 15:13:49
mnk
I think you've also meant r4064.
Looks, like a dependency and an additional rule was not added to source/CMakeLists.txt
to make use of that new utility - updaterevision.
Also, I wonder if there's a way to change that tool to make it use something other than
tempnam while staying portable, to prevent that linking warning.
And on semi-related note: those files in utils/updaterevision should have
svn:eol-style set.
Thu, 13 Aug 2009 19:07:26
Firebrand
Yep, I forgot to update CMakeList.txt, I can't work on it ATM, but you could try with an older revision, this doesn't really affect anything but the version number of the engine <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->.
Sat, 15 Aug 2009 00:14:19
Firebrand
Fixed the compiling error, let me know if it works fine now <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->.