Greetings,
After setting SOUNDTOUCH_CFLAGS and SOUNDTOUCH_LIBS I finally got the
build started. Alas, it fails here:
make[2]: Entering directory `/home/dlphilp/src/psychosynth-0.1.1/libpsynth'
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I.. /usr/include/ -I/usr/include/libxml2
-I/usr/include/alsa -g -O2 -MT libpsynth_la-FileReaderOgg.lo -MD
-MP -MF .deps/libpsynth_la-FileReaderOgg.Tpo -c -o
libpsynth_la-FileReaderOgg.lo `test -f 'input/FileReaderOgg.cpp' || echo
'./'`input/FileReaderOgg.cpp
g++ -DHAVE_CONFIG_H -I. -I.. /usr/include/ -I/usr/include/libxml2
-I/usr/include/alsa -g -O2 -MT libpsynth_la-FileReaderOgg.lo -MD -MP -MF
.deps/libpsynth_la-FileReaderOgg.Tpo -c input/FileReaderOgg.cpp -fPIC
-DPIC -o .libs/libpsynth_la-FileReaderOgg.o
input/FileReaderOgg.cpp: In member function 'virtual void
psynth::FileReaderOgg::open(const char*)':
input/FileReaderOgg.cpp:35: error: 'ov_fopen' was not declared in this scope
make[2]: *** [libpsynth_la-FileReaderOgg.lo] Error 1
make[2]: Leaving directory `/home/dlphilp/src/psychosynth-0.1.1/libpsynth'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dlphilp/src/psychosynth-0.1.1'
make: *** [all] Error 2
This happens on JAD 1.0, a 32-bit OpenSUSE-based distro.
Suggestions ?
Best,
dp