Hi David,
> I have compiled my code successfully now, and just need to specify
> the PLplot libraries for the linker in my makefile. Is it possible
> to tell me which libraries I am likely to need and where to find
> them in the buildtree please?
For Windows I use in one of my applications
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. wxPLpl
Hi
I wrote:
> 2) I get the following compilation error:
>
> wxPLplotstream.h:35:34: warning: missing whitespace after the macro name
well, of course, this is a warning and not a big deal. Sorry for my mistake.
I have compiled my code successfully now, and just need to specify the PLplot
libra
Hi
As you may be aware from my posts on another thread, I am new to PLplot and am
attempting to link it with my wxWidgets app. I have two problems presently:
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