Earle,

Thanks for the patch. I used it tonight since I finally updated my Cygwin installation... I will be attempting to package a rebuild for 1.5.x tonight.

Thanks for contributing,

Harold

Earle F. Philhower III wrote:

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 [EMAIL PROTECTED] cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com




Reply via email to