[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'make dist' failing
From: |
Julien Bect |
Subject: |
Re: 'make dist' failing |
Date: |
Mon, 13 Jul 2015 19:08:08 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
Le 13/07/2015 18:18, Rik a écrit :
Is the 'dist' target failing for anyone else? I get
make dist
GEN ChangeLog
make: *** No rule to make target `libinterp/Makefile.in', needed by
`distdir'. Stop.
make: *** Waiting for unfinished jobs....
--Rik
make dist fails for me too, but with a different problem :
GEN libinterp/octave.df
In file included from ./liboctave/util/lo-regexp.h:32:0,
from libinterp/corefcn/symtab.h:34,
from ./libinterp/octave-value/ov-fcn.h:34,
from ./libinterp/octave-value/ov-builtin.h:28,
from libinterp/corefcn/defun-int.h:28,
from libinterp/corefcn/defun.h:30,
from libinterp/octave.cc:53:
./liboctave/array/Matrix.h:34:20: fatal error: mx-ops.h: Aucun fichier
ou dossier de ce type
#include "mx-ops.h"
^
compilation terminated.
Makefile:25583: recipe for target 'libinterp/octave.df' failed
make[1]: *** [libinterp/octave.df] Error 1
make[1]: Leaving directory '/media/data/sources/octave/default'
Makefile:24454: recipe for target 'dist' failed
make: *** [dist] Error 2