Re: wget build: is this normal?

Bill Yerazunis <[email protected]>
Newsgroups gmane.mail.spam.crm114
Message-ID <[email protected]>
   From: "Steve" <[email protected]>

   When fetching the wget files and compiling it, I get the following warnings:
   ----
   crm_math_exec.c(242): warning #39: division by zero
		   { stack[sp] = stack[sp] / 0.0; }
					     ^

   crm_math_exec.c(256): warning #39: division by zero
		   { stack[sp] = stack[sp] / 0.0; }
					     ^

   crm_math_exec.c(872): warning #39: division by zero
		   { leftarg[sp] = leftarg[sp] / 0.0;}
						 ^

   crm_math_exec.c(881): warning #39: division by zero
		   { leftarg[sp] = leftarg[sp] / 0.0;}
						 ^

   crm_expr_isolate.c(314): warning #175: subscript out of range
	   vname[129] = 0;
	   ^
   ----

   Is it normal to have those "division by zero" errors and the
   "subscript out of range"?

The last one is a bug, and fixed in the version on dev but not yet
uplinked...  Change the declaration of 
"vname" to be 130 chars long.

The four prior ones- must be a new compiler.  I *think* they
are supposed to be how a NaN used to get made, but now that 
the newer compilers support nan as a number, replace with
whatever your compiler wants.

    - Bill Yerazunis

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.