Re: [pjsip] Compiling for iPhone OS

MS
Maunil Sanghavi
Thu, May 13, 2010 6:45 PM

Hi Even,
Thanks for the quick response. I followed those instructions and got the
error. I put the config_site.h in pjlib/include/pj/. Is that the correct
location?

Thanks,
Mo

On Thu, May 13, 2010 at 2:32 PM, eaf@oyatel.com wrote:

Did you follow the guidelines located here:
http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone ?

I've just downloaded the branch (btw, thanks for the effort pjsip devs,
official iPhone support is probably long requested),
followed the instructions and everything compiled as it should.

Best regards,
Even André

On 13. mai 2010, at 20.13, Maunil Sanghavi wrote:

Hi,
I am trying to compile PJSIP for iPhone OS using the iPhone project, but

when I run the config script, I get the following error:

"aconfigure: error: C compiler cannot create executables"

Does anyone know why that would happen?

Thanks,
Mo


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Even, Thanks for the quick response. I followed those instructions and got the error. I put the config_site.h in pjlib/include/pj/. Is that the correct location? Thanks, Mo On Thu, May 13, 2010 at 2:32 PM, <eaf@oyatel.com> wrote: > Did you follow the guidelines located here: > http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone ? > > I've just downloaded the branch (btw, thanks for the effort pjsip devs, > official iPhone support is probably long requested), > followed the instructions and everything compiled as it should. > > Best regards, > Even André > > On 13. mai 2010, at 20.13, Maunil Sanghavi wrote: > > > Hi, > > I am trying to compile PJSIP for iPhone OS using the iPhone project, but > when I run the config script, I get the following error: > > "aconfigure: error: C compiler cannot create executables" > > > > Does anyone know why that would happen? > > > > Thanks, > > Mo > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > >
BS
Brad Sweeney
Thu, May 13, 2010 7:19 PM

Mo,

It might be a simple permissions issue that is keeping the compiler from
creating the executables.

Also, pjlib/include/pj/ is the correct location for the config_site.h file.

Brad

On 13/05/2010 12:45 PM, Maunil Sanghavi wrote:

Hi Even,
Thanks for the quick response. I followed those instructions and got
the error. I put the config_site.h in pjlib/include/pj/. Is that the
correct location?

Thanks,
Mo

On Thu, May 13, 2010 at 2:32 PM, <eaf@oyatel.com
mailto:eaf@oyatel.com> wrote:

 Did you follow the guidelines located here:
 http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone ?

 I've just downloaded the branch (btw, thanks for the effort pjsip
 devs, official iPhone support is probably long requested),
 followed the instructions and everything compiled as it should.

 Best regards,
 Even André

 On 13. mai 2010, at 20.13, Maunil Sanghavi wrote:

Hi,
I am trying to compile PJSIP for iPhone OS using the iPhone

 project, but when I run the config script, I get the following error:

"aconfigure: error: C compiler cannot create executables"

Does anyone know why that would happen?

Thanks,
Mo


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org mailto:pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Brad Sweeney
Programmer / Developer

Frontlogic / DLC Worldwide
Fresh. Simple. Smart.
brad@frontlogic.com
Tel: +1 306 653 2725

Mo, It might be a simple permissions issue that is keeping the compiler from creating the executables. Also, pjlib/include/pj/ is the correct location for the config_site.h file. Brad On 13/05/2010 12:45 PM, Maunil Sanghavi wrote: > Hi Even, > Thanks for the quick response. I followed those instructions and got > the error. I put the config_site.h in pjlib/include/pj/. Is that the > correct location? > > Thanks, > Mo > > > On Thu, May 13, 2010 at 2:32 PM, <eaf@oyatel.com > <mailto:eaf@oyatel.com>> wrote: > > Did you follow the guidelines located here: > http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone ? > > I've just downloaded the branch (btw, thanks for the effort pjsip > devs, official iPhone support is probably long requested), > followed the instructions and everything compiled as it should. > > Best regards, > Even André > > On 13. mai 2010, at 20.13, Maunil Sanghavi wrote: > > > Hi, > > I am trying to compile PJSIP for iPhone OS using the iPhone > project, but when I run the config script, I get the following error: > > "aconfigure: error: C compiler cannot create executables" > > > > Does anyone know why that would happen? > > > > Thanks, > > Mo > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org <mailto:pjsip@lists.pjsip.org> > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > -- Brad Sweeney Programmer / Developer Frontlogic / DLC Worldwide Fresh. Simple. Smart. brad@frontlogic.com Tel: +1 306 653 2725
MS
Maunil Sanghavi
Thu, May 13, 2010 8:12 PM

