-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Kaplan, Andrew H. wrote:
> I have downloaded the source code for version 0.88 onto an HP-UX 10.20 system. > After gunzipping and untarring the file, I > > run the configure script as a sudo user and it appears to finish without > problem. When I run the make command, again as > > a sudo user, I get an Error exit code 1. The tail end of the make output is > shown below: > > manager.c:505: warning: unreachable code at beginning of switch statement > manager.c:568: warning: unreachable code at beginning of switch statement > *** Error exit code 1 [snip] You are using an option in the compiler that causes warnings to be treated as errors, that is why this build failed. With gcc the option is -Werror, perhaps you did put that in CFLAGS or your envirnoment setting have it. HTH - -- René Berber -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (Cygwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iEYEARECAAYFAkPideAACgkQL3NNweKTRgwztgCg2oQK5FARToP/aMceoQzAGmqG eaIAmwehuFc4Vy2uoirZln0KzLa/2gPA =GBmb -----END PGP SIGNATURE----- _______________________________________________ http://lurker.clamav.net/list/clamav-users.html
