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

Unable to build due to libvorbisfile.so: file format not recognized #13

Open
MikeAc77 opened this issue Sep 26, 2020 · 3 comments
Open

Comments

@MikeAc77
Copy link

Hello, first of all thank you for releasing this source code.
I have this issue
/usr/bin/ld:/builddir/HPL2/dependencies/lib/linux/lib/libvorbisfile.so: file format not recognized; treating as linker script
/usr/bin/ld:/builddir/HPL2/dependencies/lib/linux/lib/libvorbisfile.so:1: syntax error
collect2: ld returned 1 exit status
make[2]: *** [MapViewer.bin.x86] Error 1
make[1]: *** [core2/tools/CMakeFiles/MapViewer.dir/all] Error 2
make: *** [all] Error 2
I think a linker issue

@Mudbill
Copy link

Mudbill commented Sep 26, 2020

The symlinks for those libraries are broken. You must delete it and recreate it.

ln -s libvorbisfile.so libvorbisfile.so.3.3.5

The same must be done with the other libraries.

@MikeAc77
Copy link
Author

it seems it worked but synchronization breaks symlinks

@superRaptor911
Copy link

How to fix it?

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

3 participants