Dear all,
I am experiencing the famous "Segmentation Error" of UIC, and I would say I have found what make it happens. I did not find how to solve it.
./configure -verbose -embedded arm -xplatform qws/linux-arm-g++ -no-qvfb -no-fontconfig -dbus -force-pkg-config -no-freetype -no-iconv -no-javascript-jit -no-script -no-scripttools -no-webkit -depths all -qt-mouse-tslib -I/usr/local/linux-arm/include -I/home/edmondo/project/sdimage/part4/usr/include/ -L/usr/local/linux-arm/lib -L/home/edmondo/project/sdimage/part4/dbuslib -prefix /usr/local/qt4arm -lpthread
This configuration does not work: when you make you get an error
/home/edmondo/project/sysapps/host/qt-everywhere-opensource-src-4.6.1/bin/uic dialogs/qprintwidget.ui -o .uic/release-shared-emb-arm/ui_qprintwidget.h
/home/edmondo/project/sysapps/host/qt-everywhere-opensource-src-4.6.1/bin/uic dialogs/qpagesetupwidget.ui -o .uic/release-shared-emb-arm/ui_qpagesetupwidget.h
make[1]: *** [.uic/release-shared-emb-arm/ui_qpagesetupwidget.h] Segmentation fault
make[1]: *** Cancellazione di `.uic/release-shared-emb-arm/ui_qpagesetupwidget.h'
make[1]: Leaving directory `/home/edmondo/project/sysapps/host/qt-everywhere-opensource-src-4.6.1/src/gui'
make: *** [sub-gui-make_default-ordered] Error 2
The same happen building with -dbus-linked
But, if you build without dbus, you do not need anymore -lpthread. And there it works!
./configure -verbose -embedded arm -xplatform qws/linux-arm-g++ -no-qvfb -no-fontconfig -fast -force-pkg-config -no-freetype -no-iconv -no-javascript-jit -no-script -no-scripttools -no-webkit -depths all -qt-mouse-tslib -I/usr/local/linux-arm/include -L/usr/local/linux-arm/lib -prefix /usr/local/qt4arm
Any idea on how to solve that? please
Regards
Edmondo
Bookmarks