gnump3d-users
[Top][All Lists]
Advanced

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

Re: [Gnump3d-users] how to find source of warnings


From: shamu112
Subject: Re: [Gnump3d-users] how to find source of warnings
Date: Wed, 17 Aug 2005 13:53:21 -0500
User-agent: Mutt/1.5.8i

> > > I am running GNUMP3d 2.9.4 on a CentOS 3.5 linux system with 
> > > Perl 5.8.0.
> > > When I run gnump3d-index, I get about 20 lines of the 
> > > following warning:
> > > 
> > > "Use of uninitialized value in numeric lt (<) at 
> > > /usr/bin/gnump3d-index line 392."
> > 
> > FWIW, I am having the same problem on Gentoo Linux with the latest Gnump3d.
> > I don't know the problem, but I'm glad to know it's not just me.
> 
> Looks like:
> next if ( $size < 1 );
> 
> should be changed to:
> next if ( $size && $size < 1 );

If you have the latest CVS copy, this seems to be fixed with "if ($#fstat < 0) 
{".

However, a tiny bug on /usr/bin/gnump3d:1838 could be changed to:

print CACHING $buff if (-t CACHING && $writecache == 1);




reply via email to

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