From: Phil R. <p.d...@gm...> - 2018-02-02 14:23:13
|
Hi David I would have gotten involved in this thread earlier if I had realised it had moved to Visual Studio an wxWidgets and away from Cygwin. Sorry for just reading the title and not the text. I always use the visual studio IDE, I don't know if that is the route you ended up going down. Have you found the instructions at https://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_the_Visual_Studio_IDE/? They are a little out of date, but I don't think much has changed. Phil On 26 January 2018 at 14:57, David Bergman via Plplot-general < plp...@li...> wrote: > That worked. Are there any good tutorials for using this with wxWidgets > and VC++? > I think I need to set up the wxWidgets driver. > You may hear from me again... > David > > > On Friday, January 26, 2018, 9:38:32 AM EST, Arjen Markus < > Arj...@de...> wrote: > > > Hi David, > > > > That is easier – did you install the stuff via “nmake install” or are you > working from the build directory? > > > > That is what I usually do and then I have to expand the PATH environment > variable: > > > > set PATH=d:\plplot-build-dir\dll;%PATH% > > cd examples\cxx > > x01.exe > > > > Fill in the right directory for “plplot-build-dir” above. > > > > Regards, > > > > Arjen > > > > *From:* David Bergman [mailto:dav...@ya...] > *Sent:* Friday, January 26, 2018 3:34 PM > *To:* Arjen Markus > *Cc:* Plp...@li... (plplot-general@lists. > sourceforge.net) > *Subject:* Re: RE: RE: [Plplot-general] More questions about install > > > > Arjen, > > Thanks, that worked to get past this hurdle. nmake and nmake install > worked. > > Frankly, I'm not sure what state plplot is in but I tried running an > example exe and got an error message that plplotcxx.dll is not installed on > my computer. > > However, this *.dll does exists in the dll folder. > > How does that work? > > David > > > > > > On Friday, January 26, 2018, 8:15:24 AM EST, Arjen Markus < > Arj...@de...> wrote: > > > > > > Hi David, > > > > I was a bit hasty, I think – the cairo device driver actually consists of > a whole slew of them and you would have to set all of them to off to avoid > the cairo device (things like PLD_wincairo and PLD_epscairo). If I read the > CMake files correctly, then you should be able to turn off that family of > devices by -DDEFAULT_NO_CAIRO_DEVICES=ON. (I hope I am right this time) > > > > Regards, > > > > Arjen > > > > > > *From:* David Bergman [mailto:dav...@ya... > <dav...@ya...>] > *Sent:* Thursday, January 25, 2018 2:12 PM > *To:* Arjen Markus > *Cc:* Plp...@li... (plplot-general@lists. > sourceforge.net) > *Subject:* Re: RE: [Plplot-general] More questions about install > > > > Arjen, > > Thanks. I tried again with your suggestion but the following warning. > > > > CMake Warning: > Manually-specified variables were not used by the project: > > > > PLD_cairo > > > > I tried variant, e.g. all cap, etc, just in case there was a typo. No > luck. > > > > Any other suggestions would be appreciated. > > On another note, not sure is you saw my other email status. Installing > from the IDE seemed to work for the Release build but not the Debug, > several projects failed to build. I cannot decipher why one would build > and the other not. Additionally the *.exe for the examples did not get > created as in previous installs. It seems that each try produces a > different state. > > > > Thank you in advance. > > David > > > > > > > > On Thursday, January 25, 2018, 2:44:51 AM EST, Arjen Markus < > Arj...@de...> wrote: > > > > > > Hi David, > > > > Wrt your message (it got caught in my spam filter for reasons best known > to itself): > > > > “Arjen, > > > > I just installed CMake 3.9.4 and tried the build from a DOS command prompt > (not using VS INSTALL). Same issues, partial output is attached. > > It crashes at ciaro [26%]. Do I need ciaro to use plplot? > > > > David” > > > > Apparently the build system is finding libraries that are connected to the > cairo device. Unfortunately, they are not truly compatible. The best way to > take care of that is to use the option –DPLD_cairo=OFF, forcing the build > system to ignore that device. This kind of things sometimes happens. > > > > Regards, > > > > Arjen > > > > > > > *Arjen Markus* > Sr. Adviseur/Onderzoeker > > T > > +31(0)88 335 8559 <+31%2088%20335%208559> > > E > > Arj...@de... > > > > > > * www.deltares.com* <http://www.deltares.com/> > > Postbus 177 > 2600 MH Delft <http://www.deltares.com/> > > > <http://www.deltares.com/> > > > Please consider the environment before printing this email > <http://www.deltares.com/> > > DISCLAIMER: This message is intended exclusively for the addressee(s) and > may contain confidential and privileged information. If you are not the > intended recipient please notify the sender immediately and destroy this > message. Unauthorized use, disclosure or copying of this message is > strictly prohibited. The foundation 'Stichting Deltares', which has its > seat at Delft, The Netherlands, Commercial Registration Number 41146461, is > not liable in any way whatsoever for consequences and/or damages resulting > from the improper, incomplete and untimely dispatch, receipt and/or content > of this e-mail. <http://www.deltares.com/> > > DISCLAIMER: This message is intended exclusively for the addressee(s) and > may contain confidential and privileged information. If you are not the > intended recipient please notify the sender immediately and destroy this > message. Unauthorized use, disclosure or copying of this message is > strictly prohibited. The foundation 'Stichting Deltares', which has its > seat at Delft, The Netherlands, Commercial Registration Number 41146461, is > not liable in any way whatsoever for consequences and/or damages resulting > from the improper, incomplete and untimely dispatch, receipt and/or content > of this e-mail. > DISCLAIMER: This message is intended exclusively for the addressee(s) and > may contain confidential and privileged information. If you are not the > intended recipient please notify the sender immediately and destroy this > message. Unauthorized use, disclosure or copying of this message is > strictly prohibited. The foundation 'Stichting Deltares', which has its > seat at Delft, The Netherlands, Commercial Registration Number 41146461, is > not liable in any way whatsoever for consequences and/or damages resulting > from the improper, incomplete and untimely dispatch, receipt and/or content > of this e-mail. > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Plplot-general mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-general > > |