Player of 0AD Posted August 5, 2022 Report Share Posted August 5, 2022 Hello, when I try to update my SVN development version I get errors now. OS Linux. I tried svn cleanup right before. Could anybody help me? @Nobbi Output of make -j3: ==== Building mocks_real (release) ==== ==== Building network (release) ==== ==== Building rlinterface (release) ==== ==== Building tinygettext (release) ==== ==== Building lobby (release) ==== ==== Building glooxwrapper (release) ==== ==== Building simulation2 (release) ==== ==== Building scriptinterface (release) ==== ==== Building engine (release) ==== ==== Building graphics (release) ==== GameView.cpp LOSTexture.cpp MiniMapTexture.cpp DebugRenderer.cpp SceneRenderer.cpp ShadowMap.cpp Linking graphics ==== Building atlas (release) ==== ActorViewer.cpp MapHandlers.cpp Linking atlas ==== Building gui (release) ==== CMiniMap.cpp Linking gui ==== Building lowlevel (release) ==== ==== Building gladwrapper (release) ==== ==== Building mongoose (release) ==== ==== Building Collada (release) ==== ==== Building pyrogenesis (release) ==== Linking pyrogenesis ^N==== Building mocks_test (release) ==== ==== Building AtlasObject (release) ==== ==== Building AtlasUI (release) ==== PickWaterHeight.cpp Object.cpp cc1plus: error: one or more PCH files were found, but they were invalid cc1plus: error: use -Winvalid-pch for more information cc1plus: error: one or more PCH files were found, but they were invalid cc1plus: error: use -Winvalid-pch for more information cc1plus: fatal error: obj/AtlasUI_Release/precompiled.h: Datei oder Verzeichnis nicht gefunden cc1plus: fatal error: obj/AtlasUI_Release/precompiled.h: Datei oder Verzeichnis nicht gefunden compilation terminated. compilation terminated. make[1]: *** [AtlasUI.make:324: obj/AtlasUI_Release/Object.o] Fehler 1 make[1]: *** Auf noch nicht beendete Prozesse wird gewartet … make[1]: *** [AtlasUI.make:363: obj/AtlasUI_Release/PickWaterHeight.o] Fehler 1 make: *** [Makefile:181: AtlasUI] Fehler 2 Quote Link to comment Share on other sites More sharing options...
vladislavbelov Posted August 5, 2022 Report Share Posted August 5, 2022 Did you try to run clean-workspaces.sh and then run update-workspaces.sh again? 1 Quote Link to comment Share on other sites More sharing options...
Player of 0AD Posted August 5, 2022 Author Report Share Posted August 5, 2022 Just now, vladislavbelov said: Did you try to run clean-workspaces.sh and then run update-workspaces.sh again? Ty. Not yet Btw the game works, maybe just something in atlas doesnt work, dont know. Quote Link to comment Share on other sites More sharing options...
Stan` Posted August 5, 2022 Report Share Posted August 5, 2022 You just need to make clean before make -j3 1 Quote Link to comment Share on other sites More sharing options...
Yekaterina Posted August 5, 2022 Report Share Posted August 5, 2022 The Atlas failing to build might be due to a lack of certain dependencies. If Atlas refuses to work, you can add a flag --disable-atlas while using update-workspaces.sh or make. Quote Link to comment Share on other sites More sharing options...
Stan` Posted August 5, 2022 Report Share Posted August 5, 2022 Just now, Sevda said: The Atlas failing to build might be due to a lack of certain dependencies. If Atlas refuses to work, you can add a flag --disable-atlas while using update-workspaces.sh or make. In this case no. It's clearly PCH which needs make clean. Too many changes since he last built. 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.