Related articles |
---|
ANDF [Architecture Neutral Distribution Format] and TDF - What is th ck@kuckuk.com (Carsten Kuckuk) (2001-08-17) |
Re: ANDF [Architecture Neutral Distribution Format] and TDF - What boesler@ipd.info.uni-karlsruhe.de (Boris Boesler) (2001-08-18) |
Re: ANDF [Architecture Neutral Distribution Format] and TDF - What john@picsel.com (John MacCallum) (2001-08-18) |
Re: ANDF [Architecture Neutral Distribution Format] and TDF - What gaul@ipd.info.uni-karlsruhe.de (Thilo Gaul) (2001-08-24) |
Re: ANDF [Architecture Neutral Distribution Format] and TDF - What ck@kuckuk.com (Carsten Kuckuk) (2001-08-24) |
Re: ANDF [Architecture Neutral Distribution Format] and TDF - What ck@kuckuk.com (Carsten Kuckuk) (2001-08-24) |
Re: ANDF [Architecture Neutral Distribution Format] and TDF - What kahrs@iSenseIt.de (=?iso-8859-1?Q?J=FCrgen?= Kahrs) (2001-09-16) |
From: | "Carsten Kuckuk" <ck@kuckuk.com> |
Newsgroups: | comp.compilers |
Date: | 24 Aug 2001 01:05:23 -0400 |
Organization: | Customer of UUNET Deutschland GmbH |
References: | 01-08-091 |
Keywords: | UNCOL |
Posted-Date: | 24 Aug 2001 01:05:23 EDT |
Dear Newsgroup,
Here's a further update: I downloaded the diff file for the Debian port
from http://ftp.debian.org/debian/pool/main/t/tendra/tendra_4.1.2-8.diff.gz
and manually applied these changes to the TenDRA files on my SuSE 7.1,
Kernel 2.2.18, gcc 2.95.2 system. I had to prepend underscore to the define
in
../tendra-4.1.2/src/lib/machines/linux/80x86/include/bits/posix1_lim.h, and
I had to comment out the line defining an array of size 0 in
/usr/include/gconv.h (171).The data structure in question
is:
typedef struct __gconv_info
{
size_t __nsteps;
struct __gconv_step *__steps;
__extension__ struct __gconv_step_data __data[0];
} *__gconv_t;
After that, everything compiled successfully, but I don't know yet if it
works as it was too late.
Maybe somebody will find this useful.
Carsten Kuckuk
Return to the
comp.compilers page.
Search the
comp.compilers archives again.