At 12:55 AM 10/24/99 +0200, Adrian Aichner wrote:
>>>>> "Andy" == Andy Piper
<andy(a)xemacs.org> writes:
Andy> At 06:38 PM 10/23/99 +0200, Adrian Aichner wrote:
>> See src/ntheap.c. It uses a SDK system information function called
>> GetVersion().
Andy> Bzzzt. The mingw32 build doesn't use ntheap.c! Obviously it
Andy> needs to be included somewhere else.
Hello Andy, hello Craig!
Andy: Ah, Uh, that explains some. I looked around but still don't
have a clue. What should we do?
WINDOWSNT is defined in a mingw32 build, right?
Will WINDOWS95 be defined in a MINGW32 build on Windows9[58]?
I found src/s/windows95.h, which sets WINDOWS95 and includes
src/s/windowsnt.h
Craig: Are you using the configure script? I am ignorant of mingw32.
What is the configure line you use?
Yes, I use:
./configure --prefix=/XEmacs/21-2-b19 --site-prefixes=/usr/mingw32 \
i386-pc-mingw32
I have MinGW32 include and lib directories in /usr/mingw32.
Craig
P.S. here is my Installation file
uname -a: CYGWIN_98-4.10 CRAIG 21.0 (0.12/1/2) 1999-6-15 00:22:55 i586 unknown
./configure '--prefix=/XEmacs/21-2-b19' '--site-prefixes=/usr/mingw32'
'i386-pc-mingw32'
XEmacs 21.2-b19 "Shinjuku" configured for `i386-pc-mingw32'.
Where should the build process find the source code? /XEmacs/xemacs
What installation prefix should install use? /XEmacs/21-2-b19
What operating system and machine description files should XEmacs use?
`s/mingw32.h' and `m/intel386.h'
What compiler should XEmacs be built with? gcc -g -O3 -Wall -Wno-switch
Should XEmacs use the GNU version of malloc? yes
Should XEmacs use the relocating allocator for buffers? default
What window system should XEmacs use? msw
Additional prefixes: /usr/mingw32
Compiling in support for XPM images.
Compiling in support for PNG image handling.
Compiling in support for (builtin) GIF image handling.
Compiling in support for JPEG image handling.
Compiling in support for X-Face message headers.
Compiling in File coding support.
Compiling in EXPERIMENTAL support for Drag'n'Drop ( msw ).
Using MS-Windows menubars.
Using MS-Windows scrollbars.
Using MS-Windows native widgets.
Using MS-Windows dialog boxes.
movemail will use "dot-locking" for locking mail spool files.
Compiling in extra code for debugging.
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: ---------------------------------------------------------