This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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: winprefslex.c: No such file or directory
> gcc: no input files

I can only offer the observation that the file that gcc is failing to compile
because it doesn't exist is supposed to have been made by flex on the line above.

You might like to try using 'make V=1' to see how flex is being invoked, and
then try that manually to try to work out why it's not making any output...

-- 
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]