With my default set of configure options (illustrated by the
Installation file attached below), I was unable to compile beta-39 due
to the following problems with frame-x.c.
However, after re-configuring with '--with-dragndrop=no' added,
Russian White compiled without problems. A SUCCESS build report on
this one will be sent to the xemacs-build-reports list shortly.
==========
cd lib-src && make CC='cc' CFLAGS='-xpentium -xO5'
LDFLAGS='' CPPFLAGS='' all
cd dynodump && make CC='cc' CFLAGS='-xpentium -xO5'
LDFLAGS='' CPPFLAGS='' all
cd lwlib && make CC='cc' CFLAGS='-xpentium -xO5'
LDFLAGS='' CPPFLAGS='' all
cd src && make CC='cc' CFLAGS='-xpentium -xO5' LDFLAGS=''
CPPFLAGS='' all
cc -c -xpentium -xO5 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -I/usr/dt/include
-I/usr/openwin/include frame-x.c
"frame-x.c", line 1110: syntax error before or at: *
"frame-x.c", line 1113: undefined symbol: transferInfo
"frame-x.c", line 1113: warning: statement not reached
"frame-x.c", line 1119: left operand of "->" must be pointer to
struct/union
"frame-x.c", line 1123: left operand of "->" must be pointer to
struct/union
"frame-x.c", line 1125: left operand of "->" must be pointer to
struct/union
"frame-x.c", line 1128: warning: argument #1 is incompatible with prototype:
prototype: pointer to const uchar : "./lisp.h", line 1958
argument : pointer to char
"frame-x.c", line 1132: left operand of "->" must be pointer to
struct/union
"frame-x.c", line 1140: left operand of "->" must be pointer to
struct/union
"frame-x.c", line 1147: warning: argument #1 is incompatible with prototype:
prototype: pointer to const uchar : "./lisp.h", line 1958
argument : pointer to char
"frame-x.c", line 1148: warning: argument #1 is incompatible with prototype:
prototype: pointer to const uchar : "./lisp.h", line 1958
argument : pointer to char
"frame-x.c", line 1149: left operand of "->" must be pointer to
struct/union
"frame-x.c", line 1150: left operand of "->" must be pointer to
struct/union
cc: acomp failed for frame-x.c
*** Error code 2
make: Fatal error: Command failed for target `frame-x.o'
Current working directory /opt/local/SourceTrees/xemacs-21.0-b39/src
*** Error code 1
make: Fatal error: Command failed for target `src'
==========
uname -a: SunOS ashanti 5.5.1 Generic_103641-17 i86pc i386 i86pc
configure '--prefix=/home/jason/wk/XEMACS/beta/v21'
'--package-path=/home/jason/wk/XEMACS/beta/packages'
'--site-includes=/usr/local/include' '--site-libraries=/usr/local/lib'
'--with-gcc=no' '--cflags=-xpentium -xO5' '--error-checking=none'
'--debug=no' '--with-workshop=yes' '--with-mule=no'
'--mail-locking=file'
XEmacs 21.0-b39 "Russian White" configured for `i386-pc-solaris2.5.1'.
Where should the build process find the source code?
/usr/local/SourceTrees/xemacs-21.0-b39
What installation prefix should install use? /home/jason/wk/XEMACS/beta/v21
What operating system and machine description files should XEmacs use?
`s/sol2.h' and `m/intel386.h'
What compiler should XEmacs be built with? cc -xpentium -xO5
Should XEmacs use the GNU version of malloc? yes
Should XEmacs use the relocating allocator for buffers? yes
What window system should XEmacs use? x11
Where do we find X Windows header files? /usr/dt/include
/usr/openwin/include
Where do we find X Windows libraries? /usr/dt/lib /usr/openwin/lib
Additional header files: /usr/local/include
Additional libraries: /usr/local/lib
Runtime library search path:
/usr/local/lib:/usr/dt/lib:/usr/openwin/lib:/opt/SUNWdt/lib
Compiling in support for XAUTH.
Compiling in support for XPM images.
Compiling in support for X-Face message headers.
Compiling in support for GIF image conversion.
Compiling in support for JPEG image conversion.
Compiling in support for PNG image conversion.
Compiling in native sound support.
Compiling in support for GNU DBM.
Compiling in support for CDE.
Compiling in support for ToolTalk.
Compiling in support for OffiX.
Compiling in support for Drag'n'Drop ( OffiX CDE ).
Compiling in support for Sun WorkShop.
Compiling in support for proper session-management.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Compiling in DLL support.
movemail will use "dot-locking" for locking mail spool files.
Show replies by date