]> git.saurik.com Git - wxWidgets.git/commitdiff
Some fixes for Solaris (2.5).
authorKarsten Ballüder <ballueder@usa.net>
Tue, 7 Jul 1998 15:59:37 +0000 (15:59 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Tue, 7 Jul 1998 15:59:37 +0000 (15:59 +0000)
Fixed path to png.h in gdk_imlib_private.h.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/app.h
src/gdk_imlib/gdk_imlib_private.h
src/gtk/threadpsx.cpp
src/gtk1/threadpsx.cpp
user/wxLayout/Makefile [new file with mode: 0644]

index 349bac1acf1f4e27865fea4d89b906b400238795..e4fd1864864b9a5ae810d91a47cf6c0a11bacbf9 100644 (file)
@@ -51,7 +51,7 @@ public:
 // (e.g. hello.cpp).
 // Now IMPLEMENT_APP should add this code if required.
 
-#if defined(__AIX__) || defined(__SUN__) || defined(__HPUX__)
+#if defined(__AIX__) || defined(__HPUX__)
 #define IMPLEMENT_WXWIN_MAIN \
 extern int wxEntry( int argc, char *argv[] ); \
 int main(int argc, char *argv[]) { return wxEntry(argc, argv); }
index 3da5c6d9bb72fb01a0cf69d0959a7b5ef3102cb9..e105f30cbee92968ee9ad023e07abf2c07b9a5ab 100644 (file)
@@ -47,7 +47,7 @@
 #include <jpeglib.h>
 #endif
 #ifdef HAVE_LIBPNG
-#include <png.h>
+#include <../png/png.h>
 #endif
 #ifdef HAVE_LIBTIFF
 #include <tiffio.h>
index 688ef8f29f473d0bcbd41b92900ce5dafb79873c..80613c5156c3cdf24ae0640e9abb1320887eaebb 100644 (file)
@@ -16,6 +16,7 @@
 #include <unistd.h>
 #include <sched.h>
 #include <pthread.h>
+#include <errno.h>
 #include "wx/thread.h"
 #include "wx/module.h"
 #include "wx/utils.h"
index 688ef8f29f473d0bcbd41b92900ce5dafb79873c..80613c5156c3cdf24ae0640e9abb1320887eaebb 100644 (file)
@@ -16,6 +16,7 @@
 #include <unistd.h>
 #include <sched.h>
 #include <pthread.h>
+#include <errno.h>
 #include "wx/thread.h"
 #include "wx/module.h"
 #include "wx/utils.h"
diff --git a/user/wxLayout/Makefile b/user/wxLayout/Makefile
new file mode 100644 (file)
index 0000000..027d82a
--- /dev/null
@@ -0,0 +1 @@
+include ../../src/gtk/setup/general/makeapp