Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build on FreeBSD 12? #47

Open
megapearl opened this issue Jun 21, 2019 · 0 comments
Open

How to build on FreeBSD 12? #47

megapearl opened this issue Jun 21, 2019 · 0 comments

Comments

@megapearl
Copy link

megapearl commented Jun 21, 2019

I'm trying to build museek-plus on FreeBSD 12 but am running into problems:

root@fileserver:/usr/local/share/museek+/build # uname -a
FreeBSD fileserver.flissinger.local 12.0-RELEASE-p4 FreeBSD 12.0-RELEASE-p4 GENERIC  amd64

root@fileserver:/usr/local/share/museek+/build # pkg info|grep libevent
libevent-2.1.10                API for executing callback functions on events or timeouts

root@fileserver:/usr/local/share/museek+/build # cmake -DMUSEEQ=0 ..
-- The C compiler identification is Clang 6.0.1
-- The CXX compiler identification is Clang 6.0.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
DECLARATIONS:
Package options: EVERYTHING, MURMUR, MUCOUS, PYTHON_CLIENTS, PYTHON_BINDINGS
Museeq options: BINRELOC, RELOAD_TRANSLATIONS
Prefix these declarations with -D and set them with either 1, 0 or a path.
Set -DEVERYTHING=1 if you want it all.
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file stdio.h
-- Looking for include file stdio.h - found
-- Looking for include file stdarg.h
-- Looking for include file stdarg.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for include file stddef.h
-- Looking for include file stddef.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file errno.h
-- Looking for include file errno.h - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file netdb.h
-- Looking for include file netdb.h - found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file inttypes.h,
-- Looking for include file inttypes.h, - not found
-- Looking for include file time.h
-- Looking for include file time.h - found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file sys/socket.h
-- Looking for include file sys/socket.h - found
-- Looking for include file sys/poll.h
-- Looking for include file sys/poll.h - found
-- Looking for include file sys/epoll.h
-- Looking for include file sys/epoll.h - not found
-- Looking for include file sys/signal.h
-- Looking for include file sys/signal.h - found
-- Looking for include file sys/un.h
-- Looking for include file sys/un.h - found
-- Looking for include file sys/syslog.h
-- Looking for include file sys/syslog.h - found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file vorbis/vorbisfile.h
-- Looking for include file vorbis/vorbisfile.h - not found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Looking for include file netinet/in.h
-- Looking for include file netinet/in.h - found
-- Looking for include file netinet/tcp.h
-- Looking for include file netinet/tcp.h - found
-- Looking for include file windows.h
-- Looking for include file windows.h - not found
-- Looking for include file winsock.h
-- Looking for include file winsock.h - not found
-- Check size of unsigned char
-- Check size of unsigned char - done
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Check size of unsigned int
-- Check size of unsigned int - done
-- Check size of unsigned long
-- Check size of unsigned long - done
-- Check size of unsigned long long
-- Check size of unsigned long long - done
-- Check size of uint
-- Check size of uint - done
-- Check size of uint32
-- Check size of uint32 - failed
-- Looking for include file iconv.h
-- Looking for include file iconv.h - found
-- Looking for iconv
-- Looking for iconv - found
-- Performing Test ICONV_CONST
-- Performing Test ICONV_CONST - Failed
-- Performing Test ICONV_NON_CONST
-- Performing Test ICONV_NON_CONST - Success
-- Performing Test SIGNAL_TYPE
-- Performing Test SIGNAL_TYPE - Success
-- Performing Test DIR_H
-- Performing Test DIR_H - Success
-- Performing Test DIR_SCANDIR_H
-- Performing Test DIR_SCANDIR_H - Success
-- Found Event: /usr/local/include
!!! PyMucipher will NOT be installed.
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "1.6.1")
-- Checking for one of the modules 'libxml++-2.6'
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.11")
-- Found LibXml2: /usr/local/lib/libxml2.so (found version "2.9.9")
--> Museek Daemon (museekd) will be installed.
--> musetup, musetup-gtk, musetup-qt will be installed.
-- Found Gamin: good choice, it's better than FAM
-- Found FAM (provided by Gamin): /usr/local/lib/libgamin-1.so
--> muscan (file scanner) will be installed.
--> muscand (FAM-based file scanning daemon) will be installed.
!!! museeq will NOT be installed.
!!! mucous (Py/Curses Client)will NOT be installed.
!!! murmur (PyGTK2 Client) will NOT be installed.
!!! Python bindings will NOT be installed.
!!! Python clients (mulog, museekchat, museekcontrol, musirc) will NOT be installed.
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/local/share/museek+/build
root@fileserver:/usr/local/share/museek+/build # make VERBOSE=1
/usr/local/bin/cmake -S/usr/local/share/museek+ -B/usr/local/share/museek+/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/bin/cmake -E cmake_progress_start /usr/local/share/museek+/build/CMakeFiles /usr/local/share/museek+/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make -f NewNet/CMakeFiles/NewNet.dir/build.make NewNet/CMakeFiles/NewNet.dir/depend
cd /usr/local/share/museek+/build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/share/museek+ /usr/local/share/museek+/NewNet /usr/local/share/museek+/build /usr/local/share/museek+/build/NewNet /usr/local/share/museek+/build/NewNet/CMakeFiles/NewNet.dir/DependInfo.cmake --color=
Dependee "/usr/local/share/museek+/build/NewNet/CMakeFiles/NewNet.dir/DependInfo.cmake" is newer than depender "/usr/local/share/museek+/build/NewNet/CMakeFiles/NewNet.dir/depend.internal".
Dependee "/usr/local/share/museek+/build/NewNet/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/usr/local/share/museek+/build/NewNet/CMakeFiles/NewNet.dir/depend.internal".
Scanning dependencies of target NewNet
make -f NewNet/CMakeFiles/NewNet.dir/build.make NewNet/CMakeFiles/NewNet.dir/build
[  1%] Building CXX object NewNet/CMakeFiles/NewNet.dir/nnbuffer.cpp.o
cd /usr/local/share/museek+/build/NewNet && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -I/usr/local/include  -o CMakeFiles/NewNet.dir/nnbuffer.cpp.o -c /usr/local/share/museek+/NewNet/nnbuffer.cpp
[  3%] Building CXX object NewNet/CMakeFiles/NewNet.dir/nnclientsocket.cpp.o
cd /usr/local/share/museek+/build/NewNet && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -I/usr/local/include  -o CMakeFiles/NewNet.dir/nnclientsocket.cpp.o -c /usr/local/share/museek+/NewNet/nnclientsocket.cpp
[  5%] Building CXX object NewNet/CMakeFiles/NewNet.dir/nnlog.cpp.o
cd /usr/local/share/museek+/build/NewNet && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -I/usr/local/include  -o CMakeFiles/NewNet.dir/nnlog.cpp.o -c /usr/local/share/museek+/NewNet/nnlog.cpp
[  6%] Building CXX object NewNet/CMakeFiles/NewNet.dir/nnpath.cpp.o
cd /usr/local/share/museek+/build/NewNet && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -I/usr/local/include  -o CMakeFiles/NewNet.dir/nnpath.cpp.o -c /usr/local/share/museek+/NewNet/nnpath.cpp
[  8%] Building CXX object NewNet/CMakeFiles/NewNet.dir/nnratelimiter.cpp.o
cd /usr/local/share/museek+/build/NewNet && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -I/usr/local/include  -o CMakeFiles/NewNet.dir/nnratelimiter.cpp.o -c /usr/local/share/museek+/NewNet/nnratelimiter.cpp
[ 10%] Building CXX object NewNet/CMakeFiles/NewNet.dir/nntcpserversocket.cpp.o
cd /usr/local/share/museek+/build/NewNet && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -I/usr/local/include  -o CMakeFiles/NewNet.dir/nntcpserversocket.cpp.o -c /usr/local/share/museek+/NewNet/nntcpserversocket.cpp
[ 12%] Building CXX object NewNet/CMakeFiles/NewNet.dir/nnreactor.cpp.o
cd /usr/local/share/museek+/build/NewNet && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -I/usr/local/include  -o CMakeFiles/NewNet.dir/nnreactor.cpp.o -c /usr/local/share/museek+/NewNet/nnreactor.cpp
[ 13%] Building CXX object NewNet/CMakeFiles/NewNet.dir/nnserversocket.cpp.o
cd /usr/local/share/museek+/build/NewNet && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -I/usr/local/include  -o CMakeFiles/NewNet.dir/nnserversocket.cpp.o -c /usr/local/share/museek+/NewNet/nnserversocket.cpp
[ 15%] Building CXX object NewNet/CMakeFiles/NewNet.dir/nntcpclientsocket.cpp.o
cd /usr/local/share/museek+/build/NewNet && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -I/usr/local/include  -o CMakeFiles/NewNet.dir/nntcpclientsocket.cpp.o -c /usr/local/share/museek+/NewNet/nntcpclientsocket.cpp
[ 17%] Building CXX object NewNet/CMakeFiles/NewNet.dir/nnunixclientsocket.cpp.o
cd /usr/local/share/museek+/build/NewNet && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -I/usr/local/include  -o CMakeFiles/NewNet.dir/nnunixclientsocket.cpp.o -c /usr/local/share/museek+/NewNet/nnunixclientsocket.cpp
[ 18%] Building CXX object NewNet/CMakeFiles/NewNet.dir/nnunixserversocket.cpp.o
cd /usr/local/share/museek+/build/NewNet && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -I/usr/local/include  -o CMakeFiles/NewNet.dir/nnunixserversocket.cpp.o -c /usr/local/share/museek+/NewNet/nnunixserversocket.cpp
[ 20%] Linking CXX static library libNewNet.a
cd /usr/local/share/museek+/build/NewNet && /usr/local/bin/cmake -P CMakeFiles/NewNet.dir/cmake_clean_target.cmake
cd /usr/local/share/museek+/build/NewNet && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/NewNet.dir/link.txt --verbose=1
/usr/bin/ar qc libNewNet.a  CMakeFiles/NewNet.dir/nnbuffer.cpp.o CMakeFiles/NewNet.dir/nnclientsocket.cpp.o CMakeFiles/NewNet.dir/nnlog.cpp.o CMakeFiles/NewNet.dir/nnpath.cpp.o CMakeFiles/NewNet.dir/nnratelimiter.cpp.o CMakeFiles/NewNet.dir/nntcpserversocket.cpp.o CMakeFiles/NewNet.dir/nnreactor.cpp.o CMakeFiles/NewNet.dir/nnserversocket.cpp.o CMakeFiles/NewNet.dir/nntcpclientsocket.cpp.o CMakeFiles/NewNet.dir/nnunixclientsocket.cpp.o CMakeFiles/NewNet.dir/nnunixserversocket.cpp.o
/usr/bin/ranlib libNewNet.a
[ 20%] Built target NewNet
make -f Mucipher/CMakeFiles/Mucipher.dir/build.make Mucipher/CMakeFiles/Mucipher.dir/depend
cd /usr/local/share/museek+/build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/share/museek+ /usr/local/share/museek+/Mucipher /usr/local/share/museek+/build /usr/local/share/museek+/build/Mucipher /usr/local/share/museek+/build/Mucipher/CMakeFiles/Mucipher.dir/DependInfo.cmake --color=
Dependee "/usr/local/share/museek+/build/Mucipher/CMakeFiles/Mucipher.dir/DependInfo.cmake" is newer than depender "/usr/local/share/museek+/build/Mucipher/CMakeFiles/Mucipher.dir/depend.internal".
Dependee "/usr/local/share/museek+/build/Mucipher/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/usr/local/share/museek+/build/Mucipher/CMakeFiles/Mucipher.dir/depend.internal".
Scanning dependencies of target Mucipher
make -f Mucipher/CMakeFiles/Mucipher.dir/build.make Mucipher/CMakeFiles/Mucipher.dir/build
[ 22%] Building CXX object Mucipher/CMakeFiles/Mucipher.dir/aes.cpp.o
cd /usr/local/share/museek+/build/Mucipher && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -fPIC -o CMakeFiles/Mucipher.dir/aes.cpp.o -c /usr/local/share/museek+/Mucipher/aes.cpp
[ 24%] Building CXX object Mucipher/CMakeFiles/Mucipher.dir/hexdigest.cpp.o
cd /usr/local/share/museek+/build/Mucipher && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -fPIC -o CMakeFiles/Mucipher.dir/hexdigest.cpp.o -c /usr/local/share/museek+/Mucipher/hexdigest.cpp
[ 25%] Building CXX object Mucipher/CMakeFiles/Mucipher.dir/md5.cpp.o
cd /usr/local/share/museek+/build/Mucipher && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -fPIC -o CMakeFiles/Mucipher.dir/md5.cpp.o -c /usr/local/share/museek+/Mucipher/md5.cpp
/usr/local/share/museek+/Mucipher/md5.cpp:281:24: warning: 'memset' call operates on objects of type 'MD5_CTX' while the size is based on a different type 'MD5_CTX *' [-Wsizeof-pointer-memaccess]
        memset(ctx, 0, sizeof(ctx));
               ~~~            ^~~
