Sorry about that - I should have caught those.

Don

On Tue, 2006-06-27 at 19:18 -0700, E. Wing wrote:
> There is an annoying problem in trpage_sys.h which is going to prevent
> compiling on everything but Windows and Linux:
> 
> #if defined(_WIN32) || defined(linux)
> #include <vector>
> #include <map>
> #include <string>
> #else
> #include <vector.h>
> #include <map.h>
> #endif
> 
> This is totally backwards. I don't know which compiler is looking for
> <vector.h> and <map.h>, but this compiler should be the exception, not
> the default rule.
> 
> This blocks compile on OS X, and I presume BSD, Solaris, IRIX, and so
> forth will have problems too.
> 
> You might be able to revert to the old version in CVS completely.
> 
> -Eric
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://openscenegraph.net/mailman/listinfo/osg-users
> http://www.openscenegraph.org/
-- 
"A government that is big enough to give you all you want
is big enough to take it all away." -- Barry Goldwater

+----------------------------------------+
|  Don Tidrow                            |
|  Visualization Software Engineer       |
|  SAIC                                  |
|  ph: 703-253-1094                      |
+----------------------------------------+

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to