From owner-freebsd-ports@FreeBSD.ORG Tue Apr 3 02:46:32 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C75D16A402 for ; Tue, 3 Apr 2007 02:46:32 +0000 (UTC) (envelope-from ali.mazandar@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.freebsd.org (Postfix) with ESMTP id D00EF13C457 for ; Tue, 3 Apr 2007 02:46:31 +0000 (UTC) (envelope-from ali.mazandar@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1364383wxc for ; Mon, 02 Apr 2007 19:46:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HqfwVfQoWkPhi16qIbX36VI80BU2S6+sJ0LlkICsDkUabHsh4Dy08ExQMOGWNC8xndEUBUzmVa5nl1fITK0YyypcZdWM5mWZwnDZlxF8GEjs7W5E2DJtE/HJDouqnDH4/0SynovlZ1l5Ga4w/Peh7AuFqnv1P2BaEKvP5h7Zz2s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sMi95ZYC2kr6Nl3/iYWit/DoDvw1en00q2rJ6if+ZPvvh0WRdBA+VIu2FWmscYNsEyAIgn5q4dloe31NSotN6dLFuJI1d/0j9YXYgvhDbK5zm7W8p3pqbCan8sUStvVQ9wjyF3rHSnzRR5zWq1X8T0CvlUXKrruH1mdaslwRi6k= Received: by 10.70.99.9 with SMTP id w9mr474862wxb.1175566902958; Mon, 02 Apr 2007 19:21:42 -0700 (PDT) Received: by 10.70.59.14 with HTTP; Mon, 2 Apr 2007 19:21:42 -0700 (PDT) Message-ID: <372c48630704021921g54d4421et849f38dc09690b97@mail.gmail.com> Date: Mon, 2 Apr 2007 19:21:42 -0700 From: "Ali Mazandar" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Help building linuxwacom X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2007 02:46:32 -0000 According to the linuxwacom website (http://linuxwacom.sourceforge.net/), FreeBSD is a supported OS. So I downloaded the production release 0.7.6-4 and setup the configure script to the best of my abilities. ---------------------------------------- BUILD ENVIRONMENT: architecture - i386 linux kernel - no module versioning - no kernel source - no Xorg SDK - no /usr XSERVER64 - no dlloader - yes XLib - yes /usr/X11R6/lib TCL - yes /usr/local/include/tcl8.4 TK - yes /usr/local/include/tk8.4 ncurses - yes BUILD OPTIONS: wacom.o - no wacdump - yes (no USB) xidump - yes libwacomcfg - yes libwacomxi - yes xsetwacom - yes hid.o - no usbmouse.o - no evdev.o - no mousedev.o - no input.o - no tabletdev.o - no wacom_drv.so - no /usr/X11R6/lib/modules/input (no USB) wacom_drv.o - no ---------------------------------------- When I ran make, I got the following error messages: alimaz@beastie ~/wacom/linuxwacom-0.7.6-4> make make all-recursive Making all in src Making all in . Making all in wacomxi if /usr/local/bin/bash ../../libtool --tag=CC --mode=compile 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 -o wacomxi.lo wacomxi.c; then mv -f ".deps/wacomxi.Tpo" ".deps/wacomxi.Plo"; else rm -f ".deps/wacomxi.Tpo"; exit 1; fi 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? Any help would be appreciated. Thank you, Ali