dotgnu-general
[Top][All Lists]
Advanced

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

[DotGNU]ANDF - Got TenDRA 4.1.2 compiled on SuSE 7.1


From: Carsten Kuckuk
Subject: [DotGNU]ANDF - Got TenDRA 4.1.2 compiled on SuSE 7.1
Date: Wed, 22 Aug 2001 14:21:28 +0200

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 an 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.

Carsten Kuckuk



reply via email to

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