/usr/local/share/museek+/Mucipher/md5.cpp:281:24: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?
        memset(ctx, 0, sizeof(ctx));
                              ^~~
1 warning generated.
[ 27%] Building CXX object Mucipher/CMakeFiles/Mucipher.dir/sha.cpp.o
cd /usr/local/share/museek+/build/Mucipher && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -fPIC -o CMakeFiles/Mucipher.dir/sha.cpp.o -c /usr/local/share/museek+/Mucipher/sha.cpp
[ 29%] Building CXX object Mucipher/CMakeFiles/Mucipher.dir/sha256.cpp.o
cd /usr/local/share/museek+/build/Mucipher && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -fPIC -o CMakeFiles/Mucipher.dir/sha256.cpp.o -c /usr/local/share/museek+/Mucipher/sha256.cpp
[ 31%] Linking CXX static library libMucipher.a
cd /usr/local/share/museek+/build/Mucipher && /usr/local/bin/cmake -P CMakeFiles/Mucipher.dir/cmake_clean_target.cmake
cd /usr/local/share/museek+/build/Mucipher && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/Mucipher.dir/link.txt --verbose=1
/usr/bin/ar qc libMucipher.a  CMakeFiles/Mucipher.dir/aes.cpp.o CMakeFiles/Mucipher.dir/hexdigest.cpp.o CMakeFiles/Mucipher.dir/md5.cpp.o CMakeFiles/Mucipher.dir/sha.cpp.o CMakeFiles/Mucipher.dir/sha256.cpp.o
/usr/bin/ranlib libMucipher.a
[ 31%] Built target Mucipher
make -f Muhelp/CMakeFiles/Muhelp.dir/build.make Muhelp/CMakeFiles/Muhelp.dir/depend
cd /usr/local/share/museek+/build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/share/museek+ /usr/local/share/museek+/Muhelp /usr/local/share/museek+/build /usr/local/share/museek+/build/Muhelp /usr/local/share/museek+/build/Muhelp/CMakeFiles/Muhelp.dir/DependInfo.cmake --color=
Dependee "/usr/local/share/museek+/build/Muhelp/CMakeFiles/Muhelp.dir/DependInfo.cmake" is newer than depender "/usr/local/share/museek+/build/Muhelp/CMakeFiles/Muhelp.dir/depend.internal".
Dependee "/usr/local/share/museek+/build/Muhelp/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/usr/local/share/museek+/build/Muhelp/CMakeFiles/Muhelp.dir/depend.internal".
Scanning dependencies of target Muhelp
make -f Muhelp/CMakeFiles/Muhelp.dir/build.make Muhelp/CMakeFiles/Muhelp.dir/build
[ 32%] Building CXX object Muhelp/CMakeFiles/Muhelp.dir/Codec.cc.o
cd /usr/local/share/museek+/build/Muhelp && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -std=c++11   -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -o CMakeFiles/Muhelp.dir/Codec.cc.o -c /usr/local/share/museek+/Muhelp/Codec.cc
[ 34%] Building CXX object Muhelp/CMakeFiles/Muhelp.dir/DirEntry.cc.o
cd /usr/local/share/museek+/build/Muhelp && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -std=c++11   -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -o CMakeFiles/Muhelp.dir/DirEntry.cc.o -c /usr/local/share/museek+/Muhelp/DirEntry.cc
[ 36%] Building CXX object Muhelp/CMakeFiles/Muhelp.dir/Muconf.cc.o
cd /usr/local/share/museek+/build/Muhelp && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -std=c++11   -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -o CMakeFiles/Muhelp.dir/Muconf.cc.o -c /usr/local/share/museek+/Muhelp/Muconf.cc
[ 37%] Linking CXX static library libMuhelp.a
cd /usr/local/share/museek+/build/Muhelp && /usr/local/bin/cmake -P CMakeFiles/Muhelp.dir/cmake_clean_target.cmake
cd /usr/local/share/museek+/build/Muhelp && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/Muhelp.dir/link.txt --verbose=1
/usr/bin/ar qc libMuhelp.a  CMakeFiles/Muhelp.dir/Codec.cc.o CMakeFiles/Muhelp.dir/DirEntry.cc.o CMakeFiles/Muhelp.dir/Muconf.cc.o
/usr/bin/ranlib libMuhelp.a
[ 37%] Built target Muhelp
make -f museekd/CMakeFiles/museekd.dir/build.make museekd/CMakeFiles/museekd.dir/depend
cd /usr/local/share/museek+/build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /usr/local/share/museek+ /usr/local/share/museek+/museekd /usr/local/share/museek+/build /usr/local/share/museek+/build/museekd /usr/local/share/museek+/build/museekd/CMakeFiles/museekd.dir/DependInfo.cmake --color=
Dependee "/usr/local/share/museek+/build/museekd/CMakeFiles/museekd.dir/DependInfo.cmake" is newer than depender "/usr/local/share/museek+/build/museekd/CMakeFiles/museekd.dir/depend.internal".
Dependee "/usr/local/share/museek+/build/museekd/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/usr/local/share/museek+/build/museekd/CMakeFiles/museekd.dir/depend.internal".
Scanning dependencies of target museekd
make -f museekd/CMakeFiles/museekd.dir/build.make museekd/CMakeFiles/museekd.dir/build
[ 39%] Building CXX object museekd/CMakeFiles/museekd.dir/codesetmanager.cpp.o
cd /usr/local/share/museek+/build/museekd && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -I/usr/local/include/libxml2  -o CMakeFiles/museekd.dir/codesetmanager.cpp.o -c /usr/local/share/museek+/museekd/codesetmanager.cpp
[ 41%] Building CXX object museekd/CMakeFiles/museekd.dir/ifacemanager.cpp.o
cd /usr/local/share/museek+/build/museekd && /usr/bin/c++  -DHAVE_CONFIG_H -DHAVE_SYSTEM_H -DNN_PTR_DEBUG -DNN_PTR_DEBUG_ASSERT -I/usr/local/share/museek+/. -I/usr/local/share/museek+/build -I/usr/local/include/libxml2  -o CMakeFiles/museekd.dir/ifacemanager.cpp.o -c /usr/local/share/museek+/museekd/ifacemanager.cpp
In file included from /usr/local/share/museek+/museekd/ifacemanager.cpp:24:
In file included from /usr/local/share/museek+/museekd/ifacemanager.h:24:
In file included from /usr/local/share/museek+/museekd/ifacesocket.h:26:
In file included from /usr/local/share/museek+/./NewNet/nnclientsocket.h:24:
/usr/local/share/museek+/./NewNet/nnsocket.h:28:10: fatal error: 'event.h' file not found
#include <event.h>
         ^~~~~~~~~
