Hi Philipp,

> In short, the only change I did was to upgrade to PLplot 5.9.1 - and now it 
> works!

The wxWidgets code in PLplot 5.9.1 was tested on lot more compiler/OS
combinations so there were good chances that your problems were already
fixed - as it was the case.

> >> I've a problem with configuring, building and running a debug build of
> >> PLplot 5.9.0 with a debug build of wxWidgets 2.8.0 under MINGW (using GCC
> >> 3.4.5).
> >
> > You working with the MinGW compiler in a MSYS environment, right?
> 
> Right.

Good to know that PLplot with wxWidgets also works on MSYS since this
toolkit I didn't test so far!


> >> My configuration and building steps are as follows (from the root dir of
> >> the PLplot distribution):
> >>
> >> PATH=/c/Program\ Files/CMake/bin:$PATH
> >> export PATH
> 
> By the way: PLplot 5.9.1 needs the wxWidgets dlls in the PATH already at this 
> point in time. I'm not sure whether 5.9.0 really didn't or whether I just 
> forget "documenting" it in my last email.

The reason is, that we implemented dynamic drivers now also on Windows -
that means that every driver is compiled into it's own dll. From this
dll during the build a config file will be built, therefore we already
need to find the dll during compilation. Mind though, that I never
tested this case (dynamic drivers) outside of the build tree. If you
give your code to the user problems might occur. As long as the dynamic
driver dlls are in the same directory as the executable or in the PATH
it should work. You can turn off the dynamic drivers with
-DENABLE_DYNDRIVERS=OFF during the cmake configuration step. The drivers
are then linked into the plplot dll.

Great, that it worked for you.

Regards,
Werner

-- 
Dr. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria

email: sme...@iap.tuwien.ac.at
web:   http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office)
       +43-(0)1-58801-13469 (laboratory)
fax:   +43-(0)1-58801-13499


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to