Building Fast-CDR failed on windows using MinGW [13749] #166
Replies: 4 comments
-
It seems you are not building natively on windows, as The instructions are for natively building on a system with Visual Studio installed. So can you fully describe your build environment? |
Beta Was this translation helpful? Give feedback.
-
I have the same problem by using MinGW in windows |
Beta Was this translation helpful? Give feedback.
-
MinGW is not an officially supported platform. I am moving the ticket to the corresponding discussion forum. |
Beta Was this translation helpful? Give feedback.
-
This is actually a valid issue. The error happens when building FastCdr as a static library, in that case Lines 86 to 121 in f889eee will be empty, that's why windres says:
|
Beta Was this translation helpful? Give feedback.
-
I followed the instructions here, but when I tap this command: cmake --build . --target install, it failed,and the fail reason is : /usr/bin/windres:no resources
Beta Was this translation helpful? Give feedback.
All reactions