[OS X TeX] Re: Leopard, MacTeX2007 and gv
Eric van der Oord
eric.vanderoord at free.fr
Sun Jun 29 02:48:28 EDT 2008
Thank you Martin, you got it !
With your command configure runs perfectly.
Unfortunately make produces many pages of errors :
[sdpp-01:~/Desktop/gv/gv-3.6.4] ericvand% make
Making all in lib
make all-am
make[2]: Nothing to be done for `all-am'.
Making all in src
make all-am
gcc -DHAVE_CONFIG_H -I. -DNON_BLOCKING_IO -DGV_CODE -DGV_CODE -
DGV_LIBDIR=\"/usr/local/lib/gv\" -I../lib -I../lib -g -I/usr/X11R6/
include -g -O2 -MT Aaa.o -MD -MP -MF .deps/Aaa.Tpo -c -o Aaa.o Aaa.c
In file included from Aaa.c:48:
Aaa_intern.h:49:28: error: X11/Xlib.h: No such file or directory
Aaa_intern.h:50:33: error: X11/Xresource.h: No such file or directory
Aaa_intern.h:51:34: error: X11/IntrinsicP.h: No such file or directory
Aaa_intern.h:52:34: error: X11/cursorfont.h: No such file or directory
[...]
I guess make needs some options too (the same options don't work)
Eric
Le 28 juin 08 à 22:35, Martin Costabel a écrit :
> ./configure --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/
> lib
>
> If this works, then here is the explanation: The recent X11 updates
> from macosforge come without some components (xmkmf) that have
> traditionally been used by configure scripts to locate the X11
> installation. The result is that a simple "./configure" will no
> longer work for software that uses X11.
>
> Now I don't know what version of X11 Eric has installed, but in any
> case if you want to build xv on Leopard with X11 updated from
> xquartz.macosforge, you need the above flags.
More information about the MacOSX-TeX
mailing list