Re: [Plplot-devel] pkg-config issue

2010-01-25 Thread David MacMahon
Thanks, Alan, I confirm that your most recently attached CMakeLists.txt file does indeed correct the qhullcmd issue. Thanks again, Dave On Jan 25, 2010, at 10:30 , Alan W. Irwin wrote: > I attach (for Dave, Werner, and anybody else who builds qhull) > a CMakeLists.txt file that corrects the q

Re: [Plplot-devel] pkg-config issue

2010-01-25 Thread Alan W. Irwin
On 2010-01-25 08:26-0800 David MacMahon wrote: Hi, Alan (et al), On Jan 24, 2010, at 19:49 , Alan W. Irwin wrote: That file is part of the tarball. Look for it in qhull-2010.1/src/. The CMake-based build system that comes with the tarball really sucks (static libraries only, no install). We

Re: [Plplot-devel] pkg-config issue

2010-01-25 Thread David MacMahon
Hi, Alan (et al), On Jan 24, 2010, at 19:49 , Alan W. Irwin wrote: > That file is part of the tarball. Look for it in qhull-2010.1/ > src/. The > CMake-based build system that comes with the tarball really sucks > (static > libraries only, no install). Werner (with some help from me) is >

Re: [Plplot-devel] pkg-config issue

2010-01-24 Thread Alan W. Irwin
On 2010-01-24 16:35-0800 David MacMahon wrote: Hi, PLplot developers, On Jan 19, 2010, at 21:34 , David MacMahon wrote: I am in the process of updating my MacPorts installation, but after that finishes I will (try to) recreate the above steps and capture all the output you've requested. Aft

Re: [Plplot-devel] pkg-config issue

2010-01-24 Thread David MacMahon
Hi, PLplot developers, On Jan 19, 2010, at 21:34 , David MacMahon wrote: > I am in the process of updating my MacPorts installation, but after > that finishes I will (try to) recreate the above steps and capture > all the output you've requested. After finishing my MacPorts update. I am no long

Re: [Plplot-devel] pkg-config issue

2010-01-19 Thread David MacMahon
On Jan 19, 2010, at 22:52 , Alan W. Irwin wrote: > I suggest attaching the > files to a list post because Mac users here will have to help me > interpret > the data. To save bandwidth for those who are not interested, I > suggest you > compress each individual attached file or else collect t

Re: [Plplot-devel] pkg-config issue

2010-01-19 Thread Alan W. Irwin
On 2010-01-19 21:34-0800 David MacMahon wrote: > Hi, Alan, > > On Jan 19, 2010, at 8:53 , Alan W. Irwin wrote: > >> On 2010-01-18 21:56-0800 David MacMahon wrote: >> >>> If I tell cmake where to find my freetype fonts (via >>> -DPL_FREETYPE_FONT_PATH=...) and turn on WITH_FREETYPE, then I can us

Re: [Plplot-devel] pkg-config issue

2010-01-19 Thread David MacMahon
Hi, Alan, On Jan 19, 2010, at 8:53 , Alan W. Irwin wrote: > On 2010-01-18 21:56-0800 David MacMahon wrote: > >> If I tell cmake where to find my freetype fonts (via - >> DPL_FREETYPE_FONT_PATH=...) and turn on WITH_FREETYPE, then I can >> use the xcairo device fine. > > Now that you have insta

Re: [Plplot-devel] pkg-config issue

2010-01-19 Thread Alan W. Irwin
On 2010-01-18 21:56-0800 David MacMahon wrote: > Hi, Alan (and plplot-devel), > > On Jan 13, 2010, at 18:40 , David MacMahon wrote: > >> I also found that to use the xcairo device I have to add `pkg-config >> --libs cairo` to the examples/c Makefile when plplot is installed in >> a non-standard lo

Re: [Plplot-devel] pkg-config issue

2010-01-18 Thread David MacMahon
Hi, Alan (and plplot-devel), On Jan 13, 2010, at 18:40 , David MacMahon wrote: > I also found that to use the xcairo device I have to add `pkg-config > --libs cairo` to the examples/c Makefile when plplot is installed in > a non-standard location (e.g. ~/local/lib/...) and cairo is installed > to

Re: [Plplot-devel] pkg-config issue

2010-01-16 Thread David MacMahon
On Jan 14, 2010, at 12:07 , Alan W. Irwin wrote: > On 2010-01-13 17:37-0800 Alan W. Irwin wrote: > >> softw...@raven> env PKG_CONFIG_PATH=/home/software/plplot\ svn\ >> /installcmake/lib/pkgconfig/ pkg-config --libs plplotd >> svn/installcmake/lib -L/home/software/plplot -lplplotd -lltdl -ldl >

Re: [Plplot-devel] pkg-config issue

2010-01-14 Thread Alan W. Irwin
On 2010-01-13 17:37-0800 Alan W. Irwin wrote: > [...]I currently get the following > (for my current installation prefix of > /home/software/plplot\ svn/installcmake/): > > softw...@raven> env PKG_CONFIG_PATH=/home/software/plplot\ svn\ > /installcmake/lib/pkgconfig/ pkg-config --libs plplotd > sv

Re: [Plplot-devel] pkg-config issue

2010-01-13 Thread Alan W. Irwin
On 2010-01-13 18:40-0800 David MacMahon wrote: > > On Jan 13, 2010, at 17:37 , Alan W. Irwin wrote: > >> That is clearly in error for qhull (it should point to my special install >> location of /home/software/qhull/install/lib for qhull-2010.1) which >> confirms the issue you have reported. I hop

Re: [Plplot-devel] pkg-config issue

2010-01-13 Thread David MacMahon
On Jan 13, 2010, at 17:37 , Alan W. Irwin wrote: > That is clearly in error for qhull (it should point to my special > install > location of /home/software/qhull/install/lib for qhull-2010.1) which > confirms the issue you have reported. I hope to fix that shortly. Great, thanks! I also foun

Re: [Plplot-devel] pkg-config issue

2010-01-13 Thread Alan W. Irwin
On 2010-01-13 09:46-0800 Alan W. Irwin wrote: > Hi David: > > As a temporary workaround, please try the new CMake-based build system > for the installed examples. It's undocumented for now, but the steps > (after "make install" for the core build sets up that build system) is > to cd to an initia

Re: [Plplot-devel] pkg-config issue

2010-01-13 Thread Alan W. Irwin
On 2010-01-12 23:12-0800 David MacMahon wrote: > I recently built and installed plplot from subversion. I then tried > to rebuild the examples and discovered that "pkg-config --libs" > outputs insufficient information... > > $ make x01c > /usr/bin/cc x01c.c -o x01c `PKG_CONFIG_PATH=/Users/davidm

[Plplot-devel] pkg-config issue

2010-01-12 Thread David MacMahon
I recently built and installed plplot from subversion. I then tried to rebuild the examples and discovered that "pkg-config --libs" outputs insufficient information... $ make x01c /usr/bin/cc x01c.c -o x01c `PKG_CONFIG_PATH=/Users/davidm/local/lib/ pkgconfig pkg-config --cflags --libs plplo