unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2359: Emacs fails to compile on AIX 5.3 with XL C 10.1, due to missing #define ADDR_CORRECT in unexaix.c; patch attached
@ 2009-02-17 15:48 ` Criveti Mihai
  2009-02-18  8:55   ` bug#2359: marked as done (Emacs fails to compile on AIX 5.3 with XL C 10.1, due to missing #define ADDR_CORRECT in unexaix.c; patch attached) Emacs bug Tracking System
  0 siblings, 1 reply; 4+ messages in thread
From: Criveti Mihai @ 2009-02-17 15:48 UTC (permalink / raw)
  To: bug-gnu-emacs

diff unexaix.c.old unexaix.c
60a61,63
> #undef ADDR_CORRECT
> #define ADDR_CORRECT(x) ((int)(x))
>

This error is corrected with the patch above:

cmihai@phobos:/home/cmihai/packaging/emacs-cvs/emacs$ gmake
boot=bootstrap-emacs;                         \
        if [ -x "src/$boot" ]; then boot=""; fi;                   \
        cd lib-src; gmake all                            \
          CC='xlc -q64' CFLAGS='-O3 -qnoansialias -brtl -bexpfull -I
/usr/local/ssl/include -I/usr/local/include -I/opt/freeware/include'
CPPFLAGS='-ma -qmaxmem=4000  ' \
          LDFLAGS='-L/usr/local/ssl/lib -L/usr/local/lib
-L/opt/freeware/lib -bbigtoc' MAKE='gmake' BOOTSTRAPEMACS="$boot"
gmake[1]: Entering directory `/home/cmihai/packaging/emacs-cvs/emacs/lib-src'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/home/cmihai/packaging/emacs-cvs/emacs/lib-src'
boot=bootstrap-emacs;                         \
        if [ -x "src/$boot" ]; then boot=""; fi;                   \
        cd src; gmake all                            \
          CC='xlc -q64' CFLAGS='-O3 -qnoansialias -brtl -bexpfull -I
/usr/local/ssl/include -I/usr/local/include -I/opt/freeware/include'
CPPFLAGS='-ma -qmaxmem=4000  ' \
          LDFLAGS='-L/usr/local/ssl/lib -L/usr/local/lib
-L/opt/freeware/lib -bbigtoc' MAKE='gmake' BOOTSTRAPEMACS="$boot"
gmake[1]: Entering directory `/home/cmihai/packaging/emacs-cvs/emacs/src'
echo "dispnew.o frame.o scroll.o xdisp.o menu.o  window.o charset.o
coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o
xfaces.o    emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o
filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o
cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o
data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o
print.o lread.o syntax.o unexaix.o bytecode.o process.o callproc.o
region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o
textprop.o composite.o md5.o     terminfo.o lastfile.o gmalloc.o
ralloc.o vm-limit.o  mktime.o getloadavg.o "  > buildobj.lst
xlc -q64  -Wl,-bnodelcsect  -L/usr/local/ssl/lib -L/usr/local/lib
-L/opt/freeware/lib -bbigtoc \
           -o temacs  dispnew.o frame.o scroll.o xdisp.o menu.o
window.o charset.o coding.o category.o ccl.o character.o chartab.o
cm.o term.o terminal.o xfaces.o    emacs.o keyboard.o macros.o
keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o
fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o
search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o
eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexaix.o
bytecode.o process.o callproc.o region-cache.o sound.o atimer.o
doprnt.o strftime.o intervals.o textprop.o composite.o md5.o
terminfo.o lastfile.o gmalloc.o ralloc.o vm-limit.o  mktime.o
getloadavg.o  \
                  -lrts -lIM -liconv -lbsd -lcurses   -lm
