Re: [CMake] CMake will not be able to correctly generate this project.

2008-01-03 Thread Gregory Anderson
Cmake is now working. I haven't finished installing the program yet though because I do not have the time. I will finish it tomarrow as long as all goes well. I did not have gdb installed. That fixed it. Just incase anyone is curious I am running Fedora 8 with Planet ccrma and all the packages

[CMake] win32 problem with export_library_dependencies

2008-01-03 Thread Ralf Habacker
Hi, the cmake function "export_library_dependencies" creates - as the name indicates - library dependency informations. At least for kdelibs and kdepimlibs these dependencies are placed into a file which is installed and released along with all the other installed files of the related package. O

Re: [CMake] CMake will not be able to correctly generate this project.

2008-01-03 Thread Juan Sanchez
How did you install the software, from source or binary? Did you move the install from the default location? Did you install the glibc libraries in addition to gcc? The library headers may be in a separate package. For example, glibc-headers is the package for stdio.h. What os/package manager

Re: [CMake] CMake will not be able to correctly generate this project.

2008-01-03 Thread Brandon Van Every
On Jan 3, 2008 12:31 PM, Gregory Anderson <[EMAIL PROTECTED]> wrote: > > On Thu, 2008-01-03 at 12:22 -0500, Brandon Van Every wrote: > > On Jan 3, 2008 12:06 PM, Gregory Anderson <[EMAIL PROTECTED]> wrote: > > > I understand what you mean but fixing the path is a bit over my head. > > > How do I fi

Re: [CMake] cmake 2.4.8 RC 9

2008-01-03 Thread Sean McBride
On 1/3/08 11:38 AM, Bill Hoffman said: >This is all fixed in CVS. The problems are in CPack. It requires too >much code moving to get all the fixes into 2.4.8. I am thinking I will >just yank the ability to move the install for 2.4.8. We have gotten >along without it this far, and the current

Re: [CMake] CMake will not be able to correctly generate this project.

2008-01-03 Thread Gregory Anderson
On Thu, 2008-01-03 at 12:22 -0500, Brandon Van Every wrote: > On Jan 3, 2008 12:06 PM, Gregory Anderson <[EMAIL PROTECTED]> wrote: > > I understand what you mean but fixing the path is a bit over my head. > > How do I fix the path? > > Why don't you just reinstall the compiler? I did a few times

Re: [CMake] CMake will not be able to correctly generate this project.

2008-01-03 Thread Brandon Van Every
On Jan 3, 2008 12:06 PM, Gregory Anderson <[EMAIL PROTECTED]> wrote: > I understand what you mean but fixing the path is a bit over my head. > How do I fix the path? Why don't you just reinstall the compiler? Cheers, Brandon Van Every ___ CMake mailing

Re: [CMake] CMake will not be able to correctly generate this project.

2008-01-03 Thread Gregory Anderson
I understand what you mean but fixing the path is a bit over my head. How do I fix the path? On Thu, 2008-01-03 at 11:52 -0500, Mike Jackson wrote: > It looks as though your c compiler is "broken", which is really to > say that the ccache/gcc wrapper either is not looking in the proper > locat

Re: [CMake] CMake will not be able to correctly generate this project.

2008-01-03 Thread Mike Jackson
It looks as though your c compiler is "broken", which is really to say that the ccache/gcc wrapper either is not looking in the proper location for standard include files OR your standard C include files are NOT in a location that is known. On Jan 3, 2008, at 11:46 AM, Gregory Anderson wro

Re: [CMake] CMake will not be able to correctly generate this project.

2008-01-03 Thread Gregory Anderson
I ran these commands but I still got the same error message at the cmake ../ stage. [EMAIL PROTECTED] ~]# cd /home/gregory/tarballs/canorus-0.5beta.R682 [EMAIL PROTECTED] canorus-0.5beta.R682]# mkdir Build [EMAIL PROTECTED] canorus-0.5beta.R682]# cd Build [EMAIL PROTECTED] Build]# cmake ../ -- Che

