On Mon, Jul 21, 2014 at 2:25 PM, Swinney C. <c.swinney at swansea.ac.uk> wrote: > Hi Ernesto, > > Unfortunately, this did not work. Tried removing the entire PJ Project directory, re-downloading and extracting the 2.2.1 source file and running a vanilla > > ./configure > make dep > make > > Yet still receive the same error. > > Just as a test I downloaded the 2.1.0 source and coiled as above. This looks as though everything has completed successfully. > > Any other ideas? No right now, maybe I can make a Vagrant box and test the build by myself. Hard to say what is going on. Which Debian are you running? > > Regards, > > > Chris Swinney > > >> -----Original Message----- >> From: Ernesto Celis [mailto:celisdelafuente@xxxxxxxxx] >> Sent: 18 July 2014 23:36 >> To: pjsip list >> Subject: Re: Error when building PJSIP 2.2.1 under Debian run inside a >> VM >> >> On Fri, Jul 18, 2014 at 5:32 PM, Ernesto Celis <celisdelafuente at gmail.com> >> wrote: >> > On Fri, Jul 18, 2014 at 11:43 AM, Swinney C. <c.swinney at swansea.ac.uk> >> wrote: >> >> I wanted to test out PJSIP and Python away from the machine that I >> >> will be using and as such I though a VM would work nicely. However PJSIP >> ?make? >> >> fails with no PJSUA being created. Here are the last few lines from >> >> the >> >> ?make?: >> > >> > Which OS is the VM running? >> >> Nevermind, I didn't read the subject carefuly, Debian it is >> >> > >> >> make[2]: Entering directory >> >> `/home/user/pjproject/pjproject-2.2.1/pjsip/build' >> >> >> >> .pjsua2-lib-i686-pc-linux-gnu.depend:1: *** missing separator. Stop. >> > >> > This sort of error happens when a a previous build was stopped at dep >> > or something. It is documented in the FAQ >> > http://trac.pjsip.org/repos/wiki/FAQ#missing-sep-err >> > >> > Usually I do the following when building pjsip: >> > >> > make distclean >> > find . -type d -name '.*.depend*' >> >> I forgot to add -exec rm to the find line, and the -type f, it should be: >> >> find . -type f -name '.*.depend*' -exec rm {} \; >> >> > ./configure >> > make dep >> > make >> > >> >> >> >> Any ideas? I?m afraid I?m am not that knowledgeable in such areas. >> >> Are there additional log that could provide additional pointers? >> > >> > Bulding pjsip gets tricky sometimes, depending on platform, operating >> > system and configure settings. The best source of info and help (IMHO) >> > is this list and the wiki http://trac.pjsip.org/repos/wiki >> > >> > >> > -- >> > Saludos >> > >> > Ernesto Celis de la Fuente >> > http://expressit.celisdelafuente.net >> >> >> >> -- >> Saludos >> >> Ernesto Celis de la Fuente >> http://expressit.celisdelafuente.net >> > -- Saludos Ernesto Celis de la Fuente http://expressit.celisdelafuente.net