Re: [CMake] Cmake errors

2013-12-08 Thread outro pessoa
On Sat, Dec 7, 2013 at 6:01 AM, Rolf Eike Beer e...@sf-mail.de wrote:

 Am Freitag, 6. Dezember 2013, 19:36:34 schrieb outro pessoa:
  1. There is no longer a traverso mailing list that is active.
  2. The original developers are impossible to get a hold of recently.
  3. I do not have the original input parameters due to 1 and 2 above.
  4. These lists are CMake and I am doing a rebuild of traverso making it
  dependent upon both developer and user input for information.
  5. There is no flag nor option for such Boolean type values within the
  Cmake manual page on FreeBSD.
  6. I am doing a port to FreeBSD based upon a Linux application.
 
  So...
  Added to the above messages are:
 
  Anyone else using CLang in place of GCC?

 Yes, we do. But we don't know about traverso. And the bug you see has
 nothing
 to do with CMake. This is something that happens in traverso code which we
 don't know anything about.

 Eike


I tried using a patch from FreeBSD-KDE that helped the kopete build due to
qtX and CLang errors.
Nothing changed.
Come to think about it, what do I need to pass to CLang C and CXX to
emulate GCC behavior?
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [cmake-developers] [CMake] Cmake errors

2013-12-06 Thread outro pessoa
1. There is no longer a traverso mailing list that is active.
2. The original developers are impossible to get a hold of recently.
3. I do not have the original input parameters due to 1 and 2 above.
4. These lists are CMake and I am doing a rebuild of traverso making it
dependent upon both developer and user input for information.
5. There is no flag nor option for such Boolean type values within the
Cmake manual page on FreeBSD.
6. I am doing a port to FreeBSD based upon a Linux application.

So...
Added to the above messages are:

Anyone else using CLang in place of GCC?



===  Building for traverso-0.49.2
[  1%] Building CXX object
src/engine/CMakeFiles/traversoaudiobackend.dir/AudioDevice.o
In file included from
/usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/AudioDevice.cpp:27:
/usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/AlsaDriver.h:62:6:
warning: 'AlsaDriver::setup' hides overloaded virtual function
[-Woverloaded-virtual]
int setup(bool capture=true, bool playback=true, const
QString pcmName=hw:0, const QString dither=None);
^
/usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/Driver.h:49:14:
note: hidden overloaded virtual function 'Driver::setup' declared
here: different number of parameters (3 vs 4)
virtual int setup(bool capture=true, bool playback=true, const
QString cardDevice=none);
^
In file included from
/usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/AudioDevice.cpp:52:
/usr/home/raspycat/traverso/work/traverso-0.49.2/src/common/Tsar.h:66:9:
error: field has incomplete type 'void *[]'
void*   _a[];
^
1 warning and 1 error generated.
*** Error code 1

Stop.
make[4]: stopped in /usr/home/raspycat/traverso/work/traverso-0.49.2
*** Error code 1

Stop.
make[3]: stopped in /usr/home/raspycat/traverso/work/traverso-0.49.2
*** Error code 1

Stop.
make[2]: stopped in /usr/home/raspycat/traverso/work/traverso-0.49.2
*** Error code 1

Stop.
make[1]: stopped in /usr/home/raspycat/traverso
*** Error code 1

Stop.
make: stopped in /usr/home/raspycat/traverso





On Sat, Nov 30, 2013 at 5:12 AM, Rolf Eike Beer e...@sf-mail.de wrote:

 outro pessoa wrote:
  If it can be fixed.

 You are posting it to the wrong list (cmake-developers@) because it is no
 CMake-internal failure. You are posting it to the wrong list (cmake@)
 because
 it is nothing that CMake has done wrong. It is a code problem in traverso,
 so
 post it there. And if you give that few information in the mail when you
 contact them I'm not sure they will be able to do anything useful with
 that.

 Eike
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Re: [cmake-developers] [CMake] Cmake errors

