dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]Portable.NET 0.4.6 released


From: Rhys Weatherley
Subject: Re: [DotGNU]Portable.NET 0.4.6 released
Date: Wed, 06 Nov 2002 12:44:57 +1000

Try again.

Subject: Re: [DotGNU]Portable.NET 0.4.6 released
   Date: Tue, 5 Nov 2002 21:29:01 -0500
   From: Glenn Chambers <address@hidden>
     To: Rhys Weatherley <address@hidden>

On Monday, November 4, 2002, at 11:13 PM, Rhys Weatherley wrote:

> New versions of pnet, pnetlib, and treecc have been released:

Some of the new filesystem code has introduced errors on non-Linux 
operating systems:

On FreeBSD 4.4:

> ../include/il_system.h:138: syntax error before `ILCLIToUnixTime'
> ../include/il_system.h:138: warning: type defaults to `int' in 
> declaration of `ILCLIToUnixTime'
> ../include/il_system.h:138: warning: data definition has no type or 
> storage class
> ../include/il_system.h:141: syntax error before `time'
> gmake[1]: *** [aes.o] Error 1
> gmake[1]: Leaving directory `/usr/home/glenn/pnet/pnet-0.4.6/support'
> gmake: *** [all-recursive] Error 1

On NetBSD 1.5:

> gcc -DHAVE_CONFIG_H -I. -I. -I../include    -I../libgc/include 
> -I../include -g -O2 -Wall -c dir.c
> dir.c: In function `ILReadDir':
> dir.c:117: `alocatedResult' undeclared (first use in this function)
> dir.c:117: (Each undeclared identifier is reported only once
> dir.c:117: for each function it appears in.)
> gmake[1]: *** [dir.o] Error 1
> gmake[1]: Leaving directory `/usr/home/glenn/pnet/pnet-0.4.6/support'
> gmake: *** [all-recursive] Error 1

On Solaris 2.8:

> lib_dir.c: In function `_IL_DirMethods_GetFilesInDirectory':
> lib_dir.c:233: structure has no member named `d_type'
> make[1]: *** [lib_dir.o] Error 1
> make[1]: Leaving directory `/export/home/glennc/pnet/pnet-0.4.6/engine'
> make: *** [all-recursive] Error 1
>
> The Solaris DIRENT man page says:
>
>      The  dirent structure is defined:
>
>      struct  dirent {
>              ino_t           d_ino;
>              off_t           d_off;
>              unsigned short  d_reclen;
>              char            d_name[1];
>      };
>

Unfortunately, I don't have time to produce patches at the moment;
I've got a yard full of trees shedding leaves I'll need to clean
up this weekend, and I'm helping with a model-rocket launch for
a bunch of Girl Scouts.


reply via email to

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