ich (=Laie) versuche gerade, https://gitlab.com/menelkir/g15stats/-/milestones zu übersetzen.
Das .configure läuft durch:
Code: Alles auswählen
root@birdie:~/work/g15stats# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
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 whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
./configure: line 3764: LT_INIT: command not found
checking for ranlib... ranlib
checking for g15daemon_version in -lg15daemon_client... yes
./configure: line 3906: AC_CHECK_INCLUDES_DEFAULT: command not found
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for sys/wait.h that is POSIX.1 compatible... yes
checking how to run the C preprocessor... gcc -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 g15daemon_client.h usability... yes
checking g15daemon_client.h presence... yes
checking for g15daemon_client.h... yes
checking libg15render.h usability... yes
checking libg15render.h presence... yes
checking for libg15render.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libgtop-2.0... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
Code: Alles auswählen
root@birdie:~/work/g15stats# make
make all-am
make[1]: Verzeichnis „/root/work/g15stats“ wird betreten
gcc -Wall -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I. -I. -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -avoid-version -lgtop-2.0 -lglib-2.0 -o g15stats g15stats.o -lg15daemon_client -lg15render -lpthread -lm -lrt
gcc: error: unrecognized command-line option ‘-avoid-version’; did you mean ‘-fno-version’?
make[1]: *** [Makefile:423: g15stats] Fehler 1
make[1]: Verzeichnis „/root/work/g15stats“ wird verlassen
make: *** [Makefile:326: all] Fehler 2
In dem GIT-Projekt scheint nicht so viel los zu sein und bei Tante Google findet man auch nicht viel zu den Optionen, deshalb frage ich mal hier: Hat jemand einen Tipp?
Gruß,
Jörg