[proaudio] Now problem with jack compilation

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Because I removed the caps useflag (after I learned it's not needed by
2.6 kernels), I had the following error when trying to recompile 
jack-audio-connection-kit-0.100.7-r3
(the previous time it compiled without problems)
The output of the error follows.
greetz

Steel




Making all in portaudio
make[3]: Entering directory
`/var/tmp/portage/jack-audio-connection-kit-0.100.7-r3/work/jack-audio-connection-kit-0.100.7/drivers/portaudio'
if /bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc
-DHAVE_CONFIG_H -I. -I. -I../..    -I../../config -I../.. -I../..
-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g -march=athlon-xp -O2
-pipe -fomit-frame-pointer -I/usr/include/nptl -I../../config -I../..
-I../.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g
-march=athlon-xp -O2 -pipe -fomit-frame-pointer -I/usr/include/nptl
-march=athlon-xp -MT portaudio_driver.lo -MD -MP -MF
".deps/portaudio_driver.Tpo" -c -o portaudio_driver.lo portaudio_driver.c; \
then mv -f ".deps/portaudio_driver.Tpo" ".deps/portaudio_driver.Plo";
else rm -f ".deps/portaudio_driver.Tpo"; exit 1; fi
mkdir .libs
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../config
-I../.. -I../.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -g
-march=athlon-xp -O2 -pipe -fomit-frame-pointer -I/usr/include/nptl
-I../../config -I../.. -I../.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
-Wall -g -march=athlon-xp -O2 -pipe -fomit-frame-pointer
-I/usr/include/nptl -march=athlon-xp -MT portaudio_driver.lo -MD -MP -MF
.deps/portaudio_driver.Tpo -c portaudio_driver.c  -fPIC -DPIC -o
.libs/portaudio_driver.o
In file included from portaudio_driver.c:46:
portaudio_driver.h:57: error: syntax error before "PortAudioStream"
portaudio_driver.h:57: warning: no semicolon at end of struct or union
portaudio_driver.h:59: warning: type defaults to `int' in declaration of
`portaudio_driver_t'
portaudio_driver.h:59: warning: data definition has no type or storage class
portaudio_driver.c:118: error: syntax error before "PaTimestamp"
portaudio_driver.c: In function `paCallback':
portaudio_driver.c:120: error: `driver' undeclared (first use in this
function)
portaudio_driver.c:120: error: (Each undeclared identifier is reported
only once
portaudio_driver.c:120: error: for each function it appears in.)
portaudio_driver.c:120: error: syntax error before ')' token
portaudio_driver.c:122: error: `inputBuffer' undeclared (first use in
this function)
portaudio_driver.c:123: error: `outputBuffer' undeclared (first use in
this function)
portaudio_driver.c:125: error: `framesPerBuffer' undeclared (first use
in this function)
portaudio_driver.c: At top level:
portaudio_driver.c:129: error: syntax error before '*' token
portaudio_driver.c: In function `portaudio_driver_attach':
portaudio_driver.c:136: error: `driver' undeclared (first use in this
function)
portaudio_driver.c:136: error: `engine' undeclared (first use in this
function)
portaudio_driver.c: At top level:
portaudio_driver.c:188: error: syntax error before '*' token
portaudio_driver.c: In function `portaudio_driver_detach':
portaudio_driver.c:192: error: `driver' undeclared (first use in this
function)
portaudio_driver.c: At top level:
portaudio_driver.c:215: error: syntax error before '*' token
portaudio_driver.c: In function `portaudio_driver_null_cycle':
portaudio_driver.c:217: error: `driver' undeclared (first use in this
function)
portaudio_driver.c:217: error: `nframes' undeclared (first use in this
function)
portaudio_driver.c: At top level:
portaudio_driver.c:222: error: syntax error before '*' token
portaudio_driver.c: In function `portaudio_driver_read':
portaudio_driver.c:230: error: `driver' undeclared (first use in this
function)
portaudio_driver.c:237: error: `nframes' undeclared (first use in this
function)
portaudio_driver.c: At top level:
portaudio_driver.c:250: error: syntax error before '*' token
portaudio_driver.c: In function `portaudio_driver_write':
portaudio_driver.c:256: error: `nframes' undeclared (first use in this
function)
portaudio_driver.c:259: error: `driver' undeclared (first use in this
function)
portaudio_driver.c: At top level:
portaudio_driver.c:277: error: syntax error before '*' token
portaudio_driver.c: In function `portaudio_driver_audio_start':
portaudio_driver.c:279: error: `driver' undeclared (first use in this
function)
portaudio_driver.c: At top level:
portaudio_driver.c:284: error: syntax error before '*' token
portaudio_driver.c: In function `portaudio_driver_audio_stop':
portaudio_driver.c:286: error: `driver' undeclared (first use in this
function)
portaudio_driver.c: At top level:
portaudio_driver.c:291: error: syntax error before '*' token
portaudio_driver.c: In function `portaudio_driver_set_parameters':
portaudio_driver.c:295: error: `driver' undeclared (first use in this
function)
portaudio_driver.c:300: warning: implicit declaration of function
`Pa_GetDefaultInputDeviceID'
portaudio_driver.c:304: warning: implicit declaration of function
`Pa_GetDefaultOutputDeviceID'
portaudio_driver.c:308: error: `rate' undeclared (first use in this
function)
portaudio_driver.c:309: error: `nframes' undeclared (first use in this
function)
portaudio_driver.c:315: warning: passing arg 2 of `Pa_OpenStream' makes
pointer from integer without a cast
portaudio_driver.c:315: warning: passing arg 5 of `Pa_OpenStream' makes
integer from pointer without a cast
portaudio_driver.c:315: warning: passing arg 8 of `Pa_OpenStream' makes
pointer from integer without a cast
portaudio_driver.c:315: error: too many arguments to function
`Pa_OpenStream'
portaudio_driver.c: At top level:
portaudio_driver.c:343: error: syntax error before '*' token
portaudio_driver.c: In function `portaudio_driver_reset_parameters':
portaudio_driver.c:347: error: `nframes' undeclared (first use in this
function)
portaudio_driver.c:353: error: `driver' undeclared (first use in this
function)
portaudio_driver.c:354: error: `rate' undeclared (first use in this
function)
portaudio_driver.c: At top level:
portaudio_driver.c:358: error: syntax error before '*' token
portaudio_driver.c: In function `portaudio_driver_bufsize':
portaudio_driver.c:366: error: `driver' undeclared (first use in this
function)
portaudio_driver.c:371: error: `nframes' undeclared (first use in this
function)
portaudio_driver.c: At top level:
portaudio_driver.c:384: error: syntax error before '*' token
portaudio_driver.c: In function `portaudio_load_default':
portaudio_driver.c:397: error: `inputDeviceID' undeclared (first use in
this function)
portaudio_driver.c:398: error: `outputDeviceID' undeclared (first use in
this function)
portaudio_driver.c:400: error: `numDevices' undeclared (first use in
this function)
portaudio_driver.c:406: error: `driver' undeclared (first use in this
function)
portaudio_driver.c:406: error: `capturing' undeclared (first use in this
function)
portaudio_driver.c:412: error: `playing' undeclared (first use in this
function)
portaudio_driver.c:420: error: structure has no member named
`numSampleRates'
portaudio_driver.c:421: error: structure has no member named `sampleRates'
portaudio_driver.c:421: error: structure has no member named `sampleRates'
portaudio_driver.c:424: error: structure has no member named
`numSampleRates'
portaudio_driver.c:425: error: structure has no member named `sampleRates'
portaudio_driver.c:431: error: structure has no member named
`nativeSampleFormats'
portaudio_driver.c:432: error: structure has no member named
`nativeSampleFormats'
portaudio_driver.c:433: error: structure has no member named
`nativeSampleFormats'
portaudio_driver.c:434: error: structure has no member named
`nativeSampleFormats'
portaudio_driver.c:435: error: structure has no member named
`nativeSampleFormats'
portaudio_driver.c:436: error: structure has no member named
`nativeSampleFormats'
portaudio_driver.c:437: error: structure has no member named
`nativeSampleFormats'
portaudio_driver.c:437: error: `paPackedInt24' undeclared (first use in
this function)
portaudio_driver.c: At top level:
portaudio_driver.c:444: error: syntax error before '*' token
portaudio_driver.c: In function `portaudio_load_driver':
portaudio_driver.c:456: error: `driver_name' undeclared (first use in
this function)
portaudio_driver.c:458: error: `numDevices' undeclared (first use in
this function)
portaudio_driver.c:467: error: `inputDeviceID' undeclared (first use in
this function)
portaudio_driver.c:468: error: `driver' undeclared (first use in this
function)
portaudio_driver.c:469: error: `capturing' undeclared (first use in this
function)
portaudio_driver.c:475: error: `outputDeviceID' undeclared (first use in
this function)
portaudio_driver.c:477: error: `playing' undeclared (first use in this
function)
portaudio_driver.c:490: error: structure has no member named
`numSampleRates'
portaudio_driver.c:491: error: structure has no member named `sampleRates'
portaudio_driver.c:492: error: structure has no member named `sampleRates'
portaudio_driver.c:495: error: structure has no member named
`numSampleRates'
portaudio_driver.c:496: error: structure has no member named `sampleRates'
portaudio_driver.c:502: error: structure has no member named
`nativeSampleFormats'
portaudio_driver.c:503: error: structure has no member named
`nativeSampleFormats'
portaudio_driver.c:504: error: structure has no member named
`nativeSampleFormats'
portaudio_driver.c:505: error: structure has no member named
`nativeSampleFormats'
portaudio_driver.c:506: error: structure has no member named
`nativeSampleFormats'
portaudio_driver.c:507: error: structure has no member named
`nativeSampleFormats'
portaudio_driver.c:508: error: structure has no member named
`nativeSampleFormats'
portaudio_driver.c:508: error: `paPackedInt24' undeclared (first use in
this function)
portaudio_driver.c: In function `portaudio_driver_new':
portaudio_driver.c:529: error: `driver' undeclared (first use in this
function)
portaudio_driver.c:539: error: syntax error before ')' token
portaudio_driver.c:582: warning: implicit declaration of function
`Pa_CountDevices'
portaudio_driver.c:596: error: `paHostError' undeclared (first use in
this function)
portaudio_driver.c:645: warning: passing arg 5 of `Pa_OpenStream' makes
integer from pointer without a cast
portaudio_driver.c:645: warning: passing arg 8 of `Pa_OpenStream' makes
pointer from integer without a cast
portaudio_driver.c:645: error: too many arguments to function
`Pa_OpenStream'
portaudio_driver.c: At top level:
portaudio_driver.c:666: error: syntax error before '*' token
portaudio_driver.c: In function `portaudio_driver_delete':
portaudio_driver.c:669: error: `driver' undeclared (first use in this
function)
portaudio_driver.c: In function `driver_initialize':
portaudio_driver.c:785: warning: unused variable `deviceID'
portaudio_driver.c: In function `driver_finish':
portaudio_driver.c:880: error: syntax error before ')' token
make[3]: *** [portaudio_driver.lo] Error 1
make[3]: Leaving directory
`/var/tmp/portage/jack-audio-connection-kit-0.100.7-r3/work/jack-audio-connection-kit-0.100.7/drivers/portaudio'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/jack-audio-connection-kit-0.100.7-r3/work/jack-audio-connection-kit-0.100.7/drivers'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/jack-audio-connection-kit-0.100.7-r3/work/jack-audio-connection-kit-0.100.7'
make: *** [all] Error 2

!!! ERROR: media-sound/jack-audio-connection-kit-0.100.7-r3 failed.
Call stack:
  ebuild.sh, line 1527:   Called dyn_compile
  ebuild.sh, line 931:   Called src_compile
  jack-audio-connection-kit-0.100.7-r3.ebuild, line 110:   Called die

!!! compilation failed
!!! If you need support, post the topmost build error, and the call
stack if relevant.




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/