Closed sabas closed 4 years ago
Closing, it was solved by ordering CMakeLists https://github.com/TalonBraveInfo/OpenHoW/commit/0166463ffb5203ee1358e92102918bc2e27d1e4a
Hi, glad you figure out. Can't you tell me what you did to get it fix or provide a patch for other people. Thanks
On Wed, Jan 29, 2020, 10:50 AM Stefano notifications@github.com wrote:
Closed #197 https://github.com/MADEAPPS/newton-dynamics/issues/197.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MADEAPPS/newton-dynamics/issues/197?email_source=notifications&email_token=AB6EPJBCWIQJK77FS2OEHO3RAHFVPA5CNFSM4KMY2XH2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOWJBAPQA#event-2990671808, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6EPJHAEV763AVGQTU5VWLRAHFVPANCNFSM4KMY2XHQ .
Hi @JulioJerez it's in the commit I linked, it was changed the order of the linking libraries (and added dl)
- target_link_libraries(OpenHoW pthread openal SDL2)
+ target_link_libraries(OpenHoW openal SDL2 pthread dl)
oh you I see, you changed the order of the library on your cmake script.
I am glad you gusy are given a try to the engine, there has been many perofroem and quality improvemen on 3.14 Are you guys use the latest build from the depot head or the latest stable release?
cc @hogsy because I'm not so much involved in the actual coding 😆
@JulioJerez we have a fork which has the changes from the depot head from around at least a month ago. We pretty much just pull changes across when they're needed.
Hello, I was trying to compile the OpenHoW project under Linux but I'm stopping at the last linking step due to some missing library reference I can't seem to fix, and I was wondering if you could help me troubleshoot this. To give more context, the developers build the project fine under Windows, while me and another user bot have a similar error. I tried to add -ldl -lpthread in some places but I hadn't any success...
Thanks a lot!