Re: [Doxygen-develop] cannot compile with bison 1.34
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2002-04-07 16:19:59
|
On Sun, Apr 07, 2002 at 10:24:12PM +0900, Sato Ryunosuke wrote: > Hi, >=20 > I use doxygen on cygwin, > I cannot compile doxygen with bison 1.34. > ----------------------------------------------- > ce_parse.cpp:337: member `class CPPValue yyalloc::yyvs' with constructor= =20 > not all > owed in union > ----------------------------------------------- > Recently cygwin use bison 1.34. I compiled with bison 1.29 on cygwin.=1B$= B!!=1B(B >=20 > I want to remove this problem, but I'm ignorant about bison. > Do you know how to compile doxygen with bison 1.34? > I confirmed that same problem occurs on linux. You need to get version 1.35 of bison. All versions in the range 1.30 to 1.= 34 are broken. Regards, Dimitri |