Le lundi 27 novembre 2006 15:16, mcquaid mcquaid a écrit : > [EMAIL PROTECTED]:~$ bash --version > GNU bash, version 3.1.17(1)-release (i486-pc-linux-gnu) > Copyright (C) 2005 Free Software Foundation, Inc. I have exactly the same on my debian unstable.
I've found the reason of your problem: you've got a space in your directory path (/home/mcquaid/linphone 1.5). This confuses a script run within the Makefile. Simply rebuild linphone from directory path without space (/home/mcquaid/linphone_1.5) and that should work. Simon > > Not sure if I mentioned it, I'm using ubuntu edgy. > > On 11/27/06, Simon Morlat <[EMAIL PROTECTED]> wrote: > > Thanks; > > > > We have the same Makefile, this is not a Makefile generation problem. > > Can you tell me what version of bash you have ? (use bash --version) > > > > Simon > > > > Le jeudi 23 novembre 2006 17:00, mcquaid mcquaid a écrit: > > > Attached. > > > > > > On 11/21/06, Simon Morlat <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > > > > > Can you send me the file ./mediastreamer2/src/Makefile ? > > > > Seems it has a syntax error, due probably to an error during its > > > > generation by > > > > the configure script. > > > > > > > > Simon > > > > > > > > Le dimanche 19 novembre 2006 03:09, mcquaid mcquaid a écrit: > > > > > The configure goes without issue but I get some errors on make: > > > > > > > > > > Linphone build configuration ended. > > > > > * Gnome applet will be compiled. > > > > > * Console interface will be compiled. > > > > > * db2html not found; user documentation will not be generated. > > > > > Now type 'make' to compile, and then 'make install' as root to > > > > install > > > > > > it. > > > > > > > > > ... > > > > > /bin/bash: line 1: $builddir/filterdescs.txt: ambiguous redirect > > > > > make[4]: *** [alldescs.h] Error 1 > > > > > make[4]: Leaving directory `/home/mcquaid/linphone 1.5/linphone- > > > > 1.5.1 > > > > > > > /mediastreamer2/src' > > > > > make[3]: *** [all-recursive] Error 1 > > > > > make[3]: Leaving directory `/home/mcquaid/linphone 1.5/linphone- > > > > 1.5.1 > > > > > > > /mediastreamer2' > > > > > make[2]: *** [all] Error 2 > > > > > make[2]: Leaving directory `/home/mcquaid/linphone 1.5/linphone- > > > > 1.5.1 > > > > > > > /mediastreamer2' > > > > > make[1]: *** [all-recursive] Error 1 > > > > > make[1]: Leaving directory `/home/mcquaid/linphone 1.5/linphone- > > > > 1.5.1' > > > > > > > make: *** [all] Error 2 _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
