rgaufman / live555

A mirror of the live555 source code.
GNU Lesser General Public License v3.0
768 stars 370 forks source link

openrtsp build issue #29

Closed chenrui333 closed 3 years ago

chenrui333 commented 3 years ago

👋 trying to build the latest release, but run into some build issue. The error log is as below:

build failure ``` ==> ./genMakefiles macosx cat: config.macosx: No such file or directory cat: config.macosx: No such file or directory cat: config.macosx: No such file or directory cat: config.macosx: No such file or directory cat: config.macosx: No such file or directory cat: config.macosx: No such file or directory cat: config.macosx: No such file or directory cat: config.macosx: No such file or directory cat: config.macosx: No such file or directory ==> make PREFIX=/usr/local/Cellar/openrtsp/2020.11.22 LIBS_FOR_CONSOLE_APPLICATION=/usr/local/opt/openssl@1.1/lib/libcrypto.dylib /usr/local/opt/openssl@1.1/lib/libssl.dylib install cd liveMedia ; /Applications/Xcode.app/Contents/Developer/usr/bin/make install make[1]: *** No rule to make target `Media.', needed by `libliveMedia.'. Stop. make: *** [install] Error 2 ```

Full build log is here, https://github.com/Homebrew/homebrew-core/runs/1578258353 relates to https://github.com/Homebrew/homebrew-core/pull/67185 (pretty much the same error in the other PRs as well, https://github.com/Homebrew/homebrew-core/pull/65476, since Nov 22)

chenrui333 commented 3 years ago

FYI, just filed a PR to disable the formulae, https://github.com/Homebrew/homebrew-core/pull/69307

chenrui333 commented 3 years ago

Close the issue as it is built fine now.