Re: [Plplot-devel] Commit e4fb932 introduced a wxPLViewer build bug on Linux (wxWidgets 3.0.2)

2017-10-05 Thread Alan W. Irwin
On 2017-10-06 00:19+0100 Phil Rosenberg wrote: This is a GCC vs Visual Studio difference I have seen before. I think my latest commit should have fixed it, but I don't have access to a linux system right now to test on. Hi Phil: Your commit got rid of this Linux build issue for both DPL_WXWID

Re: [Plplot-devel] Commit e4fb932 introduced a wxPLViewer build bug on Linux (wxWidgets 3.0.2)

2017-10-05 Thread Phil Rosenberg
This is a GCC vs Visual Studio difference I have seen before. I think my latest commit should have fixed it, but I don't have access to a linux system right now to test on. Phil On 5 October 2017 at 22:33, Alan W. Irwin wrote: > Hi Phil: > > The wxwidgets-related parts of my cmake output are > >

Re: [Plplot-devel] wingcc and wingdi build bugs

2017-10-05 Thread Alan W. Irwin
On 2017-10-05 09:10+0100 Phil Rosenberg wrote: On 5 October 2017 at 04:10, Alan W. Irwin wrote: The cmake messages above come from cmake/modules/wingcc.cmake and the first part of the relevant logic is find_library(GDI32_LIBRARY gdi32 HINTS ${MINGWLIBPATH} ${BORLANDLIBPATH}) if(GDI32_LIBR

[Plplot-devel] Commit e4fb932 introduced a wxPLViewer build bug on Linux (wxWidgets 3.0.2)

2017-10-05 Thread Alan W. Irwin
Hi Phil: The wxwidgets-related parts of my cmake output are software@raven> grep -i wx cmake.out -- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_baseu-3.0;-lwx_gtk2u_core-3.0 (found suitable version "3.0.2", minimum required is "3.0.0") -- wxWidgets_FOUND : TRUE --

[Plplot-devel] ocaml: OS X cpp peculiarity

2017-10-05 Thread Philippe STRAUSS via Plplot-devel
Hello plplot devs, building ocaml bindings use an ocaml specific IDL named camlidl. This tool as a first pass invoke cpp for enabling the use of macro in the source .idl file. apple cpp and gnu cpp differs at least on the following: ---8<--#define QUOTEME(x) #x#define RAW_ML(x) quo

Re: [Plplot-devel] wingcc and wingdi build bugs

2017-10-05 Thread Phil Rosenberg
On 5 October 2017 at 04:10, Alan W. Irwin wrote: > On 2017-10-05 00:57+0100 Phil Rosenberg wrote: > >> The my cmake command and its output are attached. I noted particularly the >> lines >> >> -- Looking for gdi32 header and library >> -- Looking for gdi32 header and library - not found >> -- WARN