Ich habe folgendes Problem:
Habe mein System neu aufgesetzt. Wollte mal ne neue Distribution ausprobieren (arch-linux).
Danach habe ich das CVS Repository komplett heruntergeladen und wollte es neu kompilieren.
Allerdings bekomme ich jetzt folgende Fehler wenn ich autogen.sh aufrufe:
Code: Alles auswählen
Generating configuration files for tuxbox-cdk, please wait....
Makefile.am:2: `:='-style assignments are not portable
Makefile.am:4: `:='-style assignments are not portable
Makefile.am:7: `:='-style assignments are not portable
Makefile.am:2649: shell ls -1 $flashprefix/.part_* 2>/dev/null: non-POSIX variable name
Makefile.am:2649: (probably a GNU make extension)
Code: Alles auswählen
1 if ENABLE_CCACHE
2 PATH := $(hostprefix)/ccache-bin:$(hostprefix)/bin:$(PATH)
3 else
4 PATH := $(hostprefix)/bin:$(PATH)
5 endif
6
7 BUILDENV := \
.
.
2649 $(flashprefix)/.lib: $(flashprefix)/.flash $(shell ls -1 $flashprefix/.part_* 2>/dev/null)
Vielen Dank schonmal