On 2010-05-12 15:30-0500 Geoffrey Furnish wrote:

> Alan W. Irwin writes:
> > On 2010-05-12 11:22-0500 Geoffrey Furnish wrote:
> > > BTW, taking a cue from the wiki, I added some options on the cmake line
> > > like this:
> > >
> > > % cmake -DCMAKE_INSTALL_PREFIX=$HOME/devel/8.4/prefix
> > -DCMAKE_INCLUDE_PATH=$HOME/devel/8.4/prefix/include
> > -DCMAKE_LIBRARY_PATH=$HOME/devel/8.4/prefix/lib ..
> >
> > That CMAKE_INCLUDE_PATH is incorrect; you should append /tcl8.4 to it.
>
> Just to be clear, the named directory did hold the Tcl headers:
>
> [furn...@ziffy]~% ls $HOME/devel/8.4/prefix/include
> tclDecls.h  tcl.h  tclPlatDecls.h  tkDecls.h  tk.h  tkPlatDecls.h

Just for completeness could you also show us the results of

ls $HOME/devel/8.4/prefix/lib

?

It is possible the whole issue is caused by $HOME.  The shell should
translate that properly for the ls command, but I wonder if it is doing that
for the cmake -D option?  Anyhow, if ls shows the proper libraries and
headers are in the proper locations, I would try (a) expanding $HOME by hand
for the cmake option and if that doesn't work (b) use the environment
variable approach which I know works for me.

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); PLplot scientific plotting software
package (plplot.org); 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
__________________________

------------------------------------------------------------------------------

_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to