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!