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

Fix Could NOT find MPG123 on Ubuntu 24.04 LTS #2333

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

smdaa
Copy link
Contributor

@smdaa smdaa commented Jul 3, 2024

Platform : Ubuntu 24.04 LTS

I installed dependencies found here https://libcinder.org/docs/guides/linux-notes/ubuntu.html
I faced this error:

CMake Error at /usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find MPG123 (missing: MPG123_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  proj/cmake/modules/FindMPG123.cmake:35 (find_package_handle_standard_args)
  proj/cmake/platform_linux.cmake:143 (find_package)
  CMakeLists.txt:29 (include)

Here is a fix i found

@smdaa smdaa changed the title Could NOT find MPG123 on Ubuntu 24.04 LTS Fix Could NOT find MPG123 on Ubuntu 24.04 LTS Jul 3, 2024
@richardeakin
Copy link
Collaborator

Ran into this today as well and the fix looks good to me. I don't yet see a more generic way of solving this so going to merge as Ubuntu 24.04 builds are broken without.

Only info I could find on the new (to me, anyway) include path: https://unix.stackexchange.com/questions/586792/difference-between-usr-lib-and-usr-lib-x86-64-linux-gnu-folders

@richardeakin richardeakin merged commit b6f8277 into cinder:master Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants