Alberto Luaces escribió:
After osgViewer is compiled, the build process continues happily until
the ESRI plugin, which fails because I haven't those libraries installed.
Does anybody know a way of not building that plugin so I can continue
testing the building process?
The shp (ESRI) plugin doesn't have any external dependencies, what
error are you getting?

The compiler sends an error about an unknown function "::read()"

I couldn't figure where that function is defined.

I have discovered that that "::read()" was the good old C read(). On Cygwin the errors disappear if I include <unistd.h> to the beginnig of ESRIShape.cpp.

I keep on building the rest.

Alberto


_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to