Re: [Plplot-devel] More bleeding edge (wxWidgets)

2007-03-03 Thread Werner Smekal
Hi Orion, I will have a look into this as soon as possible. I actually tested it with wxGTK 2.8 but maybe not thoroughly enough. It seems that a constructor is missing in wxGTK 2.8 which is available in wxGTK 2.6. wxWidgets changes the API often, it's sometimes hard to follow :) thanks for

Re: [Plplot-devel] More bleeding edge (wxWidgets)

2007-03-03 Thread Werner Smekal
Hi Orion, bug should be fixed now and compiling with wxGTK 2.8.0 should work. Bugfix works also with 2.6.3. Don't now why I worked anyway, but now we should be okay. Thanks for the report! Werner Orion Poplawski wrote: Okay, Fedora development has wxGTK 2.8 which causes breakages:

Re: [Plplot-devel] Vastly improved configuration of Ada interface and examples for PLplot. Please test!

2007-03-03 Thread Werner Smekal
Hi Alan, That's a surprising result. What happens for the equivalent PLplot C core library build? I assume the extensions for the -o option will be .obj (like above), that gcc will build those objects without complaint, and in the next step (doing the special linking with gcc to create the

Re: [Plplot-devel] Vastly improved configuration of Ada interface and examples for PLplot. Please test!

2007-03-03 Thread Alan W. Irwin
On 2007-03-03 21:18+0100 Werner Smekal wrote: Hi Alan, That's a surprising result. What happens for the equivalent PLplot C core library build? I assume the extensions for the -o option will be .obj (like above), that gcc will build those objects without complaint, and in the next step