Re: [CMake] issue 7215

2008-07-21 Thread Neil Girdhar
Yes, you got it!! I was doing include_directories(SYSTEM ) Thanks very much. Neil 2008/7/21 Bill Hoffman <[EMAIL PROTECTED]>: > Neil Girdhar wrote: > >> Hi again Bill, >> >> I ran "make >a.txt 2>b.txt" and attached the output. >> >> > I think I see the problem. You have to figure out wher

Re: [CMake] issue 7215

2008-07-21 Thread Bill Hoffman
Neil Girdhar wrote: Hi again Bill, I ran "make >a.txt 2>b.txt" and attached the output. I think I see the problem. You have to figure out where the -isystem is coming from. Your compile line looks like this: [ 1%] Building CXX object ui/CMakeFiles/ui.dir/frame.cc.o cd /Users/wizard/Desk

Re: [CMake] issue 7215

2008-07-21 Thread Neil Girdhar
a.txt truncated and reposted 2008/7/21 Neil Girdhar <[EMAIL PROTECTED]>: > sorry, this was the command-line: make VERBOSE=1 >b.txt 2> a.txt > > 2008/7/21 Neil Girdhar <[EMAIL PROTECTED]>: > > Hi again Bill, >> >> I ran "make >a.txt 2>b.txt" and attached the output. >> >> >> 2008/7/21 Bill Hoffman

Re: [CMake] issue 7215

2008-07-21 Thread Neil Girdhar
sorry, this was the command-line: make VERBOSE=1 >b.txt 2> a.txt 2008/7/21 Neil Girdhar <[EMAIL PROTECTED]>: > Hi again Bill, > > I ran "make >a.txt 2>b.txt" and attached the output. > > > 2008/7/21 Bill Hoffman <[EMAIL PROTECTED]>: > > Neil Girdhar wrote: >> >>> sorry, I mean cmake version 2.6-p

Re: [CMake] issue 7215

2008-07-21 Thread Bill Hoffman
Neil Girdhar wrote: sorry, I mean cmake version 2.6-patch 0 2008/7/21 Neil Girdhar <[EMAIL PROTECTED] >: Hi, thanks for the swift reply... I am using cmake 6.0 and the makefile generator. Neil 2008/7/21 Bill Hoffman <[EMAIL PROTECTED]

Re: [CMake] issue 7215

2008-07-21 Thread Neil Girdhar
sorry, I mean cmake version 2.6-patch 0 2008/7/21 Neil Girdhar <[EMAIL PROTECTED]>: > Hi, thanks for the swift reply... > > I am using cmake 6.0 and the makefile generator. > > Neil > > 2008/7/21 Bill Hoffman <[EMAIL PROTECTED]>: > > Neil Girdhar wrote: >> >>> Hi Cmake people >>> >>> I'm having

Re: [CMake] issue 7215

2008-07-21 Thread Neil Girdhar
Hi, thanks for the swift reply... I am using cmake 6.0 and the makefile generator. Neil 2008/7/21 Bill Hoffman <[EMAIL PROTECTED]>: > Neil Girdhar wrote: > >> Hi Cmake people >> >> I'm having a problem with cmake. I think it's issue 7215 < >> http://www.cmake.org/Bug/view.php?id=7215>. I am

Re: [CMake] issue 7215

2008-07-21 Thread Bill Hoffman
Neil Girdhar wrote: Hi Cmake people I'm having a problem with cmake. I think it's issue 7215 . I am running mac os X 1.04. I used macports to install cmake and qt. My project used to compile, and then I upgraded both cmake and qt, and it no longe

[CMake] issue 7215

2008-07-21 Thread Neil Girdhar
Hi Cmake people I'm having a problem with cmake. I think it's issue 7215. I am running mac os X 1.04. I used macports to install cmake and qt. My project used to compile, and then I upgraded both cmake and qt, and it no longer compiles. examining the

Re: [CMake] Warning on --help-command-* when outputting to html

2008-07-21 Thread Alexander Neundorf
On Monday 21 July 2008, Mike Jackson wrote: > I get the following warning when trying to save the contents of a > help command to an html file: > > 517:[EMAIL PROTECTED]:bin]$ ./cmake --help-command write_file out.html > WARNING: ComputeSectionLinkPrefix failed for "" > > Not sure if this is benign

[CMake] Warning on --help-command-* when outputting to html

2008-07-21 Thread Mike Jackson
I get the following warning when trying to save the contents of a help command to an html file: 517:[EMAIL PROTECTED]:bin]$ ./cmake --help-command write_file out.html WARNING: ComputeSectionLinkPrefix failed for "" Not sure if this is benign or what, but it does get annoying... -- Mike Jacks

Re: [CMake] LAPACK-related CMake modules

