Changes between Initial Version and Version 1 of Ticket #5157, comment 6


Ignore:
Timestamp:
May 30, 2018, 7:03:40 PM (6 years ago)
Author:
Andy Alt

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5157, comment 6

    initial v1  
    1717}}}
    1818
     19The second build fails.
     20
     21The error is actually different from the one posted above
     22
     23{{{
     24Linking ActorEditor
     25==== Building cxxtestroot (release) ====
     26Generating test root file
     27/home/andy/src/0ad_svn/libraries/source/cxxtest-4.4/bin/cxxtestgen --root  --include=precompiled.h --include=lib/external_libraries/libsdl.h --runner=ErrorPrinter -o /home/andy/src/0ad_svn/source/test_root.cpp
     28==== Building test (release) ====
     29Generating test_AtlasObjectXML.cpp
     30test_root.cpp
     31cc1plus: error: one or more PCH files were found, but they were invalid
     32cc1plus: error: use -Winvalid-pch for more information
     33cc1plus: fatal error: obj/test_Release/precompiled.h: No such file or directory
     34compilation terminated.
     35test.make:1600: recipe for target 'obj/test_Release/test_root.o' failed
     36make[1]: *** [obj/test_Release/test_root.o] Error 1
     37make[1]: *** Waiting for unfinished jobs....
     38Makefile:188: recipe for target 'test' failed
     39make: *** [test] Error 2
     40}}}
     41
     42I'm on Debian 9 with g++ 6.3
     43
    1944I assume omitting the -j5 isn't relevant, but omitting the --disable-atlas is.