我從使用lib555編譯程序中得到這個錯誤。我看來,我失去了一些東西在Makefile: testrtsp.o: In function `main':
testrtsp.cpp:(.text+0x470): undefined reference to BasicTaskScheduler::createNew(unsigned int)'
testrtsp.cpp:(.text+0x480
我讀了很多關於構建iOS平臺live555 lib的討論。我成功地使用./genMakefiles iphone-simulator然後make構建了模擬器的庫,但無法爲設備構建它。 ./genMakefiles iphoneos沒有發出任何警告,但在失敗後運行make。它總是產生像unknown type name …這樣的錯誤。我用最新鮮的資源嘗試了很多次,在做之前我也嘗試過make clea
我需要MobileVLCKit播放器和live555流式播放器,它們都在同一個ios項目中。 我成功地構建了庫併合併到相同的iOS項目中。但是VLC播放得到在live555.cpp error: Execution was interrupted, reason: EXC_BAD_ACCESS (code=1, address=0xbadd9b286bcebea0). The process ha