r1463 linux compilation fail - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: r1463 linux compilation fail (/thread-879.html) |
r1463 linux compilation fail - tonibm19 - 05-10-2013 The compilation fails: http://ci.berboe.co.uk/job/MCServer%20Linux-x86-64/394/ RE: r1463 linux compilation fail - NiLSPACE - 05-10-2013 oh god i didn't do something wrong right? ;O RE: r1463 linux compilation fail - tonibm19 - 05-10-2013 (05-10-2013, 12:57 AM)STR_Warrior Wrote: oh god i didn't do something wrong right? ;OMaybe is an error of the bearbin's server or something like. I will try to compile it on my server RE: r1463 linux compilation fail - NiLSPACE - 05-10-2013 (05-10-2013, 12:59 AM)tonibm19 Wrote: Maybe is an error of the bearbin's server or something like. I will try to compile it on my server i'm also trying it now realy weird if it doesn't becouse it worked for me. RE: r1463 linux compilation fail - inhavk - 05-10-2013 (05-10-2013, 12:59 AM)tonibm19 Wrote:(05-10-2013, 12:57 AM)STR_Warrior Wrote: oh god i didn't do something wrong right? ;OMaybe is an error of the bearbin's server or something like. No. I too received an error. RE: r1463 linux compilation fail - NiLSPACE - 05-10-2013 yea i got it now to. i'l see what i can do to fix it. ah ok so this is what happened: TortoiseSVN first didn't let me commit the changes and then it created a new file with the old bindings.cpp and the new(my) bindings.cpp and then compared them. and you can gues it: it was called bindings.cpp Hopefully fixed in r1464 http://ci.berboe.co.uk/job/MCServer%20Linux-x86-64/395/ RE: r1463 linux compilation fail - xoft - 05-10-2013 Yup, that's called a svn conflict and it happens when two people touch the same file in the same place at the same moment (or don't update the file they're editting). With Bindings.cpp, it's just easier to delete the file altogether and let the AllToLua generate a new file. RE: r1463 linux compilation fail - tonibm19 - 05-10-2013 Thanks for fix |