more working on libs, building on mac

This commit is contained in:
benfry
2004-09-15 01:01:38 +00:00
parent 4dd305ae45
commit c711a6e02f
9 changed files with 118 additions and 65 deletions

View File

@@ -82,8 +82,10 @@ class PdeMessageSiphon implements Runnable {
// on linux, a "bad file descriptor" message comes up when
// closing an applet that's being run externally.
// use this to cause that to fail silently since not important
if ((PdeBase.platform != PdeBase.LINUX) ||
(e.getMessage().indexOf("Bad file descriptor") == -1)) {
//String mess = e.getMessage();
//if ((PdeBase.platform != PdeBase.LINUX) ||
//(e.getMessage().indexOf("Bad file descriptor") == -1)) {
if (e.getMessage().indexOf("Bad file descriptor") == -1) {
System.err.println("PdeMessageSiphon err " + e);
e.printStackTrace();
thread = null;