rgaufman / live555

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

openrtsp 2022.11.19 build issue #43

Closed chenrui333 closed 1 year ago

chenrui333 commented 1 year ago

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

build error ``` GroupsockHelper.cpp:745:30: error: expected expression MAKE_SOCKADDR_IN6(name,IN6ADDR_ANY_INIT, 0); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/netinet6/in6.h:186:2: note: expanded from macro 'IN6ADDR_ANY_INIT' {{{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \ ^ 1 error generated. ```

full build log, https://github.com/Homebrew/homebrew-core/actions/runs/3551280636/jobs/5965360162 relates to Homebrew/homebrew-core#116222

chenrui333 commented 1 year ago

bump