1 error generated.
*** Error code 1

Stop.
make[2]: stopped in /usr/local/share/museek+/build
*** Error code 1

Stop.
make[1]: stopped in /usr/local/share/museek+/build
*** Error code 1

Stop.
make: stopped in /usr/local/share/museek+/build
root@fileserver:/usr/local/share/museek+/build #


root@fileserver:/usr/local/share/museek+/build # cat CMakeCache.txt
# This is the CMakeCache file.
# For build in directory: /usr/local/share/museek+/build
# It was generated by CMake: /usr/local/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++

//LLVM archiver
CMAKE_CXX_COMPILER_AR:FILEPATH=CMAKE_CXX_COMPILER_AR-NOTFOUND

//Generate index for LLVM archive
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=CMAKE_CXX_COMPILER_RANLIB-NOTFOUND

//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=

//Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc

//LLVM archiver
CMAKE_C_COMPILER_AR:FILEPATH=CMAKE_C_COMPILER_AR-NOTFOUND

//Generate index for LLVM archive
CMAKE_C_COMPILER_RANLIB:FILEPATH=CMAKE_C_COMPILER_RANLIB-NOTFOUND

//Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=

//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=-L/usr/local/lib

//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF

//User executables (bin)
CMAKE_INSTALL_BINDIR:PATH=bin

