bug-gnucobol
[Top][All Lists]
Advanced

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

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


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

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;
char spare[2]; /*To round off the struct to a word boundary */

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]