Giter Site home page Giter Site logo

Comments (4)

mcuelenaere avatar mcuelenaere commented on August 19, 2024

It looks like you switched compilers (x86-64 <-> i386) in between compiling?

Could you try make clean && make ?

Compiling under Ubuntu x86-64 quantal worked for me:

mcuelenaere@hp4530s:/tmp$ git clone [email protected]:mcuelenaere/fsv.git
Cloning into 'fsv'...
remote: Counting objects: 179, done.
remote: Compressing objects: 100% (132/132), done.
remote: Total 179 (delta 42), reused 179 (delta 42)
Receiving objects: 100% (179/179), 390.91 KiB | 338 KiB/s, done.
Resolving deltas: 100% (42/42), done.
mcuelenaere@hp4530s:/tmp$ cd fsv/
mcuelenaere@hp4530s:/tmp/fsv$ ./autogen.sh 
Preparing the src/fsv.c build system...please wait

Found GNU Autoconf version 2.69
Found GNU Automake version 1.11.6
Found GNU Libtool version 2.4.2

Automatically preparing build ... done

The src/fsv.c build system is now prepared.  To build here, run:
  ./configure
  make
mcuelenaere@hp4530s:/tmp/fsv$ ./configure 
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for library containing strerror... none required
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for strings.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for mode_t... yes
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking for size_t... yes
checking for comparison_fn_t... yes
checking for struct stat.st_blocks... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working alloca.h... yes
checking for alloca... yes
checking for working POSIX fnmatch... yes
checking for strftime... yes
checking for getcwd... yes
checking for gettimeofday... yes
checking for mktime... yes
checking for strcspn... yes
checking for strdup... yes
checking for strspn... yes
checking for strtod... yes
checking for strtoul... yes
checking for scandir... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether we are using the GNU C Library 2 or newer... yes
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for inline... inline
checking for stdint.h... 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 whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for unsigned long long int... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for multithread API to use... posix
checking for pthread_rwlock_t... yes
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... (cached) yes
checking for strtoul... (cached) yes
checking for tsearch... yes
checking for uselocale... yes
checking for argz_count... yes
checking for argz_stringify... yes
checking for argz_next... yes
checking for __fsetlocking... yes
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking for bison... bison
checking version of bison... 2.5, ok
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for working fcntl.h... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ptrdiff_t... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for newlocale... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether getc_unlocked is declared... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... yes
checking for GLIB... yes
checking for glBegin in -lMesaGL... no
checking for glBegin in -lGL... yes
checking for GTKGL... yes
checking for file... /usr/bin/file
configure: creating ./config.status
config.status: creating fsv.spec
config.status: creating Makefile
config.status: creating debug/Makefile
config.status: creating doc/Makefile
config.status: creating intl/Makefile
config.status: creating lib/Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
mcuelenaere@hp4530s:/tmp/fsv$ make
make  all-recursive
make[1]: Map '/tmp/fsv' wordt binnengegaan
Making all in debug
make[2]: Map '/tmp/fsv/debug' wordt binnengegaan
make[2]: Er hoeft niets gedaan te worden voor 'all'.
make[2]: Map '/tmp/fsv/debug' wordt verlaten
Making all in doc
make[2]: Map '/tmp/fsv/doc' wordt binnengegaan
jade -d ./custom.dsl -t sgml -i html fsv.sgml
/bin/bash: jade: opdracht niet gevonden
make[2]: [about.html] Fout 127 (genegeerd)
cp -f t1.html fsv.html
make[2]: Map '/tmp/fsv/doc' wordt verlaten
Making all in intl
make[2]: Map '/tmp/fsv/intl' wordt binnengegaan
make[2]: Er hoeft niets gedaan te worden voor 'all'.
make[2]: Map '/tmp/fsv/intl' wordt verlaten
Making all in lib
make[2]: Map '/tmp/fsv/lib' wordt binnengegaan
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
mv -f .deps/getopt.Tpo .deps/getopt.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c
mv -f .deps/getopt1.Tpo .deps/getopt1.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12      -g -O2 -MT nvstore.o -MD -MP -MF .deps/nvstore.Tpo -c -o nvstore.o nvstore.c
mv -f .deps/nvstore.Tpo .deps/nvstore.Po
rm -f libmisc.a
ar cru libmisc.a getopt.o getopt1.o nvstore.o 
ranlib libmisc.a
make[2]: Map '/tmp/fsv/lib' wordt verlaten
Making all in po
make[2]: Map '/tmp/fsv/po' wordt binnengegaan
PATH=../src:$PATH /usr/bin/xgettext --default-domain=fsv --directory=.. \
      --add-comments --keyword=_ --keyword=__ \
      --files-from=./POTFILES.in \
    && test ! -f fsv.po \
       || ( rm -f ./fsv.pot \
        && mv fsv.po ./fsv.pot )
