On 4/2/07, Ali Mazandar <[EMAIL PROTECTED]> wrote:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -g -O2 -I/usr/local/include/tcl8.4 -I/usr/local/include/tk8.4 -MT wacomxi.lo -MD -MP -MF .deps/wacomxi.Tpo -c wacomxi.c -fPIC -DPIC -o .libs/wacomxi.o In file included from wacomxi.c:29: wacomxi.h:31:35: X11/extensions/XInput.h: No such file or directory wacomxi.h:36:36: X11/extensions/XIproto.h: No such file or directory wacomxi.h:37:22: X11/Xlib.h: No such file or directory In file included from wacomxi.h:38, from wacomxi.c:29: ...The instructions make mention of a "xorg sdk", however I'm not sure if these are installed and/or where I can obtain them. There seem to be xorg sdk rpms out there for a variety of linux distros but nothing FreeBSD specific. Is this something I can obtain from ports?
You just install the x11/xorg-libraries port. You will need to add the location of these header files (-I/usr/X11R6/include) and libraries (-L/usr/X11R6/lib) when building. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
