Hi there, what is the argument / parameter to specify don't compile against PulseAudio ?
i try to do the follow :
wget -c 'https://github.com/jackun/USBqemu-wheel/archive/refs/tags/0.10.0.tar.gz' -O "USBqemu-wheel-0.10.0.tar.gz"
tar xfz USBqemu-wheel-0.10.0.tar.gz
cd USBqemu-wheel-0.10.0
mkdir -p build ; cd build
cmake ..
cd ..
and the output of cmake .. show this :
[ 46%] Building CXX object CMakeFiles/USBqemu-wheel.dir/src/usb-mic/audiodev-pulse.cpp.o
In file included from /tmp/USBqemu-wheel-0.10.0/src/usb-mic/audiodev-pulse.cpp:2:0:
/tmp/USBqemu-wheel-0.10.0/src/usb-mic/audiodev-pulse.h:3:30: error fatal: pulse/pulseaudio.h: No existe el fichero o el directorio
compilación terminada.
CMakeFiles/USBqemu-wheel.dir/build.make:374: fallo en las instrucciones para el objetivo 'CMakeFiles/USBqemu-wheel.dir/src/usb-mic/audiodev-pulse.cpp.o'
make[2]: *** [CMakeFiles/USBqemu-wheel.dir/src/usb-mic/audiodev-pulse.cpp.o] Error 1
CMakeFiles/Makefile2:75: fallo en las instrucciones para el objetivo 'CMakeFiles/USBqemu-wheel.dir/all'
make[1]: *** [CMakeFiles/USBqemu-wheel.dir/all] Error 2
Makefile:129: fallo en las instrucciones para el objetivo 'all'
make: *** [all] Error 2
the README i don't understand the part about pulseaudio, because don't tell nothing about variables, arguments / parameters for compile.
PLUGIN_BUILD_PULSE (bool, TRUE) for PulseAudio (singstar) (linux)
PLUGIN_BUILD_DYNLINK_PULSE (bool, TRUE) dlopen PulseAudio or link to lib (linux)
i try with :
cd build
cmake -DCMAKE-PLUGIN_BUILD_PULSE=FALSE -DCMAKE-PLUGIN_BUILD_DYNLINK_PULSE=FALSE
But i just got this message :
Manually-specified variables were not used by the project:
CMAKE-PLUGIN_BUILD_DYNLINK_PULSE
CMAKE-PLUGIN_BUILD_PULSE
Hi there, what is the argument / parameter to specify don't compile against PulseAudio ?
i try to do the follow :
and the output of
cmake ..show this :the README i don't understand the part about pulseaudio, because don't tell nothing about variables, arguments / parameters for compile.
PLUGIN_BUILD_PULSE(bool, TRUE) for PulseAudio (singstar) (linux)PLUGIN_BUILD_DYNLINK_PULSE(bool, TRUE) dlopen PulseAudio or link to lib (linux)i try with :
But i just got this message :