octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Building problems on latest source


From: John W. Eaton
Subject: Building problems on latest source
Date: Thu, 11 Feb 2010 11:34:39 -0500

On 11-Feb-2010, Marco Atzeri wrote:

| Hi,
| on recent source
| 
| hg tip
| changeset:   10305:d6cdf08d0424
| tag:         tip
| user:        John W. Eaton <address@hidden>
| date:        Wed Feb 10 22:53:40 2010 -0500
| summary:     load-save.cc: avoid gnulib definition of close
| 
| building on cygwin-1.7 I have two problems:
| 
| 1) the program is built but the documentation no
| -----------------------------------------------------------
|           CDPATH="${ZSH_VERSION+.}:" && cd ../../../octave/doc/interpreter && 
\
|           $restore $backupdir/* `echo 
"./../../../octave/doc/interpreter/octave.info" | sed 's|[^/]*$||'`; \
|         fi; \
|         rm -rf $backupdir; exit $rc
| ./strings.texi:945: Cross reference to nonexistent node `doc-strncmpi' 
(perhaps incorrect sectioning?).
| ./strings.texi:945: Cross reference to nonexistent node `doc-strcmpi' 
(perhaps incorrect sectioning?).
| ----------------------------------------------------------

I don't know what could cause this.  As far as I can tell, strcmpi and
strncmpi should always be defined.  Can you look in your
src/DOCSTRINGS file and see if the strcmpi and strncmpi docstrings
were copied there from the src/strfns.cc file.  Maybe they were
omitted or mangled in some way.  What is in teh src/strfns.df file in
your build tree?

| 2) when running run-octave
| 
| -------------------------------------------------------
| error: `find' undefined near line 109 column 11
| error: called from:
| error:   /pub/hg/octave_build/../octave/scripts/set/unique.m at line 109, 
column 9
| error:   /pub/hg/octave_build/../octave/scripts/optimization/__all_opts__.m 
at line 56, column 11
| error:   /pub/hg/octave_build/scripts/optimization/PKG_ADD at line 1, column 0
| -------------------------------------------------------
| 
| this second problem makes impossible to run the test suites.

Do you have any rpl_ functions?  What happens if you type

  rpl_ <TAB>

at the Octave prompt?

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]