At 6:12 AM +0000 3/21/05, biju p k wrote:
1) Error related to C Proceedures

ESQL year_end.sc:
cc: Error: year_end.c, line 58: In this statement,
"strcpy" expects 2 arguments, but 3 are supplied.
(toomanyargs)
 strcpy(luser_id,user_id,6);

This is an error in your code, and you need to fix it.



2) Error for Ingres Osq Files.. Processing frame 'f4330s' . . . Forcing compilation to create object file. Compiling 'f4330s.osq' . . . E_AB001E Compilation failed

Fatal:  Insufficient virtual memory to continue
compilation.

Make sure you have sufficient swap space, or, if possible, simplify that particular frame. You can also take a look at $II_SYSTEM/ingres/files/utcom.def and check the c compiler options in the "c" section against your compiler's man page, perhaps there are options to allow it to compile in less space. (-O1 instad of -O, for example.)

Karl
_______________________________________________
Users mailing list
Users@ingres.ca.com
http://ingres.ca.com/mailman/listinfo/users

Reply via email to