You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2021. It is now read-only.
hi,
trying to compile on gentoo, stops with this output:
/usr/bin/ruby19 extconf.rb
checking for portaudio.h... yes
checking for main() in -lportaudio... yes
checking for PaStreamCallbackTimeInfo in portaudio.h... yes
creating Makefile
make
compiling portaudio.c
linking shared-object portaudio.so
portaudio.o: nella funzione "rb_portaudio_write_from_mpg":
portaudio.c:(.text+0x4d9): riferimento non definito a "mpg123_read"
portaudio.c:(.text+0x534): riferimento non definito a "mpg123_plain_strerror"
collect2: error: ld returned 1 exit status
make: *** [portaudio.so] Errore 1
maybe some specific support must be enabled in portaudio? my version is 19_pre20140130, compiled with following flags: alsa cxx -debug -jack -oss -static-libs.
hi,
trying to compile on gentoo, stops with this output:
/usr/bin/ruby19 extconf.rb
checking for portaudio.h... yes
checking for main() in -lportaudio... yes
checking for PaStreamCallbackTimeInfo in portaudio.h... yes
creating Makefile
make
compiling portaudio.c
linking shared-object portaudio.so
portaudio.o: nella funzione "rb_portaudio_write_from_mpg":
portaudio.c:(.text+0x4d9): riferimento non definito a "mpg123_read"
portaudio.c:(.text+0x534): riferimento non definito a "mpg123_plain_strerror"
collect2: error: ld returned 1 exit status
make: *** [portaudio.so] Errore 1
maybe some specific support must be enabled in portaudio? my version is 19_pre20140130, compiled with following flags: alsa cxx -debug -jack -oss -static-libs.
thanks in advance