problem with builbing sfs

Verena Kantere <[email protected]> Fri, 10 Sep 2004 18:01:31 -0700
Newsgroups gmane.comp.file-systems.sfs.general
Message-ID <[email protected]>
Hi!

I am trying to build sfs-0.7.2 on suse linux 9.1 with compiler gcc v3.3.3.
While running the make file I get the error:

g++ -DHAVE_CONFIG_H -I. -I../../sfs-0.7.2/./crypt -I.. 
-I../../sfs-0.7.2/. -I../../sfs-0.7.2/./async -I../../sfs-0.7.2/./arpc 
-I../../sfs-0.7.2/./crypt -I../../sfs-0.7.2/./sfsmisc 
-I../../sfs-0.7.2/./sfsrodb -I../../sfs-0.7.2/./adb -I../svc 
-I../../sfs-0.7.2/./svc -DEXECDIR=\"/usr/local/lib/sfs-0.7.2\" 
-DETCDIR=\"/etc/sfs\" -DDATADIR=\"/usr/local/share/sfs\" 
-DPIDDIR=\"/var/run\" -DSFSDIR=\"/var/sfs\" -g -O2 -Wall -Werror -c 
../../sfs-0.7.2/./crypt/random_prime.C -o random_prime.o
../../sfs-0.7.2/crypt/random_prime.C: In member function `bigint&
   prime_finder::next_strong(unsigned int)':
../../sfs-0.7.2/crypt/random_prime.C:339: warning: comparison is always 
false
   due to limited range of data type
make[2]: *** [random_prime.lo] Error 1
make[2]: Leaving directory 
`/home/vkante/Desktop/sfs-chord/sfs-0.7.2-build/crypt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vkante/Desktop/sfs-chord/sfs-0.7.2-build'
make: *** [all-recursive-am] Error 2



What is the problem? IS something wrong with the code?
I would really appreciate any help you could give me!

Thanks!

Verena