This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin 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: setup and bison


On Sat, 1 Mar 2003 gmilner at csw dot L-3com dot com wrote:

> Just in case this is helpful information to anyone.
>
> I just (2003/03/01) downloaded and installed everything from the latest
> cygwin using setup.exe
> on a "cygwin clean" fully patched NT4.0 machine.
> I then downloaded  the cvs source for setup.exe.
> Of course I re-read the mostly up-to-date instructions from:
> "http://cygwin.com/cygwin-ug-net/cygwin-ug-net.html";
> "http://sources.redhat.com/cygwin-apps/setup.html";
> "http://cygwin.com/faq/faq.html";
>
> $ mkdir build
> $ cd build
> $ ../setup-cvs/configure -C --enable-dependencies --disable-shared
> --host=i686-pc-mingw32 --build=i686-pc-cygwin  --enable-maintainer-mode
> $ make
> make failed: complaining about label yyerrlab1 being defined but not used in
> iniparse.cc.
> I used setup.exe to replace bison-1.875 with the older bison-1.75.
> Cleaned up the build directory and rebuild with bison being the only thing
> changed.
> SUCCESS.
>
> George
> (Virtual Janitor / Network Proctologist)
>
> PS Apologies for not having the expertise and/or time to find the exact
> problem.

FYI, this has been fixed in bison-1.875a.  Also FYI, as a minimal
temporary fix, edit iniparse.cc, insert "goto yyerrlab1" before the label,
and remove the "__attribute__" line.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha at cs dot nyu dot edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor at watson dot ibm dot com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk!
  -- /usr/games/fortune


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