Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
seek3366 opened this issue Dec 22, 2023 · 1 comment
Open

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

seek3366 opened this issue Dec 22, 2023 · 1 comment

Comments

@seek3366
Copy link

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?

@CalvinNeo
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants