Hi Mark,

I have gone from the change:

Index: src/osgPlugins/dicom/ReaderWriterDICOM.cpp
===================================================================
--- src/osgPlugins/dicom/ReaderWriterDICOM.cpp  (revision 12691)
+++ src/osgPlugins/dicom/ReaderWriterDICOM.cpp  (working copy)
@@ -19,7 +19,7 @@
 #include <osgVolume/RayTracedTechnique>

 #ifdef  USE_DCMTK
-    #ifndef _WIN32
+    #ifndef _MSC_VER
         #define HAVE_CONFIG_H
     #endif

As I feel this will probably handle Cygwin and Mingw builds of DCMTK
just fine, rather than just allowing for Mingw builds.

This change is now checked into svn/trunk and the OSG-3.0 branch.

Robert.

On Sun, Jul 10, 2011 at 9:30 PM, Mark Brand <[email protected]> wrote:
> Hi,
>
> Just wanted to mention that a helpful participant at mingw-cross-env
> contributed a patch for building openscenegraph 3.0 on MinGW. Patch and
> details are at this link:
>
> http://lists.nongnu.org/archive/html/mingw-cross-env-list/2011-07/msg00009.html
>
> regards,
>
> Mark
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to