Failure to Compile - r1233. - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: Failure to Compile - r1233. (/thread-818.html) |
Failure to Compile - r1233. - RattyDAVE - 03-02-2013 Looks like the latest release (r1233) has "issues". Had no problem with previous releases. Running.... svn checkout http://mc-server.googlecode.com/svn/trunk/ mc-server-read-only cd mc-server-read-only make I get... /usr/bin/g++ -s -ggdb -g -D_DEBUG -c -I. -Isource -Isource/md5 -IWebServer -Isource/items -Isource/blocks -Itolua++-1.0.93/src/lib -Ilua-5.1.4/src -Izlib-1.2.7 -IiniFile -Itolua++-1.0.93/include -Ijsoncpp-src-0.5.0/include -Ijsoncpp-src-0.5.0/src/lib_json source/BlockID.cpp -o build/debug/source/BlockID.o In file included from source/Globals.h:224:0, from source/BlockID.cpp:6: source/ChunkDef.h:529:27: error: template argument 1 is invalid source/ChunkDef.h:534:27: error: template argument 1 is invalid make: *** [build/debug/source/BlockID.o] Error 1 RE: Failure to Compile - r1233. - xoft - 03-02-2013 Hmm, I didn't check my commits with gcc. I'll have a look when I get home. Sorry. RE: Failure to Compile - r1233. - RattyDAVE - 03-02-2013 The way i see it is if I want cutting edge then I have put up with some things that are not quite right. Also I think you would rather be told when things don't work. Anyway not a problem! RE: Failure to Compile - r1233. - xoft - 03-03-2013 Should be fixed in rev 1234. Exactly right. Things like this happen; the earlier you let me know, the earlier I can fix it. RE: Failure to Compile - r1233. - RattyDAVE - 03-03-2013 r1235 seems to be going well. (Small request... Buttons please! you have leavers working... Feel free to ignore me tho) |