[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make j12 broken - uniconv.h not created.
From: |
Thomas D. Dean |
Subject: |
make j12 broken - uniconv.h not created. |
Date: |
Sat, 18 Feb 2017 16:57:55 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 |
> cd octave
> hg update
> cd ../octave-build
> Rm -Rf *
> ../octave/configure F77=gfortran
...
> make -j12
...
CC
liboctave/wrappers/liboctave_wrappers_libwrappers_la-wait-for-input.lo
CC
liboctave/wrappers/liboctave_wrappers_libwrappers_la-wait-wrappers.lo
CXX src/src_mkoctfile-mkoctfile.o
CC src/src_octave-display-available.o
../octave/liboctave/wrappers/uniconv-wrappers.c:32:21: fatal error:
uniconv.h: No such file or directory
#include "uniconv.h"
^
compilation terminated.
CXX src/src_octave-main.o
CXX src/src_octave_cli-octave-build-info.o
CXX src/src_octave_config-octave-config.o
make[2]: ***
[liboctave/wrappers/liboctave_wrappers_libwrappers_la-uniconv-wrappers.lo]
Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/tomdean/Math/Octave/octave-build'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tomdean/Math/Octave/octave-build'
make: *** [all] Error 2
Tom Dean
- make j12 broken - uniconv.h not created.,
Thomas D. Dean <=