Re: [CMake] cmake 2.4.8 RC 9

2008-01-03 Thread Mike Jackson
On Jan 3, 2008, at 11:38 AM, Bill Hoffman wrote: Mike Jackson wrote: On Jan 3, 2008, at 11:25 AM, Sean McBride wrote: Additionally, is it normal that the items installed (files and folders) have file owner and group both as 501? My user id is not 501. This is an error in the initial packag

Re: [CMake] cmake 2.4.8 RC 9

2008-01-03 Thread Bill Hoffman
Mike Jackson wrote: On Jan 3, 2008, at 11:25 AM, Sean McBride wrote: Additionally, is it normal that the items installed (files and folders) have file owner and group both as 501? My user id is not 501. This is an error in the initial packaging. Since OS X PackageMaker uses tar (basically

Re: [CMake] cmake 2.4.8 RC 9

2008-01-03 Thread Mike Jackson
On Jan 3, 2008, at 11:25 AM, Sean McBride wrote: Additionally, is it normal that the items installed (files and folders) have file owner and group both as 501? My user id is not 501. This is an error in the initial packaging. Since OS X PackageMaker uses tar (basically) for its archive

Re: [CMake] CMake will not be able to correctly generate this project.

2008-01-03 Thread Juan Sanchez
Are you able to compile a program using stdio.h with your compiler and without using cmake? Your compiler should know where the standard library is. Cmake is also familiar with the tenets of insource builds as well. Juan >> testCCompiler.c:4:19: error: stdio.h: No such file or directory lead

Re: [CMake] cmake 2.4.8 RC 9

2008-01-03 Thread Sean McBride
On 1/3/08 8:44 AM, Karl Merkley said: >I was just testing the dmg install on a Mac G5 running Mac OS X >10.4 . I do find it a touch odd that if I choose a directory >($dir) for install that it places it in $dir/usr. This means that >if I want to do an install into /usr/local I get a /usr/loca

Re: [CMake] cmake 2.4.8 RC 9

2008-01-03 Thread Mike Jackson
On Jan 3, 2008, at 11:20 AM, Bill Hoffman wrote: Karl Merkley wrote: I was just testing the dmg install on a Mac G5 running Mac OS X 10.4 . I do find it a touch odd that if I choose a directory ($dir) for install that it places it in $dir/usr. This means that if I want to do an insta

Re: [CMake] cmake 2.4.8 RC 9

2008-01-03 Thread Bill Hoffman
Karl Merkley wrote: I was just testing the dmg install on a Mac G5 running Mac OS X 10.4 . I do find it a touch odd that if I choose a directory ($dir) for install that it places it in $dir/usr. This means that if I want to do an install into /usr/local I get a /usr/local/usr/bin. That d

Re: [CMake] CMake will not be able to correctly generate this project.

2008-01-03 Thread Mike Jackson
I think you might be missing a very basic tenant of CMake: Out of Source Builds. CMake creates a pile of files and all the compiler output and all that sort of stuff _really_ needs to be gathered into it's own directory. The way you are running it currently, all those files will be put loos

[CMake] CMake will not be able to correctly generate this project.

2008-01-03 Thread Gregory Anderson
I have had some troubles with cmake (or maybe gcc). I keep getting this error whenever I try to use it. gcc is installed. [EMAIL PROTECTED] ~]# cmake /home/gregory/tarballs/canorus-0.5beta.R682 -- Check for working C compiler: /usr/lib/ccache/gcc -- Check for working C compiler: /usr/lib/ccache

Re: [CMake] cmake 2.4.8 RC 9

2008-01-03 Thread Karl Merkley
I was just testing the dmg install on a Mac G5 running Mac OS X 10.4 . I do find it a touch odd that if I choose a directory ($dir) for install that it places it in $dir/usr. This means that if I want to do an install into /usr/local I get a /usr/local/usr/ bin. That doesn't seem quit

