dong83615 / siphon

Automatically exported from code.google.com/p/siphon
0 stars 0 forks source link

Compilation problem using PJSIP on IPHONE SDK 2.2.1 On Mac OS X 10.5.5 #198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi

  Iam using Mac OS X 10.5.5 with IPHONE SDK 2.2.1,This is the system Info

  Model Name:   Mac mini
  Model Identifier: Macmini1,1
  Processor Name:   Intel Core Duo
  Processor Speed:  1.66 GHz
  Number Of Processors: 1
  Total Number Of Cores:    2
  L2 Cache: 2 MB
  Memory:   512 MB
  Bus Speed:    667 MHz
  Boot ROM Version: MM11.004B.B00
  SMC Version:  1.3f2

I followed the compilation steps using this URL

http://code.google.com/p/siphon/wiki/CompilationForiPhoneOS2_X

iam getting the following errors when compiling  PJSIP STACK using IPHONE SDK 
2.2.1

./compile.sh 
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin 
~/Desktop/IPhoneDev/PJSIP
ln: arm-apple-darwin9-gcc: File exists
ln: arm-apple-darwin9-g++: File exists
ln: arm-apple-darwin9-ranlib: File exists
~/Desktop/IPhoneDev/PJSIP
aconfigure: WARNING: you should use --build, --host, --target
aconfigure: WARNING: invalid host type:  
aconfigure: WARNING: you should use --build, --host, --target
aconfigure: WARNING: invalid host type:  --disable-speex-codec
aconfigure: WARNING: you should use --build, --host, --target
aconfigure: WARNING: invalid host type:  
aconfigure: WARNING: you should use --build, --host, --target
aconfigure: WARNING: invalid host type:  --disable-ilbc-codec
checking build system type... Invalid configuration ` ': machine ` ' not 
recognized
aconfigure: error: /bin/sh ./config.sub   failed
Makefile:1: build.mak: No such file or directory
Makefile:2: build/host-.mak: No such file or directory
make: *** No rule to make target `build/host-.mak'.  Stop.
Makefile:1: build.mak: No such file or directory
Makefile:2: build/host-.mak: No such file or directory
make: *** No rule to make target `build/host-.mak'.  Stop.

Please help me in this regard

Regards
Ramesh M

Original issue reported on code.google.com by rmeth...@gmail.com on 24 Mar 2009 at 7:13

GoogleCodeExporter commented 9 years ago
You need to define the target

Original comment by samuelv0...@gmail.com on 28 Mar 2009 at 5:37