Re: [Plplot-devel] tcl build problem

2014-09-23 Thread Arjen Markus
: Tuesday, September 23, 2014 3:59 AM To: Phil Rosenberg Cc: PLplot development list Subject: Re: [Plplot-devel] tcl build problem On 2014-09-22 22:58+0100 Phil Rosenberg wrote: Hi Alan [...]I have located the DLLs on the lib directory and added their directory to my path, but still they don't

Re: [Plplot-devel] tcl build problem

2014-09-23 Thread Phil Rosenberg
list Plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] tcl build problem On 2014-09-22 22:58+0100 Phil Rosenberg wrote: Hi Alan [...]I have located the DLLs on the lib directory and added their directory to my path, but still they don't seem to be loading. Hi Phil (taking

Re: [Plplot-devel] tcl build problem

2014-09-23 Thread Phil Rosenberg
Cc: PLplot development list Plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] tcl build problem Hi Phil, I have seen the 0-sized driver info files too, but they were always caused by the test-driver-info program not being able to load. By extending the path with the dll-directory

Re: [Plplot-devel] tcl build problem

2014-09-23 Thread Arjen Markus
able to sort out these path issues. Regards, Arjen From: Phil Rosenberg [mailto:philip_rosenb...@yahoo.com] Sent: Tuesday, September 23, 2014 12:13 PM To: Alan W. Irwin Cc: PLplot development list Subject: Re: [Plplot-devel] tcl build problem Hi Alan I found the problem. On Windows

Re: [Plplot-devel] tcl build problem

2014-09-23 Thread Alan W. Irwin
Subject: RE: [Plplot-devel] tcl build problem On 2014-09-22 22:58+0100 Phil Rosenberg wrote: Hi Alan [...]I have located the DLLs on the lib directory and added their directory to my path, but still they don't seem to be loading. Hi Phil (taking this conversation back to the list): You

Re: [Plplot-devel] tcl build problem

2014-09-23 Thread Alan W. Irwin
On 2014-09-23 10:36- Arjen Markus wrote: Hi Phil, I will definitely try these changes with Cygwin and MinGW. Pairs of functions for handling ASCII and UNICODE strings are ubiquitous under Windows and I do not expect trouble like Cygwin or MinGW not supporting the two flavours. Still, that

Re: [Plplot-devel] tcl build problem

2014-09-23 Thread phil rosenberg
arjen.mar...@deltares.nl Cc: Phil Rosenberg philip_rosenb...@yahoo.com; PLplot development list Plplot-devel@lists.sourceforge.net Sent: Tuesday, 23 September 2014, 16:39 Subject: Re: [Plplot-devel] tcl build problem On 2014-09-23 10:36- Arjen Markus wrote: Hi Phil, I will definitely try

Re: [Plplot-devel] tcl build problem

2014-09-22 Thread Phil Rosenberg
- From: Phil Rosenberg philip_rosenb...@yahoo.com Sent: ‎22/‎09/‎2014 17:44 To: Alan W. Irwin ir...@beluga.phys.uvic.ca Subject: RE: [Plplot-devel] tcl build problem Hi Alan I have started this testing. It all works fine with my standard static lib, static runtime visual studio, cmake 3 setup

Re: [Plplot-devel] tcl build problem

2014-09-22 Thread Phil Rosenberg
Plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] tcl build problem On 2014-09-22 19:10+0100 Phil Rosenberg wrote: Just realized I only replied to Alan, not the list - see below if you are interested. Alan I added my bin directory to the PATH. Hi Phil: See my recent off-list

Re: [Plplot-devel] tcl build problem

2014-09-22 Thread Alan W. Irwin
On 2014-09-22 22:58+0100 Phil Rosenberg wrote: Hi Alan [...]I have located the DLLs on the lib directory and added their directory to my path, but still they don't seem to be loading. Hi Phil (taking this conversation back to the list): You need access to all the dll's in the build tree, not

Re: [Plplot-devel] tcl build problem

2014-09-05 Thread Alan W. Irwin
On 2014-09-04 13:51-0700 Alan W. Irwin wrote: On 2014-09-01 11:08-0700 Alan W. Irwin wrote: I now plan to do a comprehensive run-time test using scripts/comprehensive_test.sh for the same Tcl/Tk/Itcl/Itk install locations, and such a comprehensive test (involving run-time tests of both the

Re: [Plplot-devel] tcl build problem

2014-09-04 Thread Alan W. Irwin
On 2014-09-01 11:08-0700 Alan W. Irwin wrote: I now plan to do a comprehensive run-time test using scripts/comprehensive_test.sh for the same Tcl/Tk/Itcl/Itk install locations, and such a comprehensive test (involving run-time tests of both the build tree and install tree for our 3 major

Re: [Plplot-devel] tcl build problem

2014-09-01 Thread Arjen Markus
: Arjen Markus; PLplot development list Subject: Re: [Plplot-devel] tcl build problem Hi Alan I think we both are correct in terms of how libs are linked in both the Linux and Windows world. However I am not entirely sure that on Windows CMake is doing what you think it is doing. Just so you know

Re: [Plplot-devel] tcl build problem

2014-09-01 Thread Phil Rosenberg
extra debug info. Phil -Original Message- From: Arjen Markus arjen.mar...@deltares.nl Sent: ‎01/‎09/‎2014 08:38 To: phil rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] tcl build problem Hi Phil, I have given

Re: [Plplot-devel] tcl build problem

2014-09-01 Thread Arjen Markus
. That is good to know. Regards, Arjen From: Phil Rosenberg [mailto:philip_rosenb...@yahoo.com] Sent: Monday, September 01, 2014 2:25 PM To: Arjen Markus Cc: PLplot development list Subject: RE: [Plplot-devel] tcl build problem Cheers Arjen I remember having some problems with nmake and the 64

Re: [Plplot-devel] tcl build problem

2014-09-01 Thread Alan W. Irwin
On 2014-08-31 16:32-0700 Alan W. Irwin wrote: Meanwhile, I have done some testing of the blank-in-pathname case on Linux and some additional changes beyond what you did are needed even in the Tcl/Tk case. Those changes have now been pushed (commit dc5286a). They pass the new test_tcl and

Re: [Plplot-devel] tcl build problem

2014-08-31 Thread phil rosenberg
Hi Alan thanks for all that, I'll sort out the commit asap - you will presumably see the commit alert. However, you have to clearly distinguish what we tell CMake to do via our CMake build system logic compared with the actual build result that is generated by CMake (and which you access using

Re: [Plplot-devel] tcl build problem

2014-08-31 Thread Arjen Markus
Hi Phil, Alan, -Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] Sent: Saturday, August 30, 2014 9:08 PM 2) I tried using the nmake generator. It failed. It tried to build a test program to test the compiler, which failed - cl.exe reported could not