rm -f cat-id-tbl.tmp
sed -f ../intl/po2tbl.sed ./fsv.pot \
        | sed -e "s/@PACKAGE NAME@/fsv/" > cat-id-tbl.tmp
sed: kan bestand ../intl/po2tbl.sed niet openen: Bestand of map bestaat niet
if cmp -s cat-id-tbl.tmp ./cat-id-tbl.c; then \
      rm cat-id-tbl.tmp; \
    else \
      echo cat-id-tbl.c changed; \
      rm -f ./cat-id-tbl.c; \
      mv cat-id-tbl.tmp ./cat-id-tbl.c; \
    fi
cat-id-tbl.c changed
cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
make[2]: Map '/tmp/fsv/po' wordt verlaten
Making all in src
make[2]: Map '/tmp/fsv/src' wordt binnengegaan
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT about.o -MD -MP -MF .deps/about.Tpo -c -o about.o about.c
mv -f .deps/about.Tpo .deps/about.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT animation.o -MD -MP -MF .deps/animation.Tpo -c -o animation.o animation.c
mv -f .deps/animation.Tpo .deps/animation.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT callbacks.o -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.o callbacks.c
mv -f .deps/callbacks.Tpo .deps/callbacks.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT camera.o -MD -MP -MF .deps/camera.Tpo -c -o camera.o camera.c
mv -f .deps/camera.Tpo .deps/camera.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT colexp.o -MD -MP -MF .deps/colexp.Tpo -c -o colexp.o colexp.c
mv -f .deps/colexp.Tpo .deps/colexp.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT color.o -MD -MP -MF .deps/color.Tpo -c -o color.o color.c
mv -f .deps/color.Tpo .deps/color.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT dialog.o -MD -MP -MF .deps/dialog.Tpo -c -o dialog.o dialog.c
dialog.c: In functie ‘csdialog_time_edit_cb’:
dialog.c:241:2: let op: passing argument 2 of ‘gtk_signal_compat_matched’ from incompatible pointer type [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtkcalendar.h:40:0,
                 from /usr/include/gtk-2.0/gtk/gtk.h:53,
                 from dialog.c:29:
/usr/include/gtk-2.0/gtk/gtksignal.h:139:6: note: expected ‘GCallback’ but argument is of type ‘void (*)(struct GtkWidget *)’
dialog.c:242:2: let op: passing argument 2 of ‘gtk_signal_compat_matched’ from incompatible pointer type [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtkcalendar.h:40:0,
                 from /usr/include/gtk-2.0/gtk/gtk.h:53,
                 from dialog.c:29:
/usr/include/gtk-2.0/gtk/gtksignal.h:139:6: note: expected ‘GCallback’ but argument is of type ‘void (*)(struct GtkWidget *)’
dialog.c:245:2: let op: passing argument 2 of ‘gtk_signal_compat_matched’ from incompatible pointer type [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtkcalendar.h:40:0,
                 from /usr/include/gtk-2.0/gtk/gtk.h:53,
                 from dialog.c:29:
/usr/include/gtk-2.0/gtk/gtksignal.h:139:6: note: expected ‘GCallback’ but argument is of type ‘void (*)(struct GtkWidget *)’
dialog.c:246:2: let op: passing argument 2 of ‘gtk_signal_compat_matched’ from incompatible pointer type [enabled by default]
In file included from /usr/include/gtk-2.0/gtk/gtkcalendar.h:40:0,
                 from /usr/include/gtk-2.0/gtk/gtk.h:53,
                 from dialog.c:29:
/usr/include/gtk-2.0/gtk/gtksignal.h:139:6: note: expected ‘GCallback’ but argument is of type ‘void (*)(struct GtkWidget *)’
dialog.c: In functie ‘csdialog_wpattern_clist_row_move_cb’:
dialog.c:692:3: let op: passing argument 2 of ‘g_list_insert_before’ from incompatible pointer type [enabled by default]
In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
                 from /usr/include/glib-2.0/glib.h:52,
                 from common.h:46,
                 from dialog.c:24:
/usr/include/glib-2.0/glib/glist.h:70:10: note: expected ‘struct GList *’ but argument is of type ‘struct WPatternGroup *’
dialog.c:721:4: let op: passing argument 2 of ‘g_list_insert_before’ from incompatible pointer type [enabled by default]
In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
                 from /usr/include/glib-2.0/glib.h:52,
                 from common.h:46,
                 from dialog.c:24:
/usr/include/glib-2.0/glib/glist.h:70:10: note: expected ‘struct GList *’ but argument is of type ‘char *’
dialog.c: In functie ‘csdialog_wpattern_new_color_selection_cb’:
dialog.c:766:3: let op: passing argument 2 of ‘g_list_insert_before’ from incompatible pointer type [enabled by default]
In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
                 from /usr/include/glib-2.0/glib.h:52,
                 from common.h:46,
                 from dialog.c:24:
/usr/include/glib-2.0/glib/glist.h:70:10: note: expected ‘struct GList *’ but argument is of type ‘struct WPatternGroup *’
dialog.c: In functie ‘dialog_help’:
dialog.c:1147:9: let op: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
mv -f .deps/dialog.Tpo .deps/dialog.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT dirtree.o -MD -MP -MF .deps/dirtree.Tpo -c -o dirtree.o dirtree.c
mv -f .deps/dirtree.Tpo .deps/dirtree.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT filelist.o -MD -MP -MF .deps/filelist.Tpo -c -o filelist.o filelist.c
mv -f .deps/filelist.Tpo .deps/filelist.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT fsv.o -MD -MP -MF .deps/fsv.Tpo -c -o fsv.o fsv.c
mv -f .deps/fsv.Tpo .deps/fsv.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT geometry.o -MD -MP -MF .deps/geometry.Tpo -c -o geometry.o geometry.c
mv -f .deps/geometry.Tpo .deps/geometry.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT gui.o -MD -MP -MF .deps/gui.Tpo -c -o gui.o gui.c
gui.c: In functie ‘gui_entry_get_text’:
gui.c:543:2: let op: return discards ‘const’ qualifier from pointer target type [enabled by default]
mv -f .deps/gui.Tpo .deps/gui.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT ogl.o -MD -MP -MF .deps/ogl.Tpo -c -o ogl.o ogl.c
mv -f .deps/ogl.Tpo .deps/ogl.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT scanfs.o -MD -MP -MF .deps/scanfs.Tpo -c -o scanfs.o scanfs.c
scanfs.c: In functie ‘process_dir’:
scanfs.c:172:4: let op: ‘g_mem_chunk_alloc’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gallocator.h:52) [-Wdeprecated-declarations]
scanfs.c:178:4: let op: ‘g_mem_chunk_alloc’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gallocator.h:52) [-Wdeprecated-declarations]
scanfs.c: In functie ‘scanfs’:
scanfs.c:309:3: let op: ‘g_blow_chunks’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gallocator.h:67) [-Wdeprecated-declarations]
scanfs.c:314:3: let op: ‘g_mem_chunk_new’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gallocator.h:45) [-Wdeprecated-declarations]
scanfs.c:316:3: let op: ‘g_mem_chunk_reset’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gallocator.h:61) [-Wdeprecated-declarations]
scanfs.c:318:3: let op: ‘g_mem_chunk_new’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gallocator.h:45) [-Wdeprecated-declarations]
scanfs.c:320:3: let op: ‘g_mem_chunk_reset’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gallocator.h:61) [-Wdeprecated-declarations]
scanfs.c:338:2: let op: ‘g_mem_chunk_alloc’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gallocator.h:52) [-Wdeprecated-declarations]
scanfs.c:350:2: let op: ‘g_mem_chunk_alloc’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gallocator.h:52) [-Wdeprecated-declarations]
scanfs.c:354:2: let op: ‘g_basename’ is deprecated (declared at /usr/include/glib-2.0/glib/gfileutils.h:162): Use 'g_path_get_basename' instead [-Wdeprecated-declarations]
scanfs.c:354:7: let op: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
scanfs.c:334:7: let op: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
mv -f .deps/scanfs.Tpo .deps/scanfs.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT tmaptext.o -MD -MP -MF .deps/tmaptext.Tpo -c -o tmaptext.o tmaptext.c
mv -f .deps/tmaptext.Tpo .deps/tmaptext.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT viewport.o -MD -MP -MF .deps/viewport.Tpo -c -o viewport.o viewport.c
mv -f .deps/viewport.Tpo .deps/viewport.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DDOCDIR=\"/usr/local/share/fsv\" -I../lib  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkgl-2.0     -g -O2 -MT window.o -MD -MP -MF .deps/window.Tpo -c -o window.o window.c
mv -f .deps/window.Tpo .deps/window.Po
gcc  -g -O2   -o fsv about.o animation.o callbacks.o camera.o colexp.o color.o common.o dialog.o dirtree.o filelist.o fsv.o geometry.o gui.o ogl.o scanfs.o tmaptext.o viewport.o window.o  ../lib/libmisc.a -lgtkgl-2.0 -lGLU -lGL -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lGL -lGLU -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0   
make[2]: Map '/tmp/fsv/src' wordt verlaten
make[2]: Map '/tmp/fsv' wordt binnengegaan
make[2]: Map '/tmp/fsv' wordt verlaten
make[1]: Map '/tmp/fsv' wordt verlaten
mcuelenaere@hp4530s:/tmp/fsv$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 12.10
Release:    12.10
Codename:   quantal
mcuelenaere@hp4530s:/tmp/fsv$ uname -a
Linux hp4530s 3.5.0-22-generic #34-Ubuntu SMP Tue Jan 8 21:47:00 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

from fsv.

mcuelenaere avatar mcuelenaere commented on August 19, 2024

Hmm, looks like I accidentally commited src/common.o, which would probably explain your problems. Could you retry with a2f447c ?

from fsv.

a-square avatar a-square commented on August 19, 2024

Yes, that helped. Now I get another error upon make install, though :( It's a weird one:

make[1]: Выход из каталога /home/kallikanzarid/src/fsv/lib' Making install in po make[1]: Вход в каталог/home/kallikanzarid/src/fsv/po'
if test -r "../@MKINSTALLDIRS@"; then
../@MKINSTALLDIRS@ /usr/local/share;
else
/bin/sh ../mkinstalldirs /usr/local/share;
fi
/bin/sh: 0: Can't open ../mkinstalldirs
make[1]: *** [install-data-yes] Ошибка 127
make[1]: Выход из каталога `/home/kallikanzarid/src/fsv/po'
make: *** [install-recursive] Ошибка 1

from fsv.

mcuelenaere avatar mcuelenaere commented on August 19, 2024

That's the same problem as #2, so I'm closing this one.

from fsv.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.