Hi Alberto,

On 3/26/07, Alberto Luaces <[EMAIL PROTECTED]> wrote:
El Sábado, 24 de Marzo de 2007 08:22, Robert Osfield escribió:
> So feedback on Windows please :-)

Building under Cygwin is currently failing, see notes below:

That error is solved adding '-lgdi32' to the linker command, as these
functions are found in GDI32.DLL. I don't know really how to modify the
Makefiles to include this change, so can anyone help?

Adding "OR CYGWIN" to gdi32 section in src/osgViewer/CMakeLists.txt
should do the trick.

IF(MINGW OR CYGWIN)
   LINK_EXTERNAL(${LIB_NAME} gdi32 )
ENDIF(MINGW OR CYGWIN)

Changed file is now checked into SVN, could you test to see if it fixes things.

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?

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

Reply via email to