windows build failure on ADD_SUBDIRECTORY #426
Replies: 3 comments 7 replies
-
This is the entire output:
|
Beta Was this translation helpful? Give feedback.
-
I updated the Qt directory, but still got the same "pcre" error:
|
Beta Was this translation helpful? Give feedback.
-
Hello @mnkylord ! Thank you for the report. This is a oversight when PCRE was removed from pub. I'll open a PR for that, but it probably won't be merged until Tuesday. In the meantime, once you clone the OpenRV repository, you can modifiy It should work afterwards. Edit: |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm very new at this. I did my best to follow the instructions. I have Qt 5.15.2, Qt Creator, and SSL installed. I also installed Strawberry Perl and MSYS2. But I couldn't build OpenRV in msys-mingw64:
This is my build command:
cmake -B _build -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release -DRV_DEPS_WIN_PERL_ROOT=/d/Strawberry/perl/bin -DRV_DEPS_QT5_LOCATION=/d/Qt
This is the error from the build (I believe)
Is this happening because there is no "pcre" directory in src/pub/ ?
Beta Was this translation helpful? Give feedback.
All reactions