simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Simulavr-devel] why I hate autotools


From: address@hidden
Subject: Re: [Simulavr-devel] why I hate autotools
Date: Thu, 09 Jul 2009 07:56:04 -0700


On Thu Jul  9  9:04 , Joel Sherrill  sent:

>address@hidden wrote:
>>
>>> /usr/bin/swig -c++ -python -I/usr/include/python2.5 -o pysimulavr_wrap.cpp
>>>     
>> ../../cvs0708up/src/pysimulavr.i
>>   
>>> ../../cvs0708up/src/rwmem.h:48: Warning(362): operator= ignored
>>> ../../cvs0708up/src/rwmem.h:52: Warning(362): operator= ignored
>>> ../../cvs0708up/src/rwmem.h:68: Warning(362): operator= ignored
>>> ../../cvs0708up/src/rwmem.h:82: Warning(362): operator= ignored
>>> ../../cvs0708up/src/rwmem.h:93: Warning(362): operator= ignored
>>> ../../cvs0708up/src/rwmem.h:104: Warning(362): operator= ignored
>>> ../../cvs0708up/src/rwmem.h:112: Warning(362): operator= ignored
>>> ../../cvs0708up/src/rwmem.h:122: Warning(362): operator= ignored
>>> ../../cvs0708up/src/rwmem.h:159: Warning(362): operator= ignored
>>> ../../cvs0708up/src/rwmem.h:178: Warning(362): operator= ignored
>>> ../../cvs0708up/src/rwmem.h:193: Warning(362): operator= ignored
>>> ../../cvs0708up/src/rwmem.h:207: Warning(362): operator= ignored
>>>     
>I don't see these.  Where is this included from when the warning
>is tripped?  What is the gcc line?

I seem to have cut-and-pasted or >'d badly
The Warning(362)s are from /usr/bin/swig  .
----begin make output section----
/usr/bin/swig -c++ -python -I/usr/include/python2.5 -o pysimulavr_wrap.cpp
../../cvs0708up/src/pysimulavr.i
../../cvs0708up/src/rwmem.h:48: Warning(362): operator= ignored
../../cvs0708up/src/rwmem.h:52: Warning(362): operator= ignored
../../cvs0708up/src/rwmem.h:68: Warning(362): operator= ignored
../../cvs0708up/src/rwmem.h:82: Warning(362): operator= ignored
../../cvs0708up/src/rwmem.h:93: Warning(362): operator= ignored
../../cvs0708up/src/rwmem.h:104: Warning(362): operator= ignored
../../cvs0708up/src/rwmem.h:112: Warning(362): operator= ignored
../../cvs0708up/src/rwmem.h:122: Warning(362): operator= ignored
../../cvs0708up/src/rwmem.h:159: Warning(362): operator= ignored
../../cvs0708up/src/rwmem.h:178: Warning(362): operator= ignored
../../cvs0708up/src/rwmem.h:193: Warning(362): operator= ignored
../../cvs0708up/src/rwmem.h:207: Warning(362): operator= ignored
g++ -I../../cvs0708up/src -I/usr/include/python2.5 pysimulavr_wrap.cpp \
            simulavr_wrap.o \
            /usr/lib/libbfd.a -liberty -lc -lm -lncurses -shared \
            -o _pysimulavr.so 
----end make output section----
I think that swig does not believe in operator=.
'Tis probably something I'll just have to live with.

Thanks for the multiple definition explanation.

--
Michael Hennebry
address@hidden
"War is only a hobby."


---- Msg sent via CableONE.net MyMail - http://www.cableone.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]