Hi Brad,
I ran the configure with sudo and that worked :)
But, when I run make dep && make clean && make. I get the following error:

.pjlib-util-arm-apple-darwin9.depend:260: *** missing separator.  Stop.
make[1]: *** [depend] Error 2
make: *** [dep] Error 1

Thanks,
Mo

On Thu, May 13, 2010 at 3:19 PM, Brad Sweeney brad@dingaling.ca wrote:

Mo,

It might be a simple permissions issue that is keeping the compiler from
creating the executables.

Also, pjlib/include/pj/ is the correct location for the config_site.h file.

Brad

On 13/05/2010 12:45 PM, Maunil Sanghavi wrote:

Hi Even,
Thanks for the quick response. I followed those instructions and got the
error. I put the config_site.h in pjlib/include/pj/. Is that the correct
location?

Thanks,
Mo

On Thu, May 13, 2010 at 2:32 PM, eaf@oyatel.com wrote:

Did you follow the guidelines located here:
http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone ?

I've just downloaded the branch (btw, thanks for the effort pjsip devs,
official iPhone support is probably long requested),
followed the instructions and everything compiled as it should.

Best regards,
Even André

On 13. mai 2010, at 20.13, Maunil Sanghavi wrote:

Hi,
I am trying to compile PJSIP for iPhone OS using the iPhone project, but

when I run the config script, I get the following error:

"aconfigure: error: C compiler cannot create executables"

Does anyone know why that would happen?

Thanks,
Mo


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


Visit our blog: http://blog.pjsip.org

pjsip mailing listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Brad Sweeney
Programmer / Developer

Frontlogic / DLC Worldwide
Fresh. Simple. Smart.brad@frontlogic.com
Tel: +1 306 653 2725


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Brad, I ran the configure with sudo and that worked :) But, when I run make dep && make clean && make. I get the following error: .pjlib-util-arm-apple-darwin9.depend:260: *** missing separator. Stop. make[1]: *** [depend] Error 2 make: *** [dep] Error 1 Thanks, Mo On Thu, May 13, 2010 at 3:19 PM, Brad Sweeney <brad@dingaling.ca> wrote: > Mo, > > It might be a simple permissions issue that is keeping the compiler from > creating the executables. > > Also, pjlib/include/pj/ is the correct location for the config_site.h file. > > Brad > > > On 13/05/2010 12:45 PM, Maunil Sanghavi wrote: > > Hi Even, > Thanks for the quick response. I followed those instructions and got the > error. I put the config_site.h in pjlib/include/pj/. Is that the correct > location? > > Thanks, > Mo > > > On Thu, May 13, 2010 at 2:32 PM, <eaf@oyatel.com> wrote: > >> Did you follow the guidelines located here: >> http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone ? >> >> I've just downloaded the branch (btw, thanks for the effort pjsip devs, >> official iPhone support is probably long requested), >> followed the instructions and everything compiled as it should. >> >> Best regards, >> Even André >> >> On 13. mai 2010, at 20.13, Maunil Sanghavi wrote: >> >> > Hi, >> > I am trying to compile PJSIP for iPhone OS using the iPhone project, but >> when I run the config script, I get the following error: >> > "aconfigure: error: C compiler cannot create executables" >> > >> > Does anyone know why that would happen? >> > >> > Thanks, >> > Mo >> > _______________________________________________ >> > Visit our blog: http://blog.pjsip.org >> > >> > pjsip mailing list >> > pjsip@lists.pjsip.org >> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> >> >> > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > -- > Brad Sweeney > Programmer / Developer > > Frontlogic / DLC Worldwide > Fresh. Simple. Smart.brad@frontlogic.com > Tel: +1 306 653 2725 > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
SM
Sauw Ming
Fri, May 14, 2010 2:23 PM

