|
Posted by Florian Wolf on March 16, 2006, 1:26 pm
Please log in for more thread options
Hi,
I am trying to install the curses module for perl 5.8.7 on hp-ux 11.23 ia64.
Unfortunately I get a lot of errors during the make progress. Here's an
extract of 'make':
....
typedef 'chtype' NOT found
typedef 'MEVENT' NOT found
typedef 'mmask_t' NOT found
typedef 'SCREEN' NOT found
cc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE
-Wl,+vnocompatwarnings
+Z -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-fast +DSitanium2
Ofltacc=strict -DVERSION=\"1.13\" -DXS_VERSION=\"1.13\" +Z
"-I/opt/perl_32/lib/5.8.7/IA64.ARCHREV_0-thread-multi/CORE" Curses.c
(Bundled) cc: warning 922: "-Ae" is unsupported in the bundled compiler,
ignored.
(Bundled) cc: warning 922: "-fast" is unsupported in the bundled compiler,
ignored.
(Bundled) cc: warning 922: "+Ofltacc=strict" is unsupported in the bundled
compiler, ignored.
Error 419: "c-config.h", line 7 # 'include' is used as a type, but has not
been defined as a type.
include <curses.h>
^^^^^^^
Error 172: "c-config.h", line 7 # Undeclared variable 'curses'.
include <curses.h>
^^^^^^
Error 308: "c-config.h", line 7 # Templates not allowed in ANSI C.
include <curses.h>
^^^^^^^^^^
Error 318: "c-config.h", line 7 # A template name was expected instead of
'<type inserted by
compiler>'. Did you forget to define the template?
include <curses.h>
^^^^^^^^^^
Error 20: "c-config.h", line 9 # ';' expected before 'C_PANELSUPPORT'.
ifdef C_PANELSUPPORT
^^^^^^^^^^^^^^
Error 20: "c-config.h", line 10 # '(' expected before 'include'.
include <panel.h>
^^^^^^^
Error 585: "c-config.h", line 13 # Expected an operator before 'ifdef'.
ifdef C_MENUSUPPORT
^^^^^
Error 24: "c-config.h", line 13 # '(' expected instead of 'C_MENUSUPPORT'.
ifdef C_MENUSUPPORT
^^^^^^^^^^^^^
Error 585: "c-config.h", line 17 # Expected an operator before 'ifdef'.
ifdef C_FORMSUPPORT
^^^^^
Error 24: "c-config.h", line 17 # '(' expected instead of 'C_FORMSUPPORT'.
ifdef C_FORMSUPPORT
^^^^^^^^^^^^^
Error 585: "c-config.h", line 21 # Expected an operator before 'define'.
define C_LONGNAME
^^^^^^
Error 585: "c-config.h", line 21 # Expected an operator before 'C_LONGNAME'.
define C_LONGNAME
^^^^^^^^^^
Error 699: "c-config.h", line 21 # Error limit reached; halting compilation.
define C_LONGNAME
^^^^^^^^^^
*** Error exit code 2
I don't know where's the problem?! Please can you help me.
Another idea I have is to install an 'complete' version of perl, which
includes the most recently modules for programming an user interface. Is
there an depot file for hp-ux 11.23 ia64 available? And where can I download
this file? Any other ideas to solve this issue?
Thank you very much...
Best Regards,
Florian Wolf
|
| Similar Threads | Posted | | Installation Modul DBD::MySQL failed | March 1, 2007, 6:40 am |
| Installing Curses Module? | February 22, 2008, 11:45 am |
| GD make test failed | January 24, 2005, 9:37 am |
| mod_perl2 failed to install do to mod_perl | May 19, 2006, 6:10 pm |
| Installing Config::General Failed | October 22, 2007, 12:22 pm |
| Perl module installation | April 11, 2005, 9:55 am |
| install Bundle::CPAN in Cygwin failed | October 17, 2004, 9:09 am |
| Local installation of perl module | September 5, 2005, 9:07 am |
| trying to resolve module installation problems | November 11, 2007, 2:51 pm |
| First time module installation - questions | April 17, 2008, 9:26 am |
|