Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2007 23:14:20 -0500
From:      "Scot Hetzel" <swhetzel@gmail.com>
To:        "Ali Mazandar" <ali.mazandar@gmail.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Help building linuxwacom
Message-ID:  <790a9fff0704022114n5facd42aq8a108cd841309a1a@mail.gmail.com>
In-Reply-To: <372c48630704021921g54d4421et849f38dc09690b97@mail.gmail.com>
References:  <372c48630704021921g54d4421et849f38dc09690b97@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 4/2/07, Ali Mazandar <ali.mazandar@gmail.com> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0704022114n5facd42aq8a108cd841309a1a>