Re: CCL:Compiling AutoDock 3.0 on IRIX...



Stefano Forli:
 > addsol.c: In function `main':
 > addsol.c:13: warning: return type of `main' is not `int'
 >
 > cc-1174 cc: WARNING File = addsol.c, Line = 14
 >   The variable "i" was declared but never referenced.
 >
 >       int       i, j;
 >                 ^
 > However, compiled files are produced and are executable in both cases,
 > but since this is first time I compile a code, I don't know if they are
 > reliable, and if the error message is critical or not.
 Those are not errors, those are warnings, and are not critical in any way.
 There is no need, but if you want to compile without warnings you'd have to
 make minor changes in addsol.c, which require basic C knowledge.
 --
 Regards, Nikola Kotur.