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: Sun, 10 Mar 2013 06:53:56 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0

Follow-up Comment #2, bug #38489 (project octave):

for building documentation I am forced to use a trick
as the call of
octave -f -q -H -p ../../../octave/doc/interpreter --eval "geometryimages
('voronoi', 'eps');" 

in the build tree fails for fork issue :
 too many dlls loaded that collide.

Workaround
1) build octave (fails at doc)
2) install octave (fails at doc)
3) rebase installed octave
4) use installed octave to build doc
5) install octave (with docs)

For what I can see in scripts/testfun

$ ls -1 *.m
__have_feature__.m
__printf_assert__.m
__prog_output_assert__.m
__run_test_suite__.m
assert.m
demo.m
example.m
fail.m
rundemos.m
runtests.m
speed.m
test.m

"__have_feature__.m" is the only missing in "module.mk"
and it is not installed :

testfun_FCN_FILES = 
  testfun/__printf_assert__.m 
  testfun/__prog_output_assert__.m 
  testfun/__run_test_suite__.m 
  testfun/assert.m 
  testfun/demo.m 
  testfun/example.m 
  testfun/fail.m 
  testfun/rundemos.m 
  testfun/runtests.m 
  testfun/speed.m 
  testfun/test.m





    _______________________________________________________

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]