On 04/20/2012 05:33 PM, Darrell Anderson wrote:
I'm not getting that far. The build fails immediately at the beginning:
Error: No TQt libraries could be found in /opt/trinity/lib. make: *** No targets specified and no makefile found. Stop.
Darrell
cd ${srcdir}/${pkgname#*-} echo yes | python2 configure.py \ CFLAGS="${CFLAGS} -I/usr/include/tqt -I${TDEDIR}/include -I${QTDIR}/include -fpermissive" \ CXXFLAGS="${CXXFLAGS} -I/usr/include/tqt -I${TDEDIR}/include -I${QTDIR}/include -fpermissive"
# patch SIP_MODULE_NAME (build faile 4/5/12) in sipAPIqt.h # locate #define _qtAPI_H, then add #define SIP_MODULE_NAME "sip" msg "Patching (post-configure) sipAPIqt.h...." sed -i '/#define _qtAPI_H/s|$|\n#define SIP_MODULE_NAME "sip"|' ${srcdir}/${pkgname#*-}/qt/sipAPIqt.h
are you giving the full python2 configure:
echo yes | python2 configure.py \ CFLAGS="${CFLAGS}.... \ CXXFLAGS="${CXXFLAGS}....
that's all I'm doing.
http://www.3111skyline.com/dl/dt/tde/src/tde-python-tqt.tar.gz