-
Hi, May I request your help in compiling SObjectizer with MingW on Linux Host correctly? I am able to compile the library. When I ran a sample program, the program got the following exception.
Can anyone help me please? Best Regards |
Beta Was this translation helpful? Give feedback.
Answered by
eao197
Sep 5, 2024
Replies: 1 comment 3 replies
-
Hi! I've never used MinGW on Linux and don't understand what is going on. Do you try to cross-compile the library on Linux and then run a sample on Windows? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's pretty fine to place SObjectizer's sources into the project tree and compile them will all other project sources. We use such approach regularry.
Unfortunatelly, I have no experience with cross-compiling, so I have no any advices :(
It looks like MinGW specific problem. Maybe there is a difference between MinGW-provided libraries on Linux and Windows? Maybe versions of MinGW are different on both platforms?