TUD-OS / NRE

NOVA runtime environment (official branch)
GNU General Public License v2.0
33 stars 12 forks source link

Compile errors on 265e9a #29

Closed fbq closed 11 years ago

fbq commented 11 years ago

It seems some file is missing

Working with x86_32 in release mode Building NRE and NOVA with 8 jobs... scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... LD build/x86_32-release/apps/unittests/unittests CXX build/x86_32-release/apps/vancouver/ConsoleBackend.o CXX build/x86_32-release/apps/vancouver/Logging.o In file included from apps/vancouver/ConsoleBackend.cc:22:0: apps/vancouver/ConsoleBackend.h:19:25: fatal error: nul/message.h: No such file or directory compilation terminated. CXX build/x86_32-release/apps/vancouver/Timeouts.o apps/vancouver/Logging.cc:17:29: fatal error: service/logging.h: No such file or directory compilation terminated. CXX build/x86_32-release/apps/vancouver/VCPUBackend.o apps/vancouver/Timeouts.cc:21:29: fatal error: service/profile.h: No such file or directory compilation terminated. In file included from apps/vancouver/VCPUBackend.cc:18:0: apps/vancouver/VCPUBackend.h:31:29: fatal error: nul/motherboard.h: No such file or directory compilation terminated. CXX build/x86_32-release/apps/vancouver/Vancouver.o apps/vancouver/Vancouver.cc:26:29: fatal error: nul/motherboard.h: No such file or directory compilation terminated. CXX build/x86_32-release/apps/vmmng/RunningVMList.o scons: * [build/x86_32-release/apps/vancouver/ConsoleBackend.o] Error 1 CXX build/x86_32-release/apps/vmmng/VMConfig.o scons: * [build/x86_32-release/apps/vancouver/Logging.o] Error 1 scons: * [build/x86_32-release/apps/vancouver/Timeouts.o] Error 1 scons: * [build/x86_32-release/apps/vancouver/VCPUBackend.o] Error 1 scons: *\ [build/x86_32-release/apps/vancouver/Vancouver.o] Error 1 scons: building terminated because of errors.

fbq commented 11 years ago

My apology, I didn't notice build progress's change.