Re: [Plplot-devel] cmake error Qt build

2016-10-16 Thread Pedro Vicente
atest "3.1.0" version in some places) -Pedro - Original Message - From: "Alan W. Irwin" <ir...@beluga.phys.uvic.ca> To: "Pedro Vicente" <pedro.vice...@space-research.org> Cc: "Hazen Babcock" <hbabc...@mac.com>; "PLplot dev

Re: [Plplot-devel] cmake error Qt build

2016-10-15 Thread Pedro Vicente
.cmake:330 (target_link_libraries) -Pedro - Original Message - From: "Alan W. Irwin" <ir...@beluga.phys.uvic.ca> To: "Hazen Babcock" <hbabc...@mac.com>; "Pedro Vicente" <pedro.vice...@space-research.org> Cc: "PLplot development lis

Re: [Plplot-devel] cmake error Qt build

2016-10-12 Thread Pedro Vicente
o not find anywhere in the code where this message comes from Cmake does generate a Visual Studio solution, but without the Qt files thanks -Pedro - Original Message - From: "Alan W. Irwin" <ir...@beluga.phys.uvic.ca> To: "Hazen Babcock" <hbabc...@mac.com&

Re: [Plplot-devel] [Plplot-general] cmake error Qt build

2016-10-11 Thread Pedro Vicente
e install also these changes have to be made for msvc-desktop.conf QMAKE_CFLAGS_DEBUG = -Zi -MTd QMAKE_CFLAGS_RELEASE= -O2 -MT - Original Message - From: Pedro Vicente To: plplot-devel@lists.sourceforge.net ; plplot-gene...@lists.sourceforge.net Sent: Tuesday, October 1

Re: [Plplot-devel] build with wxWidgets, Visual Studio

2016-10-11 Thread Pedro Vicente
Hi Alan > I have just looked at the latest official version of > FindwxWidgets.cmake from the cmake git master branch and it is the > same as or superior to the PLplot unofficial version in all respects > (e.g., in supporting all the recently released versions of wxWidgets). > Therefore, I have

[Plplot-devel] cmake error Qt build

2016-10-11 Thread Pedro Vicente
et_link_libraries with a target must be either all-keyword or all-plain. The uses of the plain signature are here: * I:/qt-win32-msvc2015/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:330 (target_link_libraries) -- Pedro Vicente pe

Re: [Plplot-devel] New wxwidgets device does not honor -bg - -DOLD_WXWIDGETS=ON PL_HAVE_SNPRINTF

2016-10-09 Thread Pedro Vicente
ted to build for this solution configuration == Build: 6 succeeded, 10 failed, 84 up-to-date, 20 skipped == - Original Message - From: "Alan W. Irwin" <ir...@beluga.phys.uvic.ca> To: "Pedro Vicente" <pedro.vice...@space-research.org> Cc: &q

Re: [Plplot-devel] [Plplot-general] wxWidgets driver -- change thedefault blackbackground

2016-10-08 Thread Pedro Vicente
ass and give the option to use either one (don't know if this makes sense) -Pedro - Original Message - From: "Phil Rosenberg" <p.d.rosenb...@gmail.com> To: "Pedro Vicente" <pedro.vice...@space-research.org> Cc: <plplot-gene...@lists.sourceforge.ne

Re: [Plplot-devel] New wxwidgets device does not honor -bg - -DOLD_WXWIDGETS=ON PL_HAVE_SNPRINTF

2016-10-08 Thread Pedro Vicente
Hi Alan, Phil > and the old (-DOLD_WXWIDGETS=ON) -dev wxwidgets, and in each case the > requested blue background was rendered correctly. I tried to reproduce this (-DOLD_WXWIDGETS=ON) in Windows , Visual Studio 2015, and I do get the blue backround but in the process of doing this I found

Re: [Plplot-devel] [Plplot-general] wxWidgets driver -- change thedefault blackbackground

2016-10-06 Thread Pedro Vicente
n(NSIZE, x, y, 46); plotwindow->RenewPlot(); } - Original Message - From: "Pedro Vicente" <pedro.vice...@space-research.org> To: "Phil Rosenberg" <p.d.rosenb...@gmail.com> Cc: <plplot-gene...@lists.sourceforge.net>; <plplot-devel@lists.

Re: [Plplot-devel] [Plplot-general] wxWidgets driver -- change the default blackbackground

2016-10-06 Thread Pedro Vicente
el"); plpoin(NSIZE, x, y, 46); plotwindow->RenewPlot(); } -Pedro - Original Message - From: "Phil Rosenberg" <p.d.rosenb...@gmail.com> To: "Pedro Vicente" <pedro.vice...@space-research.org> Cc: <plplot-gene...@lists.sourceforge.net>; <plpl

Re: [Plplot-devel] [Plplot-general] wxWidgets driver -- change the default blackbackground

2016-10-05 Thread Pedro Vicente
thing in those classes as now except the call to init() but if the developers could do option 1) that probably would be the best thanks -Pedro - Original Message - From: Pedro Vicente To: plplot-gene...@lists.sourceforge.net Sent: Wednesday, October 05, 2016 6:42 PM Su

Re: [Plplot-devel] build with wxWidgets, Visual Studio

2016-09-17 Thread Pedro Vicente
orge.net/p/plplot/plplot/ci/5b9dd303b50061c8ed3a9f149aea4b2a6817eece/log/?path=/cmake/modules/FindwxWidgets.cmake) May be you should clone plplot version but it is a develloper version. I hope it will solve your problem. Laurent Le 17/09/2016 à 07:43, Pedro Vicente a écrit : Hi I

[Plplot-devel] build with wxWidgets, Visual Studio

2016-09-17 Thread Pedro Vicente
raries are found, and these 2 lines here -- wxWidgets_INCLUDE_DIRS: M:/wx/wxwidgets-3.1.0/lib/vc_lib/mswud;M:/wx/wxwidgets-3.1.0/include -- wxWidgets_LIBRARY_DIRS: seem to be mixed up. How could I debug the PLPlot supplied Cmake script, "FindwxWidgets.cmake"? thanks -Pedro

<    1   2