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

libcss errors #37

Open
MichaelMackus opened this issue Nov 26, 2024 · 1 comment · May be fixed by #38
Open

libcss errors #37

MichaelMackus opened this issue Nov 26, 2024 · 1 comment · May be fixed by #38

Comments

@MichaelMackus
Copy link

A bunch of libcss errors during linking stage. I noticed there was an error in one of the sh files - I think it needs to use bash instead of /bin/sh

@MichaelMackus MichaelMackus linked a pull request Nov 26, 2024 that will close this issue
@MichaelMackus
Copy link
Author

Here's what the errors look like:

[100%] Linking C executable neosurf-vi
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_border_left_width'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_font_style'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_border_left'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_unicode_bidi'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_text_indent'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_flex_wrap'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_justify_content'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_background_image'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_visibility'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_flex_shrink'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_padding_top'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_border_bottom_style'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_page_break_after'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_break_inside'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_left'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_border_top_style'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_display'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_table_layout'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_direction'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_position'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_font_variant'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_text_transform'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_height'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_border_top'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_counter_reset'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_pitch_range'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_speech_rate'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_cue_before'
/usr/bin/ld: ../../contrib/libcss/libcss.so.14: undefined reference to `css__parse_margin_left'
...

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 a pull request may close this issue.

1 participant