MegaGlest Forum

Archives (read only) => Glest Advanced Engine => Bug reports => Topic started by: John.d.h on 14 April 2011, 06:52:43

Title: [fixed] "make" error with git master
Post by: John.d.h on 14 April 2011, 06:52:43
Code: [Select]
Log of git pull
Thu Apr 14 02:14:27 2011

Already up-to-date.

Thu Apr 14 02:14:29 2011
----------------
Log of cmake -DGAE_DATA_DIR=/home/john/glestae_git/data/game -DGAE_USE_PHYSFS=ON ..
Thu Apr 14 02:14:29 2011

-- Could NOT find Doxygen  (missing:  DOXYGEN_EXECUTABLE)
-- disabled doc
-- Configuring done
-- Generating done
-- Build files have been written to: /home/john/glestae_git/build

Thu Apr 14 02:14:31 2011
----------------
Log of make
Thu Apr 14 02:14:31 2011

[ 30%] Built target shared_lib
[ 30%] Building CXX object source/game/CMakeFiles/glestadv.dir/ai/gaia.cpp.o
In file included from /home/john/glestae_git/source/game/gui/user_interface.h:17,
                 from /home/john/glestae_git/source/game/game/game.h:19,
                 from /home/john/glestae_git/source/game/world/sim_interface.h:14,
                 from /home/john/glestae_git/source/game/ai/gaia.cpp:12:
/home/john/glestae_git/source/game/gui/display.h:119: error: default argument for parameter of type ‘Shared::Math::Vec2i&’ has type ‘Shared::Math::Vec2i’
make[2]: *** [source/game/CMakeFiles/glestadv.dir/ai/gaia.cpp.o] Error 1
make[1]: *** [source/game/CMakeFiles/glestadv.dir/all] Error 2
make: *** [all] Error 2
make died with exit status 2

Thu Apr 14 02:14:40 2011
----------------

Linux Mint 32-bit
Title: Re: "make" error with git master
Post by: hailstone on 14 April 2011, 08:29:28
I think I fixed it. Try again.
Title: Re: "make" error with git master
Post by: John.d.h on 14 April 2011, 09:30:26
Indeed you did.  Thanks. :thumbup: