Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 1998 19:02:56 -0400
From:      Randy Philipp <cphilipp@pop500.gsfc.nasa.gov>
To:        Doug White <dwhite@resnet.uoregon.edu>
Cc:        Randy Philipp <cphilipp@pop500.gsfc.nasa.gov>, Greg Lehey <grog@lemis.com>, freebsd-mobile@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG
Subject:   Re: Neomagic chipset and XFree86 
Message-ID:  <199807242302.TAA06868@ws976.gsfc.nasa.gov>
In-Reply-To: Your message of "Fri, 24 Jul 1998 15:48:10 PDT." <Pine.BSF.4.00.9807241546270.2211-100000@resnet.uoregon.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
There was just one change I made to fix the include problem:
(here is the original version)

   #if XF86LinkKit
   INCLUDES = -I. -I../../../include -I../../../include/X11 -I../..
   #else
   INCLUDES = -I. -I../../../common -I../../../common_hw -I../../../os-support 
\
              -I../../vga -I$(SERVERSRC)/include -I$(INCLUDESRC)
   #endif
                                                     ^^^^^^^^^^

Just change the INCLUDESRC to XINCLUDESRC, and that should fix your
include problems.  Also, remember the configure script off of the
base of XFree86 package, this is where xfree86.def is changed, you should
be able to figure it out.

As for sending you my binary, I would like to test it myself before
I start giving it out to people.

--------------------
Randy Philipp
cphilipp@pop500.gsfc.nasa.gov




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message



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