Skip to content

Instantly share code, notes, and snippets.

@dzackgarza
Last active May 25, 2019 22:20
Show Gist options
  • Save dzackgarza/cd2ba703fa11c224333942f1b37f4fb5 to your computer and use it in GitHub Desktop.
Save dzackgarza/cd2ba703fa11c224333942f1b37f4fb5 to your computer and use it in GitHub Desktop.
% cmake -DDEBUG_INPUT_GDK_PRINT_EVENTS=ON .. 130 ↵ ✹
CMake Warning at cmake/include/Version.cmake:6 (message):
DEB Generator: Can't find lsb_release in your path. Setting
DISTRO_CODENAME to unknown.
Call Stack (most recent call first):
CMakeLists.txt:17 (include)
-- Checking for module 'gtk-mac-integration'
-- Package 'gtk-mac-integration', required by 'virtual:world', not found
-- Checking for module 'lua5.3'
-- Package 'lua5.3', required by 'virtual:world', not found
-- Checking for module 'lua >= 5.3'
-- Found lua , version 5.3.5
Enable Xournal++ Plugins
Installing desktop files
Configuration:
Compiler: /usr/bin/c++
CppUnit enabled: OFF
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zack/xournalpp/build
% cmake --build . ✹
[ 0%] Build translations.
[ 2%] Built target translations
[ 12%] Built target util
Scanning dependencies of target xournalpp-core
[ 13%] Building CXX object src/CMakeFiles/xournalpp-core.dir/control/Control.cpp.o
[ 13%] Building CXX object src/CMakeFiles/xournalpp-core.dir/control/ToolHandler.cpp.o
...
[ 96%] Built target xournalpp
[100%] Built target xournal-thumbnailer
% ./src/xournalpp ✹
(xournalpp:28170): Gtk-WARNING **: 18:19:23.246: Theme parsing error: gtk.css:4101:29: Expected ',' in color definition
(xournalpp:28170): Gtk-WARNING **: 18:19:23.246: Theme parsing error: gtk.css:4142:92: The :prelight pseudo-class is deprecated. Use :hover instead.
(xournalpp:28170): Gtk-WARNING **: 18:19:23.246: Theme parsing error: gtk.css:4146:43: The :prelight pseudo-class is deprecated. Use :hover instead.
ALSA lib pcm.c:2564:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2564:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2564:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
ALSA lib pcm_oss.c:377:(_snd_pcm_oss_open) Unknown field port
ALSA lib pcm_oss.c:377:(_snd_pcm_oss_open) Unknown field port
ALSA lib pcm_usb_stream.c:486:(_snd_pcm_usb_stream_open) Invalid type for card
ALSA lib pcm_usb_stream.c:486:(_snd_pcm_usb_stream_open) Invalid type for card
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
^C
% git clone https://github.com/xournalpp/xournalpp
cd xournalpp
mkdir build && cd build
Cloning into 'xournalpp'...
remote: Enumerating objects: 29621, done.
remote: Total 29621 (delta 0), reused 0 (delta 0), pack-reused 29621
Receiving objects: 100% (29621/29621), 28.41 MiB | 283.00 KiB/s, done.
Resolving deltas: 100% (23236/23236), done.
% cmake -UDEBUG_INPUT_GDK_PRINT_EVENTS -UDEBUG_INPUT ..
-- The CXX compiler identification is GNU 8.3.0
-- The C compiler identification is GNU 8.3.0
-- 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
-- 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
CMake Warning at cmake/include/Version.cmake:6 (message):
DEB Generator: Can't find lsb_release in your path. Setting
DISTRO_CODENAME to unknown.
Call Stack (most recent call first):
CMakeLists.txt:17 (include)
-- Found Git: /usr/bin/git (found version "2.21.0")
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.6.1")
-- Performing Test GNUXX11
-- Performing Test GNUXX11 - Success
-- Checking for module 'gtk+-3.0 >= 3.18.9'
-- Found gtk+-3.0 , version 3.24.8
-- Checking for module 'glib-2.0 >= 2.32.0'
-- Found glib-2.0 , version 2.60.3
-- Checking for module 'gthread-2.0 >= 2.4.0'
-- Found gthread-2.0 , version 2.60.3
-- Checking for module 'libxml-2.0 >= 2.0.0'
-- Found libxml-2.0 , version 2.9.9
-- Checking for module 'poppler-glib >= 0.41.0'
-- Found poppler-glib , version 0.76.1
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.11")
-- Checking for module 'libzip >= 1.0.1'
-- Found libzip , version 1.5.2
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- 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
-- Checking for module 'portaudiocpp >= 12'
-- Found portaudiocpp , version 12
-- Checking for module 'sndfile >= 1.0.25'
-- Found sndfile , version 1.0.28
-- Checking for module 'gtk-mac-integration'
-- Package 'gtk-mac-integration', required by 'virtual:world', not found
-- Checking for module 'lua5.3'
-- Package 'lua5.3', required by 'virtual:world', not found
-- Checking for module 'lua >= 5.3'
-- Found lua , version 5.3.5
Enable Xournal++ Plugins
-- Found Gettext: /usr/bin/xgettext (found version "0.19.8.1")
Installing desktop files
Configuration:
Compiler: /usr/bin/c++
CppUnit enabled: OFF
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zack/xournalpp/build
% cmake -DDEBUG_INPUT=ON ..
cmake --build .
CMake Warning at cmake/include/Version.cmake:6 (message):
DEB Generator: Can't find lsb_release in your path. Setting
DISTRO_CODENAME to unknown.
Call Stack (most recent call first):
CMakeLists.txt:17 (include)
-- Checking for module 'gtk-mac-integration'
-- Package 'gtk-mac-integration', required by 'virtual:world', not found
-- Checking for module 'lua5.3'
-- Package 'lua5.3', required by 'virtual:world', not found
-- Checking for module 'lua >= 5.3'
-- Found lua , version 5.3.5
Enable Xournal++ Plugins
Installing desktop files
Configuration:
Compiler: /usr/bin/c++
CppUnit enabled: OFF
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zack/xournalpp/build
Scanning dependencies of target translations
[ 0%] Generating zh_TW.gmo
[ 0%] Generating cs.gmo
...
[100%] Built target xournal-thumbnailer
% ./src/xournalpp ✹
(xournalpp:26636): Gtk-WARNING **: 18:15:31.484: Theme parsing error: gtk.css:4101:29: Expected ',' in color definition
(xournalpp:26636): Gtk-WARNING **: 18:15:31.484: Theme parsing error: gtk.css:4142:92: The :prelight pseudo-class is deprecated. Use :hover instead.
(xournalpp:26636): Gtk-WARNING **: 18:15:31.484: Theme parsing error: gtk.css:4146:43: The :prelight pseudo-class is deprecated. Use :hover instead.
ALSA lib pcm.c:2564:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2564:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2564:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
ALSA lib pcm_oss.c:377:(_snd_pcm_oss_open) Unknown field port
ALSA lib pcm_oss.c:377:(_snd_pcm_oss_open) Unknown field port
ALSA lib pcm_usb_stream.c:486:(_snd_pcm_usb_stream_open) Invalid type for card
ALSA lib pcm_usb_stream.c:486:(_snd_pcm_usb_stream_open) Invalid type for card
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
^C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment