-
Notifications
You must be signed in to change notification settings - Fork 634
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
Problem building MRPT-1.5 on windows [=> Old MRPT version for PL-SLAM] #957
Comments
Hi, |
Hello, Here is full path to opencv installation D:\workspace\libs\Install\opencv Opencv version... I've cloned opencv repo and contrib repo and built them. SO i guess it should be v4. |
Ok, so it might be a compatibility problem with opencv 4... will check it. |
I just tested it and mrpt at present builds cleanly against opencv4. It looks like a misconfiguration of your MRPT's CMake build directory... Most |
Well, i've put exactly build location of opencv... Oh well, i'll try again maybe in the monday and will get back to you. Probably will try to rebuild opencv if this will not works |
OpenCV_DIR:PATH=D:/workspace/libs/Install/opencv Hmm... that is what you currently have, maybe that's the problem, it's probably safer to use the build directory instead. |
Current path for opencv is D:\workspace\libs\opencv\opencv\build |
It's weird... today I rebuilt MRPT in Windows with opencv 3.4.5 and it builds cleanly. AppVeyor CI is also happy, so... I can't reproduce your problem (!) What version of MRPT are you building? git master? |
Not master. Actually, i'm trying to build this one https://github.com/pangfumin/gf-pl-slam and it says i need to build not master, but https://github.com/MRPT/mrpt/tree/0c3d605c3cbf5f2ffb8137089e43ebdae5a55de3 At least "this is the version they have tested". |
Ah! So, bottom line is we must address rubengooj/pl-slam#30 |
SO, i guess, nothing can be done until your issue for pl-slam is addressed? |
Well, if you want to start giving a hand with this, build MRPT master on Windows, if that's the OS you will be using, and then try to build (GF-)-PL-SLAM against it, and let's see what needs to be updated in PL-SLAM. |
I faced this problem as well. I'm not sure if this is the right way to tackle this issue, but after that, I managed to build most of the projects. Now I am facing this problem here though.. |
Closing, as this has been fixed upstream (though, the PR is still in the wait for merging): |
Hello, so i've tried to build mrpt for windows. CMake configured and generated project properly (i've added opencv path as it was strongly recommended), but whem i'm trying to build BUILD_ALL using visual studio i'm getting errors (see picture). What could be done to build it properly?
The text was updated successfully, but these errors were encountered: