Hi everybody, I'll try to describe my problem:
I have this c++ class (simplyfied):
---
class MyClass
{
public:
MyClass()
{
this->setPos(0, 0);
}
MyClass(const MyClass& orig)
{
On 3/15/10, Nathan Stewart wrote:
> I'm trying to use pyplusplus, and I'm running into what appears to be a
> really old problem fixed by the gccxml-0.9.0+cvs20080525 patch.
>
> I'm running Ubuntu 9.10, gcc-4.4.1, gccxml 0.9.0+cvs20080525. I'm also a
> little confused by the various versions of gc
I'm trying to use pyplusplus, and I'm running into what appears to be a
really old problem fixed by the gccxml-0.9.0+cvs20080525 patch.
I'm running Ubuntu 9.10, gcc-4.4.1, gccxml 0.9.0+cvs20080525. I'm also a
little confused by the various versions of gccxml out there - the 'official'
site claims