Dear ll, solved - I used git svn clone to checkout pjsip's SVN repository. This command does not support external SVN references to checkout portaudio. Thanks Regis for the hint. Regards, Werner 2010/11/13 Werner Dittmann <wernerdit at googlemail.com> > Dear all, > > I just jumped onto the pjproject and tried to configure and compile the > whole stuff. > I downloaded the latest svn (yesterday) and run ./aconfigure. Thuis went > thru without > error messages, also make depend went ok. > > the following make failed at the portaudio step. The first message was: > > make -f /home/werner/devhome/pjproject.git/build/rules.mak APP=PORTAUDIO > app=libportaudio ../../lib/libportaudio-x86_64-unknown-linux-gnu.a > make[3]: Entering directory > `/home/werner/devhome/pjproject.git/third_party/build/portaudio' > .libportaudio-x86_64-unknown-linux-gnu.depend:1: *** missing separator. > Schluss. > make[3]: Leaving directory > `/home/werner/devhome/pjproject.git/third_party/build/portaudio' > make[2]: *** [libportaudio] Fehler 2 > > Well, it turns out that the depend file was sort of garbage (does not > contain depend rules). I was brave and > renamed it and did make again. This time I got the following nice message: > > make[3]: Entering directory > `/home/werner/devhome/pjproject.git/third_party/build/portaudio' > gcc -c -Wall -DPJ_AUTOCONF=1 -O2 -DPA_USE_ALSA=1 -DHAVE_SYS_SOUNDCARD_H > -DHAVE_LINUX_SOUNDCARD_H -DPA_LITTLE_ENDIAN -DPA_USE_OSS=1 -I. -Isrc \ > > -ooutput/libportaudio-x86_64-unknown-linux-gnu/pa_unix_hostapis.o \ > src/pa_unix_hostapis.c > src/pa_unix_hostapis.c:1:61: fatal error: > ../../../portaudio/src/os/unix/pa_unix_hostapis.c: Datei oder Verzeichnis > nicht gefunden > compilation terminated. > > Which is correct: there is no such source file. > > My system is an opensuse 11.3, x86_64 and I have portaudio installed, > including > development files (portaudio.h exists in /usr/include directory). > > I found no hint in Wiki, also Google just gave some info regading portaudio > problems with > regard to Snow Leopard (about 1 year ago). Any ideas what went wrong? Do I > need additional files? > > Regards, > Werner > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20101113/19721ae7/attachment.html>