Re: Make error when compiling xserver-cygwin-1.14.1-1

2013-06-20 Thread Jon TURNEY
On 16/06/2013 15:25, Jon TURNEY wrote: On 16/06/2013 13:37, Matt D. wrote: /usr/src/xorg-server-1.14.1-1/src/xserver-cygwin-1.14.1-1/hw/xwin/glx/indirect.c:467: undefined reference to `_wglSwapIntervalEXTWrapper' These undefined references are a bit mysterious. These wgl*Wrapper functions

Re: Re: Make error when compiling xserver-cygwin-1.14.1-1

2013-06-16 Thread Matt D.
It seemed I had everything but flex. I downloaded that and double-checked all of the dependencies. Everything compiles now but I'm getting a linking error. I am using a CLEAN install of cygwin with the following packages: setup -P

Re: Make error when compiling xserver-cygwin-1.14.1-1

2013-06-16 Thread Jon TURNEY
On 16/06/2013 13:37, Matt D. wrote: It seemed I had everything but flex. I downloaded that and double-checked all of the dependencies. Everything compiles now but I'm getting a linking error. Prepping, generating, and configuring: cygport xorg-server.cygport prep autogen.sh -V configure

Make error when compiling xserver-cygwin-1.14.1-1

2013-06-15 Thread Matt D.
Can anyone advise me on how to proceed? I've managed to install all of the necessary dependencies but I'm getting an error from make while compiling xserver-cygwin. I've deleted the source directory and redone the autoconf, configure, and make twice now without success. Here is the error:

Re: Make error when compiling xserver-cygwin-1.14.1-1

2013-06-15 Thread Jon TURNEY
On 15/06/2013 19:20, Matt D. wrote: Can anyone advise me on how to proceed? I've managed to install all of the necessary dependencies but I'm getting an error from make while compiling xserver-cygwin. Here is the error: LEX winprefslex.c CC winprefslex.o gcc:

Re: Make error when compiling xserver-cygwin-1.14.1-1

2013-06-15 Thread Matt D.
The error appears to be here: /bin/sh ../../ylwrap winprefslex.l .c winprefslex.c 'winprefslex.c' is not created but ylwrap is not returning an error. This is unfamiliar territory for me but I'll see what I can do. Off the top of your head, is there a way to slim this down to remove ylwrap?

Re: Make error when compiling xserver-cygwin-1.14.1-1

2013-06-15 Thread Jon TURNEY
On 15/06/2013 23:06, Matt D. wrote: The error appears to be here: /bin/sh ../../ylwrap winprefslex.l .c winprefslex.c 'winprefslex.c' is not created but ylwrap is not returning an error. This is unfamiliar territory for me but I'll see what I can do. Off the top of your head, is there a