Hi SeisAn Users, I was compiling SeisAn on Mac OS and I came across many errors caused for not setting a numeric value when it is being returned from an "int main()" function, in some seisan c programs. Well, it seems to be reasonable that gcc or cc are complaining about this because an int function should return a value in order to inform about success or failure in the main function. Linux doesn't care about this and compiles smoothly (with some warning messages but all is ok) I would modify each c programs and add a return 0(?) in the problematic lines, however, I don´t know how many programs have a non-numeric return value within an int main() function. Why could I do to solved this problem? By the way, the next line provides more information about my computer: >uname -a Darwin iMac-BillyBurgoa.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64 Thanks in advance for your help.
Kind Regards,Billy Burgoa
_______________________________________________ seisan mailing list [email protected] http://mailman.uib.no/listinfo/seisan
