Hi Arjen
I see the same problem. 64 bit windows, 64 bit tcl, linking fails in visual
studio for 32 bit builds.
This is the only library I see this problem with, but I think I built all other
dependencies myself, whereas I installed tcl with its installer.
My solution is that I have just stopped
Hi Phil,
Yes, life is much easier if you can stick to just one bit size. I try to be
consistent and install only 64 bits stuff, but in this case I reverted to the
32-bits version of the compiler to see if the linkage problem was caused by
using 64 bits rather than 32 bits. The problem I descr
Hi Phil,
I should perhaps have added that I had to get around a somewhat similar problem
with a directory containing an installation of GTK – how CMake determined that
it is there, I have no clue, but the directory is
d:\nag\efbuilder 6.1\gtk
which is nowhere near the directories normall
On 2016-05-24 09:32- Arjen Markus wrote:
> I should perhaps have added that I had to get around a somewhat
similar problem with a directory containing an installation of GTK –
how CMake determined that it is there, I have no clue, but the
directory is
> d:\nag\efbuilder 6.1\gtk
> which is no
Hi Alan,
> -Original Message-
> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca]
> Sent: Tuesday, May 24, 2016 12:44 PM
> To: Arjen Markus
> Cc: Phil Rosenberg; plplot-devel@lists.sourceforge.net
> Subject: NAG whitespace issues
>
> On 2016-05-24 09:32- Arjen Markus wrote:
>
>
Hi Alan,
See my reply below.
> -Original Message-
> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca]
> Sent: Tuesday, May 24, 2016 12:44 PM
> To: Arjen Markus
> Cc: Phil Rosenberg; plplot-devel@lists.sourceforge.net
> Subject: NAG whitespace issues
>
> On 2016-05-24 09:32- Arjen
On 2016-05-24 17:58- Arjen Markus wrote:
> Having had a closer look at the output I now see what is going on:
Cmake picks up the location of the pkg-config program that comes as
part of the NAG compiler installation. Then several directories are
added as arguments to -I options, only without t
Hi Alan,
> -Original Message-
> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca]
> Sent: Tuesday, May 24, 2016 9:24 PM
> To: Arjen Markus
> Cc: plplot-devel@lists.sourceforge.net
> Subject: RE: NAG whitespace issues
>
> On 2016-05-24 17:58- Arjen Markus wrote:
>
> > Having had a