Author Topic: [fixed] "make" error with git master  (Read 978 times)

John.d.h

  • Moderator
  • Airship
  • ********
  • Posts: 3,757
  • I have to go now. My planet needs me.
    • View Profile
[fixed] "make" error with git master
« 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
« Last Edit: 14 April 2011, 09:30:43 by John.d.h »

hailstone

  • Local Moderator
  • Battle Machine
  • ********
  • Posts: 1,568
    • View Profile
Re: "make" error with git master
« Reply #1 on: 14 April 2011, 08:29:28 »
I think I fixed it. Try again.
Glest Advanced Engine - Admin/Programmer
https://sourceforge.net/projects/glestae/

John.d.h

  • Moderator
  • Airship
  • ********
  • Posts: 3,757
  • I have to go now. My planet needs me.
    • View Profile
Re: "make" error with git master
« Reply #2 on: 14 April 2011, 09:30:26 »
Indeed you did.  Thanks. :thumbup: