CalvinNeo / CFortranTranslator

A translator from Fortran to C++. We provide statement-wise translation to improve readability.
GNU General Public License v2.0
117 stars 27 forks source link

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

Open seek3366 opened 9 months ago

seek3366 commented 9 months ago

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?