Re: [Plplot-devel] Building examples on Windows

2012-10-02 Thread Arjen Markus
Hi Phil, Alan, just tested this on Windows, using MS VC/C++ 2008 and GCC (MinGW) with CMake 2.8.7: With the option BUILD_SHARED_LIBS=OFF, the build process results in static libraries (for PLplot, csirocsa and qsastime, the default libraries that are usually built on my system). The only dynamic

Re: [Plplot-devel] Building examples on Windows

2012-10-01 Thread Arjen Markus
Hi Alan, Phil, On Sat, 29 Sep 2012 16:53:17 -0700 (PDT) "Alan W. Irwin" wrote: > > I don't recall exactly what happened in this case, but >probably I just > silently left it to Arjen to deal with since he is in a >good position > to test your patch on the Windows platform. > > Arjen, if yo

Re: [Plplot-devel] Building examples on Windows

2012-09-29 Thread Alan W. Irwin
#x27;t dealt with this already, would you be willing to take a look? Alan > > > > From: phil rosenberg > To: Alan W. Irwin > Cc: Arjen Markus ; > "plplot-devel@lists.sourceforge.net" > Sent: Saturday, 1 September 2012, 0:23 > Subjec

Re: [Plplot-devel] Building examples on Windows

2012-09-29 Thread phil rosenberg
; "plplot-devel@lists.sourceforge.net" Sent: Saturday, 1 September 2012, 0:23 Subject: Re: [Plplot-devel] Building examples on Windows Hi Alan Thanks for the suggestions. Using the environment variables seems to work for unicode, but not for the static linkage. When I refer to static

Re: [Plplot-devel] Building examples on Windows

2012-08-31 Thread phil rosenberg
the tag appended. Is this by design?    Phil From: Alan W. Irwin To: phil rosenberg Cc: Arjen Markus ; "plplot-devel@lists.sourceforge.net" Sent: Friday, 31 August 2012, 19:47 Subject: Re: [Plplot-devel] Building examples on Windows On 2012-08-31

Re: [Plplot-devel] Building examples on Windows

2012-08-31 Thread Alan W. Irwin
On 2012-08-31 07:04-0700 phil rosenberg wrote: > I think I've found the problem, but haven't properly solved it. >   > I am using -DCMAKE_CXX_FLAGS_RELEASE="/MT" and -DCMAKE_CXX_FLAGS_DEBUG="/MTd" > and the C versions of these flags to specify static linkage. I found that > adding /DNDEBUG to th

Re: [Plplot-devel] Building examples on Windows

2012-08-31 Thread Arjen Markus
hat defining these flags on the command line is overriding the > "normal" linker flags rather than adding to them. am I doing something > wrong and is there a better way to do this? > > Phil > > *From:* Arjen Markus > *To:* phil rosenberg ; > "plplot-de

Re: [Plplot-devel] Building examples on Windows

2012-08-31 Thread phil rosenberg
overriding the "normal" linker flags rather than adding to them. am I doing something wrong and is there a better way to do this?   Phil From: Arjen Markus To: phil rosenberg ; "plplot-devel@lists.sourceforge.net" Sent: Wednesday, 29 Au

Re: [Plplot-devel] Building examples on Windows

2012-08-29 Thread Arjen Markus
On Wed, 29 Aug 2012 06:45:08 -0700 (PDT) phil rosenberg wrote: ... > Secondly, when I try to build the examples in release >mode i get problems with undefined symobls to do with >wxAssert. As you might expect these calls are all inside >#ifdefs and should only be called in debug mode. So it

[Plplot-devel] Building examples on Windows

2012-08-29 Thread phil rosenberg
Hi all I've been having a stab at reliably building plplot, including examples with Visual Studio and CMake, inspired by the fact that I'm now using the trunk version so am rebuilding fairly often. I put some details on the wiki last time I spent some time getting stuff to build with Visual Stud