I have encountered a problem while attempting to compile aRts 1.1.0-17 :
flow/Makefile.am:17: variable `LIBOSS_LDFLAGS' not defined
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.0.N5J6wX failed, exit code 1
Failed: compiling arts-1.1.0-17 failed
Currently I am using:
Operating System : 10.2.4
Package Manager : 0.12.0
Distribution : 0.5.1.cvs
Enabled Trees : local/main stable/main stable/crypto local/bootstrap
Last CVS Update : 11:25 27/03/2003 GMT
Has anyone successfully compiled aRts from a Fink Tree updated after March 27? Does anyone know what the ld flags should be for the OSS library(ies), so that I could perhaps just attempt to set them in the makefile myself. Or lastly would anyone have any ideas why this variable isn't defined in my makefiles if it is needed?
Yours,
In need of help,
Daniel
NB: The lines which immediately precede the error given above are as follows, with the note that new lines begin with a tab, anything which does not is a continuation of the previous line:
sed -e 's|@PREFIX@|/usr/local/pkg|g' </usr/local/pkg/fink/dists/stable/main/finkinfo/kde/arts-1.1.0-17.patch | patch -p0
patching file Makefile.am.in
patching file artsc/Makefile.am
patching file artsc/artsc-config.in
patching file configure.in.in
patching file flow/Makefile.am
patching file flow/audioiocoreaudio.cc
patching file flow/audioioesd.cc
patching file flow/audioiooss.cc
patching file flow/gsl/Makefile.am
patching file flow/gsl/gsldatahandle-mad.c
patching file flow/gsl/gsldatahandle-vorbis.c
patching file libltdl/ltdl.c
patching file libltdl/ltdl.m4
patching file mcopidl/Makefile.am
patching file soundserver/Makefile.am
patching file soundserver/artsd.cc
patching file soundserver/soundserverv2_impl.cc
/var/tmp/tmp.0.N5J6wX
This Makefile is only for the CVS repository
This will be deleted before making the distribution
*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating configure.in
*** Creating aclocal.m4
*** Creating configure
*** Creating config.h template
autoheader-2.54: `config.h.in' is updated
*** Creating Makefile templates
flow/Makefile.am:17: variable `LIBOSS_LDFLAGS' not defined
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.0.N5J6wX failed, exit code 1
Failed: compiling arts-1.1.0-17 failed
[end]
