Sorry to bother you again today :)
I am trying to build python-tqt from GIT (after I built sip4-tqt and
tqscintilla. Btw, somebody with the required access could edit the
"How to build guide" section 7 "Build order" and move
"tqscintilla"
before "python-tqt" since the former is a requirement for the latter).
I have this situation:Â
1) if I use sip 4.10.5 (the one from sip4-tqt package) the correct sip.h
file is installed in /usr/include/python2.X. Nevertheless configuration
fails as follow:
sip:
/home/tde_src/2_build/build/dependencies/python-tqt/sip/qt/qtmod.sip:23:
syntax error
at configure.py:927 Â Â os.system(string.join(argv)), where this command
get invoked:
/usr/bin/sip" -x TQt_STYLE_WINDOWSXP -x TQt_STYLE_INTERLACE -x
TQt_STYLE_WINDOWSXP -x TQt_SIP_PRE_4_7_2 -x VendorID -t WS_X11 -t
TQt_3_3_6 -j 10 -c qt -b qt/qt.sbf
-I/home/tde_src/2_build/build/dependencies/python-tqt/sip
/home/tde_src/2_build/build/dependencies/python-tqt/sip/qt/qtmod.sip
For reference, the failing line in qtmod.sip is:
%Module qt 2
PS: I am no SIP expert at all :(
Neither am I. :-)
One thing I can suggest is taking a look at the current Wheezy build log
for python-tqt here:
https://quickbuild.pearsoncomputing.net/~trinity/+archive/trinity-nightly-b…
Check to see if any of your dependent software versions are significantly
different; if not, it would be probably be helpful if you could post a
full build log from your failed build for analysis.
Tim