Closed GoogleCodeExporter closed 9 years ago
Thanks, I will patch it tomorrow!
Original comment by hartmut
on 24 Nov 2008 at 9:27
Goes in fixing queue
Original comment by hartmut
on 24 Nov 2008 at 9:29
I have fixed this issue, however this has introduced new warnings such as
Nothing known about base class 'MixinVector< osg::Vec2f >'. Ignored.
Maybe you forgot to instantiate 'MixinVector< osg::Vec2f >' using %template.
I tried to add the template for MixinVector, but it introduced new errors such
as...
osgPYTHON_wrap.cxx(127540) : error C2248: 'osg::MixinVector<ValueT>::vector_type' : cannot access
private typedef declared in class 'osg::MixinVector<ValueT>'
with
[
ValueT=osg::Vec3
]
and
[
ValueT=osg::Vec3
]
...
Original comment by jky...@gmail.com
on 7 Jan 2009 at 3:13
I suppose these errors are solved by the MixinVector fixes, introduced almost
over a year ago, closing issue
Original comment by gerwinde...@gmail.com
on 21 Mar 2011 at 10:26
Original issue reported on code.google.com by
randolph...@gmail.com
on 24 Nov 2008 at 6:01