From help-request at octave dot org Sun Sep 11 21:34:58 2005 Subject: Having trouble installing octplot From: Madhusudan Singh To: help at octave dot org Date: Sun, 11 Sep 2005 22:34:51 -0400 Hi Configure completes successfully : octplot files will install into: /usr/local/octplot//octplot-0.2.61 toggle_octplot.m will install into: /usr/share/octave/2.1.69/site/m/octplot octplot is configured with: fltk: version 1.1.6 with OpenGl support octave: octave (version 2.1.69) mkoctfile: mkoctfile for Octave 2.1.69 "$prefix" is /usr/local "$exec_prefix" is ${prefix} But make fails : if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 -I/usr/include/freetype2 -g -O2 -MT octplot-figure.o -MD -MP -MF ".deps/octplot-figure.Tpo" -c -o octplot-figure.o `test -f 'figure.cpp' || echo './'`figure.cpp; \ then mv -f ".deps/octplot-figure.Tpo" ".deps/octplot-figure.Po"; else rm -f ".deps/octplot-figure.Tpo"; exit 1; fi figure.cpp:19:19: Fl/Fl.h: No such file or directory make[2]: *** [octplot-figure.o] Error 1 make[2]: Leaving directory `/usr/local/src/octplot-0.2.61/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/octplot-0.2.61' make: *** [all] Error 2 I have all the fltk related Debian packages installed : # apt-get install fltk1.1-doc fluid libfltk1.1-dev libfltk1.1c102 Reading Package Lists... Done Building Dependency Tree... Done fltk1.1-doc is already the newest version. fluid is already the newest version. libfltk1.1-dev is already the newest version. libfltk1.1c102 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 511 not upgraded. Thanks. ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------