[Fink-devel] Fink cmake.info patch

2010-03-30 Thread Michael Small
Due to OS X 10.6.3 update libncurses was broken in /usr/lib. Adding the following lines to the CompileScript fixes the issue. export CMAKE_INCLUDE_PATH=%p/include export CMAKE_LIBRARY_PATH=%p/lib Cheers, Michael --

Re: [Fink-devel] Fink cmake.info patch

2010-03-30 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/30/10 3:25 AM, Michael Small wrote: Due to OS X 10.6.3 update libncurses was broken in /usr/lib. Adding the following lines to the CompileScript fixes the issue. export CMAKE_INCLUDE_PATH=%p/include export CMAKE_LIBRARY_PATH=%p/lib

Re: [Fink-devel] Fink cmake.info patch

2010-03-30 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/30/10 3:25 AM, Michael Small wrote: Due to OS X 10.6.3 update libncurses was broken in /usr/lib. Adding the following lines to the CompileScript fixes the issue. export CMAKE_INCLUDE_PATH=%p/include export CMAKE_LIBRARY_PATH=%p/lib

Re: [Fink-devel] Fink cmake.info patch

2010-03-30 Thread Daniel Johnson
On Mar 30, 2010, at 1:20 PM, Alexander Hansen wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/30/10 3:25 AM, Michael Small wrote: Due to OS X 10.6.3 update libncurses was broken in /usr/lib. Adding the following lines to the CompileScript fixes the issue. export

Re: [Fink-devel] Fink cmake.info patch

2010-03-30 Thread James Bunton
On Tue, Mar 30, 2010 at 01:37:10PM -0400, Daniel Johnson wrote: On Mar 30, 2010, at 1:20 PM, Alexander Hansen wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/30/10 3:25 AM, Michael Small wrote: Due to OS X 10.6.3 update libncurses was broken in /usr/lib. Adding the

Re: [Fink-devel] Fink cmake.info patch

2010-03-30 Thread Martin Costabel
James Bunton wrote: [] The problem is not a build failure. ccmake (which uses ncurses to display a menu-like configuration interface) no longer works with the arrow keys on the keyboard to edit the configuration. Wunderful. This breaks also the ccmake that comes with the precompiled