This is the mail archive of the cygwin-xfree@cygwin.com 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: [ANNOUNCEMENT] Server Test 99


Howdy Harold, fast work on the WM_CHANGE update!

I had to reinstall cygwin due to some disk corruption and it looks
like they've updated the bison version that's included which causes
an undefined pointer compile error in the lex module of xwinrc.

It's not worth making a new test release over, but for the test100
version you may want to apply the diff below (deletesthe unused
function which accesses the undefined [in new bison versions] variable)

$ diff -U3 xwin.test99/winprefslex.l xwin/winprefslex.l
--- xwin.test99/winprefslex.l   2003-08-12 05:47:10.000000000 -0700
+++ xwin/winprefslex.l  2003-09-14 18:45:21.406250000 -0700
@@ -112,12 +112,3 @@
   yyparse ();
 }

-/*
- * Only to remove compiler warning...
- */
-void
-use_unused_functions()
-{
-  yy_flex_realloc(0, 0);
-  yyunput(0, yytext_ptr);
-}


-Earle F. Philhower, III earle@ziplabel.com cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com


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