Hi all,
I am trying to compile pd 0.41-4 on a amd 64 bit machine. I'm using: /configure --enable-alsa=yes --enable-jack=yes --enable-oss=no
This results in make building with cc -DDL_OPEN -DPA_USE_OSS -DUNIX -DUNISTD -DUSEAPI_OSS -fno-strict-aliasing -DPA_USE_ALSA -DUSEAPI_ALSA -M
The binary builds with any problems but when I run it there is no option for jack or alsa (within the audio settings drop down) ?
The card works fine through alsa/jack.
Any ideas?
Conor
Those configure settings work for me. Do you have the jack development packages/headers installed for your system? Is jack found by the configure script? This is what I get:
r@pal:~/src/pd/pd-0.41-4/src$ ./configure --enable-jack | grep jack checking for jack_set_xrun_callback in -ljack... yes checking for jack_set_error_function in -ljack... yes
And i also get a -DUSEAPI_JACK linking flag when compiling.
-rich
On Sat, May 31, 2008 at 1:26 PM, forwind forward@forwind.net wrote:
Hi all,
I am trying to compile pd 0.41-4 on a amd 64 bit machine. I'm using: /configure --enable-alsa=yes --enable-jack=yes --enable-oss=no
This results in make building with cc -DDL_OPEN -DPA_USE_OSS -DUNIX -DUNISTD -DUSEAPI_OSS -fno-strict-aliasing -DPA_USE_ALSA -DUSEAPI_ALSA -M
The binary builds with any problems but when I run it there is no option for jack or alsa (within the audio settings drop down) ?
The card works fine through alsa/jack.
Any ideas?
Conor
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
Do you have the jack dev package installed?
.hc
On Jun 1, 2008, at 12:08 AM, Rich E wrote:
Those configure settings work for me. Do you have the jack development packages/headers installed for your system? Is jack found by the configure script? This is what I get:
r@pal:~/src/pd/pd-0.41-4/src$ ./configure --enable-jack | grep jack checking for jack_set_xrun_callback in -ljack... yes checking for jack_set_error_function in -ljack... yes
And i also get a -DUSEAPI_JACK linking flag when compiling.
-rich
On Sat, May 31, 2008 at 1:26 PM, forwind forward@forwind.net wrote: Hi all,
I am trying to compile pd 0.41-4 on a amd 64 bit machine. I'm using: /configure --enable-alsa=yes --enable-jack=yes --enable-oss=no
This results in make building with cc -DDL_OPEN -DPA_USE_OSS -DUNIX -DUNISTD -DUSEAPI_OSS -fno-strict-aliasing -DPA_USE_ALSA -DUSEAPI_ALSA -M
The binary builds with any problems but when I run it there is no option for jack or alsa (within the audio settings drop down) ?
The card works fine through alsa/jack.
Any ideas?
Conor
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
------------------------------------------------------------------------ ----
kill your television
Do you have the jack dev package installed?
yep I installed the standard libjack-dev library from apt-get (running ubuntu studio 64 8.04)
r@pal:~/src/pd/pd-0.41-4/src$ ./configure --enable-jack | grep jack checking for jack_set_xrun_callback in -ljack... yes checking for jack_set_error_function in -ljack... yes
I also have the same configure output and the '-DUSEAPI_JACK' linking flag is used. The version from apt-get works fine (as in runs with options for alsa and jack). Don't have a clue what is isn't talking to alsa. Everything else is ?
Conor
On Sun, 2008-06-01 at 11:29 +0200, Hans-Christoph Steiner wrote:
Do you have the jack dev package installed?
.hc
On Jun 1, 2008, at 12:08 AM, Rich E wrote:
Those configure settings work for me. Do you have the jack development packages/headers installed for your system? Is jack found by the configure script? This is what I get:
r@pal:~/src/pd/pd-0.41-4/src$ ./configure --enable-jack | grep jack checking for jack_set_xrun_callback in -ljack... yes checking for jack_set_error_function in -ljack... yes
And i also get a -DUSEAPI_JACK linking flag when compiling.
-rich
On Sat, May 31, 2008 at 1:26 PM, forwind forward@forwind.net wrote: Hi all,
I am trying to compile pd 0.41-4 on a amd 64 bit machine. I'm using: /configure --enable-alsa=yes --enable-jack=yes --enable-oss=no This results in make building with cc -DDL_OPEN -DPA_USE_OSS -DUNIX -DUNISTD -DUSEAPI_OSS -fno-strict-aliasing -DPA_USE_ALSA -DUSEAPI_ALSA -M The binary builds with any problems but when I run it there is no option for jack or alsa (within the audio settings drop down) ? The card works fine through alsa/jack. Any ideas? Conor _______________________________________________ PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
kill your television