View Single Post
  #1 (permalink)  
Old April 29th, 2008
lucidia lucidia is offline
Novicius
 
Join Date: April 29th, 2008
Posts: 2
lucidia is flying high
Default Compiling on OS X 10.5.2

Hi there

I've just downloaded the latest .zip of the source code aswell and tried it from CVS. Basically it builds fine but does not run. I notice that the source code is 4.17 BETA, is there anyway I can obtain some stable, older source code to try and build that and see if it works? I'm not sure where to find it.

Thanks

----
./run
java.lang.UnsatisfiedLinkError: /Users/ianhindle/Documents/limewire_dev/limewire/lib/native/osx/libGrowl.jnilib:
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.jav a:1822)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1739)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:993)
at com.limegroup.gnutella.gui.notify.Growl.<clinit>(G rowl.java:11)
at com.limegroup.gnutella.gui.notify.GrowlNotifier.<i nit>(GrowlNotifier.java:8)
at com.limegroup.gnutella.gui.notify.NotifyUserProxy. <init>(NotifyUserProxy.java:44)
at com.limegroup.gnutella.gui.notify.NotifyUserProxy. <clinit>(NotifyUserProxy.java:14)
at com.limegroup.gnutella.gui.Initializer$6.run(Initi alizer.java:420)
at java.awt.event.InvocationEvent.dispatch(Invocation Event.java:199)
at java.awt.EventQueue.dispatchEvent(EventQueue.java: 461)
at java.awt.EventDispatchThread.pumpOneEventForHierar chy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:110)
java.lang.UnsatisfiedLinkError: RegisterGrowl
at com.limegroup.gnutella.gui.notify.Growl.RegisterGr owl(Native Method)
at com.limegroup.gnutella.gui.notify.Growl.<init>(Gro wl.java:19)
at com.limegroup.gnutella.gui.notify.GrowlNotifier.<i nit>(GrowlNotifier.java:8)
at com.limegroup.gnutella.gui.notify.NotifyUserProxy. <init>(NotifyUserProxy.java:44)
at com.limegroup.gnutella.gui.notify.NotifyUserProxy. <clinit>(NotifyUserProxy.java:14)
at com.limegroup.gnutella.gui.Initializer$6.run(Initi alizer.java:420)
at java.awt.event.InvocationEvent.dispatch(Invocation Event.java:199)
at java.awt.EventQueue.dispatchEvent(EventQueue.java: 461)
at java.awt.EventDispatchThread.pumpOneEventForHierar chy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:110)
-mac-pro:gui ianhindle$

Last edited by lucidia; April 29th, 2008 at 08:16 AM. Reason: added java debug output
Reply With Quote