Hi Mo,

Try deleting the corresponding .depend file
(.pjlib-util-arm-apple-darwin9.depend).

Regards,
Ming

On Fri, May 14, 2010 at 4:12 AM, Maunil Sanghavi mets19@gmail.com wrote:

Hi Brad,
I ran the configure with sudo and that worked :)
But, when I run make dep && make clean && make. I get the following error:
.pjlib-util-arm-apple-darwin9.depend:260: *** missing separator.  Stop.
make[1]: *** [depend] Error 2
make: *** [dep] Error 1
Thanks,
Mo

On Thu, May 13, 2010 at 3:19 PM, Brad Sweeney brad@dingaling.ca wrote:

Mo,

It might be a simple permissions issue that is keeping the compiler from
creating the executables.

Also, pjlib/include/pj/ is the correct location for the config_site.h
file.

Brad

On 13/05/2010 12:45 PM, Maunil Sanghavi wrote:

Hi Even,
Thanks for the quick response. I followed those instructions and got the
error. I put the config_site.h in pjlib/include/pj/. Is that the correct
location?
Thanks,
Mo

On Thu, May 13, 2010 at 2:32 PM, eaf@oyatel.com wrote:

Did you follow the guidelines located here:
http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone ?

I've just downloaded the branch (btw, thanks for the effort pjsip devs,
official iPhone support is probably long requested),
followed the instructions and everything compiled as it should.

Best regards,
Even André

On 13. mai 2010, at 20.13, Maunil Sanghavi wrote:

Hi,
I am trying to compile PJSIP for iPhone OS using the iPhone project,
but when I run the config script, I get the following error:
"aconfigure: error: C compiler cannot create executables"

Does anyone know why that would happen?

Thanks,
Mo


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Brad Sweeney
Programmer / Developer

Frontlogic / DLC Worldwide
Fresh. Simple. Smart.
brad@frontlogic.com
Tel: +1 306 653 2725


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Mo, Try deleting the corresponding .depend file (.pjlib-util-arm-apple-darwin9.depend). Regards, Ming On Fri, May 14, 2010 at 4:12 AM, Maunil Sanghavi <mets19@gmail.com> wrote: > Hi Brad, > I ran the configure with sudo and that worked :) > But, when I run make dep && make clean && make. I get the following error: > .pjlib-util-arm-apple-darwin9.depend:260: *** missing separator.  Stop. > make[1]: *** [depend] Error 2 > make: *** [dep] Error 1 > Thanks, > Mo > > > On Thu, May 13, 2010 at 3:19 PM, Brad Sweeney <brad@dingaling.ca> wrote: >> >> Mo, >> >> It might be a simple permissions issue that is keeping the compiler from >> creating the executables. >> >> Also, pjlib/include/pj/ is the correct location for the config_site.h >> file. >> >> Brad >> >> On 13/05/2010 12:45 PM, Maunil Sanghavi wrote: >> >> Hi Even, >> Thanks for the quick response. I followed those instructions and got the >> error. I put the config_site.h in pjlib/include/pj/. Is that the correct >> location? >> Thanks, >> Mo >> >> >> On Thu, May 13, 2010 at 2:32 PM, <eaf@oyatel.com> wrote: >>> >>> Did you follow the guidelines located here: >>> http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone ? >>> >>> I've just downloaded the branch (btw, thanks for the effort pjsip devs, >>> official iPhone support is probably long requested), >>> followed the instructions and everything compiled as it should. >>> >>> Best regards, >>> Even André >>> >>> On 13. mai 2010, at 20.13, Maunil Sanghavi wrote: >>> >>> > Hi, >>> > I am trying to compile PJSIP for iPhone OS using the iPhone project, >>> > but when I run the config script, I get the following error: >>> > "aconfigure: error: C compiler cannot create executables" >>> > >>> > Does anyone know why that would happen? >>> > >>> > Thanks, >>> > Mo >>> > _______________________________________________ >>> > Visit our blog: http://blog.pjsip.org >>> > >>> > pjsip mailing list >>> > pjsip@lists.pjsip.org >>> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >>> >>> >>> >> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> >> -- >> Brad Sweeney >> Programmer / Developer >> >> Frontlogic / DLC Worldwide >> Fresh. Simple. Smart. >> brad@frontlogic.com >> Tel: +1 306 653 2725 >> >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip@lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
MS
Maunil Sanghavi
Fri, May 14, 2010 2:36 PM