2008-07-21 Thread Bill Hoffman
No, we are missing one point. If someone does: find_package(BLAS) It should never error. Only if someone does: find_package(BLAS REQUIRED) should it error out. I have made the change to CVS. -Bill ___ CMake mailing list CMake@cmake.org http://www

Re: [CMake] LAPACK-related CMake modules

2008-07-21 Thread Alan W. Irwin
On 2008-07-21 17:27+0100 Alin M Elena wrote: Hi Bill, But, there are blas and lapack libraries that can be linked from c/c++ right? Of course. Mixing fortran and C is possible. That does not make it desirable. If somebody wants to add support for that is my guest. I will not do it. Perhaps t

Re: [CMake] generic Symbian gcce-toolchain file

2008-07-21 Thread Alexander Neundorf
On Monday 21 July 2008, [EMAIL PROTECTED] wrote: > Hi Alex, > > I've adapted your Symbian.cmake - I've appended the most recent Cmake > output to this post. The current corresponding toolchain/symbian.cmake > files can be found here: > https://garage.ran-dom.org/public/mixer-frans/brandneu/cmake-to

Re: [CMake] CPack: OS X PackageMaker installs into /Applications/$CMAKE_INSTALL_PREFIX

2008-07-21 Thread Alexander Neundorf
On Monday 21 July 2008, Mike Arthur wrote: > The PackageMaker created DMG installs my Program.app > into /Applications/$CMAKE_INSTALL_PREFIX. > > Any idea why it is doing this, it seems pretty unlikely than anyone would > ever want this behaviour? How can I stop this? cmake 2.4 or 2.6 ? With 2.6 y

[CMake] LAPACK-related CMake modules

2008-07-21 Thread Alin M Elena
Hi Bill, > But, there are blas and lapack libraries that can be linked from c/c++ > right? Of course. Mixing fortran and C is possible. That does not make it desirable. If somebody wants to add support for that is my guest. I will not do it. > Perhaps these modules should check to see if Fortran

[CMake] CPack: OS X PackageMaker installs into /Applications/$CMAKE_INSTALL_PREFIX

2008-07-21 Thread Mike Arthur
The PackageMaker created DMG installs my Program.app into /Applications/$CMAKE_INSTALL_PREFIX. Any idea why it is doing this, it seems pretty unlikely than anyone would ever want this behaviour? How can I stop this? -- Cheers, Mike Arthur ___ CMake m

Re: [CMake] CTest + unit test frameworks integration

2008-07-21 Thread Bill Hoffman
Yuri Timenkov wrote: On Friday 18 July 2008 22:38:26 Alexander Neundorf wrote: On Friday 18 July 2008, Yuri Timenkov wrote: Does anyone have an experience in integrating Unit test frameworks with CTest? AFAIK many of such frameworks provide means to register tests and test cases, and it would b

Re: [CMake] find_package New features request

2008-07-21 Thread Alin M Elena
Hi Yuri, > > This can be worked around in current implementation. Look into > FindBoost.cmake in 2.6 version. > I am aware of the workaround. I have just thought that will be nicer to have it as arguments of find_package Alin --

Re: [CMake] find_package New features request

2008-07-21 Thread Yuri Timenkov
On Monday 21 July 2008 16:21:43 Alin M Elena wrote: > Hi, > > I try to rewrite a module BLAS. > > After an analysis I realised that find_package as it stands now may not be > enough for the functionality that I need. > > for BLAS it happens to be found in many forms supplied by different > vendors.

[CMake] find_package New features request

2008-07-21 Thread Alin M Elena
Hi, I try to rewrite a module BLAS. After an analysis I realised that find_package as it stands now may not be enough for the functionality that I need. for BLAS it happens to be found in many forms supplied by different vendors. So I thought that an optional argument Vendor would be useful.

[CMake] TFS

2008-07-21 Thread zia
Hi experts! How can I merge CMake and TFS? ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] generic Symbian gcce-toolchain file

2008-07-21 Thread Frans.Fuerst
Hi Alex, I've adapted your Symbian.cmake - I've appended the most recent Cmake output to this post. The current corresponding toolchain/symbian.cmake files can be found here: https://garage.ran-dom.org/public/mixer-frans/brandneu/cmake-toolchain_files/ CMake tells something about a bug - but I t

Re: [CMake] CTest + unit test frameworks integration

2008-07-21 Thread Yuri Timenkov
On Friday 18 July 2008 22:38:26 Alexander Neundorf wrote: > On Friday 18 July 2008, Yuri Timenkov wrote: > > Does anyone have an experience in integrating Unit test frameworks with > > CTest? AFAIK many of such frameworks provide means to register tests and > > test cases, and it would be nice to m