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

Unable to run cmake on Ubuntu 18.04 #37

Closed
ToJen opened this issue Jul 7, 2019 · 2 comments
Closed

Unable to run cmake on Ubuntu 18.04 #37

ToJen opened this issue Jul 7, 2019 · 2 comments

Comments

@ToJen
Copy link

ToJen commented Jul 7, 2019

Are there any missing dependencies in the CMakeLists.txt?

user:build$ cmake /path/to/vst3sdk/
-- SMTG_MYPLUGINS_SRC_PATH is not set. If you want to add your own plug-ins folder, specify it!
-- The C compiler identification is GNU 7.4.0
-- The CXX compiler identification is GNU 7.4.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
-- Found X11: /usr/include   
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/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
-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "2.8.1") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
-- Checking for module 'xcb'
--   Found xcb, version 1.13
-- Checking for module 'xcb-util'
--   No package 'xcb-util' found
CMake Error at /snap/cmake/12/share/cmake-3.14/Modules/FindPkgConfig.cmake:457 (message):
  A required package was not found
Call Stack (most recent call first):
  /snap/cmake/12/share/cmake-3.14/Modules/FindPkgConfig.cmake:642 (_pkg_check_modules_internal)
  vstgui4/vstgui/CMakeLists.txt:78 (pkg_check_modules)


-- Configuring incomplete, errors occurred!
See also "/path/vst3sdk/build/CMakeFiles/CMakeOutput.log".
user:build$
@ToJen ToJen changed the title Unable to run cmake on Ubuntu 8.04 Unable to run cmake on Ubuntu 18.04 Jul 7, 2019
@rehans
Copy link
Collaborator

rehans commented Jul 8, 2019

Did you install all required packages?

Have a look here: https://steinbergmedia.github.io/vst3_doc/vstinterfaces/linuxSetup.html

@ToJen
Copy link
Author

ToJen commented Jul 13, 2019

works now thanks 👍

@ToJen ToJen closed this as completed Jul 13, 2019
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

2 participants