plasm-language / pyplasm

http://www.dia.uniroma3.it/~paoluzzi/plasm502/
Other
54 stars 24 forks source link

Develop branch. Ubuntu. Error during compilation: ‘class Array’ has no member named ‘mem’ #3

Closed vittorioc closed 11 years ago

vittorioc commented 11 years ago

My configuration:

Ubuntu 12.10 - 64 bit

Using the develop branch of pyplasm.

$ mkdir build

$ cd build

$ cmake ../

$ make

../pyplasm/src/xgepy/xgePYTHON_wrap.cxx: In function ‘PyObject* _wrap_Arraymem(PyObject, PyObject_)’: ../pyplasm/src/xgepy/xgePYTHON_wrap.cxx:58225:31: error: ‘class Array’ has no member named ‘mem’

I think the error is related to SWIG, not completely sure.

My version is: SWIG 2.0.7

I tried the above compilation in

Ubuntu 12.04 - 64 bit

and I got the same error.

vittorioc commented 11 years ago

Fixed in last update