ld: 0711-317 ERROR: Undefined symbol: .ADDR_CORRECT
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
gmake[1]: *** [temacs] Error 8
gmake[1]: Leaving directory `/home/cmihai/packaging/emacs-cvs/emacs/src'
gmake: *** [src] Error 2







^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#2366: unexaix.c requires ADDR_CORRECT to build on AIX 5.3 using XL C 10.1
@ 2009-02-17 23:24 ` Criveti Mihai
  2009-02-18  8:55   ` bug#2366: marked as done (unexaix.c requires ADDR_CORRECT to build on AIX 5.3 using XL C 10.1) Emacs bug Tracking System
  0 siblings, 1 reply; 4+ messages in thread
From: Criveti Mihai @ 2009-02-17 23:24 UTC (permalink / raw)
  To: bug-gnu-emacs

diff unexaix.c.old unexaix.c
60a61,63
> #undef ADDR_CORRECT
> #define ADDR_CORRECT(x) ((int)(x))
>

This error is corrected with the patch above:

cmihai@phobos:/home/cmihai/packaging/emacs-cvs/emacs$ make
boot=bootstrap-emacs;                         \
       if [ -x "src/$boot" ]; then boot=""; fi;                   \
       cd lib-src; gmake all                            \
         CC='xlc -q64' CFLAGS='-O3 -qnoansialias -brtl -bexpfull -I
/usr/local/ssl/include -I/usr/local/include -I/opt/freeware/include'
CPPFLAGS='-ma -qmaxmem=4000  ' \
         LDFLAGS='-L/usr/local/ssl/lib -L/usr/local/lib
-L/opt/freeware/lib -bbigtoc' MAKE='gmake' BOOTSTRAPEMACS="$boot"
gmake[1]: Entering directory `/home/cmihai/packaging/emacs-cvs/emacs/lib-src'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/home/cmihai/packaging/emacs-cvs/emacs/lib-src'
boot=bootstrap-emacs;                         \
       if [ -x "src/$boot" ]; then boot=""; fi;                   \
       cd src; gmake all                            \
         CC='xlc -q64' CFLAGS='-O3 -qnoansialias -brtl -bexpfull -I
/usr/local/ssl/include -I/usr/local/include -I/opt/freeware/include'
CPPFLAGS='-ma -qmaxmem=4000  ' \
         LDFLAGS='-L/usr/local/ssl/lib -L/usr/local/lib
-L/opt/freeware/lib -bbigtoc' MAKE='gmake' BOOTSTRAPEMACS="$boot"
gmake[1]: Entering directory `/home/cmihai/packaging/emacs-cvs/emacs/src'
echo "dispnew.o frame.o scroll.o xdisp.o menu.o  window.o charset.o
coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o
xfaces.o    emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o
filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o
cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o
data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o
print.o lread.o syntax.o unexaix.o bytecode.o process.o callproc.o
region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o
textprop.o composite.o md5.o     terminfo.o lastfile.o gmalloc.o
ralloc.o vm-limit.o  mktime.o getloadavg.o "  > buildobj.lst
xlc -q64  -Wl,-bnodelcsect  -L/usr/local/ssl/lib -L/usr/local/lib
-L/opt/freeware/lib -bbigtoc \
          -o temacs  dispnew.o frame.o scroll.o xdisp.o menu.o
window.o charset.o coding.o category.o ccl.o character.o chartab.o
cm.o term.o terminal.o xfaces.o    emacs.o keyboard.o macros.o
keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o
fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o
search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o
eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexaix.o
bytecode.o process.o callproc.o region-cache.o sound.o atimer.o
doprnt.o strftime.o intervals.o textprop.o composite.o md5.o
terminfo.o lastfile.o gmalloc.o ralloc.o vm-limit.o  mktime.o
getloadavg.o  \
                 -lrts -lIM -liconv -lbsd -lcurses   -lm
ld: 0711-317 ERROR: Undefined symbol: .ADDR_CORRECT
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
gmake[1]: *** [temacs] Error 8
gmake[1]: Leaving directory `/home/cmihai/packaging/emacs-cvs/emacs/src'
gmake: *** [src] Error 2

(Sorry if it's a duplicate, I didn't see my previous mail arrive or on
the list).


There are some other issues with
/home/cmihai/packaging/emacs-cvs/emacs/lisp/international/characters.el
and Japanese that keep it from building, but you can get over those
for the moment by skipping their build.

GNU Emacs 23.0.90.1 (powerpc-ibm-aix5.3.0.0) of 2009-02-18 on phobos

-- 
Mihai Criveti







^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#2359: marked as done (Emacs fails to compile on AIX 5.3 with  XL C 10.1, due to missing  #define ADDR_CORRECT in unexaix.c; patch  attached)
  2009-02-17 15:48 ` bug#2359: Emacs fails to compile on AIX 5.3 with XL C 10.1, due to missing #define ADDR_CORRECT in unexaix.c; patch attached Criveti Mihai
@ 2009-02-18  8:55   ` Emacs bug Tracking System
  0 siblings, 0 replies; 4+ messages in thread
