Re: Weird cmake 'errors'

2008-11-27 Thread Benjamin Reed
On Tue, Nov 25, 2008 at 5:01 PM, Alexander Neundorf [EMAIL PROTECTED] wrote: Okay, the solution is to just ignore imported targets to which 'bar' links. Their install_name will not change anyway. You rock :-) Indeed! I'm out of town for Thanksgiving and didn't have time to put together a

Re: Weird cmake 'errors'

2008-11-25 Thread Marijn Kruisselbrink
On Friday 21 November 2008 19:13:54 Brad King wrote: Marijn Kruisselbrink wrote: When I try to compile any module other than kdelibs on Mac OSX, I get lots and lots of CMake Internal Error (please report a bug) in CMakeLists.txt: GetLibraryNamesInternal called on imported target: kdecore,

Re: Weird cmake 'errors'

2008-11-25 Thread Benjamin Reed
On Wed, Nov 19, 2008 at 5:27 PM, Marijn Kruisselbrink [EMAIL PROTECTED] wrote: When I try to compile any module other than kdelibs on Mac OSX, I get lots and lots of CMake Internal Error (please report a bug) in CMakeLists.txt: GetLibraryNamesInternal called on imported target: kdecore, and

Re: Weird cmake 'errors'

2008-11-25 Thread Alexander Neundorf
On Tuesday 25 November 2008, Benjamin Reed wrote: On Wed, Nov 19, 2008 at 5:27 PM, Marijn Kruisselbrink [EMAIL PROTECTED] wrote: When I try to compile any module other than kdelibs on Mac OSX, I get lots and lots of CMake Internal Error (please report a bug) in CMakeLists.txt:

Re: Weird cmake 'errors'

2008-11-25 Thread Brad King
Alexander Neundorf wrote: On Tuesday 25 November 2008, Benjamin Reed wrote: On Wed, Nov 19, 2008 at 5:27 PM, Marijn Kruisselbrink [EMAIL PROTECTED] wrote: When I try to compile any module other than kdelibs on Mac OSX, I get lots and lots of CMake Internal Error (please report a bug) in

Re: Weird cmake 'errors'

2008-11-25 Thread Brad King
Brad King wrote: The problem is created only on Mac. It is when CMake constructs the install_name_tool call for target 'bar' to try to map the install_name embedded in 'bar' to look for 'foo'. The code that does this incorrectly assumes 'foo' is a non-imported target. I'm looking into a

Re: Weird cmake 'errors'

2008-11-25 Thread Alexander Neundorf
On Tuesday 25 November 2008, Brad King wrote: Brad King wrote: The problem is created only on Mac. It is when CMake constructs the install_name_tool call for target 'bar' to try to map the install_name embedded in 'bar' to look for 'foo'. The code that does this incorrectly assumes

Re: Weird cmake 'errors'

2008-11-21 Thread Brad King
Marijn Kruisselbrink wrote: When I try to compile any module other than kdelibs on Mac OSX, I get lots and lots of CMake Internal Error (please report a bug) in CMakeLists.txt: GetLibraryNamesInternal called on imported target: kdecore, and similar lines. Fortunately cmake still manages