faical194 / limbo-android

Automatically exported from code.google.com/p/limbo-android
GNU General Public License v2.0
0 stars 0 forks source link

Compilation fails at stdlib.h when including memory.h #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run make as in the instructions in the README file.
2. Compilation fails.
3.

What is the expected output? What do you see instead?
Should compile without a warning instead it sources memory.h in the qemu 
directory.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ideal2i...@gmail.com on 4 Oct 2012 at 1:59

GoogleCodeExporter commented 8 years ago
Workaround:
Comment out line in stdlib.h temporarily and recompile (I know it's ugly but 
works for now)
//#include memory.h

Original comment by ideal2i...@gmail.com on 4 Oct 2012 at 2:02

GoogleCodeExporter commented 8 years ago

Original comment by ideal2i...@gmail.com on 6 Oct 2012 at 8:25

GoogleCodeExporter commented 8 years ago
This issue was resolved in one of the last merges.
The trunk now has a 'include-fixed' library that contains a fixed version of 
stdlib.

So, this issue can be marked as resolved.

Original comment by luna.sta...@gmail.com on 26 Oct 2012 at 9:38

GoogleCodeExporter commented 8 years ago
Patch approved, fix will be included in rel 0.9.3.

Original comment by ideal2i...@gmail.com on 28 Oct 2012 at 7:36