Almin Posted February 29, 2012 Report Share Posted February 29, 2012 (edited) Am I (always) the only one with errors during compilation?SmoothElevation.cppEngineScriptConversions.cppMessageTypeConversions.cppScriptComponent.cppPaintTerrain.cppStdSerializer.cppAlterElevation.cppFillTerrain.cppStdDeserializer.cppLinking graphicsISerializer.cppPlaceObject.cppActorViewerTool.cppIDeserializer.cppTransformObject.cppHashSerializer.cppBinarySerializer.cppMiscState.cppTools.cppBrushes.cpp../../../source/simulation2/serialization/BinarySerializer.cpp: In Elementfunktion »void CBinarySerializerScriptImpl::HandleScriptVal(jsval)«:../../../source/simulation2/serialization/BinarySerializer.cpp:149:15: Fehler: »const wchar_t [10]« kann nicht nach »const jschar* {aka const short unsigned int*}« in Zuweisung umgewandelt werdenObjectSettings.cppmake[1]: *** [obj/simulation2_Release/BinarySerializer.o] Fehler 1make: *** [simulation2] Fehler 2make: *** Warte auf noch nicht beendete Prozesse...Linking AtlasUIedit:Just for the case that it might help somehow: Revision 11111 from 2012-02-21 did work, so the mistake must happened between then and 11203(today) Edited March 1, 2012 by Almin Quote Link to comment Share on other sites More sharing options...
quantumstate Posted February 29, 2012 Report Share Posted February 29, 2012 Thanks for reporting this. The error was created in 11199. This will be fixed fairly soon, it was due to a difference in string handling between linux and widows. Quote Link to comment Share on other sites More sharing options...
howlingflute Posted February 29, 2012 Report Share Posted February 29, 2012 (edited) I had this same problem but the easy fix is to run ./clean-workspaces.sh and then ./update-workspaces.sh after. This will clean out your old builds and so the resulting compile will take much longer but the build should workNever mind had different issue Edited February 29, 2012 by howlingflute Quote Link to comment Share on other sites More sharing options...
historic_bruno Posted February 29, 2012 Report Share Posted February 29, 2012 Thanks for reporting this Fixed in r11207 Quote Link to comment Share on other sites More sharing options...
Almin Posted March 1, 2012 Author Report Share Posted March 1, 2012 Thanks for reporting this. The error was created in 11199. This will be fixed fairly soon, it was due to a difference in string handling between linux and widows.Thanks for reporting this Fixed in r11207Linking testRunning 258 tests..................................................................................................................................................................................................................................................................OK! I still wonder how you can find an error with that little information in that time, but however I've got a new wish:We DEFINITELY need a new smiley for the forum-users to state how totally in love we are with all the people invited in this project, as declarations of love are becoming boring with the time, don't they? And furthermore I no longer know what to write once again. You guys are just incredible! [sOLVED] Quote Link to comment Share on other sites More sharing options...
quantumstate Posted March 1, 2012 Report Share Posted March 1, 2012 I still wonder how you can find an error with that little information in that time.The problem affected all Linux builds and since people on the team are compiling daily it was pretty easy to spot where the problem was. I was told about it on irc and so I just repeated it here (plus my own build was broken). Quote Link to comment Share on other sites More sharing options...
historic_bruno Posted March 1, 2012 Report Share Posted March 1, 2012 Build errors and crashes are very bad, so we try to fix those as soon as possible Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.