Same problems with the includes on mint debian x64.
The only difference is that to fix the one with GeoDrawNode.h i had
to
#include<cstdio> and #include<cstring>
I got also another problem with coral/builtinNodes/SplineNodes.cpp:
coral/builtinNodes/SplineNodes.cpp:116:72: error: 'abs' was not
declared in this scope
so on line 116 of splineNode.cpp i changed abs wit Imath::abs
my buildEnv.py :
http://dl.dropbox.com/u/9244053/buildEnv.py
I found a couple of minor issues while playing with the standalone
app
(don't know if they depend on my build or are general), let me know if
you
want me to post them here or to open a new thread.
ciao
Luca