I'm trying to run a program of mine on another computer but I keep having this error:
loading library from: /tmp/jpathwatch-nativelib-v-0-92-libjpathwatch-native-32.dylib
dyld: lazy symbol binding failed: Symbol not found: _write$UNIX2003
Referenced from: /private/tmp/jpathwatch-nativelib-v-0-92-libjpathwatch-native-32.dylib
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _write$UNIX2003
Referenced from: /private/tmp/jpathwatch-nativelib-v-0-92-libjpathwatch-native-32.dylib
Expected in: /usr/lib/libSystem.B.dylib
The machine under witch it was written had MACOSX 10.5 and the one that I want to run in is a 10.4 Has anyone herad of this error before?
Because it's not even and exception, I don't even know what I looking at.
Any help much appreciated.