From: Christian P. <chr...@ge...> - 2014-04-18 10:42:22
|
Hello, On 18.04.2014 09:25, longjks wrote: > Library stdcxx > COMPILE allocator-inst.o > /home/android/longjks_new/genode-13.08_longjks/libports/contrib/stdcxx-4.7.2/src/c++98/allocator-inst.cc:30:18: fatal error: > memory: No such file or directory > compilation terminated. > make[3]: *** [allocator-inst.o] Error 1 > make[2]: *** [stdcxx.lib] Error 2 > make[1]: *** [gen_deps_and_build_targets] Error 2 > make[1]: Leaving directory `/home/android/longjks_new/genode-13.08_longjks/build.linux_x86' > Error: Genode build failed > make: *** [run/qt5] Error 252 > > I can see the error caused by the source code below: > #include <memory> > > what is this "memory"? where can i found this "memory"? "memory" is a header file of the C++ standard library and supposed to be located at 'libports/include/stdcxx/std/memory'. If it is not there, try running 'make prepare' in the 'libports' directory. Christian |