Chip Collier
Chip Collier
Since this is still open I'd like to chime in that I have a similar requirement but for cross-compilation. It isn't clear to me how I can target a specific...
Awesome. I'll take a look! Cross compiling python is pretty straightforward. Some trial and error went into a simple script that builds it for us so we can build our...
+1 Under OSX, in order to use C++11 Arduino 1.5.x is required (they updated their bundled gcc to 4.8).
Good idea! Didn't think of that. I should note that I just also tested a non-world build and set OpenCV_DIR so that it uses cmake to get the library list....
Yep, just a sec. First I can confirm that specifying `liblib*` does work so far.
Also to note, I had to build OpenCV without Eigen support because the build script tried to add `Eigen::Eigen` to the list of libraries to link with.
``` [opencv 0.53.0] === Probing OpenCV library using cmake [opencv 0.53.0] === cmake ninja probe command: "cmake" "--log-level=NOTICE" "-S" "C:\\Users\\phote\\.cargo\\registry\\src\\github.com-1ecc6299db9ec823\\opencv-0.53.0\\cmake" "-DOCVRS_PACKAGE_NAME=OpenCV" "-DCMAKE_BUILD_TYPE=Debug" "-G" "Ninja" [opencv 0.53.0] === OpenCV library configuration:...
Yes, I think I can manage with the workaround going forward. :D
I've seen %USERPROFILE% used more commonly for HOME on windows.