David Baron wrote:
On Wednesday 16 April 2008 17:25:27 you wrote:
David Baron wrote:
> on my
debian sid i installed svn version and it works perfectly.
>
> luigi
>
hallo, are u in the situation to upload the svn source somewhere, since
my machine doesn't support ssl and i can not check out!
I was able to check out., followed the instructions on the site.
Got libraries installed by NO executable.
_______________________________________________
i had this too, but repaired with installing some other libs and
reconfiguring.
what is the output at the end of configure?
cheers,
doc
The configure ends, allbeit normally. Various capabilities are "yes". The
executables are "no".
I removed the pychosynth from Debian Sid but left the libraries that got
installed with it. Configure complained about libsoundtouch but after I did
the autoreconf -i (installing the mkinstalldirs that was missing), this error
dissappeared and soundtouch was enabled.
what is about liblo? is it recognized?
now i remember, that for getting configure recognize liblo (osc) i had
to specify:
LIBLO_CFLAGS=/usr/include/ LIBLO_LIBS=/usr/lib/
(the same i did with soundtouch - obviously configure recognizes only
the stuff which is in /usr/local.. ).
once osc was enabled, the binaries were configured.
cheers,
doc