From: Laurent B. <lau...@un...> - 2016-12-27 10:29:21
|
Thanks for your answer. I give you all command I done. I work on master (I made a copy on my previous folder). I build plplot in static using vs2015. When I run x04 example problem is still here. Example seems slower now. I think that I applyed patch because legend are good now but axis labels are still wrong $ git log commit 26bc4bf13aa41dff0e19345e982eca00a0458578 Author: Alan W. Irwin <ai...@us...> Date: Sat Dec 24 14:32:48 2016 -0800 Apply spell checker to release notes commit dd178fd84c8e67e6c26c6248dc428d8302a0b744 Author: Alan W. Irwin <ai...@us...> Date: Sat Dec 24 14:04:09 2016 -0800 Update the release notes for 5.12.0 N.B. The ChangeLog consisting of all the commit messages for the ~400 commits that are included in this release has been reviewed to help insure that these release notes mention all the major PLplot developments that have occurred for this release. So virtually all sections of these release notes should be ready for release. However, my work on the large documentation update is still in progress so that section of these release notes will likely require further revision. commit 995e75e6086caaf04d65c307612b6edaa49f96bc Author: Phil Rosenberg <p.d...@gm...> Date: Tue Dec 20 13:33:43 2016 +0000 Laurent@PC-Laurent-Vision MINGW64 /g/lib/plplot (master) $ git am < /c/Users/Laurent.PC-LAURENT-VISI/Desktop/patch/0001-wxwidgets-binding -fix-for-delayed-OnCreate-event.patch Applying: wxwidgets binding: fix for delayed OnCreate event .git/rebase-apply/patch:355: new blank line at EOF. + warning: 1 line adds whitespace errors. Laurent@PC-Laurent-Vision MINGW64 /g/lib/plplot (master) $ git am < /c/Users/Laurent.PC-LAURENT-VISI/Desktop/patch/0002-Reintroduce-OnCre ate-event.patch Applying: Reintroduce OnCreate() event Laurent@PC-Laurent-Vision MINGW64 /g/lib/plplot (master) |
From: Laurent B. <lau...@un...> - 2016-12-27 15:04:36
|
Hi, I have installed last version of plplot and last patch (from pedro). Can you confirm me that wxPLplotwindow is now a non template class? thanks for yours answers |
From: Pedro V. <ped...@sp...> - 2016-12-27 15:11:42
|
Laurent > I have installed last version of plplot and last patch (from pedro). > Can > you confirm me that wxPLplotwindow is now a non template class? yes, that is correct. -Pedro On 2016-12-27 10:04, Laurent Berger wrote: > Hi, > > I have installed last version of plplot and last patch (from pedro). > Can > you confirm me that wxPLplotwindow is now a non template class? > > thanks for yours answers > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Pedro Vicente ped...@sp... http://www.space-research.org/ |
From: <p.d...@gm...> - 2016-12-27 22:40:40
|
What? I haven't been able to keep up with all the emails as I have had family commitments over the holiday period, but that's a very large change of the API that needs some careful consideration. I can't grab the latest source right now. But what has it changed to if it's no longer templated? Sent from my Windows 10 phone From: Pedro Vicente Sent: 27 December 2016 15:11 To: plp...@li... Subject: Re: [Plplot-devel] Uusing wxWidgets Laurent > I have installed last version of plplot and last patch (from pedro). > Can > you confirm me that wxPLplotwindow is now a non template class? yes, that is correct. -Pedro On 2016-12-27 10:04, Laurent Berger wrote: > Hi, > > I have installed last version of plplot and last patch (from pedro). > Can > you confirm me that wxPLplotwindow is now a non template class? > > thanks for yours answers > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Pedro Vicente ped...@sp... http://www.space-research.org/ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Plplot-devel mailing list Plp...@li... https://lists.sourceforge.net/lists/listinfo/plplot-devel |
From: Laurent B. <lau...@un...> - 2016-12-27 15:27:58
|
Problem is my compiler said 3>c:\users\laurent.pc-laurent-visi\documents\visual studio 2013\wxopencv\wxopencvmain\courbeplplot.h(55): error C2059: syntax error Now syntax error I need two days to change my code. It was like this in previous version of plplot. I don't remember 5.xx.xx. I don't wan't to go back in my code. I will use 5.11.1 yes but for the current (5.11.1) release compared to the new implemented examples, the effect is the same previously the way to start the demo was wxPLplotwindow<wxFrame> *frame = new wxPLplotwindow<wxFrame>(); and now is wxPLplotwindow *frame = new wxPLplotwindow(); and because wxPLplotwindow is a child of a wxFrame, the visible effect is exactly the same, a frame window that shows a plot. -Pedro Le 27/12/2016 à 16:11, Pedro Vicente a écrit : > Laurent > >> I have installed last version of plplot and last patch (from pedro). >> Can >> you confirm me that wxPLplotwindow is now a non template class? > yes, that is correct. > > -Pedro > > > On 2016-12-27 10:04, Laurent Berger wrote: >> Hi, >> >> I have installed last version of plplot and last patch (from pedro). >> Can >> you confirm me that wxPLplotwindow is now a non template class? >> >> thanks for yours answers >> >> >> >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, SlashDot.org! http://sdm.link/slashdot >> _______________________________________________ >> Plplot-devel mailing list >> Plp...@li... >> https://lists.sourceforge.net/lists/listinfo/plplot-devel |
From: Phil R. <p.d...@gm...> - 2017-01-04 15:44:15
|
Hello Laurent If you grab the latest version of PLPlot from the git repo then you should find that the API for wxWidgets is as it was and Pedro's problems are now hopefully also fixed. There should be no need to apply Pedro's patch. If you find that your existing code does not work for any reason then please let me know and I will ensure that this is fixed before the next release. All the best Phil On 27 December 2016 at 15:27, Laurent Berger <lau...@un...> wrote: > Problem is my compiler said > > 3>c:\users\laurent.pc-laurent-visi\documents\visual studio > 2013\wxopencv\wxopencvmain\courbeplplot.h(55): error C2059: syntax error > > Now syntax error I need two days to change my code. It was like this in > previous version of plplot. I don't remember 5.xx.xx. I don't wan't to go > back in my code. I will use 5.11.1 > > yes > > but for the current (5.11.1) release compared to the new implemented > examples, > the effect is the same > > previously the way to start the demo was > > wxPLplotwindow<wxFrame> *frame = new wxPLplotwindow<wxFrame>(); > > and now is > > wxPLplotwindow *frame = new wxPLplotwindow(); > > and because wxPLplotwindow is a child of a wxFrame, > the visible effect is exactly the same, a frame window that shows a > plot. > > -Pedro > > > Le 27/12/2016 à 16:11, Pedro Vicente a écrit : > > Laurent > > I have installed last version of plplot and last patch (from pedro). > Can > you confirm me that wxPLplotwindow is now a non template class? > > yes, that is correct. > > -Pedro > > > On 2016-12-27 10:04, Laurent Berger wrote: > > Hi, > > I have installed last version of plplot and last patch (from pedro). > Can > you confirm me that wxPLplotwindow is now a non template class? > > thanks for yours answers > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel > |
From: Alan W. I. <ir...@be...> - 2016-12-27 18:09:28
|
On 2016-12-27 11:29+0100 Laurent Berger wrote: > Thanks for your answer. > > I give you all command I done. I work on master (I made a copy on my previous > folder). I build plplot in static using vs2015. > > When I run x04 example problem is still here. Example seems slower now. I > think that I applyed patch because legend are good now but axis labels are > still wrong > > > > $ git log > commit 26bc4bf13aa41dff0e19345e982eca00a0458578 > Author: Alan W. Irwin <ai...@us...> > Date: Sat Dec 24 14:32:48 2016 -0800 > > Apply spell checker to release notes > > commit dd178fd84c8e67e6c26c6248dc428d8302a0b744 > Author: Alan W. Irwin <ai...@us...> > Date: Sat Dec 24 14:04:09 2016 -0800 > > Update the release notes for 5.12.0 > > N.B. The ChangeLog consisting of all the commit messages for the ~400 > commits that are included in this release has been reviewed to help > insure that these release notes mention all the major PLplot > developments that have occurred for this release. So virtually all > sections of these release notes should be ready for release. However, > my work on the large documentation update is still in progress so that > section of these release notes will likely require further revision. > > commit 995e75e6086caaf04d65c307612b6edaa49f96bc > Author: Phil Rosenberg <p.d...@gm...> > Date: Tue Dec 20 13:33:43 2016 +0000 > > > Laurent@PC-Laurent-Vision MINGW64 /g/lib/plplot (master) > $ git am < > /c/Users/Laurent.PC-LAURENT-VISI/Desktop/patch/0001-wxwidgets-binding > -fix-for-delayed-OnCreate-event.patch > Applying: wxwidgets binding: fix for delayed OnCreate event > .git/rebase-apply/patch:355: new blank line at EOF. > + > warning: 1 line adds whitespace errors. > > Laurent@PC-Laurent-Vision MINGW64 /g/lib/plplot (master) > $ git am < > /c/Users/Laurent.PC-LAURENT-VISI/Desktop/patch/0002-Reintroduce-OnCre > ate-event.patch > Applying: Reintroduce OnCreate() event > > Laurent@PC-Laurent-Vision MINGW64 /g/lib/plplot (master) > Hi Laurent: It looks to me that your application of Pedro's commits on top of the lastest master version is correct. And the screenshot you attached does indeed show some severe text issues for your vs2015 case which I cannot recreate here at all on Linux. Is it possible you have a stale build? That is, do you get the same problem starting with the cmake command in an initially empty build tree? If it turns out a completely fresh configure and build still shows the issue, then someone with access to Windows here will have to take over and attempt to replicate what is potentially a release-critical issue. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ |
From: Laurent B. <lau...@un...> - 2016-12-27 19:49:34
|
If you watch this video (http://perso.univ-lemans.fr/~berger/wxOpenCV/Portail/StatHistoSection/co/sequence.html#segment_yGYlRm4SzOeWIyROCQv5uc1) you can see that labels are at right position I think it is plplot version august 2015 |
From: Pedro V. <ped...@sp...> - 2016-12-27 20:00:23
Attachments:
Untitled.png
x04.svg
|
Hi Laurent I tried the current plplot master and I do not get your image axis results. my images are attached, the png is a copy of the wxWidgets window. I used wxWidgets 3.1 and the cmake command below suggestion: try cd build rm -rf * (or rather, the Windows command that deletes everything, on the build folder) and then cmake ".." -G "Visual Studio 14" -DPL_DOUBLE:BOOL=ON -DBUILD_TEST:BOOL=ON -DCMAKE_CONFIGURATION_TYPES:STRING="Debug" -DCMAKE_BUILD_TYPE:STRING="Debug" -DBUILD_SHARED_LIBS:BOOL=OFF -DSTATIC_RUNTIME:BOOL=ON -DPLD_wxwidgets:BOOL=ON -DwxWidgets_ROOT_DIR:PATH=%WXWIN% -DwxWidgets_LIB_DIR:PATH=%WXWIN%\lib\vc_lib -DwxWidgets_CONFIGURATION=mswud -DENABLE_MIX_CXX=ON -DwxWidgets_EXCLUDE_COMMON_LIBRARIES:BOOL=OFF I often have strange results when I don't delete the cmake cache -Pedro On 2016-12-27 05:29, Laurent Berger wrote: > Thanks for your answer. > > I give you all command I done. I work on master (I made a copy on my > previous folder). I build plplot in static using vs2015. > > When I run x04 example problem is still here. Example seems slower > now. I think that I applyed patch because legend are good now but > axis > labels are still wrong > > $ git log > commit 26bc4bf13aa41dff0e19345e982eca00a0458578 > Author: Alan W. Irwin <ai...@us...> [1] > Date: Sat Dec 24 14:32:48 2016 -0800 > > Apply spell checker to release notes > > commit dd178fd84c8e67e6c26c6248dc428d8302a0b744 > Author: Alan W. Irwin <ai...@us...> [2] > Date: Sat Dec 24 14:04:09 2016 -0800 > > Update the release notes for 5.12.0 > > N.B. The ChangeLog consisting of all the commit messages for > the ~400 > commits that are included in this release has been reviewed to > help > insure that these release notes mention all the major PLplot > developments that have occurred for this release. So > virtually all > sections of these release notes should be ready for release. > However, > my work on the large documentation update is still in progress > so that > section of these release notes will likely require further > revision. > > commit 995e75e6086caaf04d65c307612b6edaa49f96bc > Author: Phil Rosenberg <p.d...@gm...> [3] > Date: Tue Dec 20 13:33:43 2016 +0000 > > Laurent@PC-Laurent-Vision MINGW64 /g/lib/plplot (master) > $ git am < > > /c/Users/Laurent.PC-LAURENT-VISI/Desktop/patch/0001-wxwidgets-binding > -fix-for-delayed-OnCreate-event.patch > Applying: wxwidgets binding: fix for delayed OnCreate event > .git/rebase-apply/patch:355: new blank line at EOF. > + > warning: 1 line adds whitespace errors. > > Laurent@PC-Laurent-Vision MINGW64 /g/lib/plplot (master) > $ git am < > > /c/Users/Laurent.PC-LAURENT-VISI/Desktop/patch/0002-Reintroduce-OnCre > ate-event.patch > Applying: Reintroduce OnCreate() event > > Laurent@PC-Laurent-Vision MINGW64 /g/lib/plplot (master) > > > > Links: > ------ > [1] mailto:ai...@us... > [2] mailto:ai...@us... > [3] mailto:p.d...@gm... -- Pedro Vicente ped...@sp... http://www.space-research.org/ |
From: Laurent B. <lau...@un...> - 2016-12-27 20:05:50
|
Does it mean that you use 32 bits libs? Le 27/12/2016 à 21:00, Pedro Vicente a écrit : > "Visual Studio 14" |
From: Pedro V. <ped...@sp...> - 2016-12-27 20:08:30
Attachments:
0001-Add-function-Create.patch.tar.gz
|
Hi Laurent I did some changes to the current master that will allow you to keep using this code wxPLplotwindow<wxFrame> *frame = new wxPLplotwindow<wxFrame>(); would you mind giving it a try? do git clone of Plplot (in Windows I use Tortoise git) extract the attached .gz copy the 2 files wxPLplotwindow.h wxPLplotDemo.cpp to to their locations in the master (in bindings/wxwidgets and examples/c++) and rebuild your application thanks -Pedro On 2016-12-27 10:27, Laurent Berger wrote: > Problem is my compiler said > > 3>c:userslaurent.pc-laurent-visidocumentsvisual studio > 2013wxopencvwxopencvmaincourbeplplot.h(55): error C2059: syntax error > > Now syntax error I need two days to change my code. It was like this > in previous version of plplot. I don't remember 5.xx.xx. I don't > wan't > to go back in my code. I will use 5.11.1 > >>> yes >>> >>> but for the current (5.11.1) release compared to the new >>> implemented >>> examples, >>> the effect is the same >>> >>> previously the way to start the demo was >>> >>> wxPLplotwindow<wxFrame> *frame = new wxPLplotwindow<wxFrame>(); >>> >>> and now is >>> >>> wxPLplotwindow *frame = new wxPLplotwindow(); >>> >>> and because wxPLplotwindow is a child of a wxFrame, >>> the visible effect is exactly the same, a frame window that shows >>> a >>> plot. >>> >>> -Pedro > > Le 27/12/2016 à 16:11, Pedro Vicente a écrit : > >> Laurent >> >>> I have installed last version of plplot and last patch (from >>> pedro). >>> Can >>> you confirm me that wxPLplotwindow is now a non template class? >> >> yes, that is correct. >> >> -Pedro >> >> On 2016-12-27 10:04, Laurent Berger wrote: >> >>> Hi, >>> >>> I have installed last version of plplot and last patch (from >>> pedro). >>> Can >>> you confirm me that wxPLplotwindow is now a non template class? >>> >>> thanks for yours answers >>> >>> >> > > ------------------------------------------------------------------------------ >>> Check out the vibrant tech community on one of the world's most >>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> Plplot-devel mailing list >>> Plp...@li... >>> https://lists.sourceforge.net/lists/listinfo/plplot-devel -- Pedro Vicente ped...@sp... http://www.space-research.org/ |
From: Pedro V. <ped...@sp...> - 2016-12-27 20:16:25
Attachments:
wxPLplotwindow.h
wxPLplotDemo.cpp
|
Laurent my mistake, the .gz file has a git patch. Use the attached files to replace the ones you have in git master -Pedro On 2016-12-27 15:08, Pedro Vicente wrote: > Hi Laurent > > I did some changes to the current master that will allow you to keep > using this code > > wxPLplotwindow<wxFrame> *frame = new wxPLplotwindow<wxFrame>(); > > would you mind giving it a try? > > do > > git clone of Plplot (in Windows I use Tortoise git) > extract the attached .gz > copy the 2 files > wxPLplotwindow.h > wxPLplotDemo.cpp > > to to their locations in the master (in bindings/wxwidgets and > examples/c++) > > and rebuild your application > > thanks > > -Pedro > > > > > > On 2016-12-27 10:27, Laurent Berger wrote: >> Problem is my compiler said >> >> 3>c:userslaurent.pc-laurent-visidocumentsvisual studio >> 2013wxopencvwxopencvmaincourbeplplot.h(55): error C2059: syntax >> error >> >> Now syntax error I need two days to change my code. It was like this >> in previous version of plplot. I don't remember 5.xx.xx. I don't >> wan't >> to go back in my code. I will use 5.11.1 >> >>>> yes >>>> >>>> but for the current (5.11.1) release compared to the new >>>> implemented >>>> examples, >>>> the effect is the same >>>> >>>> previously the way to start the demo was >>>> >>>> wxPLplotwindow<wxFrame> *frame = new wxPLplotwindow<wxFrame>(); >>>> >>>> and now is >>>> >>>> wxPLplotwindow *frame = new wxPLplotwindow(); >>>> >>>> and because wxPLplotwindow is a child of a wxFrame, >>>> the visible effect is exactly the same, a frame window that shows >>>> a >>>> plot. >>>> >>>> -Pedro >> >> Le 27/12/2016 à 16:11, Pedro Vicente a écrit : >> >>> Laurent >>> >>>> I have installed last version of plplot and last patch (from >>>> pedro). >>>> Can >>>> you confirm me that wxPLplotwindow is now a non template class? >>> >>> yes, that is correct. >>> >>> -Pedro >>> >>> On 2016-12-27 10:04, Laurent Berger wrote: >>> >>>> Hi, >>>> >>>> I have installed last version of plplot and last patch (from >>>> pedro). >>>> Can >>>> you confirm me that wxPLplotwindow is now a non template class? >>>> >>>> thanks for yours answers >>>> >>>> >>> >> >> ------------------------------------------------------------------------------ >>>> Check out the vibrant tech community on one of the world's most >>>> engaging tech sites, SlashDot.org! http://sdm.link/slashdot >>>> _______________________________________________ >>>> Plplot-devel mailing list >>>> Plp...@li... >>>> https://lists.sourceforge.net/lists/listinfo/plplot-devel > > -- > Pedro Vicente > ped...@sp... > http://www.space-research.org/ -- Pedro Vicente ped...@sp... http://www.space-research.org/ |
From: Pedro V. <ped...@sp...> - 2016-12-27 20:11:14
|
>> "Visual Studio 14" > Does it mean that you use 32 bits libs? No, it means to use Visual Studio 2015 ("Visual Studio 14" is the version number of Visual Studio 2015) On 2016-12-27 15:05, Laurent Berger wrote: > Does it mean that you use 32 bits libs? > > > Le 27/12/2016 à 21:00, Pedro Vicente a écrit : >> "Visual Studio 14" -- Pedro Vicente ped...@sp... http://www.space-research.org/ |
From: Laurent B. <lau...@un...> - 2016-12-27 20:19:58
|
No i think Visual Studio 14 is for 32 bits. Visual Studio 14 win 64 is for 64 bits libs. I don't use 32 bits libs. All my project are for 64 bits platform. Have you checked x04 with 64 bits libs? Le 27/12/2016 à 21:11, Pedro Vicente a écrit : >>> "Visual Studio 14" >> Does it mean that you use 32 bits libs? > > No, it means to use Visual Studio 2015 ("Visual Studio 14" is the > version number of Visual Studio 2015) > > > > On 2016-12-27 15:05, Laurent Berger wrote: >> Does it mean that you use 32 bits libs? >> >> >> Le 27/12/2016 à 21:00, Pedro Vicente a écrit : >>> "Visual Studio 14" > |
From: Pedro V. <ped...@sp...> - 2016-12-27 20:27:22
|
ah, yes, that's right "Visual Studio 14" only is for 32 bits I did not try with 64 bits libs On 2016-12-27 15:19, Laurent Berger wrote: > No i think Visual Studio 14 is for 32 bits. Visual Studio 14 win 64 > is for 64 bits libs. I don't use 32 bits libs. All my project are for > 64 bits platform. Have you checked x04 with 64 bits libs? > > > Le 27/12/2016 à 21:11, Pedro Vicente a écrit : >>>> "Visual Studio 14" >>> Does it mean that you use 32 bits libs? >> >> No, it means to use Visual Studio 2015 ("Visual Studio 14" is the >> version number of Visual Studio 2015) >> >> >> >> On 2016-12-27 15:05, Laurent Berger wrote: >>> Does it mean that you use 32 bits libs? >>> >>> >>> Le 27/12/2016 à 21:00, Pedro Vicente a écrit : >>>> "Visual Studio 14" >> -- Pedro Vicente ped...@sp... http://www.space-research.org/ |
From: Alan W. I. <ir...@be...> - 2016-12-27 20:47:34
|
On 2016-12-27 15:27-0500 Pedro Vicente wrote: > ah, yes, that's right "Visual Studio 14" only is for 32 bits > > I did not try with 64 bits libs @Laurent: Just to interject here, before getting too deeply into 64-bit versus 32-bit Windows differences between Pedro and you, it is important you answer our question whether the text issues you see are due to stale results left over from your previous builds. So please make a completely fresh build and let us know whether those text issues persist for that fresh build. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ |
From: Laurent B. <lau...@un...> - 2016-12-27 21:04:57
|
I always clean my build repo and my cmake cache. Now to be sure I have just clone plplot in another folder : $ git clone git://git.code.sf.net/p/plplot/plplot Cloning into 'plplot'... remote: Counting objects: 91527, done. remote: Compressing objects: 100% (29963/29963), done. remote: Total 91527 (delta 68265), reused 82342 (delta 60469) Receiving objects: 100% (91527/91527), 117.46 MiB | 109.00 KiB/s, done. Resolving deltas: 100% (68265/68265), done. Checking connectivity... done. Checking out files: 100% (1962/1962), done. Laurent@PC-Laurent-Vision MINGW64 /f/met $ cd plplot Laurent@PC-Laurent-Vision MINGW64 /f/met/plplot (master) $ git log commit 26bc4bf13aa41dff0e19345e982eca00a0458578 Author: Alan W. Irwin <ai...@us...> Date: Sat Dec 24 14:32:48 2016 -0800 Apply spell checker to release notes build plplot in static using wxwidgets 3.1.0 : git log (wxWidgets 3.1.0) commit 9bb5d0435a4cce5bcb7b3956cb730f59c37ea5f6 Author: Paul Cornett <pa...@us...> Date: Wed Nov 9 20:06:26 2016 -0800 Fix non-default window background color with GTK+ >= 3.20 GTK+ no longer automatically paints non-default window background. See #17586 commit b1a19e6b6c9f1a69821c0da773e2e3f94d554292 error is still here. Now what patch should I apply? Le 27/12/2016 à 21:47, Alan W. Irwin a écrit : > On 2016-12-27 15:27-0500 Pedro Vicente wrote: > >> ah, yes, that's right "Visual Studio 14" only is for 32 bits >> >> I did not try with 64 bits libs > > @Laurent: > > Just to interject here, before getting too deeply into 64-bit versus > 32-bit Windows differences between Pedro and you, it is important you > answer our question whether the text issues you see are due to stale > results left over from your previous builds. So please make a > completely fresh build and let us know whether those text issues > persist for that fresh build. > > Alan > > __________________________ > Alan W. Irwin > > Astronomical research affiliation with Department of Physics and > Astronomy, > University of Victoria (astrowww.phys.uvic.ca). > > Programming affiliations with the FreeEOS equation-of-state > implementation for stellar interiors (freeeos.sf.net); the Time > Ephemerides project (timeephem.sf.net); PLplot scientific plotting > software package (plplot.sf.net); the libLASi project > (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); > and the Linux Brochure Project (lbproject.sf.net). > __________________________ > > Linux-powered Science > __________________________ |
From: Pedro V. <ped...@sp...> - 2016-12-27 21:29:47
|
> error is still here. Now what patch should I apply? there is no patch for the scale issue. the patch I send previously on the subject "Using wxWidgets" is for the issue regarding the use of templates. To test that, add and replace the 2 attached files on that email to the master you just did the clone, and report here if you have any errors on the master, or in your code that uses it, please. regarding the scale issue, what compiler and cmake command are you using? is it Visual Studio 2015 build 64bits, doing cmake .. -G "Visual Studio 14 win64" ? On 2016-12-27 16:04, Laurent Berger wrote: > I always clean my build repo and my cmake cache. Now to be sure I > have just clone plplot in another folder : > > > $ git clone git://git.code.sf.net/p/plplot/plplot > Cloning into 'plplot'... > remote: Counting objects: 91527, done. > remote: Compressing objects: 100% (29963/29963), done. > remote: Total 91527 (delta 68265), reused 82342 (delta 60469) > Receiving objects: 100% (91527/91527), 117.46 MiB | 109.00 KiB/s, > done. > Resolving deltas: 100% (68265/68265), done. > Checking connectivity... done. > Checking out files: 100% (1962/1962), done. > > Laurent@PC-Laurent-Vision MINGW64 /f/met > $ cd plplot > > Laurent@PC-Laurent-Vision MINGW64 /f/met/plplot (master) > $ git log > commit 26bc4bf13aa41dff0e19345e982eca00a0458578 > Author: Alan W. Irwin <ai...@us...> > Date: Sat Dec 24 14:32:48 2016 -0800 > > Apply spell checker to release notes > > build plplot in static using wxwidgets 3.1.0 : > > git log (wxWidgets 3.1.0) > commit 9bb5d0435a4cce5bcb7b3956cb730f59c37ea5f6 > Author: Paul Cornett <pa...@us...> > Date: Wed Nov 9 20:06:26 2016 -0800 > > Fix non-default window background color with GTK+ >= 3.20 > > GTK+ no longer automatically paints non-default window > background. See #17586 > > commit b1a19e6b6c9f1a69821c0da773e2e3f94d554292 > > error is still here. Now what patch should I apply? > > > > Le 27/12/2016 à 21:47, Alan W. Irwin a écrit : >> On 2016-12-27 15:27-0500 Pedro Vicente wrote: >> >>> ah, yes, that's right "Visual Studio 14" only is for 32 bits >>> >>> I did not try with 64 bits libs >> >> @Laurent: >> >> Just to interject here, before getting too deeply into 64-bit versus >> 32-bit Windows differences between Pedro and you, it is important >> you >> answer our question whether the text issues you see are due to stale >> results left over from your previous builds. So please make a >> completely fresh build and let us know whether those text issues >> persist for that fresh build. >> >> Alan >> >> __________________________ >> Alan W. Irwin >> >> Astronomical research affiliation with Department of Physics and >> Astronomy, >> University of Victoria (astrowww.phys.uvic.ca). >> >> Programming affiliations with the FreeEOS equation-of-state >> implementation for stellar interiors (freeeos.sf.net); the Time >> Ephemerides project (timeephem.sf.net); PLplot scientific plotting >> software package (plplot.sf.net); the libLASi project >> (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); >> and the Linux Brochure Project (lbproject.sf.net). >> __________________________ >> >> Linux-powered Science >> __________________________ -- Pedro Vicente ped...@sp... http://www.space-research.org/ |
From: Laurent B. <lau...@un...> - 2016-12-27 21:32:42
|
Which version of wxwidgets do you use (can you give last commit using git log)? Le 27/12/2016 à 22:29, Pedro Vicente a écrit : >> error is still here. Now what patch should I apply? > > there is no patch for the scale issue. > the patch I send previously on the subject "Using wxWidgets" is for > the issue regarding the use > of templates. To test that, add and replace the 2 attached files on > that email to the master you just did the clone, > and report here if you have any errors on the master, or in your code > that uses it, please. > > regarding the scale issue, what compiler and cmake command are you using? > is it Visual Studio 2015 build 64bits, doing > cmake .. -G "Visual Studio 14 win64" ? > > > > > On 2016-12-27 16:04, Laurent Berger wrote: >> I always clean my build repo and my cmake cache. Now to be sure I >> have just clone plplot in another folder : >> >> >> $ git clone git://git.code.sf.net/p/plplot/plplot >> Cloning into 'plplot'... >> remote: Counting objects: 91527, done. >> remote: Compressing objects: 100% (29963/29963), done. >> remote: Total 91527 (delta 68265), reused 82342 (delta 60469) >> Receiving objects: 100% (91527/91527), 117.46 MiB | 109.00 KiB/s, done. >> Resolving deltas: 100% (68265/68265), done. >> Checking connectivity... done. >> Checking out files: 100% (1962/1962), done. >> >> Laurent@PC-Laurent-Vision MINGW64 /f/met >> $ cd plplot >> >> Laurent@PC-Laurent-Vision MINGW64 /f/met/plplot (master) >> $ git log >> commit 26bc4bf13aa41dff0e19345e982eca00a0458578 >> Author: Alan W. Irwin <ai...@us...> >> Date: Sat Dec 24 14:32:48 2016 -0800 >> >> Apply spell checker to release notes >> >> build plplot in static using wxwidgets 3.1.0 : >> >> git log (wxWidgets 3.1.0) >> commit 9bb5d0435a4cce5bcb7b3956cb730f59c37ea5f6 >> Author: Paul Cornett <pa...@us...> >> Date: Wed Nov 9 20:06:26 2016 -0800 >> >> Fix non-default window background color with GTK+ >= 3.20 >> >> GTK+ no longer automatically paints non-default window >> background. See #17586 >> >> commit b1a19e6b6c9f1a69821c0da773e2e3f94d554292 >> >> error is still here. Now what patch should I apply? >> >> >> >> Le 27/12/2016 à 21:47, Alan W. Irwin a écrit : >>> On 2016-12-27 15:27-0500 Pedro Vicente wrote: >>> >>>> ah, yes, that's right "Visual Studio 14" only is for 32 bits >>>> >>>> I did not try with 64 bits libs >>> >>> @Laurent: >>> >>> Just to interject here, before getting too deeply into 64-bit versus >>> 32-bit Windows differences between Pedro and you, it is important you >>> answer our question whether the text issues you see are due to stale >>> results left over from your previous builds. So please make a >>> completely fresh build and let us know whether those text issues >>> persist for that fresh build. >>> >>> Alan >>> >>> __________________________ >>> Alan W. Irwin >>> >>> Astronomical research affiliation with Department of Physics and >>> Astronomy, >>> University of Victoria (astrowww.phys.uvic.ca). >>> >>> Programming affiliations with the FreeEOS equation-of-state >>> implementation for stellar interiors (freeeos.sf.net); the Time >>> Ephemerides project (timeephem.sf.net); PLplot scientific plotting >>> software package (plplot.sf.net); the libLASi project >>> (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); >>> and the Linux Brochure Project (lbproject.sf.net). >>> __________________________ >>> >>> Linux-powered Science >>> __________________________ > |
From: Pedro V. <ped...@sp...> - 2016-12-27 22:13:41
|
I am using wxwidgets 3.1 built with Visual Studio 2015 and plplot from the master branch and using cmake with cmake ".." -G "Visual Studio 14" -DPL_DOUBLE:BOOL=ON -DBUILD_TEST:BOOL=ON -DCMAKE_CONFIGURATION_TYPES:STRING="Debug" -DCMAKE_BUILD_TYPE:STRING="Debug" -DBUILD_SHARED_LIBS:BOOL=OFF -DSTATIC_RUNTIME:BOOL=ON -DPLD_wxwidgets:BOOL=ON -DwxWidgets_ROOT_DIR:PATH=%WXWIN% -DwxWidgets_LIB_DIR:PATH=%WXWIN%\lib\vc_lib -DwxWidgets_CONFIGURATION=mswud -DENABLE_MIX_CXX=ON -DwxWidgets_EXCLUDE_COMMON_LIBRARIES:BOOL=OFF ----- Original Message ----- From: "Laurent Berger" <lau...@un...> To: "Pedro Vicente" <ped...@sp...> Cc: "Alan W. Irwin" <ir...@be...>; "PLplot development list" <plp...@li...> Sent: Tuesday, December 27, 2016 4:32 PM Subject: Re: [Plplot-devel] legend and label using wxWidgets > Which version of wxwidgets do you use (can you give last commit using git > log)? > > > Le 27/12/2016 à 22:29, Pedro Vicente a écrit : >>> error is still here. Now what patch should I apply? >> >> there is no patch for the scale issue. >> the patch I send previously on the subject "Using wxWidgets" is for the >> issue regarding the use >> of templates. To test that, add and replace the 2 attached files on that >> email to the master you just did the clone, >> and report here if you have any errors on the master, or in your code >> that uses it, please. >> >> regarding the scale issue, what compiler and cmake command are you using? >> is it Visual Studio 2015 build 64bits, doing >> cmake .. -G "Visual Studio 14 win64" ? >> >> >> >> >> On 2016-12-27 16:04, Laurent Berger wrote: >>> I always clean my build repo and my cmake cache. Now to be sure I >>> have just clone plplot in another folder : >>> >>> >>> $ git clone git://git.code.sf.net/p/plplot/plplot >>> Cloning into 'plplot'... >>> remote: Counting objects: 91527, done. >>> remote: Compressing objects: 100% (29963/29963), done. >>> remote: Total 91527 (delta 68265), reused 82342 (delta 60469) >>> Receiving objects: 100% (91527/91527), 117.46 MiB | 109.00 KiB/s, done. >>> Resolving deltas: 100% (68265/68265), done. >>> Checking connectivity... done. >>> Checking out files: 100% (1962/1962), done. >>> >>> Laurent@PC-Laurent-Vision MINGW64 /f/met >>> $ cd plplot >>> >>> Laurent@PC-Laurent-Vision MINGW64 /f/met/plplot (master) >>> $ git log >>> commit 26bc4bf13aa41dff0e19345e982eca00a0458578 >>> Author: Alan W. Irwin <ai...@us...> >>> Date: Sat Dec 24 14:32:48 2016 -0800 >>> >>> Apply spell checker to release notes >>> >>> build plplot in static using wxwidgets 3.1.0 : >>> >>> git log (wxWidgets 3.1.0) >>> commit 9bb5d0435a4cce5bcb7b3956cb730f59c37ea5f6 >>> Author: Paul Cornett <pa...@us...> >>> Date: Wed Nov 9 20:06:26 2016 -0800 >>> >>> Fix non-default window background color with GTK+ >= 3.20 >>> >>> GTK+ no longer automatically paints non-default window >>> background. See #17586 >>> >>> commit b1a19e6b6c9f1a69821c0da773e2e3f94d554292 >>> >>> error is still here. Now what patch should I apply? >>> >>> >>> >>> Le 27/12/2016 à 21:47, Alan W. Irwin a écrit : >>>> On 2016-12-27 15:27-0500 Pedro Vicente wrote: >>>> >>>>> ah, yes, that's right "Visual Studio 14" only is for 32 bits >>>>> >>>>> I did not try with 64 bits libs >>>> >>>> @Laurent: >>>> >>>> Just to interject here, before getting too deeply into 64-bit versus >>>> 32-bit Windows differences between Pedro and you, it is important you >>>> answer our question whether the text issues you see are due to stale >>>> results left over from your previous builds. So please make a >>>> completely fresh build and let us know whether those text issues >>>> persist for that fresh build. >>>> >>>> Alan >>>> >>>> __________________________ >>>> Alan W. Irwin >>>> >>>> Astronomical research affiliation with Department of Physics and >>>> Astronomy, >>>> University of Victoria (astrowww.phys.uvic.ca). >>>> >>>> Programming affiliations with the FreeEOS equation-of-state >>>> implementation for stellar interiors (freeeos.sf.net); the Time >>>> Ephemerides project (timeephem.sf.net); PLplot scientific plotting >>>> software package (plplot.sf.net); the libLASi project >>>> (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); >>>> and the Linux Brochure Project (lbproject.sf.net). >>>> __________________________ >>>> >>>> Linux-powered Science >>>> __________________________ >> > |
From: <p.d...@gm...> - 2016-12-27 23:41:15
|
Hi Laurent I know you have said you have cleaned and you have rebuilt. However, there may be a build tree dependency issue catching us out. Can you ensure you specifically rebuild the wxPlviewer project by right clicking it and selecting build in visual studio? If you just right click an example and click build or debug then this project doesn't get built/rebuilt. This means in a previously used build tree you may be using a stale wxplviewer executable or in a fresh tree you may end up using the wxplviewer from your last build of the INSTALL project as a local version may not be found. Alan – I have mentioned this before. What is needed is for all examples to depend upon the wxPLViewer executable, which in turn depends upon plplot and the wxWidgets driver, so that if changes are made to plplot or the driver then building of an example triggers a rebuild of wxPLViewer. Phil Sent from my Windows 10 phone From: Pedro Vicente Sent: 27 December 2016 22:13 To: Laurent Berger Cc: PLplot development list Subject: Re: [Plplot-devel] legend and label using wxWidgets I am using wxwidgets 3.1 built with Visual Studio 2015 and plplot from the master branch and using cmake with cmake ".." -G "Visual Studio 14" -DPL_DOUBLE:BOOL=ON -DBUILD_TEST:BOOL=ON -DCMAKE_CONFIGURATION_TYPES:STRING="Debug" -DCMAKE_BUILD_TYPE:STRING="Debug" -DBUILD_SHARED_LIBS:BOOL=OFF -DSTATIC_RUNTIME:BOOL=ON -DPLD_wxwidgets:BOOL=ON -DwxWidgets_ROOT_DIR:PATH=%WXWIN% -DwxWidgets_LIB_DIR:PATH=%WXWIN%\lib\vc_lib -DwxWidgets_CONFIGURATION=mswud -DENABLE_MIX_CXX=ON -DwxWidgets_EXCLUDE_COMMON_LIBRARIES:BOOL=OFF ----- Original Message ----- From: "Laurent Berger" <lau...@un...> To: "Pedro Vicente" <ped...@sp...> Cc: "Alan W. Irwin" <ir...@be...>; "PLplot development list" <plp...@li...> Sent: Tuesday, December 27, 2016 4:32 PM Subject: Re: [Plplot-devel] legend and label using wxWidgets > Which version of wxwidgets do you use (can you give last commit using git > log)? > > > Le 27/12/2016 à 22:29, Pedro Vicente a écrit : >>> error is still here. Now what patch should I apply? >> >> there is no patch for the scale issue. >> the patch I send previously on the subject "Using wxWidgets" is for the >> issue regarding the use >> of templates. To test that, add and replace the 2 attached files on that >> email to the master you just did the clone, >> and report here if you have any errors on the master, or in your code >> that uses it, please. >> >> regarding the scale issue, what compiler and cmake command are you using? >> is it Visual Studio 2015 build 64bits, doing >> cmake .. -G "Visual Studio 14 win64" ? >> >> >> >> >> On 2016-12-27 16:04, Laurent Berger wrote: >>> I always clean my build repo and my cmake cache. Now to be sure I >>> have just clone plplot in another folder : >>> >>> >>> $ git clone git://git.code.sf.net/p/plplot/plplot >>> Cloning into 'plplot'... >>> remote: Counting objects: 91527, done. >>> remote: Compressing objects: 100% (29963/29963), done. >>> remote: Total 91527 (delta 68265), reused 82342 (delta 60469) >>> Receiving objects: 100% (91527/91527), 117.46 MiB | 109.00 KiB/s, done. >>> Resolving deltas: 100% (68265/68265), done. >>> Checking connectivity... done. >>> Checking out files: 100% (1962/1962), done. >>> >>> Laurent@PC-Laurent-Vision MINGW64 /f/met >>> $ cd plplot >>> >>> Laurent@PC-Laurent-Vision MINGW64 /f/met/plplot (master) >>> $ git log >>> commit 26bc4bf13aa41dff0e19345e982eca00a0458578 >>> Author: Alan W. Irwin <ai...@us...> >>> Date: Sat Dec 24 14:32:48 2016 -0800 >>> >>> Apply spell checker to release notes >>> >>> build plplot in static using wxwidgets 3.1.0 : >>> >>> git log (wxWidgets 3.1.0) >>> commit 9bb5d0435a4cce5bcb7b3956cb730f59c37ea5f6 >>> Author: Paul Cornett <pa...@us...> >>> Date: Wed Nov 9 20:06:26 2016 -0800 >>> >>> Fix non-default window background color with GTK+ >= 3.20 >>> >>> GTK+ no longer automatically paints non-default window >>> background. See #17586 >>> >>> commit b1a19e6b6c9f1a69821c0da773e2e3f94d554292 >>> >>> error is still here. Now what patch should I apply? >>> >>> >>> >>> Le 27/12/2016 à 21:47, Alan W. Irwin a écrit : >>>> On 2016-12-27 15:27-0500 Pedro Vicente wrote: >>>> >>>>> ah, yes, that's right "Visual Studio 14" only is for 32 bits >>>>> >>>>> I did not try with 64 bits libs >>>> >>>> @Laurent: >>>> >>>> Just to interject here, before getting too deeply into 64-bit versus >>>> 32-bit Windows differences between Pedro and you, it is important you >>>> answer our question whether the text issues you see are due to stale >>>> results left over from your previous builds. So please make a >>>> completely fresh build and let us know whether those text issues >>>> persist for that fresh build. >>>> >>>> Alan >>>> >>>> __________________________ >>>> Alan W. Irwin >>>> >>>> Astronomical research affiliation with Department of Physics and >>>> Astronomy, >>>> University of Victoria (astrowww.phys.uvic.ca). >>>> >>>> Programming affiliations with the FreeEOS equation-of-state >>>> implementation for stellar interiors (freeeos.sf.net); the Time >>>> Ephemerides project (timeephem.sf.net); PLplot scientific plotting >>>> software package (plplot.sf.net); the libLASi project >>>> (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); >>>> and the Linux Brochure Project (lbproject.sf.net). >>>> __________________________ >>>> >>>> Linux-powered Science >>>> __________________________ >> > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Plplot-devel mailing list Plp...@li... https://lists.sourceforge.net/lists/listinfo/plplot-devel |
From: Laurent B. <lau...@un...> - 2016-12-28 01:08:05
|
Hi phil I have already check it : I have clean only wxPlLiewer and run x04 (click on x04) in cmd window I have : Plotting Options: < 1> ps PostScript File (monochrome) < 2> psc PostScript File (color) < 3> xfig Xfig file < 4> null Null device < 5> mem User-supplied memory device < 6> wxwidgets wxWidgets DC < 7> svg Scalable Vector Graphics (SVG 1.1) Enter device number or keyword (stream 1): 6 wxPLDevice::SetupMemoryMap: nTries = 0, mapName = plplotMemoryMapGTSRRSLXRW wxPLDevice::SetupMemoryMap: nTries = 0, mutexName = plplotMemoryMapGTSRRSLXRWmut *** PLPLOT WARNING *** Failed to run wxPLViewer - no plots will be shown *** PLPLOT WARNING *** wxPLViewer failed to signal it has found the shared memory. plGetName: Maximum length of full pathname of file to be found is 39 plGetName: Full pathname of file to be found is F:/Meteo/plplot\data\plxtnd5.fnt plLibOpenPdfstr: Found file F:/Meteo/plplot\data\plxtnd5.fnt Now I build wxPLviewer and run x04 (click ) now wxplotdemo x axis label is wrong too Le 28/12/2016 à 00:41, p.d...@gm... a écrit : > > Hi Laurent > > I know you have said you have cleaned and you have rebuilt. However, > there may be a build tree dependency issue catching us out. Can you > ensure you specifically rebuild the wxPlviewer project by right > clicking it and selecting build in visual studio? If you just right > click an example and click build or debug then this project doesn't > get built/rebuilt. This means in a previously used build tree you may > be using a stale wxplviewer executable or in a fresh tree you may end > up using the wxplviewer from your last build of the INSTALL project as > a local version may not be found. > > Alan – I have mentioned this before. What is needed is for all > examples to depend upon the wxPLViewer executable, which in turn > depends upon plplot and the wxWidgets driver, so that if changes are > made to plplot or the driver then building of an example triggers a > rebuild of wxPLViewer. > > Phil > > Sent from my Windows 10 phone > > *From: *Pedro Vicente <mailto:ped...@sp...> > *Sent: *27 December 2016 22:13 > *To: *Laurent Berger <mailto:lau...@un...> > *Cc: *PLplot development list <mailto:plp...@li...> > *Subject: *Re: [Plplot-devel] legend and label using wxWidgets > > I am using wxwidgets 3.1 built with Visual Studio 2015 and plplot from > the > > master branch > > and using cmake with > > cmake ".." -G "Visual Studio 14" -DPL_DOUBLE:BOOL=ON > > -DBUILD_TEST:BOOL=ON -DCMAKE_CONFIGURATION_TYPES:STRING="Debug" > > -DCMAKE_BUILD_TYPE:STRING="Debug" -DBUILD_SHARED_LIBS:BOOL=OFF > > -DSTATIC_RUNTIME:BOOL=ON -DPLD_wxwidgets:BOOL=ON > > -DwxWidgets_ROOT_DIR:PATH=%WXWIN% > > -DwxWidgets_LIB_DIR:PATH=%WXWIN%\lib\vc_lib > > -DwxWidgets_CONFIGURATION=mswud -DENABLE_MIX_CXX=ON > > -DwxWidgets_EXCLUDE_COMMON_LIBRARIES:BOOL=OFF > > ----- Original Message ----- > > From: "Laurent Berger" <lau...@un...> > > To: "Pedro Vicente" <ped...@sp...> > > Cc: "Alan W. Irwin" <ir...@be...>; "PLplot development > list" > > <plp...@li...> > > Sent: Tuesday, December 27, 2016 4:32 PM > > Subject: Re: [Plplot-devel] legend and label using wxWidgets > > > Which version of wxwidgets do you use (can you give last commit > using git > > > log)? > > > > > > > > > Le 27/12/2016 à 22:29, Pedro Vicente a écrit : > > >>> error is still here. Now what patch should I apply? > > >> > > >> there is no patch for the scale issue. > > >> the patch I send previously on the subject "Using wxWidgets" is for > the > > >> issue regarding the use > > >> of templates. To test that, add and replace the 2 attached files on > that > > >> email to the master you just did the clone, > > >> and report here if you have any errors on the master, or in your code > > >> that uses it, please. > > >> > > >> regarding the scale issue, what compiler and cmake command are you > using? > > >> is it Visual Studio 2015 build 64bits, doing > > >> cmake .. -G "Visual Studio 14 win64" ? > > >> > > >> > > >> > > >> > > >> On 2016-12-27 16:04, Laurent Berger wrote: > > >>> I always clean my build repo and my cmake cache. Now to be sure I > > >>> have just clone plplot in another folder : > > >>> > > >>> > > >>> $ git clone git://git.code.sf.net/p/plplot/plplot > > >>> Cloning into 'plplot'... > > >>> remote: Counting objects: 91527, done. > > >>> remote: Compressing objects: 100% (29963/29963), done. > > >>> remote: Total 91527 (delta 68265), reused 82342 (delta 60469) > > >>> Receiving objects: 100% (91527/91527), 117.46 MiB | 109.00 KiB/s, > done. > > >>> Resolving deltas: 100% (68265/68265), done. > > >>> Checking connectivity... done. > > >>> Checking out files: 100% (1962/1962), done. > > >>> > > >>> Laurent@PC-Laurent-Vision MINGW64 /f/met > > >>> $ cd plplot > > >>> > > >>> Laurent@PC-Laurent-Vision MINGW64 /f/met/plplot (master) > > >>> $ git log > > >>> commit 26bc4bf13aa41dff0e19345e982eca00a0458578 > > >>> Author: Alan W. Irwin <ai...@us...> > > >>> Date: Sat Dec 24 14:32:48 2016 -0800 > > >>> > > >>> Apply spell checker to release notes > > >>> > > >>> build plplot in static using wxwidgets 3.1.0 : > > >>> > > >>> git log (wxWidgets 3.1.0) > > >>> commit 9bb5d0435a4cce5bcb7b3956cb730f59c37ea5f6 > > >>> Author: Paul Cornett <pa...@us...> > > >>> Date: Wed Nov 9 20:06:26 2016 -0800 > > >>> > > >>> Fix non-default window background color with GTK+ >= 3.20 > > >>> > > >>> GTK+ no longer automatically paints non-default window > > >>> background. See #17586 > > >>> > > >>> commit b1a19e6b6c9f1a69821c0da773e2e3f94d554292 > > >>> > > >>> error is still here. Now what patch should I apply? > > >>> > > >>> > > >>> > > >>> Le 27/12/2016 à 21:47, Alan W. Irwin a écrit : > > >>>> On 2016-12-27 15:27-0500 Pedro Vicente wrote: > > >>>> > > >>>>> ah, yes, that's right "Visual Studio 14" only is for 32 bits > > >>>>> > > >>>>> I did not try with 64 bits libs > > >>>> > > >>>> @Laurent: > > >>>> > > >>>> Just to interject here, before getting too deeply into 64-bit versus > > >>>> 32-bit Windows differences between Pedro and you, it is important you > > >>>> answer our question whether the text issues you see are due to stale > > >>>> results left over from your previous builds. So please make a > > >>>> completely fresh build and let us know whether those text issues > > >>>> persist for that fresh build. > > >>>> > > >>>> Alan > > >>>> > > >>>> __________________________ > > >>>> Alan W. Irwin > > >>>> > > >>>> Astronomical research affiliation with Department of Physics and > > >>>> Astronomy, > > >>>> University of Victoria (astrowww.phys.uvic.ca). > > >>>> > > >>>> Programming affiliations with the FreeEOS equation-of-state > > >>>> implementation for stellar interiors (freeeos.sf.net); the Time > > >>>> Ephemerides project (timeephem.sf.net); PLplot scientific plotting > > >>>> software package (plplot.sf.net); the libLASi project > > >>>> (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); > > >>>> and the Linux Brochure Project (lbproject.sf.net). > > >>>> __________________________ > > >>>> > > >>>> Linux-powered Science > > >>>> __________________________ > > >> > > > > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > > _______________________________________________ > > Plplot-devel mailing list > > Plp...@li... > > https://lists.sourceforge.net/lists/listinfo/plplot-devel > |
From: <p.d...@gm...> - 2016-12-28 09:27:21
|
Hi Laurent This is very strange. I see that y axis titles are rotated 180, and the line label is rotated 90 degrees. In fact it looks to me like the y axis coordinate has been reversed for text direction. I have just tested my system which is using commit 65e7b3c99809... Fix bug with plotting in wxPLplotDemo and I don't see the issue. I'm not online right now (emailing from phone) to get latest master, but could you do a git log and let me know which commit you are at? Also is there anything unusual about your screen setup that may affect the usual y direction orientation or anything similar that you can think of? Phil Sent from my Windows 10 phone From: Laurent Berger Sent: 28 December 2016 01:07 To: p.d...@gm...; Pedro Vicente Cc: PLplot development list Subject: Re: [Plplot-devel] legend and label using wxWidgets Hi phil I have already check it : I have clean only wxPlLiewer and run x04 (click on x04) in cmd window I have : Plotting Options: < 1> ps PostScript File (monochrome) < 2> psc PostScript File (color) < 3> xfig Xfig file < 4> null Null device < 5> mem User-supplied memory device < 6> wxwidgets wxWidgets DC < 7> svg Scalable Vector Graphics (SVG 1.1) Enter device number or keyword (stream 1): 6 wxPLDevice::SetupMemoryMap: nTries = 0, mapName = plplotMemoryMapGTSRRSLXRW wxPLDevice::SetupMemoryMap: nTries = 0, mutexName = plplotMemoryMapGTSRRSLXRWmut *** PLPLOT WARNING *** Failed to run wxPLViewer - no plots will be shown *** PLPLOT WARNING *** wxPLViewer failed to signal it has found the shared memory. plGetName: Maximum length of full pathname of file to be found is 39 plGetName: Full pathname of file to be found is F:/Meteo/plplot\data\plxtnd5.fnt plLibOpenPdfstr: Found file F:/Meteo/plplot\data\plxtnd5.fnt Now I build wxPLviewer and run x04 (click ) now wxplotdemo x axis label is wrong too Le 28/12/2016 à 00:41, p.d...@gm... a écrit : Hi Laurent I know you have said you have cleaned and you have rebuilt. However, there may be a build tree dependency issue catching us out. Can you ensure you specifically rebuild the wxPlviewer project by right clicking it and selecting build in visual studio? If you just right click an example and click build or debug then this project doesn't get built/rebuilt. This means in a previously used build tree you may be using a stale wxplviewer executable or in a fresh tree you may end up using the wxplviewer from your last build of the INSTALL project as a local version may not be found. Alan – I have mentioned this before. What is needed is for all examples to depend upon the wxPLViewer executable, which in turn depends upon plplot and the wxWidgets driver, so that if changes are made to plplot or the driver then building of an example triggers a rebuild of wxPLViewer. Phil Sent from my Windows 10 phone From: Pedro Vicente Sent: 27 December 2016 22:13 To: Laurent Berger Cc: PLplot development list Subject: Re: [Plplot-devel] legend and label using wxWidgets I am using wxwidgets 3.1 built with Visual Studio 2015 and plplot from the master branch and using cmake with cmake ".." -G "Visual Studio 14" -DPL_DOUBLE:BOOL=ON -DBUILD_TEST:BOOL=ON -DCMAKE_CONFIGURATION_TYPES:STRING="Debug" -DCMAKE_BUILD_TYPE:STRING="Debug" -DBUILD_SHARED_LIBS:BOOL=OFF -DSTATIC_RUNTIME:BOOL=ON -DPLD_wxwidgets:BOOL=ON -DwxWidgets_ROOT_DIR:PATH=%WXWIN% -DwxWidgets_LIB_DIR:PATH=%WXWIN%\lib\vc_lib -DwxWidgets_CONFIGURATION=mswud -DENABLE_MIX_CXX=ON -DwxWidgets_EXCLUDE_COMMON_LIBRARIES:BOOL=OFF ----- Original Message ----- From: "Laurent Berger" <lau...@un...> To: "Pedro Vicente" <ped...@sp...> Cc: "Alan W. Irwin" <ir...@be...>; "PLplot development list" <plp...@li...> Sent: Tuesday, December 27, 2016 4:32 PM Subject: Re: [Plplot-devel] legend and label using wxWidgets > Which version of wxwidgets do you use (can you give last commit using git > log)? > > > Le 27/12/2016 à 22:29, Pedro Vicente a écrit : >>> error is still here. Now what patch should I apply? >> >> there is no patch for the scale issue. >> the patch I send previously on the subject "Using wxWidgets" is for the >> issue regarding the use >> of templates. To test that, add and replace the 2 attached files on that >> email to the master you just did the clone, >> and report here if you have any errors on the master, or in your code >> that uses it, please. >> >> regarding the scale issue, what compiler and cmake command are you using? >> is it Visual Studio 2015 build 64bits, doing >> cmake .. -G "Visual Studio 14 win64" ? >> >> >> >> >> On 2016-12-27 16:04, Laurent Berger wrote: >>> I always clean my build repo and my cmake cache. Now to be sure I >>> have just clone plplot in another folder : >>> >>> >>> $ git clone git://git.code.sf.net/p/plplot/plplot >>> Cloning into 'plplot'... >>> remote: Counting objects: 91527, done. >>> remote: Compressing objects: 100% (29963/29963), done. >>> remote: Total 91527 (delta 68265), reused 82342 (delta 60469) >>> Receiving objects: 100% (91527/91527), 117.46 MiB | 109.00 KiB/s, done. >>> Resolving deltas: 100% (68265/68265), done. >>> Checking connectivity... done. >>> Checking out files: 100% (1962/1962), done. >>> >>> Laurent@PC-Laurent-Vision MINGW64 /f/met >>> $ cd plplot >>> >>> Laurent@PC-Laurent-Vision MINGW64 /f/met/plplot (master) >>> $ git log >>> commit 26bc4bf13aa41dff0e19345e982eca00a0458578 >>> Author: Alan W. Irwin <ai...@us...> >>> Date: Sat Dec 24 14:32:48 2016 -0800 >>> >>> Apply spell checker to release notes >>> >>> build plplot in static using wxwidgets 3.1.0 : >>> >>> git log (wxWidgets 3.1.0) >>> commit 9bb5d0435a4cce5bcb7b3956cb730f59c37ea5f6 >>> Author: Paul Cornett <pa...@us...> >>> Date: Wed Nov 9 20:06:26 2016 -0800 >>> >>> Fix non-default window background color with GTK+ >= 3.20 >>> >>> GTK+ no longer automatically paints non-default window >>> background. See #17586 >>> >>> commit b1a19e6b6c9f1a69821c0da773e2e3f94d554292 >>> >>> error is still here. Now what patch should I apply? >>> >>> >>> >>> Le 27/12/2016 à 21:47, Alan W. Irwin a écrit : >>>> On 2016-12-27 15:27-0500 Pedro Vicente wrote: >>>> >>>>> ah, yes, that's right "Visual Studio 14" only is for 32 bits >>>>> >>>>> I did not try with 64 bits libs >>>> >>>> @Laurent: >>>> >>>> Just to interject here, before getting too deeply into 64-bit versus >>>> 32-bit Windows differences between Pedro and you, it is important you >>>> answer our question whether the text issues you see are due to stale >>>> results left over from your previous builds. So please make a >>>> completely fresh build and let us know whether those text issues >>>> persist for that fresh build. >>>> >>>> Alan >>>> >>>> __________________________ >>>> Alan W. Irwin >>>> >>>> Astronomical research affiliation with Department of Physics and >>>> Astronomy, >>>> University of Victoria (astrowww.phys.uvic.ca). >>>> >>>> Programming affiliations with the FreeEOS equation-of-state >>>> implementation for stellar interiors (freeeos.sf.net); the Time >>>> Ephemerides project (timeephem.sf.net); PLplot scientific plotting >>>> software package (plplot.sf.net); the libLASi project >>>> (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); >>>> and the Linux Brochure Project (lbproject.sf.net). >>>> __________________________ >>>> >>>> Linux-powered Science >>>> __________________________ >> > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Plplot-devel mailing list Plp...@li... https://lists.sourceforge.net/lists/listinfo/plplot-devel |
From: Laurent B. <lau...@un...> - 2016-12-28 10:21:53
|
git log commit 26bc4bf13aa41dff0e19345e982eca00a0458578 Author: Alan W. Irwin <ai...@us...> Date: Sat Dec 24 14:32:48 2016 -0800 Apply spell checker to release notes I have got a dual screen. I have check example on my laptop and problem exist too. Do you use 32 bit or 64 bits libs? Le 28/12/2016 à 10:27, p.d...@gm... a écrit : > > Hi Laurent > > This is very strange. I see that y axis titles are rotated 180, and > the line label is rotated 90 degrees. > > In fact it looks to me like the y axis coordinate has been reversed > for text direction. I have just tested my system which is using commit > 65e7b3c99809... Fix bug with plotting in wxPLplotDemo and I don't see > the issue. I'm not online right now (emailing from phone) to get > latest master, but could you do a git log and let me know which commit > you are at? > > Also is there anything unusual about your screen setup that may affect > the usual y direction orientation or anything similar that you can > think of? > > Phil > > Sent from my Windows 10 phone > > *From: *Laurent Berger <mailto:lau...@un...> > *Sent: *28 December 2016 01:07 > *To: *p.d...@gm... <mailto:p.d...@gm...>; Pedro > Vicente <mailto:ped...@sp...> > *Cc: *PLplot development list <mailto:plp...@li...> > *Subject: *Re: [Plplot-devel] legend and label using wxWidgets > > Hi phil > > I have already check it : > > I have clean only wxPlLiewer and run x04 (click on x04) in cmd window > I have : > > > Plotting Options: > < 1> ps PostScript File (monochrome) > < 2> psc PostScript File (color) > < 3> xfig Xfig file > < 4> null Null device > < 5> mem User-supplied memory device > < 6> wxwidgets wxWidgets DC > < 7> svg Scalable Vector Graphics (SVG 1.1) > > Enter device number or keyword (stream 1): 6 > wxPLDevice::SetupMemoryMap: nTries = 0, mapName = > plplotMemoryMapGTSRRSLXRW > wxPLDevice::SetupMemoryMap: nTries = 0, mutexName = > plplotMemoryMapGTSRRSLXRWmut > > *** PLPLOT WARNING *** > Failed to run wxPLViewer - no plots will be shown > > *** PLPLOT WARNING *** > wxPLViewer failed to signal it has found the shared memory. > plGetName: Maximum length of full pathname of file to be found is 39 > plGetName: Full pathname of file to be found is > F:/Meteo/plplot\data\plxtnd5.fnt > plLibOpenPdfstr: Found file F:/Meteo/plplot\data\plxtnd5.fnt > > Now I build wxPLviewer and run x04 (click ) > > > cid:par...@un... > > now wxplotdemo x axis label is wrong too > > cid:par...@un... > > > Le 28/12/2016 à 00:41, p.d...@gm... > <mailto:p.d...@gm...> a écrit : > > Hi Laurent > > I know you have said you have cleaned and you have rebuilt. > However, there may be a build tree dependency issue catching us > out. Can you ensure you specifically rebuild the wxPlviewer > project by right clicking it and selecting build in visual studio? > If you just right click an example and click build or debug then > this project doesn't get built/rebuilt. This means in a previously > used build tree you may be using a stale wxplviewer executable or > in a fresh tree you may end up using the wxplviewer from your last > build of the INSTALL project as a local version may not be found. > > Alan – I have mentioned this before. What is needed is for all > examples to depend upon the wxPLViewer executable, which in turn > depends upon plplot and the wxWidgets driver, so that if changes > are made to plplot or the driver then building of an example > triggers a rebuild of wxPLViewer. > > Phil > > Sent from my Windows 10 phone > > *From: *Pedro Vicente <mailto:ped...@sp...> > *Sent: *27 December 2016 22:13 > *To: *Laurent Berger <mailto:lau...@un...> > *Cc: *PLplot development list > <mailto:plp...@li...> > *Subject: *Re: [Plplot-devel] legend and label using wxWidgets > > I am using wxwidgets 3.1 built with Visual Studio 2015 and plplot > from the > > master branch > > and using cmake with > > cmake ".." -G "Visual Studio 14" -DPL_DOUBLE:BOOL=ON > > -DBUILD_TEST:BOOL=ON -DCMAKE_CONFIGURATION_TYPES:STRING="Debug" > > -DCMAKE_BUILD_TYPE:STRING="Debug" -DBUILD_SHARED_LIBS:BOOL=OFF > > -DSTATIC_RUNTIME:BOOL=ON -DPLD_wxwidgets:BOOL=ON > > -DwxWidgets_ROOT_DIR:PATH=%WXWIN% > > -DwxWidgets_LIB_DIR:PATH=%WXWIN%\lib\vc_lib > > -DwxWidgets_CONFIGURATION=mswud -DENABLE_MIX_CXX=ON > > -DwxWidgets_EXCLUDE_COMMON_LIBRARIES:BOOL=OFF > > ----- Original Message ----- > > From: "Laurent Berger" <lau...@un...> > <mailto:lau...@un...> > > To: "Pedro Vicente" <ped...@sp...> > <mailto:ped...@sp...> > > Cc: "Alan W. Irwin" <ir...@be...> > <mailto:ir...@be...>; "PLplot development list" > > <plp...@li...> > <mailto:plp...@li...> > > Sent: Tuesday, December 27, 2016 4:32 PM > > Subject: Re: [Plplot-devel] legend and label using wxWidgets > > > Which version of wxwidgets do you use (can you give last commit using git > > > log)? > > > > > > > > > Le 27/12/2016 à 22:29, Pedro Vicente a écrit : > > >>> error is still here. Now what patch should I apply? > > >> > > >> there is no patch for the scale issue. > > >> the patch I send previously on the subject "Using wxWidgets" is for the > > >> issue regarding the use > > >> of templates. To test that, add and replace the 2 attached files on > that > > >> email to the master you just did the clone, > > >> and report here if you have any errors on the master, or in your code > > >> that uses it, please. > > >> > > >> regarding the scale issue, what compiler and cmake command are > you using? > > >> is it Visual Studio 2015 build 64bits, doing > > >> cmake .. -G "Visual Studio 14 win64" ? > > >> > > >> > > >> > > >> > > >> On 2016-12-27 16:04, Laurent Berger wrote: > > >>> I always clean my build repo and my cmake cache. Now to be sure I > > >>> have just clone plplot in another folder : > > >>> > > >>> > > >>> $ git clone git://git.code.sf.net/p/plplot/plplot > > >>> Cloning into 'plplot'... > > >>> remote: Counting objects: 91527, done. > > >>> remote: Compressing objects: 100% (29963/29963), done. > > >>> remote: Total 91527 (delta 68265), reused 82342 (delta 60469) > > >>> Receiving objects: 100% (91527/91527), 117.46 MiB | 109.00 KiB/s, > done. > > >>> Resolving deltas: 100% (68265/68265), done. > > >>> Checking connectivity... done. > > >>> Checking out files: 100% (1962/1962), done. > > >>> > > >>> Laurent@PC-Laurent-Vision MINGW64 /f/met > > >>> $ cd plplot > > >>> > > >>> Laurent@PC-Laurent-Vision MINGW64 /f/met/plplot (master) > > >>> $ git log > > >>> commit 26bc4bf13aa41dff0e19345e982eca00a0458578 > > >>> Author: Alan W. Irwin <ai...@us...> > <mailto:ai...@us...> > > >>> Date: Sat Dec 24 14:32:48 2016 -0800 > > >>> > > >>>Apply spell checker to release notes > > >>> > > >>> build plplot in static using wxwidgets 3.1.0 : > > >>> > > >>>git log (wxWidgets 3.1.0) > > >>> commit 9bb5d0435a4cce5bcb7b3956cb730f59c37ea5f6 > > >>> Author: Paul Cornett <pa...@us...> > <mailto:pa...@us...> > > >>> Date: Wed Nov 9 20:06:26 2016 -0800 > > >>> > > >>>Fix non-default window background color with GTK+ >= 3.20 > > >>> > > >>>GTK+ no longer automatically paints non-default window > > >>> background. See #17586 > > >>> > > >>> commit b1a19e6b6c9f1a69821c0da773e2e3f94d554292 > > >>> > > >>> error is still here. Now what patch should I apply? > > >>> > > >>> > > >>> > > >>> Le 27/12/2016 à 21:47, Alan W. Irwin a écrit : > > >>>> On 2016-12-27 15:27-0500 Pedro Vicente wrote: > > >>>> > > >>>>> ah, yes, that's right "Visual Studio 14" only is for 32 bits > > >>>>> > > >>>>> I did not try with 64 bits libs > > >>>> > > >>>> @Laurent: > > >>>> > > >>>> Just to interject here, before getting too deeply into 64-bit versus > > >>>> 32-bit Windows differences between Pedro and you, it is important you > > >>>> answer our question whether the text issues you see are due to stale > > >>>> results left over from your previous builds. So please make a > > >>>> completely fresh build and let us know whether those text issues > > >>>> persist for that fresh build. > > >>>> > > >>>> Alan > > >>>> > > >>>> __________________________ > > >>>> Alan W. Irwin > > >>>> > > >>>> Astronomical research affiliation with Department of Physics and > > >>>> Astronomy, > > >>>> University of Victoria (astrowww.phys.uvic.ca). > > >>>> > > >>>> Programming affiliations with the FreeEOS equation-of-state > > >>>> implementation for stellar interiors (freeeos.sf.net); the Time > > >>>> Ephemerides project (timeephem.sf.net); PLplot scientific plotting > > >>>> software package (plplot.sf.net); the libLASi project > > >>>> (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); > > >>>> and the Linux Brochure Project (lbproject.sf.net). > > >>>> __________________________ > > >>>> > > >>>> Linux-powered Science > > >>>> __________________________ > > >> > > > > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > > _______________________________________________ > > Plplot-devel mailing list > > Plp...@li... > <mailto:Plp...@li...> > > https://lists.sourceforge.net/lists/listinfo/plplot-devel > |
From: <p.d...@gm...> - 2016-12-28 19:11:21
|
Thanks Laurent You are a few commits ahead of me I think so I'll update, just in case it makes a difference. I use 64 bit, which I think is the same as you. Are you using wxWidgets 3.1? I am using 3.0 I think, but I'll check. Phil Sent from my Windows 10 phone From: Laurent Berger Sent: 28 December 2016 10:21 To: p.d...@gm...; Pedro Vicente Cc: PLplot development list Subject: Re: [Plplot-devel] legend and label using wxWidgets git log commit 26bc4bf13aa41dff0e19345e982eca00a0458578 Author: Alan W. Irwin <ai...@us...> Date: Sat Dec 24 14:32:48 2016 -0800 Apply spell checker to release notes I have got a dual screen. I have check example on my laptop and problem exist too. Do you use 32 bit or 64 bits libs? Le 28/12/2016 à 10:27, p.d...@gm... a écrit : Hi Laurent This is very strange. I see that y axis titles are rotated 180, and the line label is rotated 90 degrees. In fact it looks to me like the y axis coordinate has been reversed for text direction. I have just tested my system which is using commit 65e7b3c99809... Fix bug with plotting in wxPLplotDemo and I don't see the issue. I'm not online right now (emailing from phone) to get latest master, but could you do a git log and let me know which commit you are at? Also is there anything unusual about your screen setup that may affect the usual y direction orientation or anything similar that you can think of? Phil Sent from my Windows 10 phone From: Laurent Berger Sent: 28 December 2016 01:07 To: p.d...@gm...; Pedro Vicente Cc: PLplot development list Subject: Re: [Plplot-devel] legend and label using wxWidgets Hi phil I have already check it : I have clean only wxPlLiewer and run x04 (click on x04) in cmd window I have : Plotting Options: < 1> ps PostScript File (monochrome) < 2> psc PostScript File (color) < 3> xfig Xfig file < 4> null Null device < 5> mem User-supplied memory device < 6> wxwidgets wxWidgets DC < 7> svg Scalable Vector Graphics (SVG 1.1) Enter device number or keyword (stream 1): 6 wxPLDevice::SetupMemoryMap: nTries = 0, mapName = plplotMemoryMapGTSRRSLXRW wxPLDevice::SetupMemoryMap: nTries = 0, mutexName = plplotMemoryMapGTSRRSLXRWmut *** PLPLOT WARNING *** Failed to run wxPLViewer - no plots will be shown *** PLPLOT WARNING *** wxPLViewer failed to signal it has found the shared memory. plGetName: Maximum length of full pathname of file to be found is 39 plGetName: Full pathname of file to be found is F:/Meteo/plplot\data\plxtnd5.fnt plLibOpenPdfstr: Found file F:/Meteo/plplot\data\plxtnd5.fnt Now I build wxPLviewer and run x04 (click ) now wxplotdemo x axis label is wrong too Le 28/12/2016 à 00:41, p.d...@gm... a écrit : Hi Laurent I know you have said you have cleaned and you have rebuilt. However, there may be a build tree dependency issue catching us out. Can you ensure you specifically rebuild the wxPlviewer project by right clicking it and selecting build in visual studio? If you just right click an example and click build or debug then this project doesn't get built/rebuilt. This means in a previously used build tree you may be using a stale wxplviewer executable or in a fresh tree you may end up using the wxplviewer from your last build of the INSTALL project as a local version may not be found. Alan – I have mentioned this before. What is needed is for all examples to depend upon the wxPLViewer executable, which in turn depends upon plplot and the wxWidgets driver, so that if changes are made to plplot or the driver then building of an example triggers a rebuild of wxPLViewer. Phil Sent from my Windows 10 phone From: Pedro Vicente Sent: 27 December 2016 22:13 To: Laurent Berger Cc: PLplot development list Subject: Re: [Plplot-devel] legend and label using wxWidgets I am using wxwidgets 3.1 built with Visual Studio 2015 and plplot from the master branch and using cmake with cmake ".." -G "Visual Studio 14" -DPL_DOUBLE:BOOL=ON -DBUILD_TEST:BOOL=ON -DCMAKE_CONFIGURATION_TYPES:STRING="Debug" -DCMAKE_BUILD_TYPE:STRING="Debug" -DBUILD_SHARED_LIBS:BOOL=OFF -DSTATIC_RUNTIME:BOOL=ON -DPLD_wxwidgets:BOOL=ON -DwxWidgets_ROOT_DIR:PATH=%WXWIN% -DwxWidgets_LIB_DIR:PATH=%WXWIN%\lib\vc_lib -DwxWidgets_CONFIGURATION=mswud -DENABLE_MIX_CXX=ON -DwxWidgets_EXCLUDE_COMMON_LIBRARIES:BOOL=OFF ----- Original Message ----- From: "Laurent Berger" <lau...@un...> To: "Pedro Vicente" <ped...@sp...> Cc: "Alan W. Irwin" <ir...@be...>; "PLplot development list" <plp...@li...> Sent: Tuesday, December 27, 2016 4:32 PM Subject: Re: [Plplot-devel] legend and label using wxWidgets > Which version of wxwidgets do you use (can you give last commit using git > log)? > > > Le 27/12/2016 à 22:29, Pedro Vicente a écrit : >>> error is still here. Now what patch should I apply? >> >> there is no patch for the scale issue. >> the patch I send previously on the subject "Using wxWidgets" is for the >> issue regarding the use >> of templates. To test that, add and replace the 2 attached files on that >> email to the master you just did the clone, >> and report here if you have any errors on the master, or in your code >> that uses it, please. >> >> regarding the scale issue, what compiler and cmake command are you using? >> is it Visual Studio 2015 build 64bits, doing >> cmake .. -G "Visual Studio 14 win64" ? >> >> >> >> >> On 2016-12-27 16:04, Laurent Berger wrote: >>> I always clean my build repo and my cmake cache. Now to be sure I >>> have just clone plplot in another folder : >>> >>> >>> $ git clone git://git.code.sf.net/p/plplot/plplot >>> Cloning into 'plplot'... >>> remote: Counting objects: 91527, done. >>> remote: Compressing objects: 100% (29963/29963), done. >>> remote: Total 91527 (delta 68265), reused 82342 (delta 60469) >>> Receiving objects: 100% (91527/91527), 117.46 MiB | 109.00 KiB/s, done. >>> Resolving deltas: 100% (68265/68265), done. >>> Checking connectivity... done. >>> Checking out files: 100% (1962/1962), done. >>> >>> Laurent@PC-Laurent-Vision MINGW64 /f/met >>> $ cd plplot >>> >>> Laurent@PC-Laurent-Vision MINGW64 /f/met/plplot (master) >>> $ git log >>> commit 26bc4bf13aa41dff0e19345e982eca00a0458578 >>> Author: Alan W. Irwin <ai...@us...> >>> Date: Sat Dec 24 14:32:48 2016 -0800 >>> >>> Apply spell checker to release notes >>> >>> build plplot in static using wxwidgets 3.1.0 : >>> >>> git log (wxWidgets 3.1.0) >>> commit 9bb5d0435a4cce5bcb7b3956cb730f59c37ea5f6 >>> Author: Paul Cornett <pa...@us...> >>> Date: Wed Nov 9 20:06:26 2016 -0800 >>> >>> Fix non-default window background color with GTK+ >= 3.20 >>> >>> GTK+ no longer automatically paints non-default window >>> background. See #17586 >>> >>> commit b1a19e6b6c9f1a69821c0da773e2e3f94d554292 >>> >>> error is still here. Now what patch should I apply? >>> >>> >>> >>> Le 27/12/2016 à 21:47, Alan W. Irwin a écrit : >>>> On 2016-12-27 15:27-0500 Pedro Vicente wrote: >>>> >>>>> ah, yes, that's right "Visual Studio 14" only is for 32 bits >>>>> >>>>> I did not try with 64 bits libs >>>> >>>> @Laurent: >>>> >>>> Just to interject here, before getting too deeply into 64-bit versus >>>> 32-bit Windows differences between Pedro and you, it is important you >>>> answer our question whether the text issues you see are due to stale >>>> results left over from your previous builds. So please make a >>>> completely fresh build and let us know whether those text issues >>>> persist for that fresh build. >>>> >>>> Alan >>>> >>>> __________________________ >>>> Alan W. Irwin >>>> >>>> Astronomical research affiliation with Department of Physics and >>>> Astronomy, >>>> University of Victoria (astrowww.phys.uvic.ca). >>>> >>>> Programming affiliations with the FreeEOS equation-of-state >>>> implementation for stellar interiors (freeeos.sf.net); the Time >>>> Ephemerides project (timeephem.sf.net); PLplot scientific plotting >>>> software package (plplot.sf.net); the libLASi project >>>> (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); >>>> and the Linux Brochure Project (lbproject.sf.net). >>>> __________________________ >>>> >>>> Linux-powered Science >>>> __________________________ >> > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Plplot-devel mailing list Plp...@li... https://lists.sourceforge.net/lists/listinfo/plplot-devel |