You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Homebrew installs its headers and libraries in /usr/local. This means
that e.g. OpenSSL headers will be included from Homebrew instead of
those built by TeamTalk.
Output from clang -v:
_include "..." search starts here:
_include <...> search starts here:
/Volumes/BEAR-1/MacOS/TeamTalk5/Library/TeamTalkLib
/Volumes/BEAR-1/MacOS/TeamTalk5/Library/TeamTalk_DLL
/usr/local/include
/Users/bdr/tt5dist/toolchain/macos/ace/include
/Users/bdr/tt5dist/toolchain/macos/openssl/include
/usr/local/include/openssl will therefore be included instead of
/Users/bdr/tt5dist/toolchain/macos/openssl/include
0 commit comments