On Wed, 2008-11-19 at 03:53 -0800, Mayur wrote: > hello everybody > > get the error while compiling any routine.
What is you jdiag output? > > Error Messages > > jsh temenos ~ -->EB.COMPILE GLOBUS.BP E.PC.READ.TRANS > Source directory : GLOBUS.BP Single item : E.PC.READ.TRANS > Score Checks Compile Catalog > Score Checks Compile cl /nologo /DWIN32 /MD /W2 /GR /EHsc -c -IC: > \jbase5\5.0\include -DJBC_OPTLEVEL2 -IGLOBUS.BP BASIC_15.c failed , > command returned a code of -1073741515 This is a windows error message, though not one I recognize. Turn it into hex and look it up (remember that it isn't really negative, it is just an unsigned 32 bit number printed as signed - this should really be fixed. Make sure that you can call the CL command from the shell - if you cannot then EB.COMPILE/jcompile will be unable to call it either. > jcompile: BASIC_15.j deleted > jcompile: BASIC_15.c deleted > jcompile: Returned an error code of 8 > Catalog > Dev bin & lib currently set to: > C:\T24\bnk\bnk.run/bin & lib > Now changed to : > C:\T24\bnk\bnk.run\globusbin & lib > Dev bin & lib now reset to: > C:\T24\bnk\bnk.run/bin & lib > E.PC.READ.TRANS > ** Unable to compile source E.PC.READ.TRANS ** > <compileoutput><errors></errors><warnings><warning><msg>Java Standards > was not checked! Code 2 was returned.</msg><line></line> Strange that it says "Standards not checked" but then tells you ... > <type>Ensure > your T24 java environment is configured correctly.</type></warning></ > warnings><codereviews></codereviews><standards><standard><msg>Failure > to comply with Standards. File variables mustbe F., record variables > R., do not break call overmultiple lines. $INSERT I_OPF ;* Open Stmt > Entry (this is faster)</msg><line>74</line> Well, it is saying that you are opening a file to a variable that isn't called F.something and reading a record into a file called R.something. The message about multiple lines makes no sense without context I think [report this to the helpdesk and suggest it is improved]. Jim --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
