<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MMS Error in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036488#M54263</link>
    <description>Sounds plausible.  What happens if you throw&lt;BR /&gt;away the second empty ".SUFFIXES" directive?</description>
    <pubDate>Tue, 27 Mar 2007 02:13:56 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2007-03-27T02:13:56Z</dc:date>
    <item>
      <title>MMS Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036485#M54260</link>
      <description>To compile the source code, i'm using the MMS build tool. The whole build works fine, but in some module i'm getting a warning &amp;amp; i think this has something to do with the malfunctioning of a separate module in the source code. &lt;BR /&gt;&lt;BR /&gt;the source code uses make style build process. so in a particular directory, i have all the UIL files and also have the generated UID files. But when i do a make inside this directory, the MMS utility gives a bunch of error or may be warnings. &lt;BR /&gt;&lt;BR /&gt;%MMS-I-RULDISCNOTYPS, Rule '.FOR.OBJ' discarded as types not in suffixes precede&lt;BR /&gt;nce list&lt;BR /&gt;&lt;BR /&gt;i dont know where to add these suffix precedence and from where this comes from. i want to where these suffix are defined in MMS. &lt;BR /&gt;&lt;BR /&gt;Appreciate if anyone could comment on this!! &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Manesh&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Mar 2007 00:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036485#M54260</guid>
      <dc:creator>Manesh Sasankan</dc:creator>
      <dc:date>2007-03-27T00:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: MMS Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036486#M54261</link>
      <description>Manesh,&lt;BR /&gt;&lt;BR /&gt;the suffixes precedence list lists all suffixes known to MMS. Obviously the defaults have a rule for compiling a FORTRAN source, without .FOR being listed in the suffixes list.&lt;BR /&gt;&lt;BR /&gt;You can append to the list using the directive&lt;BR /&gt;&lt;BR /&gt;.SUFFIXES_AFTER .FOR&lt;BR /&gt;&lt;BR /&gt;Or you can completely replace the default list by&lt;BR /&gt;&lt;BR /&gt;.SUFFIXES&lt;BR /&gt;.SUFFIXES .UID .UIL&lt;BR /&gt;&lt;BR /&gt;Have a look at the documentation at &lt;A href="http://h71000.www7.hp.com/doc/82final/decset/MMS_USERS_GUIDE.PDF" target="_blank"&gt;http://h71000.www7.hp.com/doc/82final/decset/MMS_USERS_GUIDE.PDF&lt;/A&gt; , especially section 2.7.6.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Tue, 27 Mar 2007 01:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036486#M54261</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2007-03-27T01:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: MMS Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036487#M54262</link>
      <description>Martin,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply. i found something unusual in the corresponding .mms file. it has something like this.&lt;BR /&gt;&lt;BR /&gt;===================&lt;BR /&gt;.INCLUDE [lib.template]rs1.vms &lt;BR /&gt;=======================&lt;BR /&gt;&lt;BR /&gt;This rs1.vms has in turn these suffix definition&lt;BR /&gt;==================&lt;BR /&gt;.SUFFIXES&lt;BR /&gt;.SUFFIXES .EXE .PTB .OLB .OBJ .OBJ1 .OBJ2 .OBJ3 .OBJ4 .OBJ5 .OBJ6 .OUT .C .MAR .MSG .H .FOR .MSC .QC&lt;BR /&gt;=======================&lt;BR /&gt;&lt;BR /&gt;Also in the .mms file, there are these suffix definitions after the .INCLUDE statement.&lt;BR /&gt;&lt;BR /&gt;====================&lt;BR /&gt;.SUFFIXES&lt;BR /&gt;.SUFFIXES .UID .UIL&lt;BR /&gt;=======================&lt;BR /&gt;&lt;BR /&gt;so i think it's throwing warnings for all the suffix definitions in the rs1.vms file, since there is no such file suffixes in the corresponding .mms file. (the directory that this .mms file belongs has only .uil &amp;amp; .uid files)&lt;BR /&gt;&lt;BR /&gt;was my observation correct?</description>
      <pubDate>Tue, 27 Mar 2007 01:48:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036487#M54262</guid>
      <dc:creator>Manesh Sasankan</dc:creator>
      <dc:date>2007-03-27T01:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: MMS Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036488#M54263</link>
      <description>Sounds plausible.  What happens if you throw&lt;BR /&gt;away the second empty ".SUFFIXES" directive?</description>
      <pubDate>Tue, 27 Mar 2007 02:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036488#M54263</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-03-27T02:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: MMS Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036489#M54264</link>
      <description>Manesh,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;so i think it's throwing warnings for all the suffix definitions in the rs1.vms file, since there is no such file suffixes in the corresponding .mms file.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;It's giving informational messages (note the "-I-"!) about default rules (i.e. rules where the target looks like ".FOR.OBJ", and the action line has the default compilation command), where the extensions are not in the suffixes list (because the empty .SUFFIXES directive throws away all previous declarations).&lt;BR /&gt;&lt;BR /&gt;Try and comment out the empty .SUFFIXES directive, as Steven suggested.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Tue, 27 Mar 2007 02:27:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036489#M54264</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2007-03-27T02:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: MMS Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036490#M54265</link>
      <description>Thanks all.. Bingo it worked.. &lt;BR /&gt;&lt;BR /&gt;i commented out the second .suffixes and it worked. now there is no more informational warning messages. &lt;BR /&gt;&lt;BR /&gt;Seems like i'm dealing with all VMS gurus. feels good.  i'm just a starter in vms. :-)</description>
      <pubDate>Tue, 27 Mar 2007 02:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036490#M54265</guid>
      <dc:creator>Manesh Sasankan</dc:creator>
      <dc:date>2007-03-27T02:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: MMS Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036491#M54266</link>
      <description>I think that you can get the same problem the&lt;BR /&gt;same way in a UNIX "make", although the&lt;BR /&gt;message may be different, so it's probably&lt;BR /&gt;not a very VMSy problem.  But keep at it, and&lt;BR /&gt;I'm sure that you can get some more&lt;BR /&gt;VMS-specific problems soon enough.</description>
      <pubDate>Tue, 27 Mar 2007 03:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036491#M54266</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-03-27T03:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: MMS Error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036492#M54267</link>
      <description>closed</description>
      <pubDate>Tue, 27 Mar 2007 04:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mms-error/m-p/5036492#M54267</guid>
      <dc:creator>Manesh Sasankan</dc:creator>
      <dc:date>2007-03-27T04:00:17Z</dc:date>
    </item>
  </channel>
</rss>

