|
From: Andrea B. <and...@un...> - 2016-06-30 08:30:56
|
Dear William,
Thanks for the answer, and sorry for using “developer" as singular, it was just a typo mistake.
Bests,
Andrea
> On 30 Jun 2016, at 10:25, William S Fulton <ws...@fu...> wrote:
>
> On 29 June 2016 at 09:48, Andrea Bianco <and...@un...> wrote:
>> Dear All,
>>
>> first of all, hello to everyone. I like a lot the idea behind Swig and
>> thanks to the developer of this fantastic project.
> BTW, it is one developer, there are over 100 SWIG contributors/developers.
>
>>>>> import DMMaker
>> Traceback (most recent call last):
>> File "<stdin>", line 1, in <module>
>> File "DMMaker.py", line 28, in <module>
>> _DMMaker = swig_import_helper()
>> File "DMMaker.py", line 24, in swig_import_helper
>> _mod = imp.load_module('_DMMaker', fp, pathname, description)
>> ImportError: ./_DMMaker.so: undefined symbol: _ZTI6LpList
> This is not a SWIG nor a CMake problem. You are probably missing a
> function definition you have wrapped.
>
> $ c++filt _ZTI6LpList
> typeinfo for LpList
>
> Google gcc "typeinfo for" for more info.
>
> William
|