traverso-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-user] Can't find slv2/slv2.h


From: Aymeric
Subject: [Traverso-user] Can't find slv2/slv2.h
Date: Sat, 14 Mar 2009 09:14:02 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20090104)

Hi,

I'm trying to compile Traverso using system installed slv2, but cmake
can't find it:

aymeric[traverso-0.49.0]$ QTDIR=$QT4DIR cmake .
-DCMAKE_INSTALL_PREFIX=/usr -DUSE_SYSTEM_SLV2_LIBRARY=ON
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - 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
-- Traverso 0.49.0 will be built to install into /usr
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Program pkg-config found (/usr/bin/pkg-config)
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.4.3
-- Found OpenSSL: /usr/lib/libssl.so
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- Looking for slv2/slv2.h
-- Looking for slv2/slv2.h - not found
CMake Error at CMakeLists.txt:189 (MESSAGE):
lv2 support requested, but slv2 development headers could not be found!

Please install the slv2 development package (Usually called libslv2-dev),
remove CMakeCache.txt and run cmake again


-- Configuring incomplete, errors occurred!

But in fact, it is installed (version 0.6.2):

aymeric[traverso-0.49.0]$ locate slv2.h
/usr/include/slv2/slv2.h

Can you help me?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]