help-octave
[Top][All Lists]
Advanced

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

Re: Problems installing image acqusition toolbox


From: timki
Subject: Re: Problems installing image acqusition toolbox
Date: Fri, 7 Sep 2018 01:19:43 -0500 (CDT)

Hello Andy,

i tried, but it did not help.

~$ dpkg --get-selections | grep fltk
fltk1.3-doc                                     install
libfltk-cairo1.3:amd64                          install
libfltk-forms1.3:amd64                          install
libfltk-gl1.3:amd64                             install
libfltk-images1.3:amd64                         install
libfltk1.1-dev                                  deinstall
libfltk1.3:amd64                                install
libfltk1.3-dev                                  install


>> pkg -forge -verbose install image-acquisition
mkdir (/tmp/oct-3WLRWZ)
untar (/home/atmos/image-acquisition-0.2.2.tar.gz, /tmp/oct-3WLRWZ)
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -std=gnu++11 accepts -g... yes
checking for mkoctfile... yes
checking for fltk-config... /usr/local/bin/fltk-config
checking for v4l2_open in -lv4l2... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C++ preprocessor... g++ -std=gnu++11 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking libv4l2.h usability... yes
checking libv4l2.h presence... yes
checking for libv4l2.h... yes
checking linux/videodev2.h usability... yes
checking linux/videodev2.h presence... yes
checking for linux/videodev2.h... yes
checking FL/Fl.H usability... yes
checking FL/Fl.H presence... yes
checking for FL/Fl.H... yes
checking FL/Fl_Double_Window.H usability... yes
checking FL/Fl_Double_Window.H presence... yes
checking for FL/Fl_Double_Window.H... yes
checking FL/fl_draw.H usability... yes
checking FL/fl_draw.H presence... yes
checking for FL/fl_draw.H... yes
checking for error_at_line... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for munmap... yes
checking for select... yes
checking for strerror... yes
configure: creating ./config.status
config.status: creating Makefile
configure:

Octave-Forge image-acquisition package is now configured with

   LIBS:   -lv4l2 -L/usr/local/lib -lfltk -ldl -lm -lXext -lX11

make: Verzeichnis „/tmp/oct-3WLRWZ/image-acquisition-0.2.2/src“ wird
betreten
/usr/bin/mkoctfile --verbose -Wall -v -c cl_v4l2_handler.cc
/usr/bin/mkoctfile --verbose -Wall -v -c cl_img_win.cc
g++ -std=gnu++11 -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/usr/include/octave-4.2.2/octave/.. -I/usr/include/octave-4.2.2/octave
-I/usr/include/hdf5/serial -I/usr/include/mpi  -pthread -fopenmp -g -O2
-fstack-protector-strong -Wformat -Werror=format-security  -Wall  
cl_v4l2_handler.cc -o cl_v4l2_handler.o
g++ -std=gnu++11 -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/usr/include/octave-4.2.2/octave/.. -I/usr/include/octave-4.2.2/octave
-I/usr/include/hdf5/serial -I/usr/include/mpi  -pthread -fopenmp -g -O2
-fstack-protector-strong -Wformat -Werror=format-security  -Wall  
cl_img_win.cc -o cl_img_win.o
In file included from
/usr/include/octave-4.2.2/octave/../octave/Array.h:37:0,
                 from
/usr/include/octave-4.2.2/octave/../octave/Sparse.h:37,
                 from
/usr/include/octave-4.2.2/octave/../octave/MSparse.h:31,
                 from
/usr/include/octave-4.2.2/octave/../octave/MatrixType.h:29,
                 from
/usr/include/octave-4.2.2/octave/../octave/mx-base.h:30,
                 from
/usr/include/octave-4.2.2/octave/../octave/Matrix.h:32,
                 from /usr/include/octave-4.2.2/octave/../octave/oct.h:30,
                 from cl_v4l2_handler.h:31,
                 from cl_v4l2_handler.cc:16:
/usr/include/octave-4.2.2/octave/../octave/dim-vector.h: In instantiation of
‘dim_vector::dim_vector(octave_idx_type, octave_idx_type, Ints ...) [with
Ints = {unsigned int}; octave_idx_type = int]’:
cl_v4l2_handler.cc:763:62:   required from here
/usr/include/octave-4.2.2/octave/../octave/dim-vector.h:209:75: warning:
narrowing conversion of ‘lengths#0’ from ‘unsigned int’ to ‘int’ inside { }
[-Wnarrowing]
 dx_type> all_lengths = {r, c, lengths...};
                                         ^
/usr/include/octave-4.2.2/octave/../octave/dim-vector.h:209:75: warning:
narrowing conversion of ‘lengths#0’ from ‘unsigned int’ to ‘int’ inside { }
[-Wnarrowing]
/usr/bin/mkoctfile --verbose -Wall -v __v4l2_handler__.cc cl_v4l2_handler.o
cl_img_win.o -lv4l2 -L/usr/local/lib -lfltk -ldl -lm -lXext -lX11  -o
__v4l2_handler__.oct
g++ -std=gnu++11 -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-I/usr/include/octave-4.2.2/octave/.. -I/usr/include/octave-4.2.2/octave
-I/usr/include/hdf5/serial -I/usr/include/mpi  -pthread -fopenmp -g -O2
-fstack-protector-strong -Wformat -Werror=format-security  -Wall  
__v4l2_handler__.cc -o __v4l2_handler__.o
g++ -std=gnu++11 -I/usr/include/octave-4.2.2/octave/..
-I/usr/include/octave-4.2.2/octave -I/usr/include/hdf5/serial
-I/usr/include/mpi  -pthread -fopenmp -g -O2 -fstack-protector-strong
-Wformat -Werror=format-security -shared -Wl,-Bsymbolic  -Wall -o
__v4l2_handler__.oct  cl_v4l2_handler.o cl_img_win.o __v4l2_handler__.o  
-lv4l2 -L/usr/local/lib -lfltk -ldl -lm -lXext -lX11
-L/usr/lib/x86_64-linux-gnu/octave/4.2.2 -L/usr/lib/x86_64-linux-gnu
-loctinterp -loctave -Wl,-Bsymbolic-functions -Wl,-z,relro
/usr/bin/ld: /usr/local/lib/libfltk.a(Fl.o): Die Umlagerung von
/usr/local/lib/libfltk.a: error adding symbols: Ungültiger Wert
collect2: error: ld returned 1 exit status
Makefile:18: die Regel für Ziel „__v4l2_handler__.oct“ scheiterte
make: *** [__v4l2_handler__.oct] Fehler 1
make: Verzeichnis „/tmp/oct-3WLRWZ/image-acquisition-0.2.2/src“ wird
verlassen

pkg: error running `make' for the image-acquisition package.
error: called from
    configure_make at line 95 column 9
    install at line 194 column 7
    pkg at line 394 column 9



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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