Re: [Plplot-devel] cmake problem on Mac OS X with last svn build

2008-06-19 Thread Werner Smekal
Hi Alan, yes, this fixes my problem on Mac OS X. I get now the following output: wxWidgets_LIBRARIES = -framework QuickTime;-framework IOKit;-framework Carbon;-framework Cocoa;-framework System;;-lwx_macud-2.8 wxwidgets_LINK_FLAGS = -framework QuickTime;-framework IOKit;- framework

Re: [Plplot-devel] cmake problem on Mac OS X with last svn build

2008-06-19 Thread Alan W. Irwin
On 2008-06-19 10:31+0200 Werner Smekal wrote: (reordered for clarity) On 10.06.2008, at 19:57, Alan W. Irwin wrote: Tentatively fixed as of revision 8473. Instead of replacing all blanks by ; (the list element delimiter), I now replace all blanks followed by a hyphen (the signal there is

Re: [Plplot-devel] cmake problem on Mac OS X with last svn build

2008-06-10 Thread Werner Smekal
Hi, I have cmake version 2.4.7 and get this result running cmake .: -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Check size of void* -- Check size of void* - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX

Re: [Plplot-devel] cmake problem on Mac OS X with last svn build

2008-06-10 Thread Alan W. Irwin
On 2008-06-10 14:53+0200 Werner Smekal wrote: Hi, I have cmake version 2.4.7 and get this result running cmake .: -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Check size of void* -- Check size of void* - done -- Check for working

Re: [Plplot-devel] cmake problem on Mac OS X with last svn build

2008-06-10 Thread Alan W. Irwin
On 2008-06-10 09:58-0700 Alan W. Irwin wrote: [...] cmake_link_flags transforms the single element -framework QuickTime of the list from (2) into two separate list elements, -framework;QuickTime of (3) (and similarly for the other frameworks). This confuses cmake when it attempts to

Re: [Plplot-devel] cmake problem on Mac OS X with last svn build

2008-06-06 Thread Alan W. Irwin
On 2008-06-05 17:13+0200 Werner Smekal wrote: Hi Alan, with the latest svn version of plplot I'm unable to compile the wxwidgets bindings of plplot. If I run wx-config --libs which returns the linker options I get -framework QuickTime -framework IOKit -framework Carbon -framework Cocoa

Re: [Plplot-devel] cmake problem on Mac OS X with last svn build

2008-06-05 Thread Alan W. Irwin
On 2008-06-05 17:13+0200 Werner Smekal wrote: Hi Alan, with the latest svn version of plplot I'm unable to compile the wxwidgets bindings of plplot. If I run wx-config --libs which returns the linker options I get -framework QuickTime -framework IOKit -framework Carbon -framework Cocoa

Re: [Plplot-devel] cmake problem on Mac OS X with last svn build

2008-06-05 Thread Werner Smekal
Hi Alan, thank you for the answer. I'll post the requested results as soon as possible and since I'll not return to the [EMAIL PROTECTED] before Monday, this is rather later than sooner :). I'll send you the information on Monday. Thanks, Werner Alan W. Irwin wrote: On 2008-06-05 17:13+0200