Re: [CMake] mingw32 linker line exceeds win32 limitations

2008-01-03 Thread James Bigler
On Jan 3, 2008, at 7:43 AM, Gonzalo Garramuño wrote: Brad King wrote: CMake uses a "link script" approach to avoid placing the entire link line in the makefile. It is enabled on certain generators (including MinGW) and used for linking libraries but has not been yet needed for executables. Is

Re: [CMake] mingw32 linker line exceeds win32 limitations

2008-01-03 Thread Brad King
Gonzalo Garramuño wrote: > Brad King wrote: >> >> CMake uses a "link script" approach to avoid placing the entire link >> line in the makefile. It is enabled on certain generators (including >> MinGW) and used for linking libraries but has not been yet needed for >> executables. Is the target for

Re: [CMake] mingw32 linker line exceeds win32 limitations

2008-01-03 Thread Gonzalo Garramuño
Brad King wrote: CMake uses a "link script" approach to avoid placing the entire link line in the makefile. It is enabled on certain generators (including MinGW) and used for linking libraries but has not been yet needed for executables. Is the target for which you're having problems a library

Re: [CMake] mingw32 linker line exceeds win32 limitations

2008-01-03 Thread Brad King
Felix Obenhuber wrote: > On Fr, 2007-12-21 at 10:41 +0100, Felix Obenhuber wrote: >> Done. The Id is: 6192 [1] > > Thanks Brad for fixing! Works like a charm! No problem. It actually cleaned up the implementation used for library linking too. -Brad __

Re: [CMake] Fwd: Re: [Help-gsl] problems raised by GPL v3 in GNU GLS

2008-01-03 Thread Pablo De Napoli
Sorry, I've copied to the wrong list :) El Thu 03 Jan 2008 10:06:25 dizzy escribió: > On Thursday 03 January 2008 13:43:58 Pablo De Napoli wrote: > > I forgot to copy this to the List > > ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailm

Re: [CMake] Fwd: Re: [Help-gsl] problems raised by GPL v3 in GNU GLS

2008-01-03 Thread dizzy
On Thursday 03 January 2008 13:43:58 Pablo De Napoli wrote: > I forgot to copy this to the List > > -- Mensaje reenviado -- > > Asunto: Re: [Help-gsl] problems raised by GPL v3 in GNU GLS > Fecha: Thu 03 Jan 2008 > De: Pablo De Napoli <[EMAIL PROTECTED]> > Para: "Ralph Silva" <[EM

[CMake] Fwd: Re: [Help-gsl] problems raised by GPL v3 in GNU GLS

2008-01-03 Thread Pablo De Napoli
I forgot to copy this to the List -- Mensaje reenviado -- Asunto: Re: [Help-gsl] problems raised by GPL v3 in GNU GLS Fecha: Thu 03 Jan 2008 De: Pablo De Napoli <[EMAIL PROTECTED]> Para: "Ralph Silva" <[EMAIL PROTECTED]> El Thu 03 Jan 2008 03:45:16 escribió: > Hi, > > most fre

Re: [CMake] mingw32 linker line exceeds win32 limitations

2008-01-03 Thread Felix Obenhuber
On Fr, 2007-12-21 at 10:41 +0100, Felix Obenhuber wrote: > Done. The Id is: 6192 [1] Thanks Brad for fixing! Works like a charm! Cheers, Felix ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CMake on Linux + Playstation 3 (IBM Cell BE processor)

2008-01-03 Thread Alexander Neundorf
On Thursday 03 January 2008, Christian Convey wrote: > On Jan 2, 2008 8:54 PM, Christian Convey <[EMAIL PROTECTED]> wrote: > > On Jan 2, 2008 10:23 AM, Alexander Neundorf <[EMAIL PROTECTED]> > > wrote: [snip] > > > > > Ok. So you have one build tree, and everything's built in this tree, > > > both