Jump to content

Can't compile SVN development version any more


Player of 0AD
 Share

Recommended Posts

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

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...