Re: Building XFree 4.3.99.9

2003-07-28 Thread Tim Roberts
On Sat, 26 Jul 2003 18:12:15 +1000, Andrew Bevitt wrote: > >Ive just been trying to build the latest develoment snapshot (4.3.99.9) >and have come across an error in the compiling. > >xf86DDC.c: In function `DDCRead_DDC2': >xf86DDC.c:336: error: invalid lvalue in assignment >make[6]: *** [xf86DDC.o

Re: Building XFree 4.3.99.9

2003-07-27 Thread Marc Aurele La France
On Mon, 28 Jul 2003, Andrew Bevitt wrote: > > > xf86DDC.c: In function `DDCRead_DDC2': > > > xf86DDC.c:336: error: invalid lvalue in assignment > > > make[6]: *** [xf86DDC.o] Error 1 > > > make[6]: Leaving directory > > > `/var/tmp/portage/xfree-4.3.99.9/work/xc/programs/Xserver/hw/xfree86/ddc' >

Re: Building XFree 4.3.99.9

2003-07-27 Thread Andrew Bevitt
> > xf86DDC.c: In function `DDCRead_DDC2': > > xf86DDC.c:336: error: invalid lvalue in assignment > > make[6]: *** [xf86DDC.o] Error 1 > > make[6]: Leaving directory > > `/var/tmp/portage/xfree-4.3.99.9/work/xc/programs/Xserver/hw/xfree86/ddc' > > This has already been fixed. Update from CVS. How

Re: Building XFree 4.3.99.9

2003-07-26 Thread Marc Aurele La France
On Sat, 26 Jul 2003, Andrew Bevitt wrote: > Ive just been trying to build the latest develoment snapshot (4.3.99.9) > and have come across an error in the compiling. > xf86DDC.c: In function `DDCRead_DDC2': > xf86DDC.c:336: error: invalid lvalue in assignment > make[6]: *** [xf86DDC.o] Error 1 >

Re: Building XFree 4.3.99.9

2003-07-26 Thread Andrew Bevitt
> Pipe it into less and search for I2CDevPtr - see if it is defined weirdly > as a typedef. All I can see is typedef struct _I2CDevRec *I2CDevPtr; Which looks ok to me, even searching back through the _I2CDevRec listings is looking ok aswell. ___ Deve

Re: Building XFree 4.3.99.9

2003-07-26 Thread Andrew Bevitt
> xf86I2CFindDev is defined in > xc/programs/Xserver/hw/xfree86/i2c/xf86i2c.h > which is included in > xc/programs/Xserver/hw/xfree86/ddc/xf86DDC.h > > The -E output should help determine why > xc/programs/Xserver/hw/xfree86/ddc/xf86DDC.c > is not seening this definition. It does s

Re: Building XFree 4.3.99.9

2003-07-26 Thread Peter \"Firefly\" Lund
On Sat, 26 Jul 2003, Andrew Bevitt wrote: > > You can try to substitute cc -c by cc -E and look at the produced code. > > That only prints out a whole load of code and includes to the terminal. Yes :) It runs the preprocessor on the source and nothing else. > From what I can see its no diff

Re: Building XFree 4.3.99.9

2003-07-26 Thread Andrew C Aitchison
On Sat, 26 Jul 2003, Andrew Bevitt wrote: > > You can try to substitute cc -c by cc -E and look at the produced code. > > That only prints out a whole load of code and includes to the terminal. > >From what I can see its no different to the code in the files and doesnt > really give me any c

Re: Building XFree 4.3.99.9

2003-07-26 Thread Andrew Bevitt
> You can try to substitute cc -c by cc -E and look at the produced code. That only prints out a whole load of code and includes to the terminal. >From what I can see its no different to the code in the files and doesnt really give me any clues. _

Re: Building XFree 4.3.99.9

2003-07-26 Thread Loic Grenie
> Hey > Ive just been trying to build the latest develoment snapshot (4.3.99.9) > and have come across an error in the compiling. > xf86DDC.c: In function `DDCRead_DDC2': > xf86DDC.c:336: error: invalid lvalue in assignment > make[6]: *** [xf86DDC.o] Error 1 > make[6]: Leaving directory > `/var/

Building XFree 4.3.99.9

2003-07-26 Thread Andrew Bevitt
Hey Ive just been trying to build the latest develoment snapshot (4.3.99.9) and have come across an error in the compiling. xf86DDC.c: In function `DDCRead_DDC2': xf86DDC.c:336: error: invalid lvalue in assignment make[6]: *** [xf86DDC.o] Error 1 make[6]: Leaving directory `/var/tmp/portage/xfre