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-0000 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 nowhere near the directories normally searched by CMake as
> far as I know. By renaming that directory I solved the problem that CMake 
> included
> directories like "6.1\gtk\include" in the build procedure.
>
> Hi Arjen:
>
> I am virtually positive this build system problem is due to the whitespace 
> before the
> 6.1 since you report CMake is looking for a directory that starts right after 
> that
> whitespace which, of course, is a mistake.  Probably the only way out of it 
> for now
> is renaming as you have done.  But I do plan to make the experiment later in 
> this
> release cycle of using source, build, and install tree with whitespace in the 
> names to
> see how many of the problems that result from that I can address by judicious 
> use
> of quotes.  Let me know the exact CMake variable where "d:\nag\efbuilder 
> 6.1\gtk"
> is being broken up at the whitespace, and I might be able to fix that issue 
> with
> quotes as well.
>

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 the quotes to group the various parts.

As this means Freetype libraries are found, they become part of the compiler 
invocation for plfreetype.c. I have attached the tarball for your reference.

Regards,

Arjen
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.

Attachment: build-windows-nag-problem.tgz
Description: build-windows-nag-problem.tgz

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to