Re: [Plplot-devel] tcl build problem

2014-08-31 Thread Alan W. Irwin
On 2014-08-31 00:37-0700 phil rosenberg wrote: So on Windows either is acceptable - at least for static libs, dlls are a bit different. I can either link a library into a depending library then link this into my exe, or I can not link the libraries together and can link them all into the exe.

Re: [Plplot-devel] tcl build problem

2014-08-31 Thread Alan W. Irwin
On 2014-08-31 15:24-0700 phil rosenberg wrote: Re testing with the other settings. I will try Thanks. That would be worthwhile now just to satisfy my curiosity about whether you get a limited PLplot version in that case. I predict you won't (see below), but seeing is believing - however

Re: [Plplot-devel] tcl build problem

2014-08-30 Thread Alan W. Irwin
Hi Phil: I have also CC'd Arjen as a reminder to him to look for comments below that mention his name. :-) On 2014-08-30 06:04-0700 phil rosenberg wrote: Right I have now gotten to the bottom of all this The include directories must contain quotes but the link libraries must not.

Re: [Plplot-devel] tcl build problem

2014-08-29 Thread phil rosenberg
Sent: Friday, 29 August 2014, 0:18 Subject: Re: [Plplot-devel] tcl build problem Hi Alan I found the same location in the file you specified between checking emails. I have been through and added the \ where appropriate to the various (rpath, compile, linker) flags. This allows me to compile

Re: [Plplot-devel] tcl build problem

2014-08-29 Thread Alan W. Irwin
On 2014-08-29 02:08-0700 phil rosenberg wrote: Hi Alan I have cured the actual link errors - I was trying to link 64 bit tcl libraries into 32 bit plplot examples - obviously it didn't work. The only real issue left is the appended .lib outside the quotes. I can't find if that is something

Re: [Plplot-devel] tcl build problem

2014-08-29 Thread Phil Rosenberg
error is when building the examples. Phil -Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎29/‎08/‎2014 17:16 To: PLplot development list plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] tcl build problem On 2014-08-29 02:08-0700 phil rosenberg wrote

Re: [Plplot-devel] tcl build problem

2014-08-29 Thread Alan W. Irwin
On 2014-08-29 18:22+0100 Phil Rosenberg wrote: Hi Alan Got both your messages. Unfortunately that cannot be where the external libraries are linked into the examples as I am building static libraries so almost that entire file (including the section you indicated) is skipped. Just to be

Re: [Plplot-devel] tcl build problem

2014-08-29 Thread Phil Rosenberg
statically on that OS. Anyway. Have a good weekend. Phil -Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎29/‎08/‎2014 20:12 To: Phil Rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] tcl build

Re: [Plplot-devel] tcl build problem

2014-08-28 Thread phil rosenberg
Hi Alan I have done my best to look at this, but I am struggling. Looking at the various tcl related variables they all appear at first glance to be fine. I have just tried literally outputting every variable at the end of the top level cmakelists.txt. Looking through I notices that the

Re: [Plplot-devel] tcl build problem

2014-08-28 Thread Alan W. Irwin
On 2014-08-28 10:06-0700 phil rosenberg wrote: Hi Alan I have done my best to look at this, but I am struggling. Looking at the various tcl related variables they all appear at first glance to be fine. I have just tried literally outputting every variable at the end of the top level

Re: [Plplot-devel] tcl build problem

2014-08-28 Thread Phil Rosenberg
-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] tcl build problem On 2014-08-28 10:06-0700 phil rosenberg wrote: Hi Alan I have done my best to look at this, but I am struggling. Looking at the various tcl related variables they all appear at first glance to be fine. I have just

Re: [Plplot-devel] tcl build problem

2014-08-28 Thread Alan W. Irwin
On 2014-08-28 20:33+0100 Phil Rosenberg wrote: Hi Alan Given what you said I did a quick google for cmake paths spaces and immediately found this post http://stackoverflow.com/questions/9964775/using-cmakes-include-directories-command-with-white-spaces. Seems the issue is the same there and is

Re: [Plplot-devel] tcl build problem

2014-08-28 Thread phil rosenberg
.  From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: Phil Rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list plplot-devel@lists.sourceforge.net Sent: Thursday, 28 August 2014, 21:29 Subject: RE: [Plplot-devel] tcl build problem On 2014-08-28 20:33+0100 Phil Rosenberg wrote

Re: [Plplot-devel] tcl build problem

2014-08-28 Thread Alan W. Irwin
On 2014-08-28 16:18-0700 phil rosenberg wrote: Hi Alan I found the same location in the file you specified between checking emails. I have been through and added the \ where appropriate to the various (rpath, compile, linker) flags. This allows me to compile, but I am getting linker