Hi Hazen,

I found out what the problem was. Together with the old information 
README.drivers and where I found "wxwidgets" in the plplot code I made 
changes to include files and the svg driver works now for the 
ENABLE_DYNDRIVER off case. Please check if the changes are appropriate. 
I also made some notes about all the changes needed for new drivers - we 
should update the README.drivers file:

* add to cmake/modules/drivers-init.cmake
"svg:svg:OFF"

* add to config.h.cmake
#cmakedefine PLD_svg

* add to include/drivers.h
void plD_dispatch_init_svg      ( PLDispatchTable *pdt );

* add to include/plDevs.h.cmake
#cmakedefine PLD_svg

* add to include/plcore.h
#if defined(PLD_svg) && !defined(ENABLE_DYNDRIVERS)
     plD_dispatch_init_svg,
#endif

The driver works fine in Windows environment with very good results! 
Good job!

Regards,
Werner

Hazen Babcock wrote:
> On Nov 27, 2006, at 4:04 PM, Werner Smekal wrote:
> 
>> Hi Hazen,
>>
>> I tried to turn off the svg driver here in Windows with - 
>> DPLD_svg=ON. Cmake lists the drivers, it gets compiled, but doesn't  
>> show up in the driver list in the examples.
>>
>> Any ideas?
> 
> That is a bit puzzling. I used ccmake to enable the svg driver rather  
> than the command line switch, but I don't think that that should make  
> any difference. It doesn't have any dependencies so you can't be  
> missing anything. Did you notice whether it got compiled at the make  
> stage?
> 
> -Hazen
> 
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Plplot-devel mailing list
> Plplot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/plplot-devel


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

email: [EMAIL PROTECTED]
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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to