2013-12-06 Thread outro pessoa
On Fri, Dec 6, 2013 at 7:36 PM, outro pessoa outro.pes...@gmail.com wrote:

 1. There is no longer a traverso mailing list that is active.
 2. The original developers are impossible to get a hold of recently.
 3. I do not have the original input parameters due to 1 and 2 above.
 4. These lists are CMake and I am doing a rebuild of traverso making it
 dependent upon both developer and user input for information.
 5. There is no flag nor option for such Boolean type values within the
 Cmake manual page on FreeBSD.
 6. I am doing a port to FreeBSD based upon a Linux application.

 So...
 Added to the above messages are:

 Anyone else using CLang in place of GCC?

 

 ===  Building for traverso-0.49.2
 [  1%] Building CXX object 
 src/engine/CMakeFiles/traversoaudiobackend.dir/AudioDevice.o
 In file included from 
 /usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/AudioDevice.cpp:27:
 /usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/AlsaDriver.h:62:6:
  warning: 'AlsaDriver::setup' hides overloaded virtual function 
 [-Woverloaded-virtual]
 int setup(bool capture=true, bool playback=true, const QString 
 pcmName=hw:0, const QString dither=None);
 ^
 /usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/Driver.h:49:14: 
 note: hidden overloaded virtual function 'Driver::setup' declared here: 
 different number of parameters (3 vs 4)
 virtual int setup(bool capture=true, bool playback=true, const 
 QString cardDevice=none);
 ^
 In file included from 
 /usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/AudioDevice.cpp:52:
 /usr/home/raspycat/traverso/work/traverso-0.49.2/src/common/Tsar.h:66:9: 
 error: field has incomplete type 'void *[]'
 void*   _a[];
 ^
 1 warning and 1 error generated.
 *** Error code 1

 Stop.
 make[4]: stopped in /usr/home/raspycat/traverso/work/traverso-0.49.2
 *** Error code 1

 Stop.
 make[3]: stopped in /usr/home/raspycat/traverso/work/traverso-0.49.2
 *** Error code 1

 Stop.
 make[2]: stopped in /usr/home/raspycat/traverso/work/traverso-0.49.2
 *** Error code 1

 Stop.
 make[1]: stopped in /usr/home/raspycat/traverso
 *** Error code 1

 Stop.
 make: stopped in /usr/home/raspycat/traverso





 On Sat, Nov 30, 2013 at 5:12 AM, Rolf Eike Beer e...@sf-mail.de wrote:

 outro pessoa wrote:
  If it can be fixed.

 You are posting it to the wrong list (cmake-developers@) because it is no
 CMake-internal failure. You are posting it to the wrong list (cmake@)
 because
 it is nothing that CMake has done wrong. It is a code problem in
 traverso, so
 post it there. And if you give that few information in the mail when you
 contact them I'm not sure they will be able to do anything useful with
 that.

 Eike




Apologies for the top posting
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Re: [CMake] Cmake errors

2013-12-06 Thread outro pessoa
On Fri, Dec 6, 2013 at 7:36 PM, outro pessoa outro.pes...@gmail.com wrote:

 1. There is no longer a traverso mailing list that is active.
 2. The original developers are impossible to get a hold of recently.
 3. I do not have the original input parameters due to 1 and 2 above.
 4. These lists are CMake and I am doing a rebuild of traverso making it
 dependent upon both developer and user input for information.
 5. There is no flag nor option for such Boolean type values within the
 Cmake manual page on FreeBSD.
 6. I am doing a port to FreeBSD based upon a Linux application.

 So...
 Added to the above messages are:

 Anyone else using CLang in place of GCC?

 

 ===  Building for traverso-0.49.2
 [  1%] Building CXX object 
 src/engine/CMakeFiles/traversoaudiobackend.dir/AudioDevice.o
 In file included from 
 /usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/AudioDevice.cpp:27:
 /usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/AlsaDriver.h:62:6:
  warning: 'AlsaDriver::setup' hides overloaded virtual function 
 [-Woverloaded-virtual]
 int setup(bool capture=true, bool playback=true, const QString 
 pcmName=hw:0, const QString dither=None);
 ^
 /usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/Driver.h:49:14: 
 note: hidden overloaded virtual function 'Driver::setup' declared here: 
 different number of parameters (3 vs 4)
 virtual int setup(bool capture=true, bool playback=true, const 
 QString cardDevice=none);
 ^
 In file included from 
 /usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/AudioDevice.cpp:52:
 /usr/home/raspycat/traverso/work/traverso-0.49.2/src/common/Tsar.h:66:9: 
 error: field has incomplete type 'void *[]'
 void*   _a[];
 ^
 1 warning and 1 error generated.
 *** Error code 1

 Stop.
 make[4]: stopped in /usr/home/raspycat/traverso/work/traverso-0.49.2
 *** Error code 1

 Stop.
 make[3]: stopped in /usr/home/raspycat/traverso/work/traverso-0.49.2
 *** Error code 1

 Stop.
 make[2]: stopped in /usr/home/raspycat/traverso/work/traverso-0.49.2
 *** Error code 1

 Stop.
 make[1]: stopped in /usr/home/raspycat/traverso
 *** Error code 1

 Stop.
 make: stopped in /usr/home/raspycat/traverso





 On Sat, Nov 30, 2013 at 5:12 AM, Rolf Eike Beer e...@sf-mail.de wrote:

 outro pessoa wrote:
  If it can be fixed.

 You are posting it to the wrong list (cmake-developers@) because it is no
 CMake-internal failure. You are posting it to the wrong list (cmake@)
 because
 it is nothing that CMake has done wrong. It is a code problem in
 traverso, so
 post it there. And if you give that few information in the mail when you
 contact them I'm not sure they will be able to do anything useful with
 that.

 Eike




