HP3000-L Archives

November 1999, Week 5

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Paulo Carmo <[log in to unmask]>
Reply To:
Paulo Carmo <[log in to unmask]>
Date:
Tue, 30 Nov 1999 10:57:33 +0000
Content-Type:
text/plain
Parts/Attachments:
text/plain (192 lines)
       Hi,

        I'm trying to install The Curses extension to perl5, version
1.02 on
a HP-UX 11.0 , but i have some problems.

        This is what i have done:

------------------------------------------------------------------------------

[pcarmo@hp9000 Curses-1.02]$ perl Makefile.PL
Making a guess for $inc and $libs...
Making a guess for "c-config.h"...
Checking if your kit is complete...
Looks good
Writing Makefile for Curses
[pcarmo@hp9000 Curses-1.02]$ make
mkdir blib
mkdir blib/lib
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Curses
mkdir blib/lib/auto
mkdir blib/lib/auto/Curses
mkdir blib/man3
cp Curses.pm blib/lib/Curses.pm
        /usr/bin/perl test.syms
Possible attempt to separate words with commas at test.syms line 137.
cbreak() found
echo() found
idlok() found
nl() found
nocbreak() found
noecho() found
nonl() found
noraw() found
raw() found
waddch() found
waddchstr() found
waddchnstr() found
waddstr() found
waddnstr() found
wattroff() found
wattron() found
wattrset() found
baudrate() found
beep() found
wbkgd() found
wbkgdset() found
wborder() found
box() found
can_change_color() found
wclear() found
clearok() found
wclrtobot() found
wclrtoeol() found
color_content() found
COLOR_PAIR() found
copywin() found
wdelch() found
wdeleteln() found
delwin() found
derwin() found
doupdate() found
wechochar() found
endwin() found
werase() found
erasechar() found
flash() found
flushinp() found
flusok() NOT found
getattrs() found
getbegyx() NOT found
getbkgd() found
getcap() NOT found
wgetch() found
getmaxyx() NOT found
wgetnstr() found
getparyx() NOT found
wgetstr() found
gettmode() found
getyx() NOT found
halfdelay() found
has_colors() found
has_ic() found
has_il() found
whline() found
idcok() found
immedok() found
winch() found
winchnstr() found
winchstr() found
initscr() found
init_color() found
init_pair() found
winnstr() found
winsch() found
winsdelln() found
winsertln() found
winsnstr() found
winsstr() found
winstr() found
intrflush() found
isendwin() found
is_linetouched() found
is_wintouched() found
keyname() found
keypad() found
killchar() found
leaveok() found
meta() found
wmove() found
mvcur() found
mvwin() found
newpad() found
newwin() found
nodelay() found
noqiflush() found
notimeout() found
wnoutrefresh() found
overlay() found
overwrite() found
pair_content() found
PAIR_NUMBER() found
pechochar() found
pnoutrefresh() found
prefresh() found
qiflush() found
wrefresh() found
resetty() found
savetty() found
wscrl() found
scroll() found
scrollok() found
wsetscrreg() found
setterm() found
slk_clear() found
slk_init() found
slk_label() found
slk_noutrefresh() found
slk_refresh() found
slk_restore() found
slk_set() found
slk_touch() found
wstandend() found
wstandout() found
start_color() found
subpad() found
subwin() found
syncok() found
wtimeout() found
wtouchln() found
touchoverlap() NOT found
touchwin() found
typeahead() found
wvline() found
unctrl() found
ungetch() found
newterm() found
set_term() found
        cc -c  -Ae -O +Onolimit     -DVERSION=\"1.02\"
-DXS_VERSION=\"1.02\" +z -I/opt/perl5/lib/5.00503/PA-RISC1.1/CORE
Curses.c
cc: "Curses.c", line 655: warning 527: Integral value implicitly
converted
to pointer in assignment.
cc: "Curses.c", line 1551: warning 527: Integral value implicitly
converted
to pointer in assignment.
cc: "Curses.c", line 2305: warning 527: Integral value implicitly
converted
to pointer in assignment.
cc: "Curses.c", line 2469: warning 527: Integral value implicitly
converted
to pointer in assignment.
cc: "Curses.c", line 2654: warning 527: Integral value implicitly
converted
to pointer in assignment.
cc: "Curses.c", line 2980: error 1588: "A_INVIS" undefined.
cc: "Curses.c", line 2980: error 1588: "A_PROTECT" undefined.
cc: "Curses.c", line 2980: error 1588: "A_ALTCHARSET" undefined.
cc: "Curses.c", line 2980: error 1588: "A_COLOR" undefined.
*** Error exit code 1

Stop.
[pcarmo@hp9000 Curses-1.02]$
------------------------------------------------------------------------------

        After, this i removed all the lines from Curses.c that make
reference to the
undefs, and tryed to compiled again, but the result was the same.

ATOM RSS1 RSS2