-
Notifications
You must be signed in to change notification settings - Fork 5
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
configuration fails due to something missing in PortAudio #7
Comments
I ran the CMake configuration step with '-DCMAKE_PREFIX_PATH' set to the path of libportaudio.a in paprogs/portaudio/lib/.libs/ to fix this. |
In my case, I had missed the original note in I had the exact same error as OP on an Ubuntu 22.04 based distro. I partially resolved this by running:
I was now able to run
I wasted a good amount of time trying to find a Finally I grabbed the That was enough for the make file to find it and build it correctly at least in my case. So, in summary, saving the portaudio folder downloaded from http://files.portaudio.com/download.html in place under my local copy of the CDP8 repository at |
Using a combination of the two above, I was finally able to get CDP8 to build correctly. I edited the CMakeCache.txt file to remove the PA-NOTFOUND, since no matter what I did it never found the portaudio libs. |
hi, I'm on Linux Ubuntu Studio 22.04 and I'm exeriencing some difficulties in trying to install CDP8.
My steps are the following:
libaaio installation
CDP8/libaaio
;libaaio-0.3.1.tar.bz2
;libaaio-0.3.1
;./configure
sudo make install
portaudio configuration and build
I read the instructions in the file ‘CDP8/dev/externals/paprogs/palinuxbuild.txt’.
pa_stable_v190700_20210406.tgz
file;CDP8/dev/externals/paprogs/
folder;portaudio
folder (which is not too clear from the instructions);./configure --with-alsa --with-jack
make
building and installing CDP8
CDP8
;mkdir build
cd build
cmake ..
I get this Output which makes me think there is some problem with PortAudio
the
make
command actually fails.Where am I going wrong?
Thank you so much for your support
The text was updated successfully, but these errors were encountered: