From: Luc M. <mo...@ig...> - 2011-09-12 15:53:44
|
Hello all ! I'm porting my Tcl/Tk app on a mac. This is my first attempt to develop on a Mac, so sorry if my questions are naives. First of all, I must use a 8.6 X11 Tcl/Tk version, which uses Xft. When compiling Tk, the --enable-xft flag is set, but configure reports an error as it can't find the Xft.h header file. This file exists, in /usr/include/X11/Xft/, as on a normal unix platform, but it isn't seen by the system header path. I'm working with Mac OSX 10.5.8, XCode 3.1. Is it possible to build a Xft enabled Tk ? And if so, how do I add /usr/include/X11/Xft/ to the system headers path ? Many thanks in advance !! Luc ---------------------------------------------------------------- Dr. Luc Moulinier, Laboratoire de Biologie et Génomique Intégratives IGBMC 1, rue Laurent Fries 67 404 ILLKIRCH Cedex Phone : +33 (0)3 88 65 32 79 ---------------------------------------------------------------- |