home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / ingres / 1837 < prev    next >
Encoding:
Text File  |  1992-11-10  |  2.2 KB  |  62 lines

  1. Newsgroups: comp.databases.ingres
  2. Path: sparky!uunet!peora!usenet.ccur.com!macdonal
  3. From: macdonal@westford.ccur.com (Steve MacDonald)
  4. Subject: ABFimage question
  5. Message-ID: <1992Nov10.190946.24603@westford.ccur.com>
  6. Sender: usenet@westford.ccur.com (UNIX News)
  7. Organization: Concurrent Computer Corp.  Westford, MA
  8. Distribution: usa
  9. Date: Tue, 10 Nov 1992 19:09:46 GMT
  10. Lines: 50
  11.  
  12. I have a question regarding abfimage creation. When I attempt to create an
  13. executable of my main menu selection, I get the following compilation messages.
  14.  
  15. abfimage eco main_menu -f
  16. Concurrent INGRES APPLICATION/IMAGE -- Copyright(c) 1988,1989 Ingres Corporation
  17. Compiling update_eco_data.osq
  18. No errors
  19.         ...
  20. mv: /user/ingres_db/ingres/eco/main_menu/update_eco_data.o and /user/ingres_db/i
  21. ngres/eco/main_menu/update_eco_data.obj are identical
  22. Compiling main_menu.osq
  23. No errors
  24.         ...
  25. Compiling retrieve_eco_data.osq
  26. No errors
  27.         ...
  28. mv: /user/ingres_db/ingres/eco/main_menu/retrieve_eco_data.o and /user/ingres_db
  29. /ingres/eco/main_menu/retrieve_eco_data.obj are identical
  30. Compiling enter_eco_data.osq
  31. No errors
  32.         ...
  33. mv: /user/ingres_db/ingres/eco/main_menu/enter_eco_data.o and /user/ingres_db/in
  34. gres/eco/main_menu/enter_eco_data.obj are identical
  35. Compiling enter_part_data.osq
  36. No errors
  37. mv: /user/ingres_db/ingres/eco/main_menu/enter_part_data.o and /user/ingres_db/i
  38. ngres/eco/main_menu/enter_part_data.obj are identical
  39. Compiling retrieve_part_data.osq
  40. No errors
  41.         ...
  42. mv: /user/ingres_db/ingres/eco/main_menu/retrieve_part_data.o and /user/ingres_d
  43. b/ingres/eco/main_menu/retrieve_part_data.obj are identical
  44.  
  45. E_AB0124 Application build compilation errors.
  46.     There were compilation errors for at least one of the source files for
  47.     the application.  These problems must be corrected before the
  48.     application can be run or before an application image can be built.
  49.  
  50. E_AI0002 The application image was NOT built.
  51.     An earlier error prevents the application image from being built.
  52.     Correct the cause of the earlier error and then run abfimage again.
  53.  
  54. The text is clear as mud regarding the error messages. Now when I manually
  55. compile each application, they compile fine. Has anybody had any previous
  56. experience with this problem?
  57.  
  58.  
  59.                     Thanks,
  60.                        Steve MacDonald
  61.  
  62.