Cuberite Forum
Failed compile in revision 1395. - 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: Failed compile in revision 1395. (/thread-859.html)



Failed compile in revision 1395. - RattyDAVE - 04-19-2013

Look like revision 1395 has some issues when I try and compile.



Checked out revision 1395.
/usr/bin/g++ -s -g -O3 -DNDEBUG -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 -Iexpat source/World.cpp -o build/release/source/World.o
source/World.cpp: In member function ‘void cWorld::DoExplosiontAt(float, int, int, int)’:
source/World.cpp:725:72: error: taking address of temporary [-fpermissive]
source/World.cpp:726:72: error: taking address of temporary [-fpermissive]
source/World.cpp:727:72: error: taking address of temporary [-fpermissive]
source/World.cpp:728:72: error: taking address of temporary [-fpermissive]
source/World.cpp:729:72: error: taking address of temporary [-fpermissive]
source/World.cpp:730:72: error: taking address of temporary [-fpermissive]
source/World.cpp:731:72: error: taking address of temporary [-fpermissive]
source/World.cpp:732:72: error: taking address of temporary [-fpermissive]
make: *** [build/release/source/World.o] Error 1


RE: Failed compile in revision 1395. - xoft - 04-19-2013

I'll fix that


RE: Failed compile in revision 1395. - RattyDAVE - 04-19-2013

No prob!.


RE: Failed compile in revision 1395. - xoft - 04-19-2013

Should be fixed in rev 1397


RESOLVED - RE: Failed compile in revision 1395. - RattyDAVE - 04-19-2013

(04-19-2013, 06:33 PM)xoft Wrote: Should be fixed in rev 1397

Just compiled revision 1397.

ALL FINE.

Thank you.