Thanks Ming that worked perfectly. Also is the iPhone branch stable enough
to integrate into an application?

Thanks,
Mo

On Fri, May 14, 2010 at 10:23 AM, Sauw Ming ming@teluu.com wrote:

Hi Mo,

Try deleting the corresponding .depend file
(.pjlib-util-arm-apple-darwin9.depend).

Regards,
Ming

On Fri, May 14, 2010 at 4:12 AM, Maunil Sanghavi mets19@gmail.com wrote:

Hi Brad,
I ran the configure with sudo and that worked :)
But, when I run make dep && make clean && make. I get the following

error:

.pjlib-util-arm-apple-darwin9.depend:260: *** missing separator.  Stop.
make[1]: *** [depend] Error 2
make: *** [dep] Error 1
Thanks,
Mo

On Thu, May 13, 2010 at 3:19 PM, Brad Sweeney brad@dingaling.ca wrote:

Mo,

It might be a simple permissions issue that is keeping the compiler from
creating the executables.

Also, pjlib/include/pj/ is the correct location for the config_site.h
file.

Brad

On 13/05/2010 12:45 PM, Maunil Sanghavi wrote:

Hi Even,
Thanks for the quick response. I followed those instructions and got the
error. I put the config_site.h in pjlib/include/pj/. Is that the correct
location?
Thanks,
Mo

On Thu, May 13, 2010 at 2:32 PM, eaf@oyatel.com wrote:

Did you follow the guidelines located here:
http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone ?

I've just downloaded the branch (btw, thanks for the effort pjsip devs,
official iPhone support is probably long requested),
followed the instructions and everything compiled as it should.

Best regards,
Even André

On 13. mai 2010, at 20.13, Maunil Sanghavi wrote:

Hi,
I am trying to compile PJSIP for iPhone OS using the iPhone project,
but when I run the config script, I get the following error:
"aconfigure: error: C compiler cannot create executables"

Does anyone know why that would happen?

Thanks,
Mo


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Brad Sweeney
Programmer / Developer