Apologies for the top posting
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [cmake-developers] Cmake errors

2013-11-29 Thread outro pessoa
On Fri, Nov 29, 2013 at 9:50 PM, outro pessoa outro.pes...@gmail.comwrote:

 If it can be fixed.



It's a C preprocessor error while using CLang to build. What's the
work-around for this?
===  Found saved configuration for traverso-0.49.4
===   traverso-0.49.2 depends on file: /usr/local/sbin/pkg - found
=== Fetching all distfiles required by traverso-0.49.2 for building
===  Extracting for traverso-0.49.2
= SHA256 Checksum OK for traverso-0.49.2.tar.gz.
===  Patching for traverso-0.49.2
===   traverso-0.49.2 depends on file: /usr/local/bin/cmake - found
===   traverso-0.49.2 depends on shared library: slv2 - found
===   traverso-0.49.2 depends on shared library: wavpack - found
===   traverso-0.49.2 depends on shared library: vorbis - found
===   traverso-0.49.2 depends on shared library: raptor2 - found
===   traverso-0.49.2 depends on shared library: rasqal - found
===   traverso-0.49.2 depends on shared library: curl - found
===   traverso-0.49.2 depends on shared library: FLAC - found
===   traverso-0.49.2 depends on shared library: fftw3 - found
===   traverso-0.49.2 depends on shared library: mad - found
===   traverso-0.49.2 depends on shared library: samplerate - found
===   traverso-0.49.2 depends on shared library: icudata - found
===   traverso-0.49.2 depends on shared library: yajl - found
===   traverso-0.49.2 depends on shared library: sndfile - found
===   traverso-0.49.2 depends on shared library: ogg - found
===   traverso-0.49.2 depends on shared library: rdf - found
===   traverso-0.49.2 depends on shared library: SM - found
===   traverso-0.49.2 depends on shared library: ICE - found
===   traverso-0.49.2 depends on shared library: jack - found
===  Configuring for traverso-0.49.2
===  Performing in-source build
/bin/mkdir -p /usr/home/raspycat/traverso/work/traverso-0.49.2
-- The C compiler identification is Clang 3.3.0
-- The CXX compiler identification is Clang 3.3.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
-- 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.2 will be built to install into /usr/local
getconf: no such configuration parameter `LFS_CFLAGS'
-- 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/local/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 Qt4: /usr/local/bin/qmake-qt4 (found suitable version 4.8.5, minimum 
required is 4.3.1) 
-- checking for module 'redland=1.0.2'
--   found redland, version 1.0.16
-- 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.60.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.3.3
-- 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.3.3
-- FFTW3 Library Found OK
-- Looking for sys/vfs.h
-- Looking for sys/vfs.h - not 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
-- ALSA support: Disabled
-- Looking for jack/jack.h
-- Looking for jack/jack.h - found
-- checking for module 'jack=0.100'
--   found jack, version 0.121.3
-- Jack Library Found OK

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

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

CMAKE_MODULE_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS
THREADS_HAVE_PTHREAD_ARG


-- Build files have been written to: 
/usr/home/raspycat/traverso/work/traverso-0.49.2
===  Building

[CMake] Cmake errors

2013-11-29 Thread outro pessoa
If it can be fixed.
===  Building for traverso-0.49.2
-- Traverso 0.49.2 will be built to install into /usr/local
getconf: no such configuration parameter `LFS_CFLAGS'
-- 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/local/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 Qt4: /usr/local/bin/qmake-qt4 (found suitable version 4.8.5, minimum 
required is 4.3.1) 
-- checking for module 'redland=1.0.2'
--   found redland, version 1.0.16
-- 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.60.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.3.3
-- 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.3.3
-- FFTW3 Library Found OK
-- Looking for sys/vfs.h
-- Looking for sys/vfs.h - not 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.27.2
-- 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.121.3
-- Jack Library Found OK
cat: /proc/cpuinfo: No such file or directory

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 done
-- Generating done
-- Build files have been written to: 
/usr/home/raspycat/traverso/work/traverso-0.49.2
[  1%] Building CXX object 
src/engine/CMakeFiles/traversoaudiobackend.dir/AudioDevice.o
In file included from 
/usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/AudioDevice.cpp:27:
/usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/AlsaDriver.h:62:6: 
warning: 'AlsaDriver::setup' hides overloaded virtual function 
[-Woverloaded-virtual]
int setup(bool capture=true, bool playback=true, const QString 
pcmName=hw:0, const QString dither=None);
^
/usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/Driver.h:49:14: 
note: hidden overloaded virtual function 'Driver::setup' declared here: 
different number of parameters (3 vs 4)
virtual int setup(bool capture=true, bool playback=true, const QString 
cardDevice=none);
^
In file included from 
/usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/AudioDevice.cpp:52:
/usr/home/raspycat/traverso/work/traverso-0.49.2/src/common/Tsar.h:66:9: error: 
field has incomplete type 'void *[]'
void*   _a[];
^
1 warning and 1 error generated.
*** Error code 1

