Print

Print


I migrated code to the module-based namespaces,
it a pretty large surgery:

git diff --stat u/jbecla/cssProto3...u/jbecla/DM-296

228 files changed, 3099 insertions(+), 2221 deletions(-)

One issue I am struggling with is this:

bld/czar/masterLib_wrap.cc: In function 'PyObject* 
_wrap___lshift__(PyObject*, PyObject*)':
bld/czar/masterLib_wrap.cc:12266:22: error: redefinition of 'PyObject* 
_wrap___lshift__(PyObject*, PyObject*)'
bld/czar/masterLib_wrap.cc:11986:22: error: 'PyObject* 
_wrap___lshift__(PyObject*, PyObject*)' previously defined here
scons: *** [bld/czar/masterLib_wrap.os] Error 1

What is interesting is that if I alter the name of one of these
functions to avoid redefinition and run scons again, everything
builds and links perfectly (I didn't try to run it yet).

To reproduce it, checkout my u/jbecla/DM-296 branch and try to build it.

Any ideas?

Jacek

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the QSERV-L list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=QSERV-L&A=1