I tried installing the Fingerworks Utils on my new MacBook Pro. The mutli-touch utilites program loads up then quits immediately.
Not sure what the problem is, but the utility launcher is a PPC executable.
Moderator: The00Dustin
101100 wrote:Luckily, they used the opensource jusb library available at sourceforge. Unfortunately, I had to get the CVS version and modify the Makefile. I did get it working, though! Now I'm going to attempt to place the appropriate files on the Wiki. If I succeed, I'll post here again.
diff -Naur jusb-orig/Makefile jusb/Makefile
--- jusb-orig/Makefile 2005-01-17 08:12:10.000000000 +0100
+++ jusb/Makefile 2007-03-06 17:15:19.000000000 +0100
@@ -214,7 +214,7 @@
else
ifeq ($(OSTYPE),Darwin)
CC = cc
- JNI_INC = -I/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Headers
+ JNI_INC = -I/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Headers
# SOURCES += $(WIN32_SOURCES)
SOURCES += $(MACOSX_SOURCES)
@@ -486,6 +486,7 @@
if [ -d src ]; then rm -rf src.tgz apidoc; fi
rm -rf classes include-cni idl \
native/usb_*_*.h obj-static showtree \
+ native/*.o \
jusb-$(VERSION)-src.tgz *.jar lib$(NAME)* \
Log *~ *.s core
find . '(' -name '*~' -o -name '.#*' ')' -exec rm -f '{}' ';'
Return to Other troubleshooting
Users browsing this forum: No registered users and 1 guest