1>------ Build started: Project: Doxygen, Configuration: Debug Win32 ------
1>Performing Pre-Build Event...
1>Executing Lex for c:\Tools\doxygen-1.5.7.1\src\/constexp.cpp ...
1>Running bison on constexp.y
1>C:\tools\unxutils\usr\share\bison.simple: No such file or directory
1>bison: No se encuentra c:\Tools\doxygen-1.5.7.1\src\ce_parse.c
1>C:\tools\unxutils\usr\share\bison.simple: No such file or directory
1>bison:
1>Project : error PRJ0002 : Error result 2 returned from 'C:\WINDOWS\system32\cmd.exe'.
1>Build log was saved at "file://c:\Tools\doxygen-1.5.7.1\objects\Debug\BuildLog.htm"
1>Doxygen - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 3 up-to-date, 0 skipped ==========
I put bison in:
C:\Tools\UnxUtils\usr\local\share\bison.simple
and set enviroment variable:
BISON_SIMPLE = C:\tools\unxutils\usr\share\bison.simple
path = c:\tools\unxutils\usr\local\wbin;
but i still can't get it work.
please help.
second question:
how can i make headers and footers in rtf (rtfstyle) files?
thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
firt question:
I always have the same error:
1>------ Build started: Project: Doxygen, Configuration: Debug Win32 ------
1>Performing Pre-Build Event...
1>Executing Lex for c:\Tools\doxygen-1.5.7.1\src\/constexp.cpp ...
1>Running bison on constexp.y
1>C:\tools\unxutils\usr\share\bison.simple: No such file or directory
1>bison: No se encuentra c:\Tools\doxygen-1.5.7.1\src\ce_parse.c
1>C:\tools\unxutils\usr\share\bison.simple: No such file or directory
1>bison:
1>Project : error PRJ0002 : Error result 2 returned from 'C:\WINDOWS\system32\cmd.exe'.
1>Build log was saved at "file://c:\Tools\doxygen-1.5.7.1\objects\Debug\BuildLog.htm"
1>Doxygen - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 3 up-to-date, 0 skipped ==========
I put bison in:
C:\Tools\UnxUtils\usr\local\share\bison.simple
and set enviroment variable:
BISON_SIMPLE = C:\tools\unxutils\usr\share\bison.simple
path = c:\tools\unxutils\usr\local\wbin;
but i still can't get it work.
please help.
second question:
how can i make headers and footers in rtf (rtfstyle) files?
thank you
What do you mean by "I put bison in: ...\share\bison.simple" ?
bison.simple is a file itself, not a path for bison binary!
try bison from this http://gnuwin32.sourceforge.net/
i've install all packages from this and it solved problem with bison files.