On 2008-08-19 20:14-0000 SourceForge.net wrote:

> Initial Comment:
> 5.9.0 build failure on rhel 5.2 due to itcl.h
> problems:
>
> itcl.h is in a non-standard location on my system
> (/data/soft/local).
>
> Tried the following:
>
> export CPPFLAGS=-I/data/soft/local/include
> export LDFLAGS=-L/data/soft/local/libs
>
> cmake -DCMAKE_INSTALL_PREFIX=/data/soft/plplot/5.9.0 \
>  -DCMAKE_INCLUDE_PATH=/data/soft/local/include \
>  -DCMAKE_LIBRARY_PATH=/data/soft/local/lib ..
>
> cmake reports:
>
> -- Looking for itcl.h
> -- Looking for itcl.h - found
> -- Looking for itcl library
> -- Looking for itcl library - found
> -- ITCL_INCLUDE_PATH = /data/soft/local/include
> -- ITCL_LIBRARY = /data/soft/local/lib/itcl3.3/libitcl3.3.so
>
> which is all correct.
>
> However, build fails:
> [100%] Building C object utils/CMakeFiles/pltcl.dir/pltcl.o
> /tmp/plplot-5.9.0/utils/pltcl.c:37:19: error: itcl.h: No such file or 
> directory
> make[2]: *** [utils/CMakeFiles/pltcl.dir/pltcl.o] Error 1
> make[1]: *** [utils/CMakeFiles/pltcl.dir/all] Error 2
> make: *** [all] Error 2

Now fixed as of revision 8694 and closed.

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
__________________________

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to