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.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state
implementation for stellar interiors (freeeos.sf.net); the Time
Ephemerides project (timeephem.sf.net); PLplot scientific plotting
software package (plplot.sf.net); the libLASi project
(unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
and the Linux Brochure Project (lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

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