I found it's nothing sensitive for me to send it via email. So I post here.
Note: I removed all of the symlinks I made before run the command, so it's a vanilla system.
Code: Select all
$ CFLAGS="-Wno-register" CXXFLAGS="-Wno-register" cmake -G "Ninja"  -DCMAKE_BUILD_TYPE=Release  -DCMAKE_INSTALL_PREFIX=/BUILD/CS163 ..
-- The C compiler identification is Clang 10.0.0
-- The CXX compiler identification is Clang 10.0.0
-- 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
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for dirent.h
-- Looking for dirent.h - found
-- Looking for features.h
-- Looking for features.h - not found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for grp.h
-- Looking for grp.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for libpq-fe.h
-- Looking for libpq-fe.h - not found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for pg_config.h
-- Looking for pg_config.h - not found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_np.h
-- Looking for pthread_np.h - found
-- Looking for pwd.h
-- Looking for pwd.h - found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for cups/cups.h
-- Looking for cups/cups.h - not found
-- Looking for mysql/mysql.h
-- Looking for mysql/mysql.h - not found
-- Looking for net/if.h
-- Looking for net/if.h - found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - found
-- Looking for sys/eventfd.h
-- Looking for sys/eventfd.h - not found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - found
-- Looking for sys/ipc.h
-- Looking for sys/ipc.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/shm.h
-- Looking for sys/shm.h - found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/wait.h
-- Looking for sys/wait.h - found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for 8 include files dlfcn.h, ..., float.h
-- Looking for 8 include files dlfcn.h, ..., float.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of size_t
-- Check size of size_t - done
-- Checking for 64-bit off_t
-- Performing Test FILE64_OK
-- Performing Test FILE64_OK - Success
-- Checking for 64-bit off_t - present
-- Checking for fseeko/ftello
-- Performing Test FSEEKO_COMPILE_OK
-- Performing Test FSEEKO_COMPILE_OK - Success
-- Checking for fseeko/ftello - present
-- Large File support - found
Configuring CMake for CopperSpice
Search for required Packages
-- Found OpenSSL: /usr/lib/libcrypto.so (found suitable version "1.0.2u", minimum required is "1.0")  
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.11") 
-- Found Cups: /usr/local/lib/libcups.so (found version "2.3.3") 
-- Found ALSA: /usr/local/lib/libasound.so (found version "1.1.2") 
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (PulseAudio).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindPkgConfig.cmake:45 (find_package_handle_standard_args)
  cmake/modules/FindPulseAudio.cmake:33 (include)
  CMakeLists.txt:246 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "1.7.3") 
-- Could NOT find PulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR) (Required is at least version "0.9.9")
-- Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_INCLUDE_DIR PostgreSQL_TYPE_INCLUDE_DIR) 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (GLib2).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindPkgConfig.cmake:45 (find_package_handle_standard_args)
  cmake/modules/FindGLib2.cmake:34 (include)
  CMakeLists.txt:332 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found GLib2: /usr/local/include/glib-2.0;/usr/local/lib/glib-2.0/include  
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (GOBJECT2)
  does not match the name of the calling package (GObject2).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindGObject2.cmake:63 (find_package_handle_standard_args)
  CMakeLists.txt:340 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found GOBJECT2: /usr/local/lib/libgobject-2.0.so  
