gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] Compile error in latest svn (gnu-cobol-2.0, revision 7


From: Harald Arnesen
Subject: [open-cobol-list] Compile error in latest svn (gnu-cobol-2.0, revision 772)
Date: Fri, 19 Feb 2016 12:08:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

Making all in cobc
make[2]: Entering directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0/cobc'
make  all-am
make[3]: Entering directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0/cobc'
gcc -DHAVE_CONFIG_H -I. -I..    -I.. -O2 -pipe -finline-functions
-fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k
-U_FORTIFY_SOURCE -MT cobc-reserved.o -MD -MP -MF
.deps/cobc-reserved.Tpo -c -o cobc-reserved.o `test -f 'reserved.c' ||
echo './'`reserved.c
reserved.c: In function 'cb_list_intrinsics':
reserved.c:2843:73: error: expected ')' before ';' token
    printf ("%s%s%s\t\t%s\n", function_list[i].name, s, t, _("Unlimited");
                                                                         ^
reserved.c:2844:3: error: expected ';' before '}' token
   } else
   ^
reserved.c: At top level:
reserved.c:2857:1: error: expected identifier or '(' before '}' token
 }
 ^
Makefile:577: recipe for target 'cobc-reserved.o' failed
make[3]: *** [cobc-reserved.o] Error 1
make[3]: Leaving directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0/cobc'
Makefile:405: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0/cobc'
Makefile:523: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0'
Makefile:433: recipe for target 'all' failed
make: *** [all] Error 2
$
-- 
Hilsen Harald


reply via email to

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