Josef Weidendorfer wrote: > On Monday 16 March 2009, arun shyam wrote: > >> checking for Qt... yes: >> QT_CXXFLAGS=-I/usr/include/qt3 -DQT_THREAD_SUPPORT >> QT_DIR= >> QT_LIBS=-L/usr/lib -lqt-mt -lSM -lICE -lX11 -lXext -lXmu -lXt -lXi >> QT_UIC=/usr/bin/uic >> QT_MOC=/usr/bin/moc >> > > This configure check goes wrong: QT_DIR path should not be empty. > And therefore, ... > > >> g++ -DHAVE_CONFIG_H -I. -I.. -pipe -O0 -g -W -Wall -Wno-non-virtual-dtor >> -Wundef -Wredundant-decls -Wno-unreachable-code -fno-inline -D_REENTRANT >> -I./help -I./core -I./options -I./tool_views -I./tool_utils -I./../icons >> -I/usr/X11R6/include -I/mkspecs/linux-g++ -I/usr/include/qt3 >> > > ... "-I/mkspecs/linux-g++" is wrong. The dir "mkspecs/", which includes > "qplatformdefs.h", is supposed to be a subdirectory of $QT_DIR. >
On Debian, for Qt3, qt3-dev-tools.deb provides qplatformdefs.h For Qt4 its part of libqt4-dev. Valkarie uses Qt3 HTH, Colin S. Miller ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
