2013-08-01 14 views
1

Mac Mountain Lion에서 linphone-iphone 모듈을 컴파일하려고합니다. Xcode 버전 4.5.Linphone IOS 빌드 문제

다음 링크에 주어진 단계를 따랐다.

단계 4까지 성공적으로 넘어 섰습니다.

checking whether res_ndestroy is declared… yes 
checking for antlr3… no 
configure: error: Could not find antlr.jar. Please install antlr3 
make[1]: *** [/Hub/SIP_Implementation/IOS/workspace/linphone-iphone/submodules/build/../build-i386-apple-darwin/belle-sip/Makefile] Error 1 
make: *** [build] Error 2 

그래서 나는 antlr.jar 다운로드 (버전 3.5) 및 추가 클래스 경로 : 5 단계에서

, 나는 나는 다음과 같은 오류를 가지고 명령

“make -f builder-iphone-simulator.mk all && make -f builder-iphone-os.mk all 
&&make -f builder-iphone-os.mk delivery-sdk” 

을 실행. 하지만 여전히 동일한 오류가 발생합니다. 아무도 나를 고칠 수 있습니까?

답변

5

마지막으로 "sudo port install antlr3"명령을 실행하여 문제를 해결했습니다.

이 명령을 실행 한 후 "모두 작성"을 실행합니다. 오류없이 구축됩니다.

+0

Linux 사용자는 "포트"는 Mac 명령임을 유의하십시오. antlr3을 다르게 설치해야합니다. –