[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fpucw.h: No such file or directory
From: |
Ben Abbott |
Subject: |
Re: fpucw.h: No such file or directory |
Date: |
Wed, 27 Feb 2013 16:50:14 -0500 |
On Feb 27, 2013, at 4:47 PM, Júlio Hoffimann wrote:
> Hi,
>
> Anyone familiar with the build system could please fix this error?
>
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../octave/libinterp -I..
> -I../../octave/liboctave/cruft/misc -I../../octave/liboctave/array
> -I../liboctave/numeric -I../../octave/liboctave/numeric
> -I../liboctave/operators -I../../octave/liboctave/operators
> -I../../octave/liboctave/system -I../../octave/liboctave/util
> -I../../octave/libinterp/octave-value -I../../octave/libinterp/operators
> -Iparse-tree -I../../octave/libinterp/parse-tree -Iinterp-core
> -I../../octave/libinterp/interp-core -Iinterpfcn
> -I../../octave/libinterp/interpfcn -Icorefcn -I../libgnu
> -I../../octave/libgnu -isystem /usr/lib/llvm-3.1/include
> -I/usr/include/freetype2 -Wall -W -Wshadow -Wold-style-cast -Wformat
> -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -std=c++11 -g -O2
> -pthread -fopenmp -MT octave-value/octave_value_liboctave_value_la-ov-java.lo
> -MD -MP -MF octave-value/.deps/octave_value_liboctave_value_la-ov-java.Tpo -c
> ../../octave/libinterp/octave-value/ov-java.cc -fPIC -DPIC -o
> octave-value/.libs/octave_value_liboctave_value_la-ov-java.o
> ../../octave/libinterp/octave-value/ov-java.cc:29:19: fatal error: fpucw.h:
> No such file or directory
>
> BTW, it would be great to have a presentation on the topic during OctConf,
> please record the video if you can.
>
> I see gnulib-hg/lib/fpucw.h here if that helps.
>
> Best,
> Júlio.
fpucw is a recently added gnulib dependency. To include it in the build you
need to run "./bootstrap" the configure & make.
Ben