//Read-only architecture-independent data (DATAROOTDIR)
CMAKE_INSTALL_DATADIR:PATH=

//Read-only architecture-independent data root (share)
CMAKE_INSTALL_DATAROOTDIR:PATH=share

//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
CMAKE_INSTALL_DOCDIR:PATH=

//C header files (include)
CMAKE_INSTALL_INCLUDEDIR:PATH=include

//Info documentation (DATAROOTDIR/info)
CMAKE_INSTALL_INFODIR:PATH=

//Object code libraries (lib)
CMAKE_INSTALL_LIBDIR:PATH=lib

//Program executables (libexec)
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec

//Locale-dependent data (DATAROOTDIR/locale)
CMAKE_INSTALL_LOCALEDIR:PATH=

//Modifiable single-machine data (var)
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var

//Man documentation (man)
CMAKE_INSTALL_MANDIR:PATH=

//C header files for non-gcc (/usr/include)
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local

//Run-time variable data (LOCALSTATEDIR/run)
CMAKE_INSTALL_RUNSTATEDIR:PATH=

//System admin executables (sbin)
CMAKE_INSTALL_SBINDIR:PATH=sbin

//Modifiable architecture-independent data (com)
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com

//Read-only single-machine data (etc)
CMAKE_INSTALL_SYSCONFDIR:PATH=etc

