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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Genode-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to