[Plplot-devel] Ada difficulties were due to a weird embedded blank issue

2010-02-09 Thread Alan W. Irwin
I alluded to some difficulty I was having with Ada in the plplot-general message to Don Spong, but further investigation shows it is simply a peculiar manifestation of the embedded blank bug. All the components of PLplot other than the Ada bindings that have trouble with embedded blanks in directo

Re: [Plplot-devel] [PATCH] Fix typo in QHULL_RPATH variable name

2010-02-09 Thread Alan W. Irwin
On 2010-02-09 14:20-0800 David MacMahon wrote: > > Fixes a typo in the QHULL_RPATH variable name. It was being referenced > as "QHULL_PATH" (missing the 'R') in src/CMakeLists.txt, which led to an > empty "-L " in the output of "pkg-config --libs plplotd". > --- > src/CMakeLists.txt |2 +- > 1

[Plplot-devel] [PATCH] Fix typo in QHULL_RPATH variable name

2010-02-09 Thread David MacMahon
Fixes a typo in the QHULL_RPATH variable name. It was being referenced as "QHULL_PATH" (missing the 'R') in src/CMakeLists.txt, which led to an empty "-L " in the output of "pkg-config --libs plplotd". --- src/CMakeLists.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git