Menu

How to compile doxygen in visual 2005 ?

2008-10-27
2013-06-11
  • Pedro Pablo  Vergara

    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

     
    • Aleksey Smirnov AKA Raja Kajiev

      What do you mean by "I put bison in: ...\share\bison.simple" ? 
      bison.simple is a file itself, not a path for bison binary!

       
    • szachy

      szachy - 2009-03-26

      try bison from this http://gnuwin32.sourceforge.net/
      i've install all packages from this and it solved problem with bison files.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.