Fork me on GitHub

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - NemesisFS

Pages: [1]
1
Support / Error building latest Version on Debian
« on: July 23, 2011, 04:13:21 pm »
Hi
im trying to build the latest mineserver version and encounter this error:
Code: [Select]
> make all
Scanning dependencies of target mineserver
[  1%] Building CXX object CMakeFiles/mineserver.dir/src/lighting.cpp.o
In file included from /root/mineserver/src/user.h:39,
                 from /root/mineserver/src/chunkmap.h:41,
                 from /root/mineserver/src/lighting.h:33,
                 from /root/mineserver/src/lighting.cpp:28:
/usr/include/event.h:214: error: expected ';' before '*' token
/usr/include/event.h:215: error: expected ';' before '*' token
/usr/include/event.h:292: error: expected constructor, destructor, or type conversion before '*' token
make[2]: *** [CMakeFiles/mineserver.dir/src/lighting.cpp.o] Error 1
make[1]: *** [CMakeFiles/mineserver.dir/all] Error 2
make: *** [all] Error 2

i hope you can help me, i dont know how to fix that...

Pages: [1]