Re: [Plplot-general] More questions about install

2018-01-26 Thread David Bergman via Plplot-general
I believe I did set PATH, as that was one of the steps on the site.  I'll try 
again.  I installed via "nmake install".On another note does this method of 
building produce all the same results as building and installing from the IDE?I 
have virtually no header files, or code, just dll, lib, etc.Not sure what to 
expect as each method produces different file structure.
Thanks,David
 

On Friday, January 26, 2018, 9:38:32 AM EST, Arjen Markus 
 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:davidrberg...@yahoo.com]
Sent: Friday, January 26, 2018 3:34 PM
To: Arjen Markus
Cc: Plplot-general@lists.sourceforge.net (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 
 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:davidrberg...@yahoo.com]
Sent: Thursday, January 25, 2018 2:12 PM
To: Arjen Markus
Cc: Plplot-general@lists.sourceforge.net (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 
 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
  |
| 
E
  | 
arjen.mar...@deltares.nl
  |


 
 
|  |


 
 
| 
|  |


 www.deltares.com
  |  | 
Postbus 177
2600 MH Delft
  |  | 
| 


  |
|  |
|  |

 |



Please consider the environment before printing this email
 
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 

Re: [Plplot-general] More questions about install

2018-01-26 Thread Arjen Markus
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:davidrberg...@yahoo.com]
Sent: Friday, January 26, 2018 3:34 PM
To: Arjen Markus
Cc: Plplot-general@lists.sourceforge.net (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 
> 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:davidrberg...@yahoo.com]
Sent: Thursday, January 25, 2018 2:12 PM
To: Arjen Markus
Cc: 
Plplot-general@lists.sourceforge.net
 
(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 
> 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


E


arjen.mar...@deltares.nl








 www.deltares.com


Postbus 177
2600 MH Delft










Please consider the environment before printing this 
email

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.
DISCLAIMER: This message is intended exclusively for the 

Re: [Plplot-general] More questions about install

2018-01-26 Thread David Bergman via Plplot-general
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 
 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:davidrberg...@yahoo.com]
Sent: Thursday, January 25, 2018 2:12 PM
To: Arjen Markus
Cc: Plplot-general@lists.sourceforge.net (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 
 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
  |
| 
E
  | 
arjen.mar...@deltares.nl
  |


 
 
|  |


 
 
| 
|  |


 www.deltares.com
  |  | 
Postbus 177
2600 MH Delft
  |  | 
| 


  |
| 

  |
| 

  |

 |



Please consider the environment before printing this email
 
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
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general


Re: [Plplot-general] More questions about install

2018-01-26 Thread Arjen Markus
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:davidrberg...@yahoo.com]
Sent: Thursday, January 25, 2018 2:12 PM
To: Arjen Markus
Cc: Plplot-general@lists.sourceforge.net (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 
> 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


E


arjen.mar...@deltares.nl








 www.deltares.com


Postbus 177
2600 MH Delft














Please consider the environment before printing this 
email
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
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general