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

Add glib to conda installation #87

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

guyer
Copy link

@guyer guyer commented Feb 3, 2025

During Anaconda installation on macOS, build of textshaping fails with:

x86_64-apple-darwin13.4.0-clang++ -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Users/guyer/anaconda3/envs/workbench/lib/R/lib -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/guyer/anaconda3/envs/workbench/lib -L/Users/guyer/anaconda3/envs/workbench/lib -o textshaping.so cpp11.o face_feature.o hb_shaper.o init.o string_bidi.o string_metrics.o string_shape.o -L/Users/guyer/anaconda3/envs/workbench/lib -lharfbuzz -lm -framework ApplicationServices -lglib-2.0 -lintl -liconv -lm -framework Foundation -framework CoreFoundation -framework AppKit -framework Carbon -lpcre2-8 -lgraphite2 -lfreetype -lz -lpng16 -lz -lfribidi -L/Users/guyer/anaconda3/envs/workbench/lib/R/lib -lR -Wl,-framework -Wl,CoreFoundation
ld: library not found for -lglib-2.0
x86_64-apple-darwin13.4: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [/Users/guyer/anaconda3/envs/workbench/lib/R/share/make/shlib.mk:10: textshaping.so] Error 1
ERROR: compilation failed for package ‘textshaping’

During Anaconda installation, build of `textshaping` fails with:

```output
x86_64-apple-darwin13.4.0-clang++ -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Users/guyer/anaconda3/envs/workbench/lib/R/lib -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-dead_strip_dylibs -Wl,-rpath,/Users/guyer/anaconda3/envs/workbench/lib -L/Users/guyer/anaconda3/envs/workbench/lib -o textshaping.so cpp11.o face_feature.o hb_shaper.o init.o string_bidi.o string_metrics.o string_shape.o -L/Users/guyer/anaconda3/envs/workbench/lib -lharfbuzz -lm -framework ApplicationServices -lglib-2.0 -lintl -liconv -lm -framework Foundation -framework CoreFoundation -framework AppKit -framework Carbon -lpcre2-8 -lgraphite2 -lfreetype -lz -lpng16 -lz -lfribidi -L/Users/guyer/anaconda3/envs/workbench/lib/R/lib -lR -Wl,-framework -Wl,CoreFoundation
ld: library not found for -lglib-2.0
x86_64-apple-darwin13.4: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [/Users/guyer/anaconda3/envs/workbench/lib/R/share/make/shlib.mk:10: textshaping.so] Error 1
ERROR: compilation failed for package ‘textshaping’
```
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

Successfully merging this pull request may close these issues.

1 participant