CFortranTranslator
CFortranTranslator copied to clipboard
can't find f90.tab.cpp when install the CFortranTranslator
I'm trying to istall the CFortrantranslator, and I have configured boost, winflex and winbison. However, when I ran the CFortranTanslator.sln, the following error will occur:
for90.tab.cpp 1>c1xx : fatal error C1083: Cannot open source file: '..\src\grammar\for90.tab.cpp': No such file or directory
Does anyone know how to solve it?
for90.tab.cpp is generated by winbison. Make sure you have it generated in '..\src\grammar\for90.tab.cpp'. Usually, the /src/grammar/custom_build_rules/win_flex_bison_custom_build.props could trigger the build for you, I am not sure if this have worked in your case.