octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #38489] Fail to build interpreter documentatio


From: marco atzeri
Subject: [Octave-bug-tracker] [bug #38489] Fail to build interpreter documentation
Date: Sat, 09 Mar 2013 10:21:43 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0

URL:
  <http://savannah.gnu.org/bugs/?38489>

                 Summary: Fail to build interpreter documentation
                 Project: GNU Octave
            Submitted by: matzeri
            Submitted on: Sat 09 Mar 2013 10:21:42 AM GMT
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

on cygwin 

octave -f -q -H -p ../../../octave/doc/interpreter --eval "geometryimages
('voronoi', 'eps');"
warning: X11 DISPLAY environment variable not set
error: '__have_feature__' undefined near line 31 column 9
error: called from:
error:   /pub/hg/octave/doc/interpreter/geometryimages.m at line 31, column 3

Makefile_doc:2754: recipe for target `voronoi.eps' failed
make: *** [voronoi.eps] Error 1


$ grep __have_feature__ /pub/hg/octave/doc/interpreter/geometryimages.m
  if (! __have_feature__ ("QHULL")


for what I can see "__have_feature__" does exist only for test purpose:

scripts/plot/private/__gnuplot_has_feature__.m:    have_features = false (size
(features));
scripts/plot/private/__gnuplot_has_feature__.m:    for n = 1 : numel
(have_features)
scripts/testfun/test.m:      __have_feat = __have_feature__ (__feat);
scripts/testfun/__have_feature__.m:## @deftypefn  {Function File} {}
__have_feature__ (feature)
scripts/testfun/__have_feature__.m:function retval = __have_feature__
(feature)





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38489>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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