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
However, I removed this from the link list and the libs appear to compile without any trouble. To verify I also built with -Wl,--no-undefined, and it still linked successfully. Is there something I'm missing or can this be removed from the link line?
The text was updated successfully, but these errors were encountered:
Sweet, it was on there for Python support I guess it's no longer needed. Although been bit before due to needing crazy amount of dependencies to feed python.
That's also making trouble for people running the game on wine: people get wine complaining about missing WLDAP32.dll until they install some libldap sofile, even if it's not needed at all (see this thread as an example).
I noticed in the CMake files that the project links to OpenLDAP...
https://github.com/goldeneye-source/ges-code/blob/develop/game/CMakeLists.txt#L28
However, I removed this from the link list and the libs appear to compile without any trouble. To verify I also built with
-Wl,--no-undefined
, and it still linked successfully. Is there something I'm missing or can this be removed from the link line?The text was updated successfully, but these errors were encountered: