Kbase P87529: adecomm/adestds.i file cannot be found when trying to compile proedit.p
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/20/2010 |
|
Status: Unverified
SYMPTOM(s):
adecomm/adestds.i file cannot be found when trying to compile proedit.p
** "adecomm/adestds.i" was not found. (293)
** "<file-name>" was not found. (293)
** <program> Could not understand line <number>. (193)
** adeedit.p Could not understand line 83. (193)
** <program> Could not understand line <number>. (198)
** adeedit.p Could not understand line 84. (198)
** Unknown Field or Variable name - <field-name>. (201)
** Unknown Field or Variable name - initialized_adestds. (201)
FACT(s) (Environment):
Progress 9.1D
CAUSE:
The include files required for the compilation cannot be found because they reside in the adecomm.pl library.
FIX:
To compile the Editor the adecomm.pl library needs to be extracted to a local src directory below the working directory. So, after extraction the files should reside in the directory <working directory>\src\adecomm. The compilation of the editor will then work.
This is documented in the Managing ABL Applications manual with the following note:
Note: OpenEdge can only find r-code members in a procedure library. While it is technically possible to include other types of files in a procedure library, OpenEdge cannot find them while searching the PROPATH.