traverso-devel
[Top][All Lists]
Advanced

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

[Traverso-devel] Can't CCMAKE anymore


From: Arnold Layne
Subject: [Traverso-devel] Can't CCMAKE anymore
Date: Fri, 11 Dec 2009 00:07:53 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0

address@hidden:~/Soft/traverso-0.49.1$ cmake .
-- 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.1 will be built to install into /usr/local
-- 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.5.2
-- checking for module 'redland>=1.0.2'
--   found redland, version 1.0.9
Variable 'top_build_prefix' not defined in '/usr/lib/pkgconfig/redland.pc'
Variable 'top_build_prefix' not defined in '/usr/lib/pkgconfig/redland.pc'
Variable 'top_build_prefix' not defined in '/usr/lib/pkgconfig/redland.pc'
Variable 'top_build_prefix' not defined in '/usr/lib/pkgconfig/redland.pc'
Variable 'top_build_prefix' not defined in '/usr/lib/pkgconfig/redland.pc'
Variable 'top_build_prefix' not defined in '/usr/lib/pkgconfig/redland.pc'
Variable 'top_build_prefix' not defined in '/usr/lib/pkgconfig/redland.pc'
-- REDLAND Library Found OK
-- Looking for wavpack/wavpack.h
-- Looking for wavpack/wavpack.h - found
-- checking for module 'wavpack>=4.40.0'
--   found wavpack, version 4.50.1
-- WavPack Library Found OK
-- Looking for vorbis/vorbisfile.h
-- Looking for vorbis/vorbisfile.h - found
-- checking for module 'vorbis>=1.1.2'
--   found vorbis, version 1.2.0
-- Ogg Vorbis Library Found OK
-- Looking for FLAC/export.h
-- Looking for FLAC/export.h - found
-- FLAC Library Found OK
-- Looking for mad.h
-- Looking for mad.h - found
-- Looking for fftw3.h
-- Looking for fftw3.h - found
-- checking for module 'fftw3>=3.0.0'
--   found fftw3, version 3.2.1
-- FFTW3 Library Found OK
-- Looking for sys/vfs.h
-- Looking for sys/vfs.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- Looking for mlock
-- Looking for mlock - found
-- Looking for alsa/asoundlib.h
-- Looking for alsa/asoundlib.h - found
-- checking for module 'alsa>=1.0.0'
--   found alsa, version 1.0.20
-- ALSA Library Found OK
-- Looking for jack/jack.h
-- Looking for jack/jack.h - found
-- checking for module 'jack>=0.100'
--   found jack, version 0.116.1
-- Jack Library Found OK
CMake Error at src/CMakeLists.txt:2 (ADD_SUBDIRECTORY):
  The binary directory

    /home/pop/Soft/traverso-0.49.1/buildfiles

is already used to build another source directory, so it cannot be used to
  build source directory

    /home/pop/Soft/traverso-0.49.1/src/audiofileio

  Specify a unique binary directory name.


CMake Error at src/CMakeLists.txt:3 (ADD_SUBDIRECTORY):
  The binary directory

    /home/pop/Soft/traverso-0.49.1/buildfiles

is already used to build another source directory, so it cannot be used to
  build source directory

    /home/pop/Soft/traverso-0.49.1/src/commands

  Specify a unique binary directory name.


CMake Error at src/CMakeLists.txt:4 (ADD_SUBDIRECTORY):
  The binary directory

    /home/pop/Soft/traverso-0.49.1/buildfiles

is already used to build another source directory, so it cannot be used to
  build source directory

    /home/pop/Soft/traverso-0.49.1/src/core

  Specify a unique binary directory name.


CMake Error at src/CMakeLists.txt:5 (ADD_SUBDIRECTORY):
  The binary directory

    /home/pop/Soft/traverso-0.49.1/buildfiles

is already used to build another source directory, so it cannot be used to
  build source directory

    /home/pop/Soft/traverso-0.49.1/src/3rdparty

  Specify a unique binary directory name.


CMake Error at src/CMakeLists.txt:6 (ADD_SUBDIRECTORY):
  The binary directory

    /home/pop/Soft/traverso-0.49.1/buildfiles

is already used to build another source directory, so it cannot be used to
  build source directory

    /home/pop/Soft/traverso-0.49.1/src/plugins

  Specify a unique binary directory name.


CMake Error at src/CMakeLists.txt:7 (ADD_SUBDIRECTORY):
  The binary directory

    /home/pop/Soft/traverso-0.49.1/buildfiles

is already used to build another source directory, so it cannot be used to
  build source directory

    /home/pop/Soft/traverso-0.49.1/src/sheetcanvas

  Specify a unique binary directory name.


CMake Error at src/CMakeLists.txt:8 (ADD_SUBDIRECTORY):
  The binary directory

    /home/pop/Soft/traverso-0.49.1/buildfiles

is already used to build another source directory, so it cannot be used to
  build source directory

    /home/pop/Soft/traverso-0.49.1/src/traverso

  Specify a unique binary directory name.



Build options:
Building in mode    :    RELEASE
ALSA support        :    TRUE
Jack support        :    TRUE
PortAudio support    :    FALSE
CoreAudio support    :    FALSE
SLV2 support        :    TRUE (Using internal library)
MP3 read support    :    TRUE
MP3 writing support    :    FALSE

-- Configuring incomplete, errors occurred!





reply via email to

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