emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HPUX support in 22.0.96


From: Sascha Wilde
Subject: Re: HPUX support in 22.0.96
Date: Sun, 25 Mar 2007 17:23:43 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.96 (gnu/linux)

Sascha Wilde <address@hidden> wrote:
> Glenn Morris <address@hidden> wrote:
>> Glenn Morris wrote:
>>
>>> Oh, I've _just_ found some reason to think we may be able to restore
>>> this code and hence HPUX support. Stay tuned...
>>
>> Support for these machines should now be restored in CVS.
>
> Manny Thanks!  I'll give it a try this weekend.

Unfortunately the current code doesn't build on my system:

address@hidden/bigsrc/emacs-clean]% uname -a
HP-UX timmy B.10.20 U 9000/715 2012866183 unlimited-user license

here are the errors I get:

unexec.c: In function `make_hdr':
unexec.c:699: error: invalid application of `sizeof' to incomplete
type `exec'
unexec.c:699: error: invalid application of `sizeof' to incomplete
type `exec'
unexec.c:704: error: `ohdr' has an incomplete type
unexec.c:708: error: `hdr' has an incomplete type
unexec.c:721: error: invalid application of `sizeof' to incomplete
type `exec'
unexec.c:734: error: invalid use of undefined type `struct exec'
unexec.c:735: error: invalid use of undefined type `struct exec'
unexec.c:737: error: invalid use of undefined type `struct exec'
unexec.c:739: error: invalid use of undefined type `struct exec'
unexec.c:740: error: invalid use of undefined type `struct exec'
unexec.c:744: error: invalid use of undefined type `struct exec'
unexec.c:778: error: invalid application of `sizeof' to incomplete
type `exec'
unexec.c:778: error: invalid application of `sizeof' to incomplete
type `exec'
unexec.c: In function `copy_text_and_data':
unexec.c:975: error: `hdr' has an incomplete type
unexec.c:1061: error: invalid use of undefined type `struct exec'
unexec.c:1066: error: invalid use of undefined type `struct exec'
unexec.c: In function `copy_sym':
unexec.c:1105: error: `ohdr' has an incomplete type
unexec.c: At top level:
unexec.c:288: error: storage size of `hdr' isn't known
unexec.c:288: error: storage size of `ohdr' isn't known
make[2]: *** [unexec.o] Error 1
make[2]: Leaving directory `/usr/local/src/emacs-clean/src'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/usr/local/src/emacs-clean'
make: *** [bootstrap] Error 2

Before that, there are lots of warnings about redefining
HAVE_PSTAT_GETDYNAMIC, XUINT and XSET like:

./s/hpux9.h:84:1: warning: "HAVE_PSTAT_GETDYNAMIC" redefined
In file included from syntax.c:24:
./config.h:466:1: warning: this is the location of the previous
definition
In file included from syntax.c:26:
lisp.h:373:1: warning: "XUINT" redefined
In file included from ./config.h:980,
                 from syntax.c:24:
./m/hp800.h:67:1: warning: this is the location of the previous
definition
In file included from syntax.c:26:
lisp.h:374:1: warning: "XSET" redefined
In file included from ./config.h:980,
                 from syntax.c:24:

but I guess this is normal.

cheers
sascha
-- 
Sascha Wilde : "GUIs normally make it simple to accomplish simple 
             : actions and impossible to accomplish complex actions."
             : (Doug Gwyn - 22/Jun/91 in comp.unix.wizards)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]