-
Notifications
You must be signed in to change notification settings - Fork 24
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
Issue compiling in fastchem_vulcan #14
Comments
Hi Micheal, Looks like the issue might be the g++ compiler is missing. |
Good afternoon! Like @mkplummer, I tried to use the code on Windows 11 and encountered exactly the same problem.
After these manipulations everything should work fine for you... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: