From cfa545b728ea079be1b952bcfc6e78bf7f5f1f3c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 6 Apr 2007 14:38:23 +0000 Subject: [PATCH] From Mike Wittman, "1. Disable suppression of osg::CullStack. I've been building the osgWrapper code successfully with this change on both Windows and Linux, but I believe you said you got some (unspecified) errors when you tried it before. If it still causes problems, could you post the errors so I can try to solve them? 2. Change osg::GraphicsContext from object-type to abstract-object-type. The current setting is incorrect because the class is actually abstract." --- genwrapper.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/genwrapper.conf b/genwrapper.conf index fef2e0389..c87910827 100644 --- a/genwrapper.conf +++ b/genwrapper.conf @@ -38,8 +38,6 @@ end ############################################################################# -suppress reflector "osg::CullStack" - ignore file "osgViewer/GraphicsWindowX11" ignore file "osgViewer/GraphicsWindowWin32" ignore file "osgViewer/GraphicsWindowCocoa" @@ -290,7 +288,7 @@ configure reflector "osg::DeleteHandler" end configure reflector "osg::GraphicsContext" - object-type + abstract-object-type end #############################################################################