refuses to compile frames-x.c:
cc -c -O +Onolimit -Ae +Z -z -Demacs -I. -DHAVE_CONFIG_H -I/opt/audio/include -I/usr/dt/include -I/usr/local/include -Ae -Wp,-H100000 +Olibcalls -I/usr/dt/include -I/usr/include/X11R6 -I/usr/include/Motif1.2_R6 -I/usr/contrib/X11R6/include -I/usr/contrib/X11R6/include frame-x.c
cc: "frame-x.c", line 1110: error 1000: Unexpected symbol: "DtDndTransferCallbackStruct".
cc: "frame-x.c", line 1110: error 1588: "transferInfo" undefined.
cc: "frame-x.c", line 1113: error 1563: Expression in if must be scalar.
cc: "frame-x.c", line 1119: error 1532: Reference through a non-pointer.
cc: "frame-x.c", line 1119: error 1532: Reference through a non-pointer.
cc: "frame-x.c", line 1119: error 1563: Expression in if must be scalar.
cc: "frame-x.c", line 1123: error 1532: Reference through a non-pointer.
cc: "frame-x.c", line 1123: error 1532: Reference through a non-pointer.
cc: "frame-x.c", line 1123: error 1566: Test expression in for must be scalar.
cc: "frame-x.c", line 1125: error 1532: Reference through a non-pointer.
cc: "frame-x.c", line 1125: error 1532: Reference through a non-pointer.
cc: "frame-x.c", line 1125: error 1529: Cannot select field of non-structure.
..and so forth
problem appears to be caused by:
+ /*
+ this needs to be changed to the new protocol:
+ - we need the button, modifier and pointer states to create a
+ correct misc_user_event
+ - the data must be converted to the new format (URL/MIME)
+ */
+ return;
+
DtDndTransferCallbackStruct *transferInfo =
(DtDndTransferCallbackStruct *) callData;
the HP C compiler complains about things after a return? or
something... #if 0ing everything everything after the return seems to
get me a compile out, anyway.
uname -a: HP-UX sdlhpp63 B.10.20 A 9000/778 2006473329 two-user license
./configure '--site-includes=/opt/audio/include -I/usr/dt/include -I/usr/local/include' '--site-libraries=/opt/audio/lib -L/usr/dt/lib -L/usr/local/lib' '--x-includes=/usr/include/X11R6 -I/usr/include/Motif1.2_R6 -I/usr/contrib/X11R6/include' '--x-libraries=/usr/lib/X11R6 -L/usr/lib -L/usr/contrib/X11R6/lib' '--with-scrollbars=lucid' '--with-menubars=lucid' '--with-gnu-make' '--package-path=/local/packages' '--gung-ho'
XEmacs 21.0-b39 "Russian White" configured for `hppa1.1-hp-hpux10.20'.
Where should the build process find the source code? /local/xemacs-beta
What installation prefix should install use? /usr/local
What operating system and machine description files should XEmacs use?
`s/hpux10.h' and `m/hp800.h'
What compiler should XEmacs be built with? cc -O +Onolimit -Ae +Z -z
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/include/X11R6 -I/usr/include/Motif1.2_R6 -I/usr/contrib/X11R6/include /usr/contrib/X11R6/include
Where do we find X Windows libraries? /usr/dt/lib /usr/lib/X11R6 -L/usr/lib -L/usr/contrib/X11R6/lib
Additional header files: /opt/audio/include -I/usr/dt/include -I/usr/local/include
Additional libraries: /opt/audio/lib -L/usr/dt/lib -L/usr/local/lib
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 support for TIFF 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 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.
Using Lisp_Objects with minimal tagbits.
Using indexed lrecord implementation.
Compiling in extra code for debugging.
Compiling in code for checking XEmacs memory usage.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------