dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]'pnetlib runtime' build failed


From: Rhys Weatherley
Subject: Re: [DotGNU]'pnetlib runtime' build failed
Date: Sat, 10 May 2003 16:54:38 +1000
User-agent: KMail/1.4.3

On Tuesday 06 May 2003 09:48 pm, Wayne M Jackson wrote:
> I have tried both 0.5.4 and the current 0.5.6 but I constantly end up with:
> Making all in runtime
> make[1]: Entering directory `/temp/dotgnu-0.5.6/pnetlib-0.5.6/runtime'
> "/usr/local/bin/csant" --compiler
> cscc -Dcscc="/usr/local/bin/cscc" -Dcscc.plugins.cs="" --profile
> "../profiles/ecma" -f runtime.build all
> Building project `pnetlib runtime'
> Building target `all' for project `pnetlib runtime'
> compile: no source files specified

OK, I finally tracked this down, thanks to Norbert donating a Solaris account 
to the cause.

The "struct dirent" definition on Solaris was "broken" in that the "d_name" 
field wasn't declared with its full size.  This caused all filenames to get 
truncated to two characters in size, and then dutifully ignored by the regex 
routines in csant.

Now fixed in the CVS version.

Cheers,

Rhys.



reply via email to

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