[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] AW: [Mint-cvs] [FreeMiNT CVS] freemint
Hallo Ozk,
Another Error in tw-call:
Making all in toswin2
make[2]: Entering directory `/home/david/cvs/freemint/tools/toswin2'
Making all in tw-call
make[3]: Entering directory `/home/david/cvs/freemint/tools/toswin2/tw-call'
make[3]: Leaving directory `/home/david/cvs/freemint/tools/toswin2/tw-call'
m68k-atari-mint-gcc -I.. -I/usr/GEM/include -O2 -fomit-frame-pointer -Wall
-Wmissing-prototypes -Winline -Wshadow -Wpointer-arith -Wcast-qual
-Waggregate-return -D_GNU_SOURCE -g -c config.c -o config.o
config.c: In function `open_cfgwd':
config.c:281: too many arguments to function `get_string'
config.c:286: too many arguments to function `get_string'
config.c:296: too many arguments to function `get_string'
config.c: In function `exit_cfgwd':
config.c:406: too many arguments to function `get_string'
config.c:412: too many arguments to function `get_string'
config.c:418: too many arguments to function `get_string'
config.c:443: too many arguments to function `get_string'
make[2]: *** [config.o] Fehler 1
make[2]: Leaving directory `/home/david/cvs/freemint/tools/toswin2'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/david/cvs/freemint/tools'
make: *** [all-recursive] Fehler 1
[root@linuxdesk freemint]#
Greetings David
-----Ursprüngliche Nachricht-----
Von: cz-bobek-lists-mint-cvs-bounces@lists.bobek.cz
[mailto:cz-bobek-lists-mint-cvs-bounces@lists.bobek.cz] Im Auftrag von
cvs@atariforge.org
Gesendet: Mittwoch, 18. Juli 2007 14:13
An: mint-cvs@bobek.sh.cvut.cz; fnaumann@freemint.de
Betreff: [Mint-cvs] [FreeMiNT CVS] freemint
Update of /mint/freemint
In directory vps4.localdomain:/tmp/cvs-serv7440
Modified Files:
CONFIGVARS
Log Message:
Removed -Werror
Index: freemint/CONFIGVARS
diff -u freemint/CONFIGVARS:1.15 freemint/CONFIGVARS:1.16
--- freemint/CONFIGVARS:1.15 Fri Jul 13 17:32:47 2007
+++ freemint/CONFIGVARS Wed Jul 18 08:12:39 2007
@@ -20,7 +20,7 @@
ifeq ($(CROSS),yes)
CROSSPREFIX=m68k-atari-mint-
-# CROSSPREFIX=ozk42-
+#CROSSPREFIX=ozk42-
LANG=C
NATIVECC = gcc
@@ -29,8 +29,8 @@
# e.g. when you don't have the mintlib/gemlib/cflib in
# the /usr/m68k-atari/mint
-GENERAL = $(M68K_ATARI_MINT_CFLAGS) $(M68K_ATARI_MINT_LDFLAGS) \
- -ffreestanding -I/usr/m68k-atari-mint/include
+GENERAL = $(M68K_ATARI_MINT_CFLAGS) $(M68K_ATARI_MINT_LDFLAGS)
+# -ffreestanding -I/usr/m68k-atari-mint/include -specs=/home/ozk/specs
else
@@ -78,8 +78,8 @@
-Wshadow \
-Wpointer-arith \
-Wcast-qual \
- -Waggregate-return \
- -Werror
+ -Waggregate-return
+# -Werror
#
# default definitions
_______________________________________________
cz-bobek-lists-mint-cvs mailing list
mint-cvs@lists.bobek.cz
https://lists.bobek.cz/mailman/listinfo/cz-bobek-lists-mint-cvs