Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue Linking when Swift is Installed. #3

Open
GalenRhodes opened this issue Nov 9, 2019 · 1 comment
Open

Issue Linking when Swift is Installed. #3

GalenRhodes opened this issue Nov 9, 2019 · 1 comment

Comments

@GalenRhodes
Copy link

If Swift development tools are installed in the default location - /usr - then some headers that involve ICU (that GNUstep also uses) are overwritten with Swift specific headers and they contain references to fields in Swift specific libraries. The end result is that the GNUstep GUI library will fail to link because of references to missing symbols. The work around for now is to not install Swift (at least not in the default location) or figure out which libraries GNUstep needs to also link against.

@Letterus
Copy link
Collaborator

Letterus commented Nov 9, 2019

Thank you, good to know. Same happens if you have installed gcc and its libobjc.
I'm not into fixing the make process yet, so we have to make sure the workarounds (not having those headers accessible) are taking place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants