MakefileR | Create Makefiles using R | Development Tools library
kandi X-RAY | MakefileR Summary
kandi X-RAY | MakefileR Summary
Create Makefiles using R
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of MakefileR
MakefileR Key Features
MakefileR Examples and Code Snippets
Community Discussions
Trending Discussions on MakefileR
QUESTION
When opening a makefile project in CLion I get the error message:
...ANSWER
Answered 2020-Nov-25 at 09:03Ok found the solution.
@uta was in the comment kinda right. CLion could find the make executable, but make dependes on a bunch of other coreutils which it couldn't find.
So I had to add C:\msys64\mingw64\bin
and C:\msys64\usr\bin
to my windows PATH.
How did I figure it out?
Executing mingw32-make
in the mingw terminal worked fine.
So I executed mingw32-make clean
in the terminal inside CLion, which gave me errors described. So the error messages wheren't from CLion, but from the make
command itself.
After that I tried adding the both paths to PATH only inside CLion but I couldn't find an option for it. So ultimately I had to add it in the system environment variables. Don't know yet if this is messing sth other up because of clashes in the executable names.
Oh and now I'm getting errors in the "Configuring project" step probably because of parsing errors..
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install MakefileR
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page