pspdev / psplibraries

A script to automatically build open-source libraries for PSP homebrew development.
47 stars 45 forks source link

OpenAL not building on Debian 10 #53

Closed sharkwouter closed 4 years ago

sharkwouter commented 4 years ago

When building the latest toolchain on Debian 10, OpenAL fails to build for me. Here is the log: https://gist.github.com/sharkwouter/f39f9e9891f95ed5855b302d5831df75

carstene1ns commented 4 years ago

Some pthread types are missing, has pthreads-emb been installed before?

Edit: This issue has been already mentioned in pspdev/psptoolchain#80, so happened already before. It does not happen here on Arch Linux, so might be specific to debian.

sharkwouter commented 4 years ago

Yeah, it is odd. pthreads-emb installed fine. The script also works fine in the Ubuntu based docker container.

sharkwouter commented 4 years ago

No idea why, but I no longer see this issue