<?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: Screen 4.00.02 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/screen-4-00-02/m-p/4964855#M787183</link>
    <description>.</description>
    <pubDate>Thu, 09 Mar 2006 10:44:59 GMT</pubDate>
    <dc:creator>Diego A. Sánchez</dc:creator>
    <dc:date>2006-03-09T10:44:59Z</dc:date>
    <item>
      <title>Screen 4.00.02</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/screen-4-00-02/m-p/4964851#M787179</link>
      <description>Hi, I have installed screen 4.00.02 in a HP-UX 11.11 server and I get the following error if I start screen:&lt;BR /&gt;&lt;BR /&gt;$ screen&lt;BR /&gt;Cannot find terminfo entry for 'xterm'.&lt;BR /&gt;&lt;BR /&gt;I can open a terminal in background mode but if I can reatach them the same error appear:&lt;BR /&gt;&lt;BR /&gt;$ screen -dm&lt;BR /&gt;$ screen -ls&lt;BR /&gt;There is a screen on:&lt;BR /&gt;        10196..bashpap  (Detached)&lt;BR /&gt;1 Socket in /tmp/screens/S-root.&lt;BR /&gt;$ screen -r 10196..bashpap&lt;BR /&gt;Cannot find terminfo entry for 'xterm'.&lt;BR /&gt;&lt;BR /&gt;I tried to configure the terminal but I can see allways the same error message.&lt;BR /&gt;&lt;BR /&gt;TERM=xterm&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Fernando</description>
      <pubDate>Mon, 06 Mar 2006 10:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/screen-4-00-02/m-p/4964851#M787179</guid>
      <dc:creator>Diego A. Sánchez</dc:creator>
      <dc:date>2006-03-06T10:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Screen 4.00.02</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/screen-4-00-02/m-p/4964852#M787180</link>
      <description>I dealt with this problem not long ago.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=996972" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=996972&lt;/A&gt;</description>
      <pubDate>Mon, 06 Mar 2006 11:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/screen-4-00-02/m-p/4964852#M787180</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-03-06T11:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Screen 4.00.02</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/screen-4-00-02/m-p/4964853#M787181</link>
      <description>Hi Clay!, thanks for you help.&lt;BR /&gt;&lt;BR /&gt;I try to compile the screen source but the follow error appear:&lt;BR /&gt;&lt;BR /&gt;$ ./configure&lt;BR /&gt;OK&lt;BR /&gt;&lt;BR /&gt;$ make&lt;BR /&gt;        CPP="gcc -E -I/usr/local/include/ncurses" srcdir=. sh ./osdef.sh&lt;BR /&gt;        AWK=awk CC="gcc -g -O2" srcdir=. sh ./comm.sh&lt;BR /&gt;        gcc -c -I. -I.    -g -O2 screen.c&lt;BR /&gt;In file included from screen.h:144,&lt;BR /&gt;                 from screen.c:81:&lt;BR /&gt;display.h:163: error: 'T_N' undeclared here (not in a function)&lt;BR /&gt;screen.c: In function 'main':&lt;BR /&gt;screen.c:642: warning: incompatible implicit declaration of built-in function 'strlen'&lt;BR /&gt;screen.c:766: warning: incompatible implicit declaration of built-in function 'strlen'&lt;BR /&gt;screen.c: In function 'WindowDied':&lt;BR /&gt;screen.c:1379: warning: incompatible implicit declaration of built-in function 'strlen'&lt;BR /&gt;screen.c: In function 'CoreDump':&lt;BR /&gt;screen.c:1510: warning: incompatible implicit declaration of built-in function 'strlen'&lt;BR /&gt;screen.c: In function 'IsSymbol':&lt;BR /&gt;screen.c:1846: warning: incompatible implicit declaration of built-in function 'strlen'&lt;BR /&gt;screen.c: In function 'MakeNewEnv':&lt;BR /&gt;screen.c:1863: warning: incompatible implicit declaration of built-in function 'strlen'&lt;BR /&gt;screen.c: In function 'Msg':&lt;BR /&gt;screen.c:1906: warning: incompatible implicit declaration of built-in function 'strlen'&lt;BR /&gt;screen.c: In function 'Panic':&lt;BR /&gt;screen.c:1960: warning: incompatible implicit declaration of built-in function 'strlen'&lt;BR /&gt;screen.c:1992: warning: incompatible implicit declaration of built-in function 'strlen'&lt;BR /&gt;screen.c: In function 'MakeWinMsgEv':&lt;BR /&gt;screen.c:2459: warning: incompatible implicit declaration of built-in function 'strlen'&lt;BR /&gt;screen.c: In function 'PutWinMsg':&lt;BR /&gt;screen.c:2802: warning: incompatible implicit declaration of built-in function 'strlen'&lt;BR /&gt;screen.c: In function 'serv_select_fn':&lt;BR /&gt;screen.c:2948: error: 'D_VB' undeclared (first use in this function)&lt;BR /&gt;screen.c:2948: error: (Each undeclared identifier is reported only once&lt;BR /&gt;screen.c:2948: error: for each function it appears in.)&lt;BR /&gt;screen.c: In function 'logflush_fn':&lt;BR /&gt;screen.c:3120: warning: incompatible implicit declaration of built-in function 'strlen'&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;I try to comment the "CPPFLAGS=xxx/yyy/zzz/ncurses.h" line and I can see the same error.&lt;BR /&gt;&lt;BR /&gt;this is the content of the "/usr/local/include/ncurses" directory of my server:&lt;BR /&gt;&lt;BR /&gt;-rw-r--r--   1 root       sys          59015 Oct 18 11:46 curses.h&lt;BR /&gt;-rw-r--r--   1 root       sys           6590 Oct 18 11:47 cursesapp.h&lt;BR /&gt;-rw-r--r--   1 root       sys          27646 Oct 18 11:47 cursesf.h&lt;BR /&gt;-rw-r--r--   1 root       sys          19518 Oct 18 11:47 cursesm.h&lt;BR /&gt;-rw-r--r--   1 root       sys           8446 Oct 18 11:47 cursesp.h&lt;BR /&gt;-rw-r--r--   1 root       sys          45086 Oct 18 11:47 cursesw.h&lt;BR /&gt;-rw-r--r--   1 root       sys           7312 Oct 18 11:47 cursslk.h&lt;BR /&gt;-rw-r--r--   1 root       sys           2891 Oct 18 11:46 eti.h&lt;BR /&gt;-rw-r--r--   1 root       sys           8840 Oct 18 11:47 etip.h&lt;BR /&gt;-rw-r--r--   1 root       sys          17206 Oct 18 11:46 form.h&lt;BR /&gt;-rw-r--r--   1 root       sys          11881 Oct 18 11:46 menu.h&lt;BR /&gt;lrwxr-xr-x   1 root       sys              8 Dec  1 10:13 ncurses.h -&amp;gt; curses.h&lt;BR /&gt;-rw-r--r--   1 root       sys           1559 Oct 18 11:46 ncurses_dll.h&lt;BR /&gt;-rw-r--r--   1 root       sys           3721 Oct 18 11:46 panel.h&lt;BR /&gt;-rw-r--r--   1 root       sys          37864 Oct 18 11:46 term.h&lt;BR /&gt;-rw-r--r--   1 root       sys           3484 Oct 18 11:46 termcap.h&lt;BR /&gt;-rw-r--r--   1 root       sys           3013 Oct 18 11:46 unctrl.h&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 07 Mar 2006 07:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/screen-4-00-02/m-p/4964853#M787181</guid>
      <dc:creator>Diego A. Sánchez</dc:creator>
      <dc:date>2006-03-07T07:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Screen 4.00.02</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/screen-4-00-02/m-p/4964854#M787182</link>
      <description>Hi Cly, I solve the problem installing the termcap-1.3.1 depot&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Fernando</description>
      <pubDate>Thu, 09 Mar 2006 10:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/screen-4-00-02/m-p/4964854#M787182</guid>
      <dc:creator>Diego A. Sánchez</dc:creator>
      <dc:date>2006-03-09T10:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Screen 4.00.02</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/screen-4-00-02/m-p/4964855#M787183</link>
      <description>.</description>
      <pubDate>Thu, 09 Mar 2006 10:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/screen-4-00-02/m-p/4964855#M787183</guid>
      <dc:creator>Diego A. Sánchez</dc:creator>
      <dc:date>2006-03-09T10:44:59Z</dc:date>
    </item>
  </channel>
</rss>

