From: Geoff H. <ge...@gw...> - 2003-09-25 19:44:16
|
I've got this tar compiled but with the following problems: Segmentation faults: 1) tcvp -u tcvpx --skin=/usr/share/tcvp/skins/standard/skin.conf 2) tcvp -u tcvpx O.K. === 1) tcvp -h I do have the tcvp files installed in /usr/share/tcvp I also had problems with Suse 8.2 include files: 1. Had to: a) Symlink /usr/X11R6/include/fontconfig to /usr/include/X11/fontconfig b) Edit Xft.h to point to <X11/fontconfig/fontconfig.h> was <fontconfig/fontconfig.h> 2. Had to: a) Rename /usr/include/freetype to /usr/include/freetype.old b) Symlink /usr/include/freetype2/freetype to /usr/include/freetype I couldn't find any way to force "configure" to use these includes. Strange! Geoff |