From: Emacs bug Tracking System @ 2009-02-18  8:55 UTC (permalink / raw)
  To: Dan Nicolaescu

[-- Attachment #1: Type: text/plain, Size: 1050 bytes --]


Your message dated Wed, 18 Feb 2009 00:49:06 -0800 (PST)
with message-id <200902180849.n1I8n6xq021900@rodan.ics.uci.edu>
and subject line Re: bug#2359: Emacs fails to compile on AIX 5.3 with XL C 10.1, due to missing #define ADDR_CORRECT in unexaix.c; patch attached
has caused the Emacs bug report #2359,
regarding Emacs fails to compile on AIX 5.3 with XL C 10.1, due to missing  #define ADDR_CORRECT in unexaix.c; patch attached
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2359: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2359
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 6120 bytes --]

From: Criveti Mihai <crivetimihai@gmail.com>
To: bug-gnu-emacs@gnu.org
Subject: Emacs fails to compile on AIX 5.3 with XL C 10.1, due to missing  #define ADDR_CORRECT in unexaix.c; patch attached
Date: Tue, 17 Feb 2009 17:48:25 +0200
Message-ID: <900b86670902170748o3b0b75ecrd815d44b491ffa77@mail.gmail.com>

diff unexaix.c.old unexaix.c
60a61,63
> #undef ADDR_CORRECT
> #define ADDR_CORRECT(x) ((int)(x))
>

This error is corrected with the patch above:

cmihai@phobos:/home/cmihai/packaging/emacs-cvs/emacs$ gmake
boot=bootstrap-emacs;                         \
        if [ -x "src/$boot" ]; then boot=""; fi;                   \
        cd lib-src; gmake all                            \
          CC='xlc -q64' CFLAGS='-O3 -qnoansialias -brtl -bexpfull -I
/usr/local/ssl/include -I/usr/local/include -I/opt/freeware/include'
CPPFLAGS='-ma -qmaxmem=4000  ' \
          LDFLAGS='-L/usr/local/ssl/lib -L/usr/local/lib
-L/opt/freeware/lib -bbigtoc' MAKE='gmake' BOOTSTRAPEMACS="$boot"
gmake[1]: Entering directory `/home/cmihai/packaging/emacs-cvs/emacs/lib-src'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/home/cmihai/packaging/emacs-cvs/emacs/lib-src'
boot=bootstrap-emacs;                         \
        if [ -x "src/$boot" ]; then boot=""; fi;                   \
        cd src; gmake all                            \
          CC='xlc -q64' CFLAGS='-O3 -qnoansialias -brtl -bexpfull -I
/usr/local/ssl/include -I/usr/local/include -I/opt/freeware/include'
CPPFLAGS='-ma -qmaxmem=4000  ' \
          LDFLAGS='-L/usr/local/ssl/lib -L/usr/local/lib
-L/opt/freeware/lib -bbigtoc' MAKE='gmake' BOOTSTRAPEMACS="$boot"
gmake[1]: Entering directory `/home/cmihai/packaging/emacs-cvs/emacs/src'
echo "dispnew.o frame.o scroll.o xdisp.o menu.o  window.o charset.o
coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o
xfaces.o    emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o
filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o
cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o
data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o
print.o lread.o syntax.o unexaix.o bytecode.o process.o callproc.o
region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o
textprop.o composite.o md5.o     terminfo.o lastfile.o gmalloc.o
ralloc.o vm-limit.o  mktime.o getloadavg.o "  > buildobj.lst
xlc -q64  -Wl,-bnodelcsect  -L/usr/local/ssl/lib -L/usr/local/lib
-L/opt/freeware/lib -bbigtoc \
           -o temacs  dispnew.o frame.o scroll.o xdisp.o menu.o
window.o charset.o coding.o category.o ccl.o character.o chartab.o
cm.o term.o terminal.o xfaces.o    emacs.o keyboard.o macros.o
keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o
fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o
search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o
eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexaix.o
bytecode.o process.o callproc.o region-cache.o sound.o atimer.o
doprnt.o strftime.o intervals.o textprop.o composite.o md5.o
terminfo.o lastfile.o gmalloc.o ralloc.o vm-limit.o  mktime.o
getloadavg.o  \
                  -lrts -lIM -liconv -lbsd -lcurses   -lm
