Hi David,

> 1) To satisfy the include paths, I had to rename wxPLplotstream.h.in  
> to wxPLplotstream.h. I am using make, not cmake, and am not familiar  
> with the '.h.in' suffix. Is my hack ok or is there a better way of  
> doing this?

.h.in files are configured via cmake to .h files. wxPLplotstream.h  
must be in builddir/bindings/wxwidgets. Or you run nmake install, but  
use the cmake option -DCMAKE_INSTALL_PREFIX=whereyouwant before, so  
that the library and the headers are installed in a directory of your  
choice.
>
>
> 2) I get the following compilation error:
>
> wxPLplotstream.h:35:34: warning: missing whitespace after the macro  
> name
>
> The failing line is:
>
> class PLDLLIMPEXP_WX wxPLplotwindow : public wxWindow
>
> How can I fix this please?
>
> Best regards
>
> David
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008  
> 30-Day
> trial. Simplify your report design, integration and deployment - and  
> focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Plplot-general mailing list
> Plplot-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/plplot-general


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

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


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to