[ANNOUNCEMENT] Server Test 99

Earle F. Philhower III earle@ziplabel.com
Mon Sep 15 01:56:00 GMT 2003


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



More information about the Cygwin-xfree mailing list