View previous topic :: View next topic |
Author |
Message |
hamza abdulhakim n00b
Joined: 18 Aug 2007 Posts: 1
|
Posted: Wed Nov 07, 2007 2:35 pm Post subject: Problem mit xfe |
|
|
Hallo,
Beim kompilieren von xfe-1.00 erhalte ich folgende Fehlermeldung
Code: |
i686-pc-linux-gnu-g++ -O2 -o xfe icons.o StringList.o File.o FileDict.o FileList.o FileDialog.o DirList.o DirBox.o DialogBox.o MessageBox.o Bookmarks.o HistInputDialog.o InputDialog.o OverwriteBox.o TextWindow.o CommandWindow.o Properties.o Preferences.o FilePanel.o DirPanel.o DirHistBox.o XFileExplorer.o PathLinker.o BrowseInputDialog.o ArchInputDialog.o FontDialog.o main.o -lpng -lFOX-1.6
main.o: In function `FX::FXDCWindow::drawText(int, int, char const*, unsigned int)':
main.cc:(.text+0x12d3): undefined reference to `XftDrawStringUtf8'
main.cc:(.text+0x1311): undefined reference to `XftDrawString8'
main.o: In function `FX::FXFont::getTextWidth(char const*, unsigned int) const':
main.cc:(.text+0x1399): undefined reference to `XftTextExtentsUtf8'
main.cc:(.text+0x13d5): undefined reference to `XftTextExtents8'
collect2: ld gab 1 als Ende-Status zurück
make[2]: *** [xfe] Fehler 1
make[2]: *** Warte auf noch nicht beendete Prozesse...
make[2]: Leaving directory `/var/tmp/portage/x11-misc/xfe-1.00/work/xfe-1.00/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/x11-misc/xfe-1.00/work/xfe-1.00'
make: *** [all] Fehler 2
|
Hatt jemand eine Ahnung wo das Problem liegt? |
|
Back to top |
|
|
ChrisJumper Advocate
Joined: 12 Mar 2005 Posts: 2400 Location: Germany
|
Posted: Wed Nov 07, 2007 4:58 pm Post subject: |
|
|
Quote: | undefined reference to `XftDrawStringUtf8'
main.cc:(.text+0x1311): undefined reference to `XftDrawString8' |
Benutzt du utf8? Welche Useflags hast du gesetzt? |
|
Back to top |
|
|
Necoro Veteran
Joined: 18 Dec 2005 Posts: 1912 Location: Germany
|
Posted: Wed Nov 07, 2007 8:13 pm Post subject: |
|
|
Und welche LDFLAGS benutzt du? _________________ Inter Deum Et Diabolum Semper Musica Est. |
|
Back to top |
|
|
|