I also tried to compile with tqt3, but it doesn't compile neither.
make[4]: Entering directory `/home/midenok/src/kde/tqt3/tools/designer/designer' /home/midenok/src/kde/tqt3/bin/uic -L /home/midenok/src/kde/tqt3/plugins customwidgeteditor.ui -i customwidgeteditor.h -o customwidgeteditor.cpp make[4]: *** [customwidgeteditor.cpp] Segmentation fault
Program received signal SIGSEGV, Segmentation fault. 0x00007ffff14f893c in ?? () from /opt/kde3/lib/libkabc.so.1 (gdb) (gdb) bt #0 0x00007ffff14f893c in ?? () from /opt/kde3/lib/libkabc.so.1 #1 0x00007ffff752abc2 in TQApplication::~TQApplication (this=0x7fffffff8520, __in_chrg=<value optimized out>) at kernel/qapplication.cpp:1038 #2 0x000000000040db67 in main (argc=8, argv=0x7fffffff8bd8) at main.cpp:74
Can you guess why this happening?
Le 08/12/2011 15:10, Aleksey Midenkov a écrit :
I also tried to compile with tqt3, but it doesn't compile neither.
make[4]: Entering directory `/home/midenok/src/kde/tqt3/tools/designer/designer' /home/midenok/src/kde/tqt3/bin/uic -L /home/midenok/src/kde/tqt3/plugins customwidgeteditor.ui -i customwidgeteditor.h -o customwidgeteditor.cpp make[4]: *** [customwidgeteditor.cpp] Segmentation fault
Program received signal SIGSEGV, Segmentation fault. 0x00007ffff14f893c in ?? () from /opt/kde3/lib/libkabc.so.1 (gdb) (gdb) bt #0 0x00007ffff14f893c in ?? () from /opt/kde3/lib/libkabc.so.1 #1 0x00007ffff752abc2 in TQApplication::~TQApplication (this=0x7fffffff8520, __in_chrg=<value optimized out>) at kernel/qapplication.cpp:1038 #2 0x000000000040db67 in main (argc=8, argv=0x7fffffff8bd8) at main.cpp:74
Can you guess why this happening?
I have almost the same problem, but with tools/designer/designer/listboxeditor.ui.
Googling gave me a lot of references to uic segmentation faults, but I didn't find a way to solve it.
Le 08/12/2011 15:10, Aleksey Midenkov a écrit :
I also tried to compile with tqt3, but it doesn't compile neither.
...
make[4]: *** [customwidgeteditor.cpp] Segmentation fault
...
Can you guess why this happening?
Did you uninstall qt3? From my own experience, removing qt3 probably can solve this problem. (Maybe installed headers and/or libraries introduced confusion in the build process.)
On Tue, Dec 13, 2011 at 10:18 AM, Laurent Dard f.couperin@online.fr wrote:
Le 08/12/2011 15:10, Aleksey Midenkov a écrit :
I also tried to compile with tqt3, but it doesn't compile neither.
...
make[4]: *** [customwidgeteditor.cpp] Segmentation fault
...
Can you guess why this happening?
Did you uninstall qt3? From my own experience, removing qt3 probably can solve this problem. (Maybe installed headers and/or libraries introduced confusion in the build process.)
Not exactly. Seems like libqt3-mt-dev doesn't have influence on this. But removing an old opt with libtqt-mt.so.3 from tqtinterface did cured the problem. Thanks for the clue!