Re: [Plplot-devel] build PLPlot with debug symbols in linux / cmake

2016-12-08 Thread Pedro Vicente
Alan, Thanks Phil (I am CC you here, because this is a wxdriver issue; not saying that is a bug in the wxdriver, just a code error I have in my use of it ) The issue was not lack of -g, but just a code issue I am following almost verbatim the demo wxPLplotDemo.cpp what happens in my code is tha

Re: [Plplot-devel] build PLPlot with debug symbols in linux / cmake

2016-12-08 Thread Alan W. Irwin
On 2016-12-08 03:01-0500 Pedro Vicente wrote: > I found out about the debug build cmake option, with > > cmake -DCMAKE_BUILD_TYPE=Debug ... Yes, that was the name of the cmake option I was trying to remember in my previous post. But I have never tested that so there may be some areas of our buil

Re: [Plplot-devel] plplot_pyqt4 shared object build issue

2016-12-08 Thread Alan W. Irwin
Hi Arjen: On 2016-12-08 07:59- Arjen Markus wrote: > This visibility issue is one of obscurer aspects of today's programming experience. It is akin to the import/export circus in Windows DLLs. Always good for some puzzles. Yes, and I have figured out this particular puzzle. :-) The code gen

Re: [Plplot-devel] build PLPlot with debug symbols in linux / cmake

2016-12-08 Thread Alan W. Irwin
On 2016-12-08 01:52-0500 Pedro Vicente wrote: > > Hi Alan > > I have a wxWidgets application that I developed for Windows and Linux that > uses PLplot . > > I started having a segfault on the *Linux* only version. > > Debugging in Windows is a breeze with Visual Studio. > > For Linux I was able t

[Plplot-devel] build plplot using CMAKE using MSYS makefiles on windows 10

2016-12-08 Thread Laurent Berger
Hi, I want to buil plplot in static using MSYS makefiles on windows 10. In cmake GUI i have got an error that I cannot understand. wxWidgets is found but there is cmake_link_flags WARNING. Any help would be appreciate. CMake version = 3.7.0-rc2 CMAKE_SYSTEM_NAME = Windows SH_EXECUTABLE = C

Re: [Plplot-devel] build PLPlot with debug symbols in linux / cmake

2016-12-08 Thread Pedro Vicente
I found out about the debug build cmake option, with cmake -DCMAKE_BUILD_TYPE=Debug ...and I was able to get into the PLlot code, at least someI replaced the code with the code from the PLplot wxwidgets demo, just to make sure the error is not on my code.and the stack call isvoid Plot(wxPLplotw

Re: [Plplot-devel] plplot_pyqt4 shared object build issue

2016-12-08 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Wednesday, December 07, 2016 10:10 PM > To: Arjen Markus > Cc: PLplot development list > Subject: RE: plplot_pyqt4 shared object build issue > > Hi Arjen: > > Never mind about my request for yo