-
Notifications
You must be signed in to change notification settings - Fork 13
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
Build Error During Make Command #10
Comments
Hi Genco, sorry for the late reply. I tried compiling this myself and had the same errors as you. I needed to do a couple things to make this work. First, I used the development branch so I recommend doing this aswell. Remember to do Maybe this step is not neccesary for you but I had to go into the Then, for the cmake command use: |
Hi @Genco2, could you confirm if the solution I provided worked for you? Thank you, |
Hello, thanks a lot for your answer. Due to my close deadline of thesis, I had to use another planner. However I will try your answer asap and response here. Also i am sorry for my late reply. If you wish, you may close this issue, I am sorry that i kept you waiting. |
Hello,
I am having mingw32-make: *** No targets specified and no makefile found. Stop. error after make command during the build process. My OS is Windows 64 bits and i am using MSYS2 MinGWx64 . During build, I executed these commands ;
After cmake command I got ;
And after mingw32-make command I got ;
mingw32-make: *** No targets specified and no makefile found. Stop.
May you please help me about this problem ?
Thanks.
Genco Cosgun
The text was updated successfully, but these errors were encountered: