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
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
I've been trying for days to build barnyard2. No matter what I do I end up with several errors such as the following:
/usr/bin/ld: output-plugins/libspo.a(spo_database_cache.o): in function cacheSignatureLookup': spo_database_cache.c:(.text+0x1b4): undefined reference to glsl'
I'm running ./configure --with-mysql-libraries=/usr/lib/x86_64-linux-gnu --prefix=$HOME/barnyard2-install
I tried adding -lz -lGL -lpthread to CFLAGS. It didn't work.
Any advice is sincerely appreciated.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been trying for days to build barnyard2. No matter what I do I end up with several errors such as the following:
/usr/bin/ld: output-plugins/libspo.a(spo_database_cache.o): in function
cacheSignatureLookup': spo_database_cache.c:(.text+0x1b4): undefined reference to
glsl'I'm running ./configure --with-mysql-libraries=/usr/lib/x86_64-linux-gnu --prefix=$HOME/barnyard2-install
I tried adding -lz -lGL -lpthread to CFLAGS. It didn't work.
Any advice is sincerely appreciated.
The text was updated successfully, but these errors were encountered: