X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f43a6e5ca92ffd68dbfc70e88e5c204a407d55b5..8b4b586ce92d44e8689b8eab5c25be4bc56d98f6:/docs/html/platform.htm
diff --git a/docs/html/platform.htm b/docs/html/platform.htm
index 8e6f89a7dc..993ee1f6ee 100644
--- a/docs/html/platform.htm
+++ b/docs/html/platform.htm
@@ -1,3 +1,4 @@
+
Platforms supported by wxWindows 2.4
@@ -133,10 +134,18 @@ often don't work.
-HP-UX 10.20 |
- wxGTK with HP CC A.10.22 or HP aCC B3910B A.01.18 | | Staf Verhaegen |
+HP-UX |
+
+ HP-UX 10.20 wxGTK with HP CC A.10.22 or HP aCC B3910B A.01.18 | | Staf Verhaegen |
you need to add -Aa -D_HPUX_SOURCE to CFLAGS |
-
wxGTK with gcc | | Julian Albo Garcia |
|
+
HP-UX 10.20 wxGTK with gcc | | Julian Albo Garcia |
|
+
HP-UX 11i v1 PA-RISC, wxMotif 2.5.4, tried aCC A.03.57 and g++ 3.4.2 | | Ian, Mike |
+ For a 32-bit PA-RISC build, if you want to use SHLIB_PATH to make it easier to use
+ wxWidgets without installing it, then add LDFLAGS=-Wl,+s
+ If you want to compile the test suite then aCC A.03.57 requires CXX='aCC -AA'
+ aCC can also be used as the C compiler instead of cc by adding CC='aCC -Ae'
+ |
+
HP-UX 11i v2 IA64, wxMotif 2.5.4, aCC A.06.00 | | Mike |
|
@@ -163,18 +172,8 @@ often don't work.
-OS/2 |
-
wxOS2-2.4.x with VAC++ 3.0 | | DW | Support for this out-dated compiler has been given up for 2.5 |
-
wxOS2 with EMX | | SN |
|
-
wxOS2 with EMX+gcc 3.2.1 | | Dave Parsons |
|
-
Innotek gcc 3.2.2 | | DW | This compilers uses an object format incompatible with current X11 libraries, so forget about wxGTK/wxMotif/wxX11. CVS now supports building wxOS2, but linking does not yet work OOTB. |
-
Open Watcom 1.0/1.1 | |
| Again, object format is incompatible with X11 libs, so forget about wxGTK/wxMotif/wxX11. We would need somebody having enough time to dig into the build system and find out how to adapt OpenWatcom's makefiles (or rather bakefiles) for Windows to OS/2. |
-
wxGTK with EMX | | SN |
|
-
wxMotif with EMX | | SN | with LessTif 0.89 |
-
wxX11 with EMX | | SN |
|
-
wxGTK with EMX+gcc 3.2.1 | |
|
|
-
wxMotif with EMX+gcc 3.2.1 | |
| with LessTif 0.89 |
-
wxX11 with EMX+gcc 3.2.1 | |
|
|
+OS/2 |
+
| |
| Starting with wxWidgets-2.9.0, wxWidgets supports Unicode builds only. Unfortunately, Unicode support is currently insufficient in all C libraries on OS/2, so only wxWidgets-2.8.x can be used. |