I am not making any code or build changes yet, the people in charge need to make a decision on how they will handle that oficially before I will make any changes.
lpc@lpc-VirtualBox:~/Desktop/Villages/build$ make [ 1%] Building CXX object CMakeFiles/Villages.dir/src/main.cpp.o In file included from /home/lpc/Desktop/Villages/includes/sdl/SDL_config.h:42:0, from /home/lpc/Desktop/Villages/includes/sdl/SDL_stdinc.h:30, from /home/lpc/Desktop/Villages/includes/sdl/SDL_main.h:26, from /home/lpc/Desktop/Villages/includes/sdl/SDL.h:30, from /home/lpc/Desktop/Villages/src/main.cpp:4: /home/lpc/Desktop/Villages/includes/sdl/SDL_config_minimal.h:38:22: error: conflicting declaration ‘typedef unsigned int size_t’ /usr/lib/gcc/x86_64-linux-gnu/4.6/include/stddef.h:212:23: error: ‘size_t’ has a previous declaration as ‘typedef long unsigned int size_t’ make[2]: *** [CMakeFiles/Villages.dir/src/main.cpp.o] Error 1 make[1]: *** [CMakeFiles/Villages.dir/all] Error 2 make: *** [all] Error 2
Also yes it is a 64 bit vm please see above. It will work on a 32 bit host os, however your pc must meet the system requirments for virtualbox. Also you may need to edit the settings of the vm.
rwhwilliam
I am not making any code or build changes yet, the people in charge need to make a decision on how they will handle that oficially before I will make any changes.
forthevin
What is it that causes the code to not be possible to compile on ubuntu?
Do note that I got it to run...
Stupid physics making it so we cant store more data on a drive then the drive can handle... pashiit
I summoned a dragon slayer and the game froze soon as he spawned :O
italo
Farm Taken Over = Works
rwhwilliam
lpc@lpc-VirtualBox:~/Desktop/Villages/build$ make
[ 1%] Building CXX object CMakeFiles/Villages.dir/src/main.cpp.o
In file included from /home/lpc/Desktop/Villages/includes/sdl/SDL_config.h:42:0,
from /home/lpc/Desktop/Villages/includes/sdl/SDL_stdinc.h:30,
from /home/lpc/Desktop/Villages/includes/sdl/SDL_main.h:26,
from /home/lpc/Desktop/Villages/includes/sdl/SDL.h:30,
from /home/lpc/Desktop/Villages/src/main.cpp:4:
/home/lpc/Desktop/Villages/includes/sdl/SDL_config_minimal.h:38:22: error: conflicting declaration ‘typedef unsigned int size_t’
/usr/lib/gcc/x86_64-linux-gnu/4.6/include/stddef.h:212:23: error: ‘size_t’ has a previous declaration as ‘typedef long unsigned int size_t’
make[2]: *** [CMakeFiles/Villages.dir/src/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/Villages.dir/all] Error 2
make: *** [all] Error 2
Also yes it is a 64 bit vm please see above. It will work on a 32 bit host os, however your pc must meet the system requirments for virtualbox. Also you may need to edit the settings of the vm.
xhrit
Even with unix endlines it still gives errors:
make[2]: *** No rule to make target `.deps/xwindow.Po'. Stop.
cemkalyoncu
Trouble in Libreland = Works
(Built it as 32 bit)
cemkalyoncu
The errors I am getting are: http://codepad.org/9KFsBX6c
CaptainJet
Archer Man = Works, run with ruby not ./ README is wrong
Pages