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

Lost Link Libraries #82

Closed
engineer1109 opened this issue Sep 27, 2019 · 5 comments
Closed

Lost Link Libraries #82

engineer1109 opened this issue Sep 27, 2019 · 5 comments
Labels

Comments

@engineer1109
Copy link

png
stdc++fs
harfbuzz
Add these to target_link_libraries for target Acid
Linux need linking libpng.so libstdc++fs.so (filesystem) libharfbuzz.so

@mattparks
Copy link
Member

What compiler (and version) are you attempting to use? I've only confirmed g++7 and clang6 have no build issues on my systems. 9a8db3c should link filesystem, and hopefully force freetype to ignore system harfbuzz and png.

@engineer1109
Copy link
Author

I use g++8 to compile. Filesystem is ok now.
harfbuzz and png still exists problem.
Is it because I have installed another freetype in the /usr/local ?

@mattparks
Copy link
Member

It looks like this is related to this freetype issue: https://savannah.nongnu.org/bugs/?55378
I might be able to revert the freetype version used in Acid to a release before this change.

@mattparks
Copy link
Member

d7e83f0 will remove freetype as a dependency all together, it's no longer required for font rendering. Once I add a run-time sdf generator I will write my own dependency free TTF reader.

@mattparks
Copy link
Member

Removed freetype in d7e83f0

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

No branches or pull requests

2 participants