Frontlogic / DLC Worldwide
Fresh. Simple. Smart.
brad@frontlogic.com
Tel: +1 306 653 2725


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Thanks Ming that worked perfectly. Also is the iPhone branch stable enough to integrate into an application? Thanks, Mo On Fri, May 14, 2010 at 10:23 AM, Sauw Ming <ming@teluu.com> wrote: > Hi Mo, > > Try deleting the corresponding .depend file > (.pjlib-util-arm-apple-darwin9.depend). > > Regards, > Ming > > On Fri, May 14, 2010 at 4:12 AM, Maunil Sanghavi <mets19@gmail.com> wrote: > > Hi Brad, > > I ran the configure with sudo and that worked :) > > But, when I run make dep && make clean && make. I get the following > error: > > .pjlib-util-arm-apple-darwin9.depend:260: *** missing separator. Stop. > > make[1]: *** [depend] Error 2 > > make: *** [dep] Error 1 > > Thanks, > > Mo > > > > > > On Thu, May 13, 2010 at 3:19 PM, Brad Sweeney <brad@dingaling.ca> wrote: > >> > >> Mo, > >> > >> It might be a simple permissions issue that is keeping the compiler from > >> creating the executables. > >> > >> Also, pjlib/include/pj/ is the correct location for the config_site.h > >> file. > >> > >> Brad > >> > >> On 13/05/2010 12:45 PM, Maunil Sanghavi wrote: > >> > >> Hi Even, > >> Thanks for the quick response. I followed those instructions and got the > >> error. I put the config_site.h in pjlib/include/pj/. Is that the correct > >> location? > >> Thanks, > >> Mo > >> > >> > >> On Thu, May 13, 2010 at 2:32 PM, <eaf@oyatel.com> wrote: > >>> > >>> Did you follow the guidelines located here: > >>> http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone ? > >>> > >>> I've just downloaded the branch (btw, thanks for the effort pjsip devs, > >>> official iPhone support is probably long requested), > >>> followed the instructions and everything compiled as it should. > >>> > >>> Best regards, > >>> Even André > >>> > >>> On 13. mai 2010, at 20.13, Maunil Sanghavi wrote: > >>> > >>> > Hi, > >>> > I am trying to compile PJSIP for iPhone OS using the iPhone project, > >>> > but when I run the config script, I get the following error: > >>> > "aconfigure: error: C compiler cannot create executables" > >>> > > >>> > Does anyone know why that would happen? > >>> > > >>> > Thanks, > >>> > Mo > >>> > _______________________________________________ > >>> > Visit our blog: http://blog.pjsip.org > >>> > > >>> > pjsip mailing list > >>> > pjsip@lists.pjsip.org > >>> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >>> > >>> > >>> > >> > >> > >> _______________________________________________ > >> Visit our blog: http://blog.pjsip.org > >> > >> pjsip mailing list > >> pjsip@lists.pjsip.org > >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >> > >> > >> -- > >> Brad Sweeney > >> Programmer / Developer > >> > >> Frontlogic / DLC Worldwide > >> Fresh. Simple. Smart. > >> brad@frontlogic.com > >> Tel: +1 306 653 2725 > >> > >> > >> _______________________________________________ > >> Visit our blog: http://blog.pjsip.org > >> > >> pjsip mailing list > >> pjsip@lists.pjsip.org > >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >> > > > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > >
SM
Sauw Ming
Fri, May 14, 2010 2:49 PM

Hi Mo,

Yes, it should be stable enough. We were actually planning to
integrate it to the main trunk shortly, however with the SIPit coming
in the next week, it may be delayed for a week or so.

Regards,
Ming

On Fri, May 14, 2010 at 10:36 PM, Maunil Sanghavi mets19@gmail.com wrote:

Thanks Ming that worked perfectly. Also is the iPhone branch stable enough
to integrate into an application?
Thanks,
Mo

On Fri, May 14, 2010 at 10:23 AM, Sauw Ming ming@teluu.com wrote:

Hi Mo,

Try deleting the corresponding .depend file
(.pjlib-util-arm-apple-darwin9.depend).

Regards,
Ming

On Fri, May 14, 2010 at 4:12 AM, Maunil Sanghavi mets19@gmail.com wrote:

Hi Brad,
I ran the configure with sudo and that worked :)
But, when I run make dep && make clean && make. I get the following
error:
.pjlib-util-arm-apple-darwin9.depend:260: *** missing separator.  Stop.
make[1]: *** [depend] Error 2
make: *** [dep] Error 1
Thanks,
Mo

On Thu, May 13, 2010 at 3:19 PM, Brad Sweeney brad@dingaling.ca wrote:

Mo,

It might be a simple permissions issue that is keeping the compiler
from
creating the executables.

Also, pjlib/include/pj/ is the correct location for the config_site.h
file.

Brad

On 13/05/2010 12:45 PM, Maunil Sanghavi wrote:

Hi Even,
Thanks for the quick response. I followed those instructions and got
the
error. I put the config_site.h in pjlib/include/pj/. Is that the
correct
location?
Thanks,
Mo

On Thu, May 13, 2010 at 2:32 PM, eaf@oyatel.com wrote:

Did you follow the guidelines located here:
http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone ?

I've just downloaded the branch (btw, thanks for the effort pjsip
devs,
official iPhone support is probably long requested),
followed the instructions and everything compiled as it should.

Best regards,
Even André

On 13. mai 2010, at 20.13, Maunil Sanghavi wrote:

Hi,
I am trying to compile PJSIP for iPhone OS using the iPhone project,
but when I run the config script, I get the following error:
"aconfigure: error: C compiler cannot create executables"

Does anyone know why that would happen?

Thanks,
Mo


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Brad Sweeney
Programmer / Developer

