I am trying to compile doxygen 1.6.3. My goal is to add the Matlab scanner to the code.
Here is the first error I get:
Error 1 error PRJ0019: A tool returned an error code from "Executing Lex for c:\Documents and Settings\kkazinski\My Documents\doxygen\Source\doxygen-1.6.3\src\/doxytag.cpp …" Doxytag
Here is my output window:
Performing Pre-Build Event…
Executing Lex for c:\Documents and Settings\kkazinski\My Documents\doxygen\Source\doxygen-1.6.3\src\/vhdlscanner.cpp …
flex: can't open and
Project : error PRJ0019: A tool returned an error code from "Executing Lex for c:\Documents and Settings\kkazinski\My Documents\doxygen\Source\doxygen-1.6.3\src\/vhdlscanner.cpp …"
I think the error is that lex can not find the vhdlscanner.cpp but the tar ball and the SVN do not have the file. Any help would be appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have found the problem is that flex is reporting a error. I tried to run the flex command in the Visual Studio command window and found it failed. When I put shell in front of the flex command I do not get the error. A command window opens but nothing seems to happen.
Again any help would be very appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to compile doxygen 1.6.3. My goal is to add the Matlab scanner to the code.
Here is the first error I get:
Error 1 error PRJ0019: A tool returned an error code from "Executing Lex for c:\Documents and Settings\kkazinski\My Documents\doxygen\Source\doxygen-1.6.3\src\/doxytag.cpp …" Doxytag
Here is my output window:
Performing Pre-Build Event…
Executing Lex for c:\Documents and Settings\kkazinski\My Documents\doxygen\Source\doxygen-1.6.3\src\/vhdlscanner.cpp …
flex: can't open and
Project : error PRJ0019: A tool returned an error code from "Executing Lex for c:\Documents and Settings\kkazinski\My Documents\doxygen\Source\doxygen-1.6.3\src\/vhdlscanner.cpp …"
I think the error is that lex can not find the vhdlscanner.cpp but the tar ball and the SVN do not have the file. Any help would be appreciated.
Is this a good place to get help?
I have found the problem is that flex is reporting a error. I tried to run the flex command in the Visual Studio command window and found it failed. When I put shell in front of the flex command I do not get the error. A command window opens but nothing seems to happen.
Again any help would be very appreciated.
I finally got doxygen 1.6.3 to compile using cygwin. The problem was a cr/lf problem with the build scripts.