- add testing results
This commit is contained in:
parent
004c4e5743
commit
71a7f13089
@ -54,6 +54,26 @@ as a bug and I will fix configure. You should only need --with-* when you want
|
|||||||
to use a different GUI from the default on your platform (e.g. X windows on a
|
to use a different GUI from the default on your platform (e.g. X windows on a
|
||||||
MacOSX machine, SDL on a linux machine, RFB on a windows machine).
|
MacOSX machine, SDL on a linux machine, RFB on a windows machine).
|
||||||
|
|
||||||
|
Testing so far:
|
||||||
|
- (OK) configure;make in i686 redhat linux (x11 gui).
|
||||||
|
- (OK) configure --with-sdl;make in i686 redhat linux.
|
||||||
|
- (OK) configure --with-rfb;make in i686 redhat linux.
|
||||||
|
- (OK) configure;make in cygwin (win32 gui).
|
||||||
|
- (OK) Use cygwin to configure for for VC++, standard win32 gui.
|
||||||
|
./configure --target=pentium-windows --enable-cdrom --enable-sb16=win \
|
||||||
|
--enable-ne2000 --enable-cpp --disable-readline
|
||||||
|
- (OK) Use cygwin to configure for VC++ with SDL gui. This required
|
||||||
|
minor hacking of the project files in VC++ so that sdl.cc is used
|
||||||
|
instead of win32.cc, and to find the SDL headers and library.
|
||||||
|
./configure --with-sdl --target=pentium-windows --enable-cdrom \
|
||||||
|
--enable-sb16=win --enable-ne2000 --enable-cpp --disable-readline
|
||||||
|
- (FAIL) SDL gui in cygwin.
|
||||||
|
./configure --with-sdl
|
||||||
|
This can be made to compile, but bochs doesn't actually work. It quits
|
||||||
|
before a window even comes up. See bug #526984: SDL compiled in cygwin
|
||||||
|
just quits.
|
||||||
|
|
||||||
|
|
||||||
Patch was created with:
|
Patch was created with:
|
||||||
diff -urN between two directories
|
diff -urN between two directories
|
||||||
Apply patch to what version:
|
Apply patch to what version:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user