<?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 emacs compile error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/emacs-compile-error/m-p/3979678#M294196</link>
    <description>&lt;BR /&gt;Dear all HP guys &lt;BR /&gt;&lt;BR /&gt;My system is below&lt;BR /&gt;&lt;BR /&gt;HP-UX rx6600 B.11.31 U ia64 (tb)&lt;BR /&gt;&lt;BR /&gt;and I try to compile emacs-21.4a&lt;BR /&gt;&lt;BR /&gt;rx6600:/home/purify/emacs-21.4]./configure&lt;BR /&gt;loading cache ./config.cache&lt;BR /&gt;checking host system type... ia64-hp-hpux11.31&lt;BR /&gt;configure: error: Emacs hasn't been ported to `ia64-hp-hpux11.31' systems.&lt;BR /&gt;Check `etc/MACHINES' for recognized configuration names.&lt;BR /&gt;&lt;BR /&gt;Maybe this error indicates that this version &lt;BR /&gt;of emacs can not support hp11.31. &lt;BR /&gt;So I saw /etc/MACHINES file. But I could not&lt;BR /&gt;know What to do for compiling it properly,.&lt;BR /&gt;&lt;BR /&gt;Could you let me know how to fix it?&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Apr 2007 23:27:18 GMT</pubDate>
    <dc:creator>이상봉_2</dc:creator>
    <dc:date>2007-04-11T23:27:18Z</dc:date>
    <item>
      <title>emacs compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/emacs-compile-error/m-p/3979678#M294196</link>
      <description>&lt;BR /&gt;Dear all HP guys &lt;BR /&gt;&lt;BR /&gt;My system is below&lt;BR /&gt;&lt;BR /&gt;HP-UX rx6600 B.11.31 U ia64 (tb)&lt;BR /&gt;&lt;BR /&gt;and I try to compile emacs-21.4a&lt;BR /&gt;&lt;BR /&gt;rx6600:/home/purify/emacs-21.4]./configure&lt;BR /&gt;loading cache ./config.cache&lt;BR /&gt;checking host system type... ia64-hp-hpux11.31&lt;BR /&gt;configure: error: Emacs hasn't been ported to `ia64-hp-hpux11.31' systems.&lt;BR /&gt;Check `etc/MACHINES' for recognized configuration names.&lt;BR /&gt;&lt;BR /&gt;Maybe this error indicates that this version &lt;BR /&gt;of emacs can not support hp11.31. &lt;BR /&gt;So I saw /etc/MACHINES file. But I could not&lt;BR /&gt;know What to do for compiling it properly,.&lt;BR /&gt;&lt;BR /&gt;Could you let me know how to fix it?&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Apr 2007 23:27:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/emacs-compile-error/m-p/3979678#M294196</guid>
      <dc:creator>이상봉_2</dc:creator>
      <dc:date>2007-04-11T23:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: emacs compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/emacs-compile-error/m-p/3979679#M294197</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;as you can read:&lt;BR /&gt;error: Emacs hasn't been ported to `ia64-hp-hpux11.31' systems.&lt;BR /&gt;&lt;BR /&gt;what's the problem with this error messages?&lt;BR /&gt;&lt;BR /&gt;maybe you can play with the swinstall options (osname and osrelease) but:&lt;BR /&gt;- i'm not sure that will work&lt;BR /&gt;- it can left your system unstable&lt;BR /&gt;- it's not supported&lt;BR /&gt;&lt;BR /&gt;the best will be to compile emacs by sources.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Cedrick Gaillard</description>
      <pubDate>Thu, 12 Apr 2007 02:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/emacs-compile-error/m-p/3979679#M294197</guid>
      <dc:creator>mobidyc</dc:creator>
      <dc:date>2007-04-12T02:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: emacs compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/emacs-compile-error/m-p/3979680#M294198</link>
      <description>&amp;gt;Maybe this error indicates that this version &lt;BR /&gt;&amp;gt;of emacs can not support hp11.31.&lt;BR /&gt;&lt;BR /&gt;HP-UX 11i V3 (aka 11.31) is a new release. I think your&lt;BR /&gt;only issue is that emacs's configure/build scripts&lt;BR /&gt;have not been updated to include 11.31. The &lt;BR /&gt;configure scripts look at the hardware arch, os name and version &lt;BR /&gt;to construct that string (ia64-hp-hpux11.31) and the 11.31 is &lt;BR /&gt;what's throwing things off. You should be able to &lt;BR /&gt;get it to build on 11.31 by duplicating the 11.11 and 11.23 &lt;BR /&gt;items in the build scripts. &lt;BR /&gt;&lt;BR /&gt;A simpler approach.....&lt;BR /&gt;The pre-compiled version of emacs run just fine on 11.31. For &lt;BR /&gt;example, Internet Express&lt;BR /&gt;(&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123)" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123)&lt;/A&gt;&lt;BR /&gt;includes emacs. The Porting and Achive center&lt;BR /&gt;also has emacs: &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Editors/emacs-21.4/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Editors/emacs-21.4/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Apr 2007 10:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/emacs-compile-error/m-p/3979680#M294198</guid>
      <dc:creator>PeterWolfe</dc:creator>
      <dc:date>2007-04-13T10:17:57Z</dc:date>
    </item>
  </channel>
</rss>

