Other-Diagnostics-and-Warnings.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <html lang="en">
  2. <head>
  3. <title>Other Diagnostics and Warnings - avram - a virtual machine code interpreter</title>
  4. <meta http-equiv="Content-Type" content="text/html">
  5. <meta name="description" content="avram - a virtual machine code interpreter">
  6. <meta name="generator" content="makeinfo 4.13">
  7. <link title="Top" rel="start" href="index.html#Top">
  8. <link rel="up" href="Diagnostics.html#Diagnostics" title="Diagnostics">
  9. <link rel="prev" href="Configuration-Related-Errors.html#Configuration-Related-Errors" title="Configuration Related Errors">
  10. <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
  11. <meta http-equiv="Content-Style-Type" content="text/css">
  12. <style type="text/css"><!--
  13. pre.display { font-family:inherit }
  14. pre.format { font-family:inherit }
  15. pre.smalldisplay { font-family:inherit; font-size:smaller }
  16. pre.smallformat { font-family:inherit; font-size:smaller }
  17. pre.smallexample { font-size:smaller }
  18. pre.smalllisp { font-size:smaller }
  19. span.sc { font-variant:small-caps }
  20. span.roman { font-family:serif; font-weight:normal; }
  21. span.sansserif { font-family:sans-serif; font-weight:normal; }
  22. --></style>
  23. </head>
  24. <body>
  25. <div class="node">
  26. <a name="Other-Diagnostics-and-Warnings"></a>
  27. <p>
  28. Previous:&nbsp;<a rel="previous" accesskey="p" href="Configuration-Related-Errors.html#Configuration-Related-Errors">Configuration Related Errors</a>,
  29. Up:&nbsp;<a rel="up" accesskey="u" href="Diagnostics.html#Diagnostics">Diagnostics</a>
  30. <hr>
  31. </div>
  32. <h4 class="subsection">1.6.7 Other Diagnostics and Warnings</h4>
  33. <dl>
  34. <dt><code>avram: multiple -.EXT options; all but last ignored</code><dd><a name="index-g_t_0040code_007bmultiple-_002d_002eEXT-options_007d-108"></a><a name="index-extensions-109"></a><a name="index-file-extensions-110"></a><a name="index-extensions-111"></a><a name="index-file-name-extensions-112"></a><a name="index-file-name-suffixes-113"></a>This message is written when more than one default extension is given as
  35. a command line parameter. At most one default extension is allowed. If
  36. more than one is given, only the last one is used. The error is
  37. non-fatal and <code>avram</code> will try to continue. If you need more
  38. than one default extension, consider using the hard coded default
  39. extensions of <samp><span class="file">.fun</span></samp> and <samp><span class="file">.avm</span></samp>, or hacking the shell script
  40. in which the <code>avram</code> command line appears.
  41. <br><dt><var>application name</var><code>: empty operator</code><dd>This message probably means that the virtual code file is corrupt or
  42. invalid.
  43. <br><dt>usage summary<dd><a name="index-g_t_0040code_007bhelp_007d-command-line-option-114"></a>For any errors in usage not covered by other diagnostics, such as
  44. incompatible combinations of options, <code>avram</code> prints a message to
  45. standard error giving a brief summary of options, similar to the output
  46. from <kbd>avram --help</kbd>. (See <a href="General-Options.html#General-Options">General Options</a>.)
  47. </dl>
  48. </body></html>