//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/local/bin/gmake

//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=-L/usr/local/lib

//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of modules during
// RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump

//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=

//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=museek-plus

//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=-L/usr/local/lib

//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Path to a file.
Event_INCLUDE_DIRS:PATH=/usr/local/include

//Path to a library.
Event_LIBRARIES:FILEPATH=/usr/local/lib/libevent.so

//Path to a file.
FAM_INCLUDE_DIR:PATH=/usr/local/include

//Path to a library.
FAM_LIBRARIES:FILEPATH=/usr/local/lib/libfam.so

//Path to a library.
GAMIN_LIBRARIES:FILEPATH=/usr/local/lib/libgamin-1.so

//Path to a file.
LIBXML2_INCLUDE_DIR:PATH=/usr/local/include/libxml2

//Path to a library.
LIBXML2_LIBRARY:FILEPATH=/usr/local/lib/libxml2.so

//Path to a program.
LIBXML2_XMLLINT_EXECUTABLE:FILEPATH=/usr/local/bin/xmllint

//Build mucous curses client.
MUCOUS:BOOL=OFF

//Build murmur PyGTK client.
MURMUR:BOOL=OFF

//Build muscan shared file index generation tool.
MUSCAN:BOOL=ON

//Build museekd soulseek daemon.
MUSEEKD:BOOL=ON

//Build museeq Qt client.
MUSEEQ:BOOL=0

//Build musetup configuration interface for museekd.
MUSETUP:BOOL=ON

//Value Computed by CMake
Mucipher_BINARY_DIR:STATIC=/usr/local/share/museek+/build/Mucipher

//Value Computed by CMake
Mucipher_SOURCE_DIR:STATIC=/usr/local/share/museek+/Mucipher

//Value Computed by CMake
Muhelp_BINARY_DIR:STATIC=/usr/local/share/museek+/build/Muhelp

//Dependencies for the target
Muhelp_LIB_DEPENDS:STATIC=general;NewNet;general;xml++-2.6;general;xml2;general;glibmm-2.4;general;gobject-2.0;general;glib-2.0;general;intl;general;sigc-2.0;

//Value Computed by CMake
Muhelp_SOURCE_DIR:STATIC=/usr/local/share/museek+/Muhelp

//Value Computed by CMake
NewNet_BINARY_DIR:STATIC=/usr/local/share/museek+/build/NewNet

//Dependencies for the target
NewNet_LIB_DEPENDS:STATIC=general;/usr/local/lib/libevent.so;

//Value Computed by CMake
NewNet_SOURCE_DIR:STATIC=/usr/local/share/museek+/NewNet

//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/local/bin/pkg-config

//Generate PyMucipher bindings for Mucipher.
PYMUCIPHER:BOOL=OFF

//Generate python bindings.
PYTHON_BINDINGS:BOOL=OFF

//Build python clients (mulog, museekchat, museekcontrol, musirc).
PYTHON_CLIENTS:BOOL=OFF

//Value Computed by CMake
SetupTools_BINARY_DIR:STATIC=/usr/local/share/museek+/build/setup

//Value Computed by CMake
SetupTools_SOURCE_DIR:STATIC=/usr/local/share/museek+/setup

//Value Computed by CMake
Tools_BINARY_DIR:STATIC=/usr/local/share/museek+/build/muscan

//Value Computed by CMake
Tools_SOURCE_DIR:STATIC=/usr/local/share/museek+/muscan

//Path to a file.
ZLIB_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/libz.so

//Value Computed by CMake
museek-plus_BINARY_DIR:STATIC=/usr/local/share/museek+/build

//Value Computed by CMake
museek-plus_SOURCE_DIR:STATIC=/usr/local/share/museek+

//Value Computed by CMake
museekd_BINARY_DIR:STATIC=/usr/local/share/museek+/build/museekd

//Value Computed by CMake
museekd_SOURCE_DIR:STATIC=/usr/local/share/museek+/museekd

//Path to a library.
pkgcfg_lib_LIBXMLPP_glib-2.0:FILEPATH=/usr/local/lib/libglib-2.0.so

//Path to a library.
pkgcfg_lib_LIBXMLPP_glibmm-2.4:FILEPATH=/usr/local/lib/libglibmm-2.4.so

