You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working to get started with your code. I downloaded the whole file and when I go to the fastchem_vulcan folder and execute "make", I get the following error:
cd model_main && C:/Users/Michael.Plummer/AppData/Local/Microsoft/WinGet/Packages/ezwinports.make_Microsoft.Winget.Source_8wekyb3d8bbwe/bin/make.exe model_main_
make[1]: Entering directory 'C:/Users/Michael.Plummer/USAFA_Research/Vulcan/VULCAN-master/fastchem_vulcan/model_main'
"compiling: main --> model_main.cpp"
process_begin: CreateProcess(NULL, g++ -c -Wall -std=gnu++11 -pedantic -O3 -march=native -MMD model_main.cpp -o ../obj/.o, ...) failed.
make (e=2): The system cannot find the file specified.
make[1]: *** [makefile:20: ../obj/.o] Error 2
make[1]: Leaving directory 'C:/Users/Michael.Plummer/USAFA_Research/Vulcan/VULCAN-master/fastchem_vulcan/model_main'
make: *** [makefile:8: model_main_] Error 2
Any help would be greatly appreciated!
Thanks,
Michael
The text was updated successfully, but these errors were encountered:
Looks like the issue might be the g++ compiler is missing.
It you still cannot resolve it, please contact fastchem's developer Daniel Kitzmann (daniel.kitzmann@unibe.ch)
Good afternoon!
I am working to get started with your code. I downloaded the whole file and when I go to the fastchem_vulcan folder and execute "make", I get the following error:
cd model_main && C:/Users/Michael.Plummer/AppData/Local/Microsoft/WinGet/Packages/ezwinports.make_Microsoft.Winget.Source_8wekyb3d8bbwe/bin/make.exe model_main_
make[1]: Entering directory 'C:/Users/Michael.Plummer/USAFA_Research/Vulcan/VULCAN-master/fastchem_vulcan/model_main'
"compiling: main --> model_main.cpp"
process_begin: CreateProcess(NULL, g++ -c -Wall -std=gnu++11 -pedantic -O3 -march=native -MMD model_main.cpp -o ../obj/.o, ...) failed.
make (e=2): The system cannot find the file specified.
make[1]: *** [makefile:20: ../obj/.o] Error 2
make[1]: Leaving directory 'C:/Users/Michael.Plummer/USAFA_Research/Vulcan/VULCAN-master/fastchem_vulcan/model_main'
make: *** [makefile:8: model_main_] Error 2
Any help would be greatly appreciated!
Thanks,
Michael
The text was updated successfully, but these errors were encountered: