Closed GoogleCodeExporter closed 9 years ago
Hmmm, haven't encountered this on a similar configuration. Are you sure the
build process includes the correct osg 3.0.0 (manually built install), and not
accidentally a system-wide install (say, osg 2.9.x included in stock ubuntu).
Could you post your CMakeCache file if uncertain?
Original comment by gerwinde...@gmail.com
on 27 Sep 2011 at 8:39
Yep, I'm sure. It's a fresh machine.
There are some NOTFOUND's in the CMakeCache.txt but they don't look critical.
Thanks for your effort!
Original comment by sbned...@gmail.com
on 27 Sep 2011 at 8:48
Attachments:
Update: the configuration that does work is OpenSceneGraph-3.0.0 revision 12566
together with osgswig revision cec78deea20d. To get there:
svn co
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/openSceneGraph-3.0.0
cd OpenSceneGraph-3.0.0
svn merge -r <latest_rev>:12566 ./
hg clone https://code.google.com/p/osgswig/
cd osgswig
hg update --rev cec78eea20d
Original comment by sbned...@gmail.com
on 7 Oct 2011 at 4:07
I now see that I've made a mistake in the osgswig revision. The correct
revision is cec78deea20d.
Also, the last o of the svn co http://... line should be capitalized.
Original comment by sbned...@gmail.com
on 25 Nov 2011 at 10:09
This looks to be caused by the inclusion of osg/ClampColor in osg.i (~line 767)
in revision 9b34a591986c. By adding:
%ignore osg::ClampColor::getExtensions;
%ignore osg::ClampColor::setExtensions;
before the %include the build succeeds.
Original comment by midgl...@janelia.hhmi.org
on 29 Dec 2011 at 3:59
added the new ignores, fixed in version r07405b7a7573
Original comment by gerwinde...@gmail.com
on 27 Mar 2012 at 11:28
Original issue reported on code.google.com by
sbned...@gmail.com
on 26 Sep 2011 at 1:24