You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was able to build Processlib with MinGW-w64, but it required some patches as it assumes Windows builds are always using MSVC.
Also I wanted the possibility to also build a static library, which was achieved with the CMakeLists.txt patch near the end, which allows the use of -DBUILD_SHARED_LIBS:BOOL=OFF and -DBUILD_SHARED_LIBS:BOOL=ON to build a static/shared library.
Below are my patches for MinGW-w64, I hope you can include them.
Regards
Brecht
Dear Brecht,
thanks for your patches, but could you provide a pull-request instead of a patch file please?
Do you only patched processlib, do you not use lima-core and a camera plugin as well? If yes, may you have some other patches to submit?
Hi,
I was able to build Processlib with MinGW-w64, but it required some patches as it assumes Windows builds are always using MSVC.
Also I wanted the possibility to also build a static library, which was achieved with the
CMakeLists.txt
patch near the end, which allows the use of-DBUILD_SHARED_LIBS:BOOL=OFF
and-DBUILD_SHARED_LIBS:BOOL=ON
to build a static/shared library.Below are my patches for MinGW-w64, I hope you can include them.
Regards
Brecht
The text was updated successfully, but these errors were encountered: