bug-gnucobol
[Top][All Lists]
Advanced

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

[open-cobol-list] Re: Re: "make check failed" on MinGW


From: Roger While
Subject: [open-cobol-list] Re: Re: "make check failed" on MinGW
Date: Thu Jun 30 05:13:39 2005

Sorry, mistake here.
Thinko on my part.
 Ignore the "spare" field.

I wrote :
I can not reproduce this.
All data rep tests pass in my environment.
This is MSys/MingW stable and
"gcc 3.2.3 (mingw special 20030504-1)"
as gcc -v reports.

Can you try changing the following lines at 124-126 in
libcob/common.h :
  unsigned int flag_filename_mapping:1;
  unsigned int flag_binary_truncate:1;
  unsigned int flag_pretty_display:1;

Change these to char fields thus :
  char flag_filename_mapping;
  char flag_binary_truncate;
  char flag_pretty_display;

/* Do not put this in
  char   spare[2];
*/

It is the only thing I can think of.
If that works, I would say your compiler is borked.

Roger

> Some fail if "make check" is done by using "0.33.tar.gz".
> The correction method is not understood though the value of
>  "cob_current_module->flag_pretty_display" seems not to be correct.
> Could you see the log file once?




reply via email to

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