Re: [Plplot-devel] Minor mods (x04c.c, nmake install)

2013-12-10 Thread Andrew Ross
On Wednesday 11 Dec 2013 14:55:45 Joost Kuckartz wrote: > Hello, > When compiling the x04c.c example, I received a compile error on line 131. > Instead of symobols[0] = "";this line should readsymbols[0] = ""; Small > error (and unfortunately I'm not authorized to commit, so I hope someone > with c

Re: [Plplot-devel] wxWidgets-3.0.0 demo display incorrect

2013-12-10 Thread Joost Kuckartz
In reply to item 1 below:I found that this is error is specific to the use of wxGC in wxPLplotDemo.cpp. The reason that this error does not occur when running -dev wxwidgets is because most likely the wxPLplotwindow class in the bindings is outdated (the examples don't use the bindings, they use

Re: [Plplot-devel] wxWidgets-3.0.0 demo display incorrect

2013-12-10 Thread Joost Kuckartz
I would like to also ask: which wxPLplotwindow should normally be referred to when creating your own wxwidgets plplot apps? I noticed that updates to the wxWidgets driver are not common, but there are actually two versions of the wxPLplotwindow class.There is one located on trunk/bindings/wxwidg

[Plplot-devel] wxWidgets-3.0.0 demo display incorrect

2013-12-10 Thread Joost Kuckartz
Hello, 1.In the wxPLplotdemo example, the bottom half of the plot display is empty (see http://img197.imageshack.us/img197/5332/oqdv.jpg ). Having seen this in wxWidgets before I expect a sizer issue.When resizing the screen, it becomes worse (only the original visible size will stay visible, bu

[Plplot-devel] Minor mods (x04c.c, nmake install)

2013-12-10 Thread Joost Kuckartz
Hello, When compiling the x04c.c example, I received a compile error on line 131. Instead of symobols[0] = "";this line should readsymbols[0] = ""; Small error (and unfortunately I'm not authorized to commit, so I hope someone with commit authorization could fix this). Also, I wonder why the "nma

Re: [Plplot-devel] Still on track for the 5.9.11 release on December 14th

2013-12-10 Thread Alan W. Irwin
On 2013-12-11 01:26- Andrew Ross wrote: > On Monday 09 Dec 2013 13:09:29 Alan W. Irwin wrote: >> Hi Andrew: >> >> On 2013-12-09 19:59- Andrew Ross wrote: >>> I'll do some further testing, but unless I find any issues I don't propose >>> doing any further work before the release. >> >> Than

Re: [Plplot-devel] Still on track for the 5.9.11 release on December 14th

2013-12-10 Thread Andrew Ross
On Monday 09 Dec 2013 13:09:29 Alan W. Irwin wrote: > Hi Andrew: > > On 2013-12-09 19:59- Andrew Ross wrote: > > I'll do some further testing, but unless I find any issues I don't propose > > doing any further work before the release. > > Thanks very much for your propagation efforts, testing

Re: [Plplot-devel] The epa_build project

2013-12-10 Thread Alan W. Irwin
On 2013-12-10 13:01- Arjen Markus wrote: > Hi Alan, > > Jan gave me plenty of information to chew on. Some complication arises > because under Cygwin > two independent versions of the Tk library are built - for use with X11 and > for use with native Windows. > This is handled via a cross-com

Re: [Plplot-devel] Compiling plplot with wxWidgets-3.0.0

2013-12-10 Thread phil rosenberg
I've made some progress with this. There are a couple of things that were (and still are) causing trouble 1) My WXWIN system variable was incorrect and pointed to a non-existent wxWidgets-2.9.4 directory. I'm not sure if I previously had installed then removed 2.9.4 or if wxWidgets-3.0.0 generat

Re: [Plplot-devel] The epa_build project

2013-12-10 Thread Arjen Markus
Hi Alan, Jan gave me plenty of information to chew on. Some complication arises because under Cygwin two independent versions of the Tk library are built - for use with X11 and for use with native Windows. This is handled via a cross-compiler. I still have to sort out what this means in terms o

Re: [Plplot-devel] The epa_build project

2013-12-10 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Arjen Markus [mailto:arjen.mar...@deltares.nl] > > I hope this will solve the Tcl bit as well. > Nope, same error message: build ../win first. Time to contact the expert. Regards, Arjen DISCLAIMER: This message is intended exclusively for the addre

Re: [Plplot-devel] The epa_build project

2013-12-10 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > > As expected. In a later e-mail about dissection of the pkg-config case I > found a patch > that does a lot more concerning G_OS_WIN32 fixups. > > You have a choice of waiting for me to make that pa

Re: [Plplot-devel] Compiling plplot with wxWidgets-3.0.0

2013-12-10 Thread phil rosenberg
I've just attempted my first build of Plplot with wxWidgets 3.0 too. This is on Windows and I can confirm that the latest version of CMake does not find the wxWidgets 3.0 install. In my case I only have 3.0 installed as this is on a fresh install of Windows 8 and the wxWidgets bindings are simp

Re: [Plplot-devel] The epa_build project

2013-12-10 Thread Arjen Markus
Hi Alan, true, but that is also something for later today. Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, December 10, 2013 10:26 AM > To: Arjen Markus > Cc: PLplot development list > Subject: Re: [Plplot-devel] The epa_buil

Re: [Plplot-devel] The epa_build project

2013-12-10 Thread Alan W. Irwin
On 2013-12-10 08:06- Arjen Markus wrote: > Hi Alan, > > I will contact the Tcl+Cygwin expert about this. While waiting for his reply I suggest you simply try the experiment of applying the patch you can obtain from the tcl Cygwin package tarball like I explain below. That is bound to be part

Re: [Plplot-devel] The epa_build project

2013-12-10 Thread Arjen Markus
Hi Alan, I may look into this later today - right now I am busy with my day job ;). Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, December 10, 2013 10:21 AM > To: Arjen Markus > Cc: PLplot development list > Subject: RE: [P

Re: [Plplot-devel] The epa_build project

2013-12-10 Thread Alan W. Irwin
On 2013-12-10 08:02- Arjen Markus wrote: > Hi Alan, > > hm, > >> -Original Message- >> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] >> >> ... >> You can add a platform-specific macro in epa_build as follows: >> ... > > I need at least: > > elseif(CYGWIN) > set(CFLAGS "-DG_O

Re: [Plplot-devel] The epa_build project

2013-12-10 Thread Arjen Markus
Hi Alan, I will contact the Tcl+Cygwin expert about this. Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, December 10, 2013 3:37 AM > To: Arjen Markus > Cc: PLplot development list > Subject: Re: [Plplot-devel] The epa_build

Re: [Plplot-devel] The epa_build project

2013-12-10 Thread Arjen Markus
Hi Alan, hm, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > > ... > You can add a platform-specific macro in epa_build as follows: > ... I need at least: elseif(CYGWIN) set(CFLAGS "-DG_OS_WIN32 -D_MSC_VER $ENV{CFLAGS}") # No changes from defaults r