Re: [CMake] Problem Porting from cmake 2.4.7 to 2.6

2008-06-30 Thread Alexander.Camek
Hi, Sorry for my late response, but there wasn't any PC at my weekend location. > Alan W. Irwin wrote: > Thanks, Brad, for pointing me in the correct direction. > Checking with the > 2.4.8 and 2.6.0 versions of the corresponding Fortran file, > the variables that must be added in total for 2.6

Re: [CMake] Problem Porting from cmake 2.4.7 to 2.6

2008-06-27 Thread Alan W. Irwin
On 2008-06-27 16:11-0400 Brad King wrote: Alan W. Irwin wrote: The issue is that for 2.4.8, rpath is set appropriately for the Ada executable to find the Ada shared library that was built, but for 2.6.0, rpath is not set at all. Note, I do nothing special with rpath for this simple test projec

Re: [CMake] Problem Porting from cmake 2.4.7 to 2.6

2008-06-27 Thread Brad King
Alan W. Irwin wrote: > The issue is that for 2.4.8, rpath is set appropriately for the Ada > executable > to find the Ada shared library that was built, but for 2.6.0, rpath is not > set at all. Note, I do nothing special with rpath for this simple test > project so it just has the default rpath b

Re: [CMake] Problem Porting from cmake 2.4.7 to 2.6

2008-06-27 Thread Alan W. Irwin
On 2008-06-27 11:25-0400 Brad King wrote: Alan W. Irwin wrote: On 2008-06-27 16:15+0200 [EMAIL PROTECTED] wrote: Hi List, Today I started to port my Ada project (Windows, MinGW, Ada cmake files from plplot) from cmake 2.4.7 to cmake 2.6. Now I have the problem that cmake doesn't want to use

Re: [CMake] Problem Porting from cmake 2.4.7 to 2.6

2008-06-27 Thread Alan W. Irwin
On 2008-06-27 11:09-0400 Bill Hoffman wrote: Alan W. Irwin wrote: On 2008-06-27 16:15+0200 [EMAIL PROTECTED] wrote: Hi List, Today I started to port my Ada project (Windows, MinGW, Ada cmake files from plplot) from cmake 2.4.7 to cmake 2.6. Now I have the problem that cmake doesn't want to

Re: [CMake] Problem Porting from cmake 2.4.7 to 2.6

2008-06-27 Thread Brad King
Alan W. Irwin wrote: > On 2008-06-27 16:15+0200 [EMAIL PROTECTED] wrote: > >> Hi List, >> >> Today I started to port my Ada project (Windows, MinGW, Ada cmake >> files from plplot) from cmake 2.4.7 to cmake 2.6. >> Now I have the problem that cmake doesn't want to use gnatmake anymore >> and says

Re: [CMake] Problem Porting from cmake 2.4.7 to 2.6

2008-06-27 Thread Bill Hoffman
Alan W. Irwin wrote: On 2008-06-27 16:15+0200 [EMAIL PROTECTED] wrote: Hi List, Today I started to port my Ada project (Windows, MinGW, Ada cmake files from plplot) from cmake 2.4.7 to cmake 2.6. Now I have the problem that cmake doesn't want to use gnatmake anymore and says that gnatmake is

Re: [CMake] Problem Porting from cmake 2.4.7 to 2.6

2008-06-27 Thread Alan W. Irwin
On 2008-06-27 16:15+0200 [EMAIL PROTECTED] wrote: Hi List, Today I started to port my Ada project (Windows, MinGW, Ada cmake files from plplot) from cmake 2.4.7 to cmake 2.6. Now I have the problem that cmake doesn't want to use gnatmake anymore and says that gnatmake is broken. I summarize

[CMake] Problem Porting from cmake 2.4.7 to 2.6

2008-06-27 Thread Alexander.Camek
Hi List, Today I started to port my Ada project (Windows, MinGW, Ada cmake files from plplot) from cmake 2.4.7 to cmake 2.6. Now I have the problem that cmake doesn't want to use gnatmake anymore and says that gnatmake is broken. It seems that the test for the Ada language goes wrong. When I lo