bin mal auf Linux(Kubuntu) umgestiegen und wollte mich da mal ein wenig ausprobieren.... Allerdings klappts leider nicht ganz so wie erhofft. Habe den QtCreator 2009-02 samt sourcen installiert. Erster Fehler war das ich das g++ noch nicht installiert hatte.... nun kommen wir zum nächsten Problem:
Was sagt mir diese Meldung? Irgendjemand eine Ahnung was ich machen kann?/usr/bin/ld: cannot find -lfreetype
Compiler Output:
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../Installs/Qt-2009.02/qt/mkspecs/linux-g++ -I. -I../../Installs/Qt-2009.02/qt/include/QtCore -I../../Installs/Qt-2009.02/qt/include/QtGui -I../../Installs/Qt-2009.02/qt/include -I. -I. -o moc_dialog.o moc_dialog.cpp
g++ -Wl,-rpath,/home/tias/Installs/Qt-2009.02/qt/lib -o first_linux main.o dialog.o moc_dialog.o -L/home/tias/Installs/Qt-2009.02/qt/lib -lQtGui -L/home/tias/Installs/Qt-2009.02/qt/lib -L/usr/X11R6/lib -pthread -lfreetype -lgobject-2.0 -lSM -lICE -pthread -pthread -lXrender -lfontconfig -lXext -lX11 -lQtCore -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -ldl -lpthread
/usr/bin/ld: cannot find -lfreetype
make: Verlasse Verzeichnis '/home/tias/src/first_linux'
collect2: ld gab 1 als Ende-Status zurück
make: *** [first_linux] Fehler 1
Exited with code 2.
Error while building project first_linux
When executing build step 'Make'