-- Found Iconv: /usr/local/include  
-- Found X11: /usr/local/include  found components: ICE SM Xcursor Xext Xfixes Xi Xinerama Xrandr Xrender 
-- Looking for XOpenDisplay in /usr/local/lib/libX11.so;/usr/local/lib/libXext.so
-- Looking for XOpenDisplay in /usr/local/lib/libX11.so;/usr/local/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (xcb) does
  not match the name of the calling package (XCB).  This can lead to problems
  in calling code that expects `find_package` result variables (e.g.,
  `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindXCB.cmake:58 (find_package_handle_standard_args)
  CMakeLists.txt:365 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found xcb: /usr/local/include  
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (xcb-image)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindXCB.cmake:58 (find_package_handle_standard_args)
  CMakeLists.txt:365 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found xcb-image: /usr/local/include  
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (xcb-icccm)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindXCB.cmake:58 (find_package_handle_standard_args)
  CMakeLists.txt:365 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found xcb-icccm: /usr/local/include  
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (xcb-sync)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindXCB.cmake:58 (find_package_handle_standard_args)
  CMakeLists.txt:365 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found xcb-sync: /usr/local/include  
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (xcb-xfixes)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindXCB.cmake:58 (find_package_handle_standard_args)
  CMakeLists.txt:365 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found xcb-xfixes: /usr/local/include  
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (xcb-shm)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindXCB.cmake:58 (find_package_handle_standard_args)
  CMakeLists.txt:365 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found xcb-shm: /usr/local/include  
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (xcb-randr)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindXCB.cmake:58 (find_package_handle_standard_args)
  CMakeLists.txt:365 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found xcb-randr: /usr/local/include  
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (xcb-shape)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindXCB.cmake:58 (find_package_handle_standard_args)
  CMakeLists.txt:365 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found xcb-shape: /usr/local/include  
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args`
  (xcb-keysyms) does not match the name of the calling package (XCB).  This
  can lead to problems in calling code that expects `find_package` result
  variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindXCB.cmake:58 (find_package_handle_standard_args)
  CMakeLists.txt:365 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found xcb-keysyms: /usr/local/include  
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args`
  (xcb-xinerama) does not match the name of the calling package (XCB).  This
  can lead to problems in calling code that expects `find_package` result
  variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindXCB.cmake:58 (find_package_handle_standard_args)
  CMakeLists.txt:365 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found xcb-xinerama: /usr/local/include  
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (xcb-xkb)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindXCB.cmake:58 (find_package_handle_standard_args)
  CMakeLists.txt:365 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found xcb-xkb: /usr/local/include  
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (xcb-render)
  does not match the name of the calling package (XCB).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindXCB.cmake:58 (find_package_handle_standard_args)
  CMakeLists.txt:365 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found xcb-render: /usr/local/include  
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args`
  (xcb-render-util) does not match the name of the calling package (XCB).
  This can lead to problems in calling code that expects `find_package`
  result variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/modules/FindXCB.cmake:58 (find_package_handle_standard_args)
  CMakeLists.txt:365 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found xcb-render-util: /usr/local/include  
-- Found X11_XCB: /usr/local/lib/libX11-xcb.so  
-- Found XKBCommon: /usr/local/lib/libxkbcommon.so  
-- Found XKBCommon_X11: /usr/local/lib/libxkbcommon-x11.so  
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (Fontconfig).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindPkgConfig.cmake:45 (find_package_handle_standard_args)
  cmake/modules/FindFontconfig.cmake:33 (include)
  CMakeLists.txt:398 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Found Fontconfig: /usr/local/include  
-- Checking for module 'gstreamer-1.0'
--   Found gstreamer-1.0, version 1.16.2
-- Checking for module 'gstreamer-base-1.0'
--   Found gstreamer-base-1.0, version 1.16.2
-- Checking for module 'gstreamer-app-1.0'
--   Found gstreamer-app-1.0, version 1.16.2
-- Checking for module 'gstreamer-audio-1.0'
--   Found gstreamer-audio-1.0, version 1.16.2
-- Checking for module 'gstreamer-video-1.0'
--   Found gstreamer-video-1.0, version 1.16.2
-- Found GStreamer: /usr/local/lib/libgstreamer-1.0.so  
-- Found OpenGL: /usr/local/lib/libGL.so   
-- Found LibXml2: /usr/local/lib/libxml2.so (found version "2.9.10") 
Enabled CopperSpice libraries
 * Core Gui Multimedia Network OpenGL Script Sql Svg WebKit Xml XmlPatterns
-- The following packages have been found:
 * OpenSSL (required version >= 1.0), Support for SSL and TLS, <https://openssl.org>
   Required for HTTPS support
 * ZLIB, Compression Library, <https://zlib.net>
   Required for compression support
 * Cups, CUPS is the standards-based open source printing system, <https://www.cups.org>
   Required for printing support
 * ALSA, Advanced Linux Sound Architecture, <http://www.alsa-project.org>
   Required for ALSA audio support
 * Threads, Platform dependant threading library
   Required for threading support
 * GLib2, GNOME core library, <https://developer.gnome.org/glib>
   Required for glib mainloop support
 * GObject2, The object system used for Pango and GTK+, <https://developer.gnome.org/gobject>
   Required for glib mainloop support
 * Iconv, For use on systems which do not have Iconv or lack Unicode support, <http://www.gnu.org/software/libiconv/>
   Iconv support
 * X11, Open source implementation of the X Window System, <https://www.x.org>
   Required for X11/X.Org integration support
 * XCB, Open source implementation of the XCB Interface for the X11 Window System, <https://xcb.freedesktop.org>
   Required for XCB/X.Org integration support
 * X11_XCB, Integration between X11 and XCB, <https://xcb.freedesktop.org>
   Required for X11 XCB support
 * XKBCommon, Keyboard library, <https://xkbcommon.org>
   Required for XKB integration support
 * XKBCommon_X11, Keyboard library, <https://xkbcommon.org>
   Required for XKB X11 integration support
 * Fontconfig, Library for configuring and customizing font access, <http://www.freedesktop.org/wiki/Software/fontconfig/>
   Required for fonts configuration support
 * GStreamer, Open source media playback library, <http://gstreamer.freedesktop.org>
   Required for multimedia audio and video support
 * OpenGL, The Mesa 3D Graphics Library, <http://www.mesa3d.org/>
   Required for OpenGL support
 * LibXml2, XML C parser and toolkit developed for the Gnome project, <http://www.xmlsoft.org/>
   Required for XML support in WebKit
-- The following packages have not been found:
 * PulseAudio, Sound processing daemon for Unix, <http://www.pulseaudio.org>
   Required for pulseaudio support
 * PostgreSQL, Popular open source database, <http://www.postgresql.org>
   Required for PostgreSQL database support
 * MySQL, Popular open source database, <http://www.mysql.com>
   Required for MySQL database support
CopperSpice configured to run on:  FreeBSD 64 bit, Release Mode
CopperSpice will be built in:      /BUILD/COPPERSPICE/build
CopperSpice will be installed in:  /BUILD/CS163
-- Configuring done
-- Generating done
-- Build files have been written to: /BUILD/COPPERSPICE/build