Code review comment for lp:~zorba-coders/zorba/module-schema-tools

Revision history for this message
Chris Hillery (ceejatec) wrote :

Grumble. Sometimes I hate CMake. This stuff works just fine on my machine, but for whatever reason the dependencies just aren't working out right on the remote queue machine. I've spent the last hour trying to make it work right and have so far failed. I'll have to take another crack at it either over the weekend or on Monday; sorry.

By the by, if I manually run "make" again, it gets past this point. However, then it gets a bunch of SWIG errors:

In file included from /home/ceej/zo/testing/zorbatest/tester/remotequeue/module-schema-tools-2012-04-14T08-42-58.716Z/bzr/zorba/build/swig/python/zorba_apiPYTHON_wrap.cxx:3478:
/home/ceej/zo/testing/zorbatest/tester/remotequeue/module-schema-tools-2012-04-14T08-42-58.716Z/bzr/zorba/build/swig/python/StaticContext.h:115: error: ‘TypeIdentifier’ does not name a type
/home/ceej/zo/testing/zorbatest/tester/remotequeue/module-schema-tools-2012-04-14T08-42-58.716Z/bzr/zorba/build/swig/python/StaticContext.h:116: error: ‘TypeIdentifier’ does not name a type
/home/ceej/zo/testing/zorbatest/tester/remotequeue/module-schema-tools-2012-04-14T08-42-58.716Z/bzr/zorba/build/swig/python/StaticContext.h:117: error: ‘TypeIdentifier’ does not name a type
/home/ceej/zo/testing/zorbatest/tester/remotequeue/module-schema-tools-2012-04-14T08-42-58.716Z/bzr/zorba/build/swig/python/StaticContext.h:119: error: expected ‘,’ or ‘...’ before ‘&’ token
/home/ceej/zo/testing/zorbatest/tester/remotequeue/module-schema-tools-2012-04-14T08-42-58.716Z/bzr/zorba/build/swig/python/StaticContext.h:119: error: ISO C++ forbids declaration of ‘TypeIdentifier’ with no type

and a bunch more like that. That doesn't have anything to do with my CMake changes, and will have to be solved as well. Any ideas?

« Back to merge proposal