blorck80 Posted April 11, 2021 Share Posted April 11, 2021 Hello, I'm have recently learn the C++ language and I want to contribute to the 0 ad developement. But when I try to run update-workspaces.sh, I have always the same error : Makefile:270: recipe for target 'output/debug/FCollada/FCollada.o' failed make: *** [output/debug/FCollada/FCollada.o] Error 1 make: *** Attente des tâches non terminées.... Makefile:270: recipe for target 'output/debug/FCollada/FColladaPlugin.o' failed make: *** [output/debug/FCollada/FColladaPlugin.o] Error 1 ./build.sh: 28: ./build.sh: die: not found ERROR: FCollada build failed ... I have downloading the O ad folder with Git and SVN, but this does not change. I hope I wasn’t wrong when I post this message here, if not, don’t hesitate to tell me, I am happy to learn For information, I have Ubuntu 18.04.5. Thanks for your help ! PS : sorry for the bad english I'm French... full_output 1 Link to comment Share on other sites More sharing options...
Stan` Posted April 11, 2021 Share Posted April 11, 2021 Looks like a bug with gcc. What version do you have ? Link to comment Share on other sites More sharing options...
nwtour Posted April 11, 2021 Share Posted April 11, 2021 Quote error: 'char16_t' does not name a type Look like compiler do not support c++11. You can try to force:CXXFLAGS="-std=c++11" ./build/workspace/update-workspace.sh Link to comment Share on other sites More sharing options...
blorck80 Posted April 11, 2021 Author Share Posted April 11, 2021 Thanks for the reply. When I run gcc-v I get gcc version 5.5.0 (Homebrew GCC 5.5.0_7) . Link to comment Share on other sites More sharing options...
Stan` Posted April 11, 2021 Share Posted April 11, 2021 You need GCC >= 7 or Clang Link to comment Share on other sites More sharing options...
blorck80 Posted April 14, 2021 Author Share Posted April 14, 2021 thanks a lot ! I have now gcc 8 and everything works perfectly ! Do I have to move this topic to solved ? Link to comment Share on other sites More sharing options...
Loki1950 Posted April 14, 2021 Share Posted April 14, 2021 2 hours ago, blorck80 said: Do I have to move this topic to solved ? Not mandatory but only you have the permissions to edit your posts(admins can but mostly they are occupied) it's just adding solved to the topic title and it does make searching easier. Enjoy the Choice Link to comment Share on other sites More sharing options...
blorck80 Posted April 15, 2021 Author Share Posted April 15, 2021 I would be happy to edit my post, but I searched for a long time and I didn’t find... I'm really sorry Link to comment Share on other sites More sharing options...
Stan` Posted April 15, 2021 Share Posted April 15, 2021 Did it for you Link to comment Share on other sites More sharing options...
blorck80 Posted April 15, 2021 Author Share Posted April 15, 2021 thank you so much ! ! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now