Open Genco2 opened 2 years ago
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
git submodule init
git submodule update
before anything else.
Maybe this step is not neccesary for you but I had to go into the lib\cxxopts\include\cxxopts.cpp
file and add
#include <limits>
Then, for the cmake command use:
cmake ../.. -DCMAKE_BUILD_TYPE=Release -G"MinGW Makefiles"
Finally, compiling with mingw-32-make
worked
Hi @Genco2,
could you confirm if the solution I provided worked for you?
Thank you, Klaus
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. Genco Cosgun
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