I'm trying to learn SIP but the examples in documentation make problems. 4.2 A Simple C Example On make it ends with:
g++ -shared -Wl,--version-script=word.exp -o word.so sipwordcmodule.o sipwordWord.o -lword /usr/bin/ld: cannot find -lword 4.3 A More Complex C++ Example This on "sip -c . word.sip" ends with sip: Unable to find file "qt/qtmod.sip" Where /usr/share/sip/Qt/Qtmod.sip from PyQt 4.4.3 exists _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
