Beiträge von JohnH

    Hi.

    Here is the next one.

    john@john-Hybris:~$ make

    [ 0%] Building CXX object src/rt/rtaudio/CMakeFiles/http://RtAudio.dir/RtAudio.cpp.o

    [ 0%] Linking CXX static library libRtAudio.a

    [ 0%] Built target RtAudio

    Scanning dependencies of target RtMidi

    [ 0%] Building CXX object src/rt/rtmidi/CMakeFiles/http://RtMidi.dir/RtMidi.cpp.o

    /home/john/Downloads/go-sources/src/rt/rtmidi/RtMidi.cpp:1074:10: fatal error: libudev.h: No such file or directory

    1074 | #include <libudev.h>

    | ^~~~~~~~~~~

    compilation terminated.

    make[2]: *** [src/rt/rtmidi/CMakeFiles/http://RtMidi.dir/build.make:63: src/rt/rtmidi/CMakeFiles/http://RtMidi.dir/RtMidi.cpp.o] Error 1

    make[1]: *** [CMakeFiles/Makefile2:382: src/rt/rtmidi/CMakeFiles/http://RtMidi.dir/all] Error 2

    make: *** [Makefile:152: all] Error 2

    Hi.

    Moving on. How many more to find?

    john@john-Hybris:~$ make

    [ 0%] Building CXX object src/rt/rtaudio/CMakeFiles/http://RtAudio.dir/RtAudio.cpp.o

    /home/john/Downloads/go-sources/src/rt/rtaudio/RtAudio.cpp:6870:10: fatal error: alsa/asoundlib.h: No such file or directory

    6870 | #include <alsa/asoundlib.h>

    | ^~~~~~~~~~~~~~~~~~

    compilation terminated.

    make[2]: *** [src/rt/rtaudio/CMakeFiles/http://RtAudio.dir/build.make:63: src/rt/rtaudio/CMakeFiles/http://RtAudio.dir/RtAudio.cpp.o] Error 1

    make[1]: *** [CMakeFiles/Makefile2:355: src/rt/rtaudio/CMakeFiles/http://RtAudio.dir/all] Error 2

    make: *** [Makefile:152: all] Error 2

    Hi.

    Just as I thought it was all over

    -- Configuring done

    -- Generating done

    -- Build files have been written to: /home/john

    john@john-Hybris:~$ make

    Scanning dependencies of target RtAudio

    [ 0%] Building CXX object src/rt/rtaudio/CMakeFiles/http://RtAudio.dir/RtAudio.cpp.o

    /home/john/Downloads/go-sources/src/rt/rtaudio/RtAudio.cpp:1900:10: fatal error: jack/jack.h: No such file or directory

    1900 | #include <jack/jack.h>

    | ^~~~~~~~~~~~~

    compilation terminated.

    make[2]: *** [src/rt/rtaudio/CMakeFiles/http://RtAudio.dir/build.make:63: src/rt/rtaudio/CMakeFiles/http://RtAudio.dir/RtAudio.cpp.o] Error 1

    make[1]: *** [CMakeFiles/Makefile2:355: src/rt/rtaudio/CMakeFiles/http://RtAudio.dir/all] Error 2

    make: *** [Makefile:152: all] Error 2

    Hi.

    john@john-Hybris:~$ sudo apt-get install libwxgtk3.0-dev

    [sudo] password for john:

    Reading package lists... Done

    Building dependency tree

    Reading state information... Done

    Package libwxgtk3.0-dev is not available, but is referred to by another package.

    This may mean that the package is missing, has been obsoleted, or

    is only available from another source

    E: Package 'libwxgtk3.0-dev' has no installation candidate

    Curiouser and curioser

    Hi.

    Checking for module 'wavpack'

    -- Found wavpack, version 5.2.0

    CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):

    Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES

    wxWidgets_INCLUDE_DIRS)

    Call Stack (most recent call first):

    /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)

    /usr/share/cmake-3.16/Modules/FindwxWidgets.cmake:1008 (find_package_handle_standard_args)

    CMakeLists.txt:151 (find_package)

    Sorry but Murphy's Law is still running.

    Hi

    Moving on slowly, now we have this:-

    Checking for module 'fftw3f'

    -- Found fftw3f, version 3.3.8

    -- Checking for module 'zlib'

    -- Found zlib, version 1.2.11

    -- Checking for module 'wavpack'

    -- No package 'wavpack' found

    CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message):

    A required package was not found

    Call Stack (most recent call first):

    /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643 (_pkg_check_modules_internal)

    CMakeLists.txt:149 (pkg_check_modules)

    Cheers

    Hi again

    I have rearranged the files in Downloads/go-sources directory and get the make report attached.

    Please comment and advise.

    Regards

    john@john-Hybris:~/Downloads/go-build$ cmake -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" ~/Downloads/go-sources

    -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1")

    -- Performing Test OPTION_CXX_-std-EQc-P-P11

    -- Performing Test OPTION_CXX_-std-EQc-P-P11 - Success

    -- Looking for C++ include atomic

    -- Looking for C++ include atomic - found

    -- Looking for C++ include mutex

    -- Looking for C++ include mutex - found

    -- Performing Test OPTION_C_-Wall

    -- Performing Test OPTION_C_-Wall - Success

    -- Performing Test OPTION_C_-Wall_cxx

    -- Performing Test OPTION_C_-Wall_cxx - Success

    -- Performing Test OPTION_C_-O3

    -- Performing Test OPTION_C_-O3 - Success

    -- Performing Test OPTION_C_-O3_cxx

    -- Performing Test OPTION_C_-O3_cxx - Success

    -- Performing Test OPTION_C_-g

    -- Performing Test OPTION_C_-g - Success

    -- Performing Test OPTION_C_-g_cxx

    -- Performing Test OPTION_C_-g_cxx - Success

    -- Performing Test OPTION_C_-fomit-frame-pointer

    -- Performing Test OPTION_C_-fomit-frame-pointer - Success

    -- Performing Test OPTION_C_-fomit-frame-pointer_cxx

    -- Performing Test OPTION_C_-fomit-frame-pointer_cxx - Success

    -- Performing Test OPTION_C_-funroll-loops

    -- Performing Test OPTION_C_-funroll-loops - Success

    -- Performing Test OPTION_C_-funroll-loops_cxx

    -- Performing Test OPTION_C_-funroll-loops_cxx - Success

    -- Performing Test OPTION_C_-ffast-math

    -- Performing Test OPTION_C_-ffast-math - Success

    -- Performing Test OPTION_C_-ffast-math_cxx

    -- Performing Test OPTION_C_-ffast-math_cxx - Success

    -- RtAudio build Configuration

    -- Building a Linux configuration

    -- Support for Jack : ON

    -- Support for Alsa : ON

    -- Support for OSS : OFF

    -- ============================================================================

    -- RtMidi build Configuration

    -- Building a Linux configuration

    -- Support for Jack : ON

    -- Support for Alsa : ON

    -- Looking for snd_seq_client_info_get_card

    -- Looking for snd_seq_client_info_get_card - not found

    -- ============================================================================

    -- PortAudio build Configuration

    -- Looking for sys/soundcard.h

    -- Looking for sys/soundcard.h - found

    -- Building a Linux configuration

    -- Support for Jack : ON

    -- Support for Alsa : ON

    -- Support for OSS : OFF

    -- ============================================================================

    -- Checking for module 'fftw3f'

    -- Found fftw3f, version 3.3.8

    -- Checking for module 'zlib'

    -- No package 'zlib' found

    CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message):

    A required package was not found

    Call Stack (most recent call first):

    /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643 (_pkg_check_modules_internal)

    CMakeLists.txt:147 (pkg_check_modules)


    -- Configuring incomplete, errors occurred!

    See also "/home/john/Downloads/go-build/CMakeFiles/CMakeOutput.log".

    See also "/home/john/Downloads/go-build/CMakeFiles/CMakeError.log".

    Hi raynswor

    I have reached point 9 in your list and get an error message.

    CMake Error: The source directory "/home/john/Downloads/go-sources" does not appear to contain CMakeLists.txt.

    I have looked in the go-sources directory and the file is definatly there.

    I have just updated Ubuntu to the latest release. Could this be causing a problem?

    Regards

    I am attempting to install GrandOrgue in Ubuntu. The deb binary will not install. Manual install fails as the public key expired in June and has not yet been updated. I do not have the skills to attempt to build a version from scratch. This problem has been raised on other user forums. Does anyone have any ideas?