CFortranTranslator icon indicating copy to clipboard operation
CFortranTranslator copied to clipboard

can't find f90.tab.cpp when install the CFortranTranslator

Open seek3366 opened this issue 2 years ago • 1 comments

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?

seek3366 avatar Dec 22 '23 08:12 seek3366

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.

CalvinNeo avatar Nov 26 '24 03:11 CalvinNeo