baresip / baresip-android

Baresip for Android
BSD 3-Clause "New" or "Revised" License
42 stars 19 forks source link

Could not build #30

Open sagarmagnatesage opened 5 years ago

sagarmagnatesage commented 5 years ago

I am trying to run $ make openssl

Which gives me error as below :

cd openssl && \ CXX=E:/Softs/android-ndk-r17c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-g++ RANLIB=E:/Softs/android-ndk-r17c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-ranlib AR=E:/Softs/android-ndk-r17c/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-ar \ ./Configure android-arm0v7 && \ ANDROID_DEV=E:/Softs/android-ndk-r17c/platforms/android-17/arch-arm/usr make build_libs ./Configure: line 2: exec: perl: not found make: *** [Makefile:175: openssl] Error 127

I have gone through the ndk17 files where I cannot find "arm-linux-androideabi-gcc" this file which I think stops the command.

I am using windows system