Stop.
make[4]: stopped in /usr/home/raspycat/traverso/work/traverso-0.49.2
*** Error code 1

Stop.
make[3]: stopped in /usr/home/raspycat/traverso/work/traverso-0.49.2
*** Error code 1

Stop.
make[2]: stopped in /usr/home/raspycat/traverso/work/traverso-0.49.2
*** Error code 1

Stop.
make[1]: stopped in /usr/home/raspycat/traverso
*** Error code 1

Stop.
make: stopped in /usr/home/raspycat/traverso
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cmake errors

2013-11-29 Thread outro pessoa
On Fri, Nov 29, 2013 at 9:50 PM, outro pessoa outro.pes...@gmail.comwrote:

 If it can be fixed.



It's a C preprocessor error while using CLang to build. What's the
work-around for this?
===  Found saved configuration for traverso-0.49.4
===   traverso-0.49.2 depends on file: /usr/local/sbin/pkg - found
=== Fetching all distfiles required by traverso-0.49.2 for building
===  Extracting for traverso-0.49.2
= SHA256 Checksum OK for traverso-0.49.2.tar.gz.
===  Patching for traverso-0.49.2
===   traverso-0.49.2 depends on file: /usr/local/bin/cmake - found
===   traverso-0.49.2 depends on shared library: slv2 - found
===   traverso-0.49.2 depends on shared library: wavpack - found
===   traverso-0.49.2 depends on shared library: vorbis - found
===   traverso-0.49.2 depends on shared library: raptor2 - found
===   traverso-0.49.2 depends on shared library: rasqal - found
===   traverso-0.49.2 depends on shared library: curl - found
===   traverso-0.49.2 depends on shared library: FLAC - found
===   traverso-0.49.2 depends on shared library: fftw3 - found
===   traverso-0.49.2 depends on shared library: mad - found
===   traverso-0.49.2 depends on shared library: samplerate - found
===   traverso-0.49.2 depends on shared library: icudata - found
===   traverso-0.49.2 depends on shared library: yajl - found
===   traverso-0.49.2 depends on shared library: sndfile - found
===   traverso-0.49.2 depends on shared library: ogg - found
===   traverso-0.49.2 depends on shared library: rdf - found
===   traverso-0.49.2 depends on shared library: SM - found
===   traverso-0.49.2 depends on shared library: ICE - found
===   traverso-0.49.2 depends on shared library: jack - found
===  Configuring for traverso-0.49.2
===  Performing in-source build
/bin/mkdir -p /usr/home/raspycat/traverso/work/traverso-0.49.2
-- The C compiler identification is Clang 3.3.0
-- The CXX compiler identification is Clang 3.3.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
-- 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.2 will be built to install into /usr/local
getconf: no such configuration parameter `LFS_CFLAGS'
-- 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/local/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 Qt4: /usr/local/bin/qmake-qt4 (found suitable version 4.8.5, minimum 
required is 4.3.1) 
-- checking for module 'redland=1.0.2'
--   found redland, version 1.0.16
-- 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.60.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.3.3
-- 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.3.3
-- FFTW3 Library Found OK
-- Looking for sys/vfs.h
-- Looking for sys/vfs.h - not 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
-- ALSA support: Disabled
-- Looking for jack/jack.h
-- Looking for jack/jack.h - found
-- checking for module 'jack=0.100'
--   found jack, version 0.121.3
-- Jack Library Found OK

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

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

CMAKE_MODULE_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS
THREADS_HAVE_PTHREAD_ARG


-- Build files have been written to: 
/usr/home/raspycat/traverso/work/traverso-0.49.2
===  Building

Re: [CMake] Setting compiler for cmake

2013-10-05 Thread outro pessoa
The problem is this:
I am trying to port traverso-daw to FreeBSD-10.x. I have to edit the CMake
variables. Since the project is not mine, I need to work with a patched
version. I have tried getting in contact with the original developer.
Okay, do I need to clear out the CMakeTmp files?



On Sat, Oct 5, 2013 at 4:50 PM, Óscar Fuentes o...@wanadoo.es wrote:

 The following message is a courtesy copy of an article
 that has been posted to gmane.comp.programming.tools.cmake.user as well.

 [Please CC the cmake user's mailing list]

 outro pessoa outro.pes...@gmail.com writes:

  I'm looking at CMakeDetermineCompilerABI_C.bin and the path to
  /usr/local/lib/gcc46 is plain text in the elf file. Besides needing to
  eliminate some log files, is there a cmake argument that can be passed to
  clear all caches and keep the progress at the current point?
  Thanks muchly.

 Don't reuse a build directory when switching compilers. Start with an
 empty one.

 Are you experiencing difficulties with the instructions I gave you? You
 shouldn't care about the scripts that comes with CMake for building with
 Clang. The task does not require changes on those scripts.

--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Setting compiler for cmake

2013-10-04 Thread outro pessoa
No. In the $PROJECT/CMakeFiles/2. 8.10.2

CMakeCCompiler.cmake 2 KB 10/01/13 03:42:34 [image: File:]
CMakeCXXCompiler.cmake 2 KB 10/01/13 03:42:35 [image: File:]
CMakeDetermineCompilerABI_C.bin 6 KB 10/01/13 03:42:34 [image: File:]
CMakeDetermineCompilerABI_CXX.bin 6 KB 10/01/13 03:42:35 [image: File:]
CMakeSystem.cmake 1 KB 10/01/13 03:42:31 CompilerIdC
10/01/13 03:42:32 CompilerIdCXX

Sooner than later, we will need to see what and what does not build with
clang. I have 2 version numbers: 3.2  3.3










On Fri, Oct 4, 2013 at 6:40 AM, Óscar Fuentes o...@wanadoo.es wrote:

 outro pessoa outro.pes...@gmail.com
 writes:

  If I edit the file to use clang as the compiler instead of gcc, will the
  version number be necessary or can I skip that? The libraries are for 3.2
  and 3.3.

 Do you mean something like:

 cmake -DCAMKE_C_COMPILER=clang-3.3 .

 ?

 The version number there helps when you have more than one version of
 clang installed. Otherwise, you can omit it.

 BTW, please send this type of questions only to the user's list.

 --

 Powered by www.kitware.com

 Please keep messages on-topic and check the CMake FAQ at:
 http://www.cmake.org/Wiki/CMake_FAQ

 Kitware offers various services to support the CMake community. For more
 information on each offering, please visit:

 CMake Support: http://cmake.org/cmake/help/support.html
 CMake Consulting: http://cmake.org/cmake/help/consulting.html
 CMake Training Courses: http://cmake.org/cmake/help/training.html

 Visit other Kitware open-source projects at
 http://www.kitware.com/opensource/opensource.html

 Follow this link to subscribe/unsubscribe:
 http://www.cmake.org/mailman/listinfo/cmake

--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

[CMake] Setting compiler for cmake

2013-10-03 Thread outro pessoa
If I edit the file to use clang as the compiler instead of gcc, will the
version number be necessary or can I skip that? The libraries are for 3.2
and 3.3.
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

[cmake-developers] /usr/bin/ld and /usr/local/bin/ld problems

2013-10-01 Thread outro pessoa
http://mail.kde.org/pipermail/kde-freebsd/2013-September/016064.html
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

[CMake] /usr/bin/ld and /usr/local/bin/ld problems

2013-10-01 Thread outro pessoa
http://mail.kde.org/pipermail/kde-freebsd/2013-September/016064.html
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Resetting cmake variables

2013-09-02 Thread outro pessoa
I edited out that part. Link to source is in portion below.

On Mon, Sep 2, 2013 at 11:32 AM, Matthew Woehlke 
matthew.woeh...@kitware.com wrote:

 On 2013-08-30 21:02, outro pessoa wrote:

 I am trying to build traverso-daw. In  CMakeLists.txt file, wavpack.h was
 edited to use the full path;


 Edited in what manner? configure_file? Can you show us the relevant
 snippet of CMake code and relevant before/after snippets of the file being
 edited?


  however, when trying this with the
 vorbis/vorbisfile.h, the path was ignored.


 Do you mean that the editing of this file did nothing?


  Yes, I am quite aware that this
 is not the traverso mailing list; yet, at the same time, I need to be able
 to unravel cmake and re-edit the input variables.


 I guess you are trying to understand what CMake is doing for a particular
 project (with which I doubt anyone here is familiar; at least a link to the
 source would have been nice), but without more information I am not sure
 what you are trying to accomplish or what you believe you need to do.




 http://traverso-daw.org/previous-releases.html?relPath=source




 --
 Matthew

 --

 Powered by www.kitware.com

 Please keep messages on-topic and check the CMake FAQ at:
 http://www.cmake.org/Wiki/**CMake_FAQhttp://www.cmake.org/Wiki/CMake_FAQ

 Kitware offers various services to support the CMake community. For more
 information on each offering, please visit:

 CMake Support: 
 http://cmake.org/cmake/help/**support.htmlhttp://cmake.org/cmake/help/support.html
 CMake Consulting: 
 http://cmake.org/cmake/help/**consulting.htmlhttp://cmake.org/cmake/help/consulting.html
 CMake Training Courses: 
 http://cmake.org/cmake/help/**training.htmlhttp://cmake.org/cmake/help/training.html

 Visit other Kitware open-source projects at http://www.kitware.com/**
 opensource/opensource.htmlhttp://www.kitware.com/opensource/opensource.html

 Follow this link to subscribe/unsubscribe:
 http://www.cmake.org/mailman/**listinfo/cmakehttp://www.cmake.org/mailman/listinfo/cmake

--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

[cmake-developers] CMakeLists.txt needs to be undone.

2013-08-31 Thread outro pessoa
It's that simple.
1. I know that this isn't the traverso mailing list.
2. There is no response; and, therefore, it is up to me to fix it.
3. Resetting vorbis/vorbisfile.h to accept the FreeBSD paths does not work.
4. Contacting the former maintainers yields no result.
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

[CMake] Reverse engineering a cmake CMakeLists.txt script.

2013-08-31 Thread outro pessoa
In order to fix something, I need to know how to undo it first.
An answer of, Gee, we don't know how to undo what was done and we never
thought it may be necessary would suffice if the system was made as such.
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

[CMake] Resetting cmake variables

2013-08-30 Thread outro pessoa
I am trying to build traverso-daw. In  CMakeLists.txt file, wavpack.h was
edited to use the full path; however, when trying this with the
vorbis/vorbisfile.h, the path was ignored. Yes, I am quite aware that this
is not the traverso mailing list; yet, at the same time, I need to be able
to unravel cmake and re-edit the input variables.
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake