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 gnu-cobol-2.0 svn


From: Harald Arnesen
Subject: [open-cobol-list] Compile error in latest gnu-cobol-2.0 svn
Date: Sat, 9 Jan 2016 10:49:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

$ make
make  all-recursive
make[1]: Entering directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0'
Making all in libcob
make[2]: Entering directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0/libcob'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0/libcob'
Making all in lib
make[2]: Entering directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0/lib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0/lib'
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-pplex.o -MD -MP -MF .deps/cobc-pplex.Tpo -c
-o cobc-pplex.o `test -f 'pplex.c' || echo './'`pplex.c
pplex.l: In function 'check_comments':
pplex.l:1633:14: error: 'cb_author_paragraph' undeclared (first use in
this function)
   skip_to_eol ();
              ^
pplex.l:1633:14: note: each undeclared identifier is reported only once
for each function it appears in
Makefile:690: recipe for target 'cobc-pplex.o' failed
make[3]: *** [cobc-pplex.o] Error 1
make[3]: Leaving directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0/cobc'
Makefile:406: 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:522: 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:432: recipe for target 'all' failed
make: *** [all] Error 2
$ exit
Script done, file is typescript
$ emacs typescript
$ rm typescript
$ make &>make.err
$ less make.err
make  all-recursive
make[1]: Entering directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0'
Making all in libcob
make[2]: Entering directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0/libcob'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0/libcob'
Making all in lib
make[2]: Entering directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0/lib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0/lib'
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-pplex.o -MD -MP -MF .deps/cobc-pplex.Tpo -c
-o cobc-pplex.o `test -f 'pplex.c' || echo './'`pplex.c
pplex.l: In function 'check_comments':
pplex.l:1633:14: error: 'cb_author_paragraph' undeclared (first use in
this function)
   skip_to_eol ();
              ^
pplex.l:1633:14: note: each undeclared identifier is reported only once
for each function it appears in
Makefile:690: recipe for target 'cobc-pplex.o' failed
make[3]: *** [cobc-pplex.o] Error 1
make[3]: Leaving directory
'/home/harald/src/gnucobol/branches/gnu-cobol-2.0/cobc'
Makefile:406: 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:522: 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:432: recipe for target 'all' failed
make: *** [all] Error 2
$

-- 
Hilsen Harald


reply via email to

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