Re: [RDD] compiling on ubuntu 12.04

2013-11-30 Thread Karl Koscher
I had to both install the qt3-apps-dev package and update the uic and moc alternatives to point at uic-qt3 and moc-qt3 respectively. On Fri, Nov 29, 2013 at 10:34 PM, jorge soto wrote: > I am trying to compile 2.5.5 on ubuntu 12.04 but I get the following error: > > checking for Qt... yes: >

Re: [RDD] compiling on ubuntu 12.04

2013-11-30 Thread Fernando Della Torre
Hi Jorge, Have you tried using this option at configure time? ./configure --with-Qt-dir=/usr/share/qt3 Regards, Fernando Della Torre (16) 98137-1240 (16) 99137-2886 2013/11/30 jorge soto > I am trying to compile 2.5.5 on ubuntu 12.04 but I get the following error: > > checking for Qt...

[RDD] compiling on ubuntu 12.04

2013-11-29 Thread jorge soto
I am trying to compile 2.5.5 on ubuntu 12.04 but I get the following error: checking for Qt... yes: QT_CXXFLAGS=-I/usr/include/qt3 -DQT_THREAD_SUPPORT QT_DIR= QT_LIBS=-lqt-mt -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi QT_BIN=/usr/bin QT_UIC=/usr/bin/uic QT_MOC=/usr/bin/moc c