gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] make error


From: Peter Nacken
Subject: [open-cobol-list] make error
Date: Thu, 8 Jan 2015 12:19:55 +0100

Hi,

I get the error below when I use make.

In file included from ../libcob.h:33:0,
                 from screenio.c:57:
../libcob/common.h:1081:17: note: previous declaration of 'cob_field_display' 
was here
 COB_EXPIMP void cob_field_display (cob_field *, cob_field *, cob_field *,
                 ^
screenio.c:1413:1: error: conflicting types for 'cob_field_accept'
 cob_field_accept (cob_field *f, cob_field *line, cob_field *column,
 ^
In file included from ../libcob.h:33:0,
                 from screenio.c:57:
../libcob/common.h:1084:17: note: previous declaration of 'cob_field_accept' 
was here
 COB_EXPIMP void cob_field_accept (cob_field *, cob_field *, cob_field *,

any idea how to solve it

Peter


-- 
Peter Nacken <address@hidden>


reply via email to

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