Re: [XFree86] Compliation problem under unixware

2003-07-16 Thread Marc Aurele La France
On Wed, 16 Jul 2003, Frank Tarczynski wrote: Is anyone versed enough in the inner workings of the server and it's libs to take a stab at this problem? I'm building xfree86 v4.3.0 under unixware 7.1.3 using the stock cc. When I get to compling ix86Pci.c in

Re: [XFree86] Compliation problem under unixware

2003-07-16 Thread Frank Tarczynski
On Wed, 16 Jul 2003, Frank Tarczynski wrote: Is anyone versed enough in the inner workings of the server and it's libs to take a stab at this problem? I'm building xfree86 v4.3.0 under unixware 7.1.3 using the stock cc. When I get to compling ix86Pci.c in

Re: [XFree86] Compliation problem under unixware

2003-07-16 Thread Frank Tarczynski
Marc Aurele La France wrote: On Wed, 16 Jul 2003, Frank Tarczynski wrote: Perhaps the problem occurs because 430HX_BRIDGE starts with a numeric? Try changing it to BRIDGE_430HX. No need to change it now. I've already built the server by just deleting the _ for those 2 #define's.

[XFree86] Compliation problem under unixware

2003-07-15 Thread Frank Tarczynski
Is anyone versed enough in the inner workings of the server and it's libs to take a stab at this problem? I'm building xfree86 v4.3.0 under unixware 7.1.3 using the stock cc. When I get to compling ix86Pci.c in xc/programs/Xserver/hw/xfree86/os-support/bus I get this error message:

Re: [XFree86] Compliation problem under unixware

2003-07-15 Thread Christian Convey
] Compliation problem under unixware Is anyone versed enough in the inner workings of the server and it's libs to take a stab at this problem? I'm building xfree86 v4.3.0 under unixware 7.1.3 using the stock cc. When I get to compling ix86Pci.c in xc/programs/Xserver/hw/xfree86/os-support

Re: [XFree86] Compliation problem under unixware

2003-07-15 Thread Frank Tarczynski
that will actually bring in that #define? - Christian From: Frank Tarczynski [EMAIL PROTECTED] Date: 2003/07/15 Tue AM 09:28:53 EDT To: [EMAIL PROTECTED] Subject: [XFree86] Compliation problem under unixware Is anyone versed enough in the inner workings of the server and it's libs to take a stab

Re: Re: [XFree86] Compliation problem under unixware

2003-07-15 Thread Christian Convey
] Subject: Re: [XFree86] Compliation problem under unixware Interesting. I did copy the header file to the same directory (-I.) but I never checked to see if it was actually #include'd. Something to check tonight. Thanks. Even if the right directory is in the -I path, is the .c file

Re: [XFree86] Compliation problem under unixware

2003-07-15 Thread Marc Aurele La France
On Tue, 15 Jul 2003, Frank Tarczynski wrote: Is anyone versed enough in the inner workings of the server and it's libs to take a stab at this problem? I'm building xfree86 v4.3.0 under unixware 7.1.3 using the stock cc. When I get to compling ix86Pci.c in