//Path to a library.
pkgcfg_lib_LIBXMLPP_gobject-2.0:FILEPATH=/usr/local/lib/libgobject-2.0.so

//Path to a library.
pkgcfg_lib_LIBXMLPP_intl:FILEPATH=/usr/local/lib/libintl.so

//Path to a library.
pkgcfg_lib_LIBXMLPP_sigc-2.0:FILEPATH=/usr/local/lib/libsigc-2.0.so

//Path to a library.
pkgcfg_lib_LIBXMLPP_xml++-2.6:FILEPATH=/usr/local/lib/libxml++-2.6.so

//Path to a library.
pkgcfg_lib_LIBXMLPP_xml2:FILEPATH=/usr/local/lib/libxml2.so

//Path to a library.
pkgcfg_lib_PC_LIBXML_xml2:FILEPATH=/usr/local/lib/libxml2.so


########################
# INTERNAL cache entries
########################

//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/usr/local/share/museek+/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=14
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=5
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/usr/local/share/museek+
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=7
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/local/share/cmake
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Test DIR_H
DIR_H:INTERNAL=1
//Test DIR_SCANDIR_H
DIR_SCANDIR_H:INTERNAL=1
//ADVANCED property for variable: Event_INCLUDE_DIRS
Event_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Event_LIBRARIES
Event_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FAM_INCLUDE_DIR
FAM_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FAM_LIBRARIES
FAM_LIBRARIES-ADVANCED:INTERNAL=1
//Details about finding Event
FIND_PACKAGE_MESSAGE_DETAILS_Event:INTERNAL=[/usr/local/include][/usr/local/lib/libevent.so][v()]
//Details about finding LibXml2
FIND_PACKAGE_MESSAGE_DETAILS_LibXml2:INTERNAL=[/usr/local/lib/libxml2.so][/usr/local/include/libxml2][v2.9.9()]
//Details about finding PkgConfig
FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/local/bin/pkg-config][v1.6.1()]
//Details about finding ZLIB
FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/usr/lib/libz.so][/usr/include][v1.2.11()]
//Have include dirent.h
HAVE_DIRENT_H:INTERNAL=1
//Have includes sys/epoll.h
HAVE_EPOLL_CTL:INTERNAL=
//Have include errno.h
HAVE_ERRNO_H:INTERNAL=1
//Have include fcntl.h
HAVE_FCNTL_H:INTERNAL=1
//Have function iconv
HAVE_ICONV_BUILTIN:INTERNAL=1
//Have include iconv.h
HAVE_ICONV_H:INTERNAL=1
//Have includes inttypes.h,
HAVE_INTTYPES_H:INTERNAL=
//Have include memory.h
HAVE_MEMORY_H:INTERNAL=1
//Have includes ndir.h
HAVE_NDIR_H:INTERNAL=
//Have include netdb.h
HAVE_NETDB_H:INTERNAL=1
//Have include netinet/in.h
HAVE_NETINET_IN_H:INTERNAL=1
//Have include netinet/tcp.h
HAVE_NETINET_TCP_H:INTERNAL=1
//Have include pwd.h
HAVE_PWD_H:INTERNAL=1
//Have include sys/signal.h
HAVE_SIGNAL_H:INTERNAL=1
//Have include stdarg.h
HAVE_STDARG_H:INTERNAL=1
//Have include stddef.h
HAVE_STDDEF_H:INTERNAL=1
//Have include stdint.h
HAVE_STDINT_H:INTERNAL=1
//Have include stdio.h
HAVE_STDIO_H:INTERNAL=1
//Have include stdlib.h
HAVE_STDLIB_H:INTERNAL=1
//Have include strings.h
HAVE_STRINGS_H:INTERNAL=1
//Have include string.h
HAVE_STRING_H:INTERNAL=1
//Have include sys/syslog.h
HAVE_SYSLOG_H:INTERNAL=1
//Have include sys/dir.h
HAVE_SYS_DIR_H:INTERNAL=1
//Have includes sys/ndir.h
HAVE_SYS_NDIR_H:INTERNAL=
//Have include sys/poll.h
HAVE_SYS_POLL_H:INTERNAL=1
//Have include sys/socket.h
HAVE_SYS_SOCKET_H:INTERNAL=1
//Have include sys/stat.h
HAVE_SYS_STAT_H:INTERNAL=1
//Have include sys/time.h
HAVE_SYS_TIME_H:INTERNAL=1
//Have include sys/types.h
HAVE_SYS_TYPES_H:INTERNAL=1
//Have include sys/un.h
HAVE_SYS_UN_H:INTERNAL=1
//Have include time.h
HAVE_TIME_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_UINT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_UINT32:INTERNAL=FALSE
//Have include unistd.h
HAVE_UNISTD_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_UNSIGNED_CHAR:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_UNSIGNED_INT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_UNSIGNED_LONG:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_UNSIGNED_LONG_LONG:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_UNSIGNED_SHORT:INTERNAL=TRUE
//Have includes vorbis/vorbisfile.h
HAVE_VORBIS_H:INTERNAL=
//Have includes windows.h
HAVE_WINDOWS_H:INTERNAL=
//Have includes winsock.h
HAVE_WINSOCK_H:INTERNAL=
//Test ICONV_CONST
ICONV_CONST:INTERNAL=
//Test ICONV_NON_CONST
ICONV_NON_CONST:INTERNAL=1
//ADVANCED property for variable: LIBXML2_INCLUDE_DIR
LIBXML2_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LIBXML2_LIBRARY
LIBXML2_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LIBXML2_XMLLINT_EXECUTABLE
LIBXML2_XMLLINT_EXECUTABLE-ADVANCED:INTERNAL=1
LIBXMLPP_CFLAGS:INTERNAL=-I/usr/local/include/libxml++-2.6;-I/usr/local/include/libxml++-2.6/include;-I/usr/local/include/libxml2;-I/usr/local/include/glibmm-2.4;-I/usr/local/lib/glibmm-2.4/include;-I/usr/local/include/glib-2.0;-I/usr/local/lib/glib-2.0/include;-I/usr/local/include;-I/usr/local/include/sigc++-2.0;-I/usr/local/lib/sigc++-2.0/include
LIBXMLPP_CFLAGS_I:INTERNAL=
LIBXMLPP_CFLAGS_OTHER:INTERNAL=
LIBXMLPP_FOUND:INTERNAL=1
LIBXMLPP_INCLUDEDIR:INTERNAL=/usr/local/include
LIBXMLPP_INCLUDE_DIRS:INTERNAL=/usr/local/include/libxml++-2.6;/usr/local/include/libxml++-2.6/include;/usr/local/include/libxml2;/usr/local/include/glibmm-2.4;/usr/local/lib/glibmm-2.4/include;/usr/local/include/glib-2.0;/usr/local/lib/glib-2.0/include;/usr/local/include;/usr/local/include/sigc++-2.0;/usr/local/lib/sigc++-2.0/include
LIBXMLPP_LDFLAGS:INTERNAL=-L/usr/local/lib;-lxml++-2.6;-lxml2;-lglibmm-2.4;-lgobject-2.0;-lglib-2.0;-lintl;-lsigc-2.0
LIBXMLPP_LDFLAGS_OTHER:INTERNAL=
LIBXMLPP_LIBDIR:INTERNAL=/usr/local/lib
LIBXMLPP_LIBRARIES:INTERNAL=xml++-2.6;xml2;glibmm-2.4;gobject-2.0;glib-2.0;intl;sigc-2.0
LIBXMLPP_LIBRARY_DIRS:INTERNAL=/usr/local/lib
LIBXMLPP_LIBS:INTERNAL=
LIBXMLPP_LIBS_L:INTERNAL=
LIBXMLPP_LIBS_OTHER:INTERNAL=
LIBXMLPP_LIBS_PATHS:INTERNAL=
LIBXMLPP_PREFIX:INTERNAL=/usr/local
LIBXMLPP_STATIC_CFLAGS:INTERNAL=-I/usr/local/include/libxml++-2.6;-I/usr/local/include/libxml++-2.6/include;-I/usr/local/include/libxml2;-I/usr/local/include/glibmm-2.4;-I/usr/local/lib/glibmm-2.4/include;-I/usr/local/include/glib-2.0;-I/usr/local/lib/glib-2.0/include;-I/usr/local/include;-I/usr/local/include/sigc++-2.0;-I/usr/local/lib/sigc++-2.0/include
LIBXMLPP_STATIC_CFLAGS_I:INTERNAL=
LIBXMLPP_STATIC_CFLAGS_OTHER:INTERNAL=
LIBXMLPP_STATIC_INCLUDE_DIRS:INTERNAL=/usr/local/include/libxml++-2.6;/usr/local/include/libxml++-2.6/include;/usr/local/include/libxml2;/usr/local/include/glibmm-2.4;/usr/local/lib/glibmm-2.4/include;/usr/local/include/glib-2.0;/usr/local/lib/glib-2.0/include;/usr/local/include;/usr/local/include/sigc++-2.0;/usr/local/lib/sigc++-2.0/include
LIBXMLPP_STATIC_LDFLAGS:INTERNAL=-L/usr/local/lib;-lxml++-2.6;-lxml2;-lz;-llzma;-lm;-lglibmm-2.4;-lgobject-2.0;-L/usr/local/lib;-lffi;-lglib-2.0;-lintl;-pthread;-L/usr/local/lib;-lpcre;-lintl;-liconv;-L/usr/local/lib;-lpcre;-D_THREAD_SAFE;-pthread;-lsigc-2.0
LIBXMLPP_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-D_THREAD_SAFE;-pthread
LIBXMLPP_STATIC_LIBDIR:INTERNAL=
LIBXMLPP_STATIC_LIBRARIES:INTERNAL=xml++-2.6;xml2;z;lzma;m;glibmm-2.4;gobject-2.0;ffi;glib-2.0;intl;pcre;intl;iconv;pcre;sigc-2.0
LIBXMLPP_STATIC_LIBRARY_DIRS:INTERNAL=/usr/local/lib;/usr/local/lib;/usr/local/lib;/usr/local/lib
LIBXMLPP_STATIC_LIBS:INTERNAL=
LIBXMLPP_STATIC_LIBS_L:INTERNAL=
LIBXMLPP_STATIC_LIBS_OTHER:INTERNAL=
LIBXMLPP_STATIC_LIBS_PATHS:INTERNAL=
LIBXMLPP_VERSION:INTERNAL=2.34.2
LIBXMLPP_libxml++-2.6_INCLUDEDIR:INTERNAL=
LIBXMLPP_libxml++-2.6_LIBDIR:INTERNAL=
LIBXMLPP_libxml++-2.6_PREFIX:INTERNAL=
LIBXMLPP_libxml++-2.6_VERSION:INTERNAL=
PC_LIBXML_CFLAGS:INTERNAL=-I/usr/local/include/libxml2
PC_LIBXML_CFLAGS_I:INTERNAL=
PC_LIBXML_CFLAGS_OTHER:INTERNAL=
PC_LIBXML_FOUND:INTERNAL=1
PC_LIBXML_INCLUDEDIR:INTERNAL=/usr/local/include
PC_LIBXML_INCLUDE_DIRS:INTERNAL=/usr/local/include/libxml2
PC_LIBXML_LDFLAGS:INTERNAL=-L/usr/local/lib;-lxml2
PC_LIBXML_LDFLAGS_OTHER:INTERNAL=
PC_LIBXML_LIBDIR:INTERNAL=/usr/local/lib
PC_LIBXML_LIBRARIES:INTERNAL=xml2
PC_LIBXML_LIBRARY_DIRS:INTERNAL=/usr/local/lib
PC_LIBXML_LIBS:INTERNAL=
PC_LIBXML_LIBS_L:INTERNAL=
PC_LIBXML_LIBS_OTHER:INTERNAL=
PC_LIBXML_LIBS_PATHS:INTERNAL=
PC_LIBXML_PREFIX:INTERNAL=/usr/local
PC_LIBXML_STATIC_CFLAGS:INTERNAL=-I/usr/local/include/libxml2
PC_LIBXML_STATIC_CFLAGS_I:INTERNAL=
PC_LIBXML_STATIC_CFLAGS_OTHER:INTERNAL=
PC_LIBXML_STATIC_INCLUDE_DIRS:INTERNAL=/usr/local/include/libxml2
PC_LIBXML_STATIC_LDFLAGS:INTERNAL=-L/usr/local/lib;-lxml2;-lz;-llzma;-lm
PC_LIBXML_STATIC_LDFLAGS_OTHER:INTERNAL=
PC_LIBXML_STATIC_LIBDIR:INTERNAL=
PC_LIBXML_STATIC_LIBRARIES:INTERNAL=xml2;z;lzma;m
PC_LIBXML_STATIC_LIBRARY_DIRS:INTERNAL=/usr/local/lib
PC_LIBXML_STATIC_LIBS:INTERNAL=
PC_LIBXML_STATIC_LIBS_L:INTERNAL=
PC_LIBXML_STATIC_LIBS_OTHER:INTERNAL=
PC_LIBXML_STATIC_LIBS_PATHS:INTERNAL=
PC_LIBXML_VERSION:INTERNAL=2.9.9
PC_LIBXML_libxml-2.0_INCLUDEDIR:INTERNAL=
PC_LIBXML_libxml-2.0_LIBDIR:INTERNAL=
PC_LIBXML_libxml-2.0_PREFIX:INTERNAL=
PC_LIBXML_libxml-2.0_VERSION:INTERNAL=
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//Test SIGNAL_TYPE
SIGNAL_TYPE:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(uint)
UINT:INTERNAL=4
//CHECK_TYPE_SIZE: uint32 unknown
UINT32:INTERNAL=
//CHECK_TYPE_SIZE: sizeof(unsigned char)
UNSIGNED_CHAR:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(unsigned int)
UNSIGNED_INT:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(unsigned long)
UNSIGNED_LONG:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(unsigned long long)
UNSIGNED_LONG_LONG:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(unsigned short)
UNSIGNED_SHORT:INTERNAL=2
//ADVANCED property for variable: ZLIB_INCLUDE_DIR
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG
ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE
ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//CMAKE_INSTALL_PREFIX during last run
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
__pkg_config_arguments_PC_LIBXML:INTERNAL=QUIET;libxml-2.0
__pkg_config_checked_LIBXMLPP:INTERNAL=1
__pkg_config_checked_PC_LIBXML:INTERNAL=1
//ADVANCED property for variable: pkgcfg_lib_LIBXMLPP_glib-2.0
pkgcfg_lib_LIBXMLPP_glib-2.0-ADVANCED:INTERNAL=1
//ADVANCED property for variable: pkgcfg_lib_LIBXMLPP_glibmm-2.4
pkgcfg_lib_LIBXMLPP_glibmm-2.4-ADVANCED:INTERNAL=1
//ADVANCED property for variable: pkgcfg_lib_LIBXMLPP_gobject-2.0
pkgcfg_lib_LIBXMLPP_gobject-2.0-ADVANCED:INTERNAL=1
//ADVANCED property for variable: pkgcfg_lib_LIBXMLPP_intl
pkgcfg_lib_LIBXMLPP_intl-ADVANCED:INTERNAL=1
//ADVANCED property for variable: pkgcfg_lib_LIBXMLPP_sigc-2.0
pkgcfg_lib_LIBXMLPP_sigc-2.0-ADVANCED:INTERNAL=1
//ADVANCED property for variable: pkgcfg_lib_LIBXMLPP_xml++-2.6
pkgcfg_lib_LIBXMLPP_xml++-2.6-ADVANCED:INTERNAL=1
//ADVANCED property for variable: pkgcfg_lib_LIBXMLPP_xml2
pkgcfg_lib_LIBXMLPP_xml2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: pkgcfg_lib_PC_LIBXML_xml2
pkgcfg_lib_PC_LIBXML_xml2-ADVANCED:INTERNAL=1
prefix_result:INTERNAL=/usr/local/lib

How to resolve?

Best Regards,
Donald.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant