-
Notifications
You must be signed in to change notification settings - Fork 187
Unable to test the build of stdlib library using CMake #348
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
Comments
Hey! Can anyone help me with this? I tried using gfortran |
Hi @aman-godara, did you run |
I ran this command |
You are perhaps missing a step, there are three separate commands to run:
|
Yes I just ran these on the latest |
It worked somehow this time. Thank you!! Probably I was doing something wrong. |
I was working in the directory
D:/GSoC/Fortran Codes
and used the commandcmake -B build -G Ninja
to get this message.Then I ran the command
cmake --build build --target test
and got a very long error.This is how the end of the error looks like:
I was working on a different version of the stdlib (after successfully pulling #346 to my local machine using
Git
) while I was following the instructions given inREADME.md
file of stdlib. I was following the instructions from top to bottom one by one until I got this error.I am using gfortran compiler

GNU Fortran (MinGW.org GCC Build-2) 9.2.0
and platform architecture iswith
Windows 10
as the operating system.CMake version
cmake version 3.18.4
Ninja version
1.10.0.git.kitware.jobserver-1
fypp version
3.0
, python versionPython 3.7.7
Can anyone please help me with it? Thank you.
The text was updated successfully, but these errors were encountered: