View Single Post
  #1323 (permalink)  
Old February 27th, 2007, 07:27 PM
riffraff riffraff is offline
Amorphous Mutating Mistic
 
Join Date: Dec 2004
Location: Quantrill's Raiders' country
Posts: 633
Quote:
Originally Posted by mirak63 View Post
I really can't make work iriverter on linux Ubuntu.
there is a library problem, I don't have the my computer right now and will post that error soon.
I never managed to make work iriverter on linux since version 0.8 :/
I haven't gotten it to work since 0.13.

Over the last few weeks, I've played around with different versions of mplayer, and in the process, lost a working mencoder. I wanted to try Iriverter 0.16, though, so I reloaded a compatible mplayer and mencoder, and compiled 0.16.

I ran "configure" with it pointing to my eclipse.swt jar file; no errors.

After running "make" I got:

Code:
/usr/bin/javac -source 1.4 -target 1.4 -classpath /usr/lib/eclipse/plugins/org.eclipse.swt.gtk/ws/gtk/swt.jar:. org/thestaticvoid/iriverter/Logger.java
error:File "1.4" not found
make[2]: *** [org/thestaticvoid/iriverter/Logger.class] Error 1
make[2]: Leaving directory `/home/riffraff/downloads/iriverter-0.16/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/riffraff/downloads/iriverter-0.16/src'
make: *** [all-recursive] Error 1
I went ahead and did "make install" (as root):

Code:
/usr/bin/javac -source 1.4 -target 1.4 -classpath /usr/lib/eclipse/plugins/org.eclipse.swt.gtk/ws/gtk/swt.jar:. org/thestaticvoid/iriverter/Logger.java
error:File "1.4" not found
make[2]: *** [org/thestaticvoid/iriverter/Logger.class] Error 1
make[2]: Leaving directory `/home/riffraff/downloads/iriverter-0.16/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/riffraff/downloads/iriverter-0.16/src'
make: *** [install-recursive] Error 1
And finally running iriverter from the command line, I get:

Code:
Exception in thread "main" java.lang.NoClassDefFoundError: org/thestaticvoid/iriverter/ConverterUI

*sigh* Anyone have any thoughts?
__________________

Firefox 2.0.0.2, H320US-1.28K, Grado cans, Pocket Amp 2-V2 #533, 256kb/s vbr Ogg Vorbis via Mandrake Linux 10.0

"Linux--which is only a kernel--is not where the interesting stuff is going on
nowadays." -- Bill Gates, 2003
Reply With Quote