baresip / baresip-ios

Baresip for iOS
46 stars 33 forks source link

unable to compile... #4

Closed TheSquad closed 11 years ago

TheSquad commented 11 years ago

Hi, I'm facing a weird issue...

compilation seems to work fine until

CC /Users/mgs/Project/libp2p/baresip-ios-master/build/armv6/libre/sys/fs.o CC /Users/mgs/Project/libp2p/baresip-ios-master/build/armv6/libre/sys/rand.o CC /Users/mgs/Project/libp2p/baresip-ios-master/build/armv6/libre/sys/sleep.o CC /Users/mgs/Project/libp2p/baresip-ios-master/build/armv6/libre/sys/sys.o CC /Users/mgs/Project/libp2p/baresip-ios-master/build/armv6/libre/lock/rwlock.o src/lock/rwlock.c:114: fatal error: opening dependency file /Users/mgs/Project/libp2p/baresip-ios-master/build/armv6/libre/lock/rwlock.d: No such file or directory compilation terminated. make[1]: * [/Users/mgs/Project/libp2p/baresip-ios-master/build/armv6/libre/lock/rwlock.o] Error 1 make: * [libre] Error 2

I have spent a lot of hours on this... I'm sure it is right on my face... how come it works fine with all files before rwlock and does not for this one ?

Thank you for your help

TheSquad commented 11 years ago

Nevermind... it is because armv6 is not supported with ios6.0... removing all reference to armv6 from the contrib.mk will fix the issue...