pht has asked for the wisdom of the Perl Monks concerning the following question:
Is there a usable QT4 binding out there? I've tried to compile QtCore and QtGui, but failed:
The suspicion I have is that those modules are not compatible with recent QT (4.4 et al)./g++ -c -I/opt/qt/include/ -D_REENTRANT -D_GNU_SOURCE -fno-strict-ali +asing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O9 -march=ath +lon64 -fexpensive-optimizations -DVERSION=\"4.004\" -DXS_VERSION=\" +4.004\" -fPIC "-I/usr/lib/perl5/5.10.0/x86_64-linux-thread-multi-ld/C +ORE" QAbstractFileEngine.c QAbstractFileEngine.xs: In function 'void XS_Qt__QAbstractFileEngine_e +xtension(PerlInterpreter*, CV*)': QAbstractFileEngine.xs:253: error: 'ExtensionOption' was not declared +in this scope QAbstractFileEngine.xs:253: error: 'option' was not declared in this s +cope QAbstractFileEngine.xs:255: error: expected primary-expression before +')' token QAbstractFileEngine.xs:264: error: 'ExtensionOption' was not declared +in this scope QAbstractFileEngine.xs:264: error: 'option' was not declared in this s +cope QAbstractFileEngine.xs:265: error: 'ExtensionReturn' was not declared +in this scope QAbstractFileEngine.xs:265: error: 'output' was not declared in this s +cope QAbstractFileEngine.xs:267: error: expected primary-expression before +')' token QAbstractFileEngine.xs:270: error: expected primary-expression before +')' token QAbstractFileEngine.c: In function 'void boot_Qt__QAbstractFileEngine( +PerlInterpreter*, CV*)': QAbstractFileEngine.c:1209: warning: deprecated conversion from string + constant to 'char*' make: *** [QAbstractFileEngine.o] Error 1
Edited by demerphq to add code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: qt4 binding?
by webfiend (Vicar) on Jun 15, 2009 at 19:00 UTC |