From: Rafael L. <lab...@ps...> - 2003-02-25 20:30:20
|
* Alan W. Irwin <ir...@be...> [2003-02-25 10:40]: > Fresh checkout today at 17:09 UTC (there have been two commits > since, but they are only concerned with docbook). > > ./configure --prefix=/usr/local/plplot_at --with-double --enable-dyndrivers > --enable-octave --enable-gnome --enable-ntk --enable-java > --with-www-user=airwin > & ! configure.out > > gives the following message: > > checking for octave... yes > error: structure has no member localoctfiledir' > error: evaluating expression > error: evaluating argument list element number 2 > error: evaluating index expression near line 2, column 9 The localoctfiledir has been introduced in octave 2.1. Sorry for not testing my changes with Octave 2.0. IMHO, we should not insist in supporting Octave 2.0. The 2.1 series is fully stable and I frequently hear in of Octave users mailing lists that 2.0 should be abandoned. However, I will try to find a fix to have the configuration working with Octave 2.0 (here we go: more cruft in confiugre.ac ...) -- Rafael |