miguelangel-nubla / videoP2Proxy

Proxy to enable P2P only cameras to work with standard protocols.
MIT License
171 stars 47 forks source link

macOS Installation - missing live555 package #10

Open MrTomAsh opened 5 years ago

MrTomAsh commented 5 years ago

Hi guys!

I've installed all missing dependencies via Homebrew or MacPorts but whenever I'm trying to install videoP2Proxy I'm having the following error:

Command: ./autogen.sh --with-p2plibpath=/opt/local/lib Output:

processing .
Running aclocal  ...
Running autoheader...
Running automake --foreign  ...
Running autoconf ...
Running ./configure --with-p2plibpath=/opt/local/lib ...
checking build system type... x86_64-apple-darwin18.2.0
checking host system type... x86_64-apple-darwin18.2.0
checking target system type... x86_64-apple-darwin18.2.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for json-c... yes
readlink: illegal option -- f
usage: readlink [-n] [file ...]
checking for live555... no
configure: error: Package requirements (live555) were not met:

No package 'live555' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIVE555_CFLAGS
and LIVE555_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I've installed live555 via MacPorts and as well compile it from scratch on my own.

Please help!

mirkokg commented 5 years ago

./autogen.sh --with-p2plibpath=./lib/MAC --enable-live555=no