Frontlogic / DLC Worldwide
Fresh. Simple. Smart.
brad@frontlogic.com
Tel: +1 306 653 2725


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Mo, Yes, it should be stable enough. We were actually planning to integrate it to the main trunk shortly, however with the SIPit coming in the next week, it may be delayed for a week or so. Regards, Ming On Fri, May 14, 2010 at 10:36 PM, Maunil Sanghavi <mets19@gmail.com> wrote: > Thanks Ming that worked perfectly. Also is the iPhone branch stable enough > to integrate into an application? > Thanks, > Mo > > > On Fri, May 14, 2010 at 10:23 AM, Sauw Ming <ming@teluu.com> wrote: >> >> Hi Mo, >> >> Try deleting the corresponding .depend file >> (.pjlib-util-arm-apple-darwin9.depend). >> >> Regards, >> Ming >> >> On Fri, May 14, 2010 at 4:12 AM, Maunil Sanghavi <mets19@gmail.com> wrote: >> > Hi Brad, >> > I ran the configure with sudo and that worked :) >> > But, when I run make dep && make clean && make. I get the following >> > error: >> > .pjlib-util-arm-apple-darwin9.depend:260: *** missing separator.  Stop. >> > make[1]: *** [depend] Error 2 >> > make: *** [dep] Error 1 >> > Thanks, >> > Mo >> > >> > >> > On Thu, May 13, 2010 at 3:19 PM, Brad Sweeney <brad@dingaling.ca> wrote: >> >> >> >> Mo, >> >> >> >> It might be a simple permissions issue that is keeping the compiler >> >> from >> >> creating the executables. >> >> >> >> Also, pjlib/include/pj/ is the correct location for the config_site.h >> >> file. >> >> >> >> Brad >> >> >> >> On 13/05/2010 12:45 PM, Maunil Sanghavi wrote: >> >> >> >> Hi Even, >> >> Thanks for the quick response. I followed those instructions and got >> >> the >> >> error. I put the config_site.h in pjlib/include/pj/. Is that the >> >> correct >> >> location? >> >> Thanks, >> >> Mo >> >> >> >> >> >> On Thu, May 13, 2010 at 2:32 PM, <eaf@oyatel.com> wrote: >> >>> >> >>> Did you follow the guidelines located here: >> >>> http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone ? >> >>> >> >>> I've just downloaded the branch (btw, thanks for the effort pjsip >> >>> devs, >> >>> official iPhone support is probably long requested), >> >>> followed the instructions and everything compiled as it should. >> >>> >> >>> Best regards, >> >>> Even André >> >>> >> >>> On 13. mai 2010, at 20.13, Maunil Sanghavi wrote: >> >>> >> >>> > Hi, >> >>> > I am trying to compile PJSIP for iPhone OS using the iPhone project, >> >>> > but when I run the config script, I get the following error: >> >>> > "aconfigure: error: C compiler cannot create executables" >> >>> > >> >>> > Does anyone know why that would happen? >> >>> > >> >>> > Thanks, >> >>> > Mo >> >>> > _______________________________________________ >> >>> > Visit our blog: http://blog.pjsip.org >> >>> > >> >>> > pjsip mailing list >> >>> > pjsip@lists.pjsip.org >> >>> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >>> >> >>> >> >>> >> >> >> >> >> >> _______________________________________________ >> >> Visit our blog: http://blog.pjsip.org >> >> >> >> pjsip mailing list >> >> pjsip@lists.pjsip.org >> >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> >> >> >> >> -- >> >> Brad Sweeney >> >> Programmer / Developer >> >> >> >> Frontlogic / DLC Worldwide >> >> Fresh. Simple. Smart. >> >> brad@frontlogic.com >> >> Tel: +1 306 653 2725 >> >> >> >> >> >> _______________________________________________ >> >> Visit our blog: http://blog.pjsip.org >> >> >> >> pjsip mailing list >> >> pjsip@lists.pjsip.org >> >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> >> >> > >> > >> > _______________________________________________ >> > Visit our blog: http://blog.pjsip.org >> > >> > pjsip mailing list >> > pjsip@lists.pjsip.org >> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > >> > > >