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

Build fail #24

Closed
itgoyo opened this issue Jan 30, 2019 · 2 comments · Fixed by #54
Closed

Build fail #24

itgoyo opened this issue Jan 30, 2019 · 2 comments · Fixed by #54
Labels

Comments

@itgoyo
Copy link

itgoyo commented Jan 30, 2019

OS:Linux Mlint 18

$ make
CMake Error at CMakeLists.txt:20 (find_package):
  By not providing "FindPulseAudio.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "PulseAudio", but CMake did not find one.

  Could not find a package configuration file provided by "PulseAudio" with
  any of the following names:

    PulseAudioConfig.cmake
    pulseaudio-config.cmake

  Add the installation prefix of "PulseAudio" to CMAKE_PREFIX_PATH or set
  "PulseAudio_DIR" to a directory containing one of the above files.  If
  "PulseAudio" provides a separate development package or SDK, be sure it has
  been installed.


-- Configuring incomplete, errors occurred!
See also "/home/itgoyo/downloads/ncpamixer-1.3.3/build/CMakeFiles/CMakeOutput.log".
Makefile:34: recipe for target 'build/Makefile' failed
make[1]: *** [build/Makefile] Error 1
Makefile:53: recipe for target 'release' failed
make: *** [release] Error 2

Hi,there,I google finds nothing to solve this situation.

I had install PulseAudio.

Sorry,My english is poor,hope you can understand what I say.

@clangen
Copy link

clangen commented Jan 30, 2019

Make sure you install the PulseAudio dev package, otherwise you won't be able to build. On Mint it looks like it's called libpulse-dev.

@c0r73x c0r73x pinned this issue Jan 30, 2019
@itgoyo
Copy link
Author

itgoyo commented Jan 31, 2019

Thanks,I install libpulse-dev, it work for me,now I can build this project and instaledl.

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 a pull request may close this issue.

3 participants