[Plplot-devel] qt driver question

2010-03-29 Thread chm
I've been reviewing some of the driver codes in preparation for developing an OpenGL based PLplot driver. In working through qt.cpp, I was unable to find where the handler is created, i.e., from line 39: extern MasterHandler handler; I haven't done much C++ coding so expert nuances are sure t

Re: [Plplot-devel] mingw32 / f77

2010-03-29 Thread Hazen Babcock
Alan W. Irwin wrote: > On 2010-03-29 08:43+0100 Arjen Markus wrote: > >> Hi Alan, >> >> I think I found the cause of these problems: >> >> it turns out that the subdirectory language_tests is >> referred to in the CMake files as language-tests - so >> a minus sign instead of an underscore! >> > >

Re: [Plplot-devel] Other ways to help with the Windows testing effort

2010-03-29 Thread Alan W. Irwin
On 2010-03-25 17:13-0700 Alan W. Irwin wrote: > So build-testing (and if that is successful, run-testing) PLplot on > MinGW/WINE is on my agenda, but due to time pressures right now it will be > quite a while until I can try that. If anyone else here wants to give it a > try, please let me know w

Re: [Plplot-devel] mingw32 / f77

2010-03-29 Thread Alan W. Irwin
On 2010-03-29 08:43+0100 Arjen Markus wrote: > Hi Alan, > > I think I found the cause of these problems: > > it turns out that the subdirectory language_tests is > referred to in the CMake files as language-tests - so > a minus sign instead of an underscore! > Good spotting! I have now fixed thi

Re: [Plplot-devel] mingw32 / f77

2010-03-29 Thread Arjen Markus
Hi Alan, I think I found the cause of these problems: it turns out that the subdirectory language_tests is referred to in the CMake files as language-tests - so a minus sign instead of an underscore! No idea why this is a problem under MinGW and not under Linux, but this is the reason the build