home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / oop / macapp3 / 371 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  3.5 KB

  1. Path: sparky!uunet!olivea!apple!applelink.apple.com
  2. From: LANGFORD@AppleLink.Apple.COM (Paradigm Publishing, B Langford,PAS)
  3. Newsgroups: comp.sys.mac.oop.macapp3
  4. Subject: Link error
  5. Message-ID: <726455219.5603667@AppleLink.Apple.COM>
  6. Date: 8 Jan 93 00:59:00 GMT
  7. Sender: daemon@Apple.COM
  8. Organization: AppleLink Gateway
  9. Lines: 87
  10.  
  11. Hi, My name is Jungho.
  12. I have compiled an application, Skeketon, with 3 different options, but I got
  13. nothing but failure.
  14. Please, let me know how I can make this case work.
  15.  
  16. Note:  - The current version of MPW Shell being used is MPW Shell 3.2.3 from
  17. E.T.O. 8.
  18.    - MacApp 3.0 is used.
  19.  
  20. The following is what I did:
  21. ===================o First trial
  22.  MABuild "Skeleton" -NoPasLoad -Save -Debug -SYM -Names
  23. MABuildTool - v. 3.0.1 Release 6/10/92          Start: 4:39:27 PM 1/7/93
  24.  
  25. Copyright Apple Computer, Inc. 1986-1992
  26. All Rights Reserved.
  27.  
  28. AutoSaving...
  29. Target Folder: "RAM Disk:Keystone:.Debug Sym:"
  30. Making:        Skeleton.MAMake
  31. Linking:       Skeleton
  32. ### Sun:MPW:Tools:Link: Error: Jump table offset into code segment is greater
  33. than 32K. (Error 50) C2PSTR
  34. ### Sun:MPW:Tools:Link: Error: Jump table offset into code segment is greater
  35. than 32K. (Error 50) p2cstr
  36. ### Sun:MPW:Tools:Link: Error: Jump table offset into code segment is greater
  37. than 32K. (Error 50) c2pstr
  38. ### Sun:MPW:Tools:Link: Errors prevented normal completion.
  39. ### MPW Shell - Command " " was not found.
  40. ### MPW Shell - Execution of RAM Disk:Keystone:.Debug Sym:Skeleton.MakeIt
  41. terminated.
  42. ### MPW Shell - Execution of MABuild terminated.
  43.  
  44. ===================o Second trial with  option -Link "-model far"
  45.  MABuild "Skeleton" -Link "-model far"  -NoPasLoad -Save -Debug -SYM -Names
  46. MABuildTool - v. 3.0.1 Release 6/10/92          Start: 4:41:05 PM 1/7/93
  47.  
  48. Copyright Apple Computer, Inc. 1986-1992
  49. All Rights Reserved.
  50.  
  51. AutoSaving...
  52. Target Folder: "RAM Disk:Keystone:.Debug Sym:"
  53. Making:        Skeleton.MAMake
  54. Linking:       Skeleton
  55. ### Sun:MPW:Tools:Link: Error: Method table optimization, definition not found:
  56. (Error 58) %_SUPERCLASSTABLE
  57. ### Sun:MPW:Tools:Link: Errors prevented normal completion.
  58. ### MPW Shell - Command " " was not found.
  59. ### MPW Shell - Execution of RAM Disk:Keystone:.Debug Sym:Skeleton.MakeIt
  60. terminated.
  61. ### MPW Shell - Execution of MABuild terminated.
  62.  
  63.  
  64. ===================o Third trial with -ModelFar
  65.  MABuild "Skeleton" -ModelFar -NoPasLoad -Save -Debug -SYM -Names
  66. MABuildTool - v. 3.0.1 Release 6/10/92          Start: 4:41:53 PM 1/7/93
  67.  
  68. Copyright Apple Computer, Inc. 1986-1992
  69. All Rights Reserved.
  70.  
  71. AutoSaving...
  72. Target Folder: "RAM Disk:Keystone:.S7NmDbDmUnPeRaTeSmfCfD:"
  73. Making:        Skeleton.MAMake
  74.  
  75. ### Sun:MPW:Tools:Make - IO error trying to get file info for "Sun:MacApp
  76. 3.0.1:Libraries:.S7NmDbDmUnPeRaTeSmfCfD:MacApp.lib"
  77. # Directory not found (OS error -120)
  78.  
  79. ### Sun:MPW:Tools:Make - IO error trying to get file info for "Sun:MacApp
  80. 3.0.1:Libraries:.S7NmDbDmUnPeRaTeSmfCfD:Debug.rsrc"
  81. # Directory not found (OS error -120)
  82.  
  83. ### Sun:MPW:Tools:Make - IO error trying to get file info for "Sun:MacApp
  84. 3.0.1:Libraries:.S7NmDbDmUnPeRaTeSmfCfD:Defaults.rsrc"
  85. # Directory not found (OS error -120)
  86.  
  87. ### Sun:MPW:Tools:Make - IO error trying to get file info for "Sun:MacApp
  88. 3.0.1:Libraries:.S7NmDbDmUnPeRaTeSmfCfD:MacApp.rsrc"
  89. # Directory not found (OS error -120)
  90.  
  91. ### Sun:MPW:Tools:Make - IO error trying to get file info for "Sun:MacApp
  92. 3.0.1:Libraries:.S7NmDbDmUnPeRaTeSmfCfD:ResourceLib.rsrc"
  93. # Directory not found (OS error -120)
  94. MAKE of Skeleton failed: Thursday, January 7, 1993 4:42:05 PM
  95. ### MPW Shell - Execution of MABuild terminated.
  96.  
  97.  
  98.