On 19/07/06 14:17, [EMAIL PROTECTED] wrote:
Dear Sir/Madam,

the attached file is the error i got when "make" the murphi script named
rrp.m i can not get the rrp.c and i got message says limited range of data
type.

please advice me how to debug this type of error.

===========
/usr/etc/Murphi3.1/include/mu_system.C:728: warning: comparison is always false due to limited range of data type
make: *** [rrp] Error 1
===========

The type is probably being checked for a size bigger than it is.

like: if(boolvar > -1)   or some such situation with an int or float etc.

You may like to speak to the people who provided you with the source code.

Kind regards
JG
--
WWW: http://jguk.org/
IM: [EMAIL PROTECTED]
ICQ: 11122941


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to