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

CMake compile error #45

Open
meonwax opened this issue May 24, 2016 · 2 comments
Open

CMake compile error #45

meonwax opened this issue May 24, 2016 · 2 comments

Comments

@meonwax
Copy link

meonwax commented May 24, 2016

I try to compile the latest release 1.3c using the apone release 1.2 and get the following error:

-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8") 
MP3 /usr/lib64/libmpg123.so
CMake Error at /home/swolf/tmp/chipmachine/src/apone/mods/musicplayer/plugins/tedplugin/CMakeLists.txt:11 (add_library):
  add_library cannot create target "gmeplugin" because another target with
  the same name already exists.  The existing target is a static library
  created in source directory
  "/home/swolf/tmp/chipmachine/src/apone/mods/musicplayer/plugins/gmeplugin".
  See documentation for policy CMP0002 for more details.


CMake Error at /home/swolf/tmp/chipmachine/src/apone/mods/musicplayer/plugins/tedplugin/CMakeLists.txt:13 (target_link_libraries):
  Attempt to add link library "/usr/lib64/libz.so" to target "gmeplugin"
  which is not built in this directory.

I'm on Arch Linux x86_64.
Any suggestions?

@pezz
Copy link

pezz commented May 25, 2016

I had a go at trying to update the Arch PKGBUILD as well on a clean VM and get the same error.

@meonwax
Copy link
Author

meonwax commented Aug 15, 2016

Any news here?

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

2 participants