ld: 0711-317 ERROR: Undefined symbol: .ADDR_CORRECT
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
gmake[1]: *** [temacs] Error 8
gmake[1]: Leaving directory `/home/cmihai/packaging/emacs-cvs/emacs/src'
gmake: *** [src] Error 2




[-- Attachment #3: Type: message/rfc822, Size: 2193 bytes --]

From: Dan Nicolaescu <dann@ics.uci.edu>
To: Criveti Mihai <crivetimihai@gmail.com>
Cc: 2359-done@emacsbugs.donarmstrong.com, 2366-done@emacsbugs.donarmstrong.com
Subject: Re: bug#2359: Emacs fails to compile on AIX 5.3 with XL C 10.1, due to missing #define ADDR_CORRECT in unexaix.c; patch attached
Date: Wed, 18 Feb 2009 00:49:06 -0800 (PST)
Message-ID: <200902180849.n1I8n6xq021900@rodan.ics.uci.edu>

Criveti Mihai <crivetimihai@gmail.com> writes:

  > diff unexaix.c.old unexaix.c
  > 60a61,63
  > > #undef ADDR_CORRECT
  > > #define ADDR_CORRECT(x) ((int)(x))
  > >

Thanks.  I checked in a fix.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#2366: marked as done (unexaix.c requires ADDR_CORRECT to  build on AIX 5.3 using XL C 10.1)
  2009-02-17 23:24 ` bug#2366: unexaix.c requires ADDR_CORRECT to build on AIX 5.3 using XL C 10.1 Criveti Mihai
@ 2009-02-18  8:55   ` Emacs bug Tracking System
  0 siblings, 0 replies; 4+ messages in thread
From: Emacs bug Tracking System @ 2009-02-18  8:55 UTC (permalink / raw)
  To: Dan Nicolaescu

[-- Attachment #1: Type: text/plain, Size: 1002 bytes --]


Your message dated Wed, 18 Feb 2009 00:49:06 -0800 (PST)
with message-id <200902180849.n1I8n6xq021900@rodan.ics.uci.edu>
and subject line Re: bug#2359: Emacs fails to compile on AIX 5.3 with XL C 10.1, due to missing #define ADDR_CORRECT in unexaix.c; patch attached
has caused the Emacs bug report #2366,
regarding unexaix.c requires ADDR_CORRECT to build on AIX 5.3 using XL C 10.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2366: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2366
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 6446 bytes --]

From: Criveti Mihai <crivetimihai@gmail.com>
To: bug-gnu-emacs@gnu.org
Subject: unexaix.c requires ADDR_CORRECT to build on AIX 5.3 using XL C 10.1
Date: Wed, 18 Feb 2009 01:24:38 +0200
Message-ID: <900b86670902171524g5bec43cemeeb0b4858288c56b@mail.gmail.com>

diff unexaix.c.old unexaix.c
60a61,63
> #undef ADDR_CORRECT
> #define ADDR_CORRECT(x) ((int)(x))
>

This error is corrected with the patch above:

cmihai@phobos:/home/cmihai/packaging/emacs-cvs/emacs$ make
boot=bootstrap-emacs;                         \
       if [ -x "src/$boot" ]; then boot=""; fi;                   \
       cd lib-src; gmake all                            \
         CC='xlc -q64' CFLAGS='-O3 -qnoansialias -brtl -bexpfull -I
/usr/local/ssl/include -I/usr/local/include -I/opt/freeware/include'
CPPFLAGS='-ma -qmaxmem=4000  ' \
         LDFLAGS='-L/usr/local/ssl/lib -L/usr/local/lib
-L/opt/freeware/lib -bbigtoc' MAKE='gmake' BOOTSTRAPEMACS="$boot"
gmake[1]: Entering directory `/home/cmihai/packaging/emacs-cvs/emacs/lib-src'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/home/cmihai/packaging/emacs-cvs/emacs/lib-src'
boot=bootstrap-emacs;                         \
       if [ -x "src/$boot" ]; then boot=""; fi;                   \
       cd src; gmake all                            \
         CC='xlc -q64' CFLAGS='-O3 -qnoansialias -brtl -bexpfull -I
