× Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…

COMPILING ERROR

More
12 years 11 months ago #12066 by SAI
COMPILING ERROR was created by SAI
Hi All,

Iam getting the below error while trying to compile a Program or a subroutine.
please help me.

jcompile: Input specification 'Softwares.R07\Temenos\MB\bnk\bnk.run\bin\PROG.TEST' has an unknown type
Usage: jcompile -{abcefhjmrvxEHJRSX?}
{-bBaseAddres} {-lLibraryName} {-oOutputExec}
{-Ffiledir} {-sOutputSharedName} {-BBaseAddres}
{-DCompileDefine} {-IIncludePath} {-LLibraryPath}
{-Jq{d|o|m}} {-JJ}
{-O[1-4]} filename {filename {filename ...}}
Use 'jcompile -H' for a verbose help
jcompile: Returned an error code of 3
** Unable to catalog object PROG.TEST **

Regard's
SHIVA.

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • retired . . . ¯\_(ツ)_/¯
More
12 years 11 months ago #12069 by jpb
Replied by jpb on topic Re: COMPILING ERROR
Which command do you use to start the compilation and what kind of routine is PROG.TEST?

Normally in R07 we use EB.COMPILE to do everything needed and don't bother with all the stuff beside...

Please Log in or Create an account to join the conversation.

More
12 years 11 months ago #12071 by SAI
Replied by SAI on topic Re: COMPILING ERROR
HI,

yes for R7 we should use EB.COMPILE but though Iam using EB.COMPILE or BASIC and CATALOG Iam getting the error for every program or a routine that Iam trying to compile and the error that i get while compiling with EB.COMPILE IS:

jsh dell ~ -->EB.COMPILE SAI.BP PROG.TEST
Source directory : SAI.BP Single item : PROG.TEST
Score Checks Compile Catalog
Score Catalog
Current settings of bin & lib unchanged:
C:\T24 Softwares.R07\Temenos\MB\bnk\bnk.run\bin & lib
jcompile: Input specification 'Softwares.R07\Temenos\MB\bnk\bnk.run\bin\PROG.TEST' has an unknown type
Usage: jcompile -{abcefhjmrvxEHJRSX?}
{-bBaseAddres} {-lLibraryName} {-oOutputExec}
{-Ffiledir} {-sOutputSharedName} {-BBaseAddres}
{-DCompileDefine} {-IIncludePath} {-LLibraryPath}
{-Jq{d|o|m}} {-JJ}
{-O[1-4]} filename {filename {filename ...}}
Use 'jcompile -H' for a verbose help
jcompile: Returned an error code of 3
<compileoutput><errors><error><msg>Error in PROG.TEST Found 'DEBUG'</msg><line>5</line><correct>Remove DEBUG statement from the routine!</correct></error></errors><warnings><warning><msg>Warning - found 'PRINT'</msg><line>
9</line><type>Incompatible with Browser, Desktop and OFS. Do not use</type></warning></warnings><codereviews></codereviews><standards></standards><RatingDetail><CodeLines>0</CodeLines><ParaLines>0</ParaLines><Nests>0</Nest
s><Conditions>0</Conditions><Gotos>0</Gotos><SameLine>0</SameLine><Labels>0</Labels><Comments>0</Comments><Rating>0</Rating><CurrentRating>0</CurrentRating></RatingDetail></compileoutput>

Here the program PROG.TEST is a simple program to print a single line.

Please help me.

Regard's
SHIVA.

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • retired . . . ¯\_(ツ)_/¯
More
12 years 11 months ago #12075 by jpb
Replied by jpb on topic Re: COMPILING ERROR
Check if your compiler is installed correctly and that your environment variables are set correctly.

Please Log in or Create an account to join the conversation.

  • VigneshGautam
  • Visitor
  • Visitor
12 years 11 months ago #12157 by VigneshGautam
Replied by VigneshGautam on topic Re: COMPILING ERROR
What compiler have you installed?

Please Log in or Create an account to join the conversation.

More
12 years 10 months ago #12453 by kripesh
Replied by kripesh on topic Re: COMPILING ERROR
Remove the DEBUG statement from your program and compile it, or use a -D option along with the EB.COMPILE to compile with a DEBUG statement in your program..

Also check the .profile if the PATH and HOME variables are set correctly.

Have a great day !

Please Log in or Create an account to join the conversation.

Time to create page: 0.042 seconds