/usr/local/ssl/include -I/usr/local/include -I/opt/freeware/include'
CPPFLAGS='-ma -qmaxmem=4000  ' \
         LDFLAGS='-L/usr/local/ssl/lib -L/usr/local/lib
-L/opt/freeware/lib -bbigtoc' MAKE='gmake' BOOTSTRAPEMACS="$boot"
gmake[1]: Entering directory `/home/cmihai/packaging/emacs-cvs/emacs/src'
echo "dispnew.o frame.o scroll.o xdisp.o menu.o  window.o charset.o
coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o
xfaces.o    emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o
filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o
cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o
data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o
print.o lread.o syntax.o unexaix.o bytecode.o process.o callproc.o
region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o
textprop.o composite.o md5.o     terminfo.o lastfile.o gmalloc.o
ralloc.o vm-limit.o  mktime.o getloadavg.o "  > buildobj.lst
xlc -q64  -Wl,-bnodelcsect  -L/usr/local/ssl/lib -L/usr/local/lib
-L/opt/freeware/lib -bbigtoc \
          -o temacs  dispnew.o frame.o scroll.o xdisp.o menu.o
window.o charset.o coding.o category.o ccl.o character.o chartab.o
cm.o term.o terminal.o xfaces.o    emacs.o keyboard.o macros.o
keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o
fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o
search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o
eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexaix.o
bytecode.o process.o callproc.o region-cache.o sound.o atimer.o
doprnt.o strftime.o intervals.o textprop.o composite.o md5.o
terminfo.o lastfile.o gmalloc.o ralloc.o vm-limit.o  mktime.o
getloadavg.o  \
                 -lrts -lIM -liconv -lbsd -lcurses   -lm
ld: 0711-317 ERROR: Undefined symbol: .ADDR_CORRECT
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
gmake[1]: *** [temacs] Error 8
gmake[1]: Leaving directory `/home/cmihai/packaging/emacs-cvs/emacs/src'
gmake: *** [src] Error 2

(Sorry if it's a duplicate, I didn't see my previous mail arrive or on
the list).


There are some other issues with
/home/cmihai/packaging/emacs-cvs/emacs/lisp/international/characters.el
and Japanese that keep it from building, but you can get over those
for the moment by skipping their build.

GNU Emacs 23.0.90.1 (powerpc-ibm-aix5.3.0.0) of 2009-02-18 on phobos

-- 
Mihai Criveti




[-- Attachment #3: Type: message/rfc822, Size: 2194 bytes --]

From: Dan Nicolaescu <dann@ics.uci.edu>
To: Criveti Mihai <crivetimihai@gmail.com>
Cc: 2359-done@emacsbugs.donarmstrong.com, 2366-done@emacsbugs.donarmstrong.com
Subject: Re: bug#2359: Emacs fails to compile on AIX 5.3 with XL C 10.1, due to missing #define ADDR_CORRECT in unexaix.c; patch attached
Date: Wed, 18 Feb 2009 00:49:06 -0800 (PST)
Message-ID: <200902180849.n1I8n6xq021900@rodan.ics.uci.edu>

Criveti Mihai <crivetimihai@gmail.com> writes:

  > diff unexaix.c.old unexaix.c
  > 60a61,63
  > > #undef ADDR_CORRECT
  > > #define ADDR_CORRECT(x) ((int)(x))
  > >

Thanks.  I checked in a fix.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-02-18  8:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200902180849.n1I8n6xq021900@rodan.ics.uci.edu>
2009-02-17 15:48 ` bug#2359: Emacs fails to compile on AIX 5.3 with XL C 10.1, due to missing #define ADDR_CORRECT in unexaix.c; patch attached Criveti Mihai
2009-02-18  8:55   ` bug#2359: marked as done (Emacs fails to compile on AIX 5.3 with XL C 10.1, due to missing #define ADDR_CORRECT in unexaix.c; patch attached) Emacs bug Tracking System
2009-02-17 23:24 ` bug#2366: unexaix.c requires ADDR_CORRECT to build on AIX 5.3 using XL C 10.1 Criveti Mihai
2009-02-18  8:55   ` bug#2366: marked as done (unexaix.c requires ADDR_CORRECT to build on AIX 5.3 using XL C 10.1) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).