View previous topic :: View next topic |
Author |
Message |
Phenomic69 n00b

Joined: 20 Jun 2003 Posts: 56
|
Posted: Mon Jul 07, 2003 3:50 am Post subject: Nomad Jukebox 3 (Can't get gnomad2 or gnomedap to work) |
|
|
I have a nomad jukebox 3 which is a very good mp3 player imho, The only problem for it really is that there are only a few programs to use it in linux. The major two being Gnomad and GnomeDAP. I would like to get either one of them working. I tried ebuilds for both, compiled from scratch, and fooled around with settings but I can't get them to work(They both compile without errors). They rely off of a library called libnjb which i also compiled without errors. Now my problem is that Gnomedap doesnt start at all, and gnomad starts, but it gives me the error: gnomad2: relocation error: gnomad2: undefined symbol: NJB_Set_Unicode. How do i fix this? I read all the documentation i could find and searched many forums. Do i have to export and environment variables or do anything else when I install them or run them?
btw: I also have libnjb and my nomad is detected as soon as it is plugged in. |
|
Back to top |
|
 |
Phenomic69 n00b

Joined: 20 Jun 2003 Posts: 56
|
Posted: Mon Jul 07, 2003 7:44 pm Post subject: |
|
|
I found an ebuild for libnjb and it fixed it. |
|
Back to top |
|
 |
flocchini Veteran


Joined: 17 May 2003 Posts: 1124 Location: Milano, Italy
|
Posted: Fri Oct 17, 2003 1:24 pm Post subject: |
|
|
I have installed libnjb with the same e-build as you (I think...) but when I try to compile gnomad2 (ebulids form http://triskell.frlinux.net/index.php/gentoo.html) ...
Code: | jukebox.c: In function `jukebox_handshake':
jukebox.c:235: `NJB_UC_UTF8' undeclared (first use in this function)
jukebox.c:235: (Each undeclared identifier is reported only once
jukebox.c:235: for each function it appears in.)
jukebox.c: In function `scan_thread':
jukebox.c:733: `FR_PROTECTED' undeclared (first use in this function)
jukebox.c: In function `jb2hd_thread':
jukebox.c:876: warning: passing arg 5 of `NJB_Get_Track' from incompatible pointer type
jukebox.c:876: too many arguments to function `NJB_Get_Track'
jukebox.c: In function `jb2hd_data_thread':
jukebox.c:949: warning: passing arg 5 of `NJB_Get_Track' from incompatible pointer type
jukebox.c:949: too many arguments to function `NJB_Get_Track'
jukebox.c: In function `hd2jb_thread':
jukebox.c:1035: warning: passing arg 10 of `NJB_Send_Track' from incompatible pointer type
jukebox.c:1035: warning: passing arg 11 of `NJB_Send_Track' makes pointer from integer without a cast
jukebox.c:1035: too many arguments to function `NJB_Send_Track'
jukebox.c:1058: warning: passing arg 10 of `NJB_Send_Track' from incompatible pointer type
jukebox.c:1058: warning: passing arg 11 of `NJB_Send_Track' makes pointer from integer without a cast
jukebox.c:1058: too many arguments to function `NJB_Send_Track'
jukebox.c: In function `hd2jb_data_thread':
jukebox.c:1131: warning: passing arg 4 of `NJB_Send_File' from incompatible pointer type
jukebox.c:1131: too many arguments to function `NJB_Send_File'
jukebox.c: In function `jukebox_set_metadata':
jukebox.c:1340: too many arguments to function `NJB_Replace_Track_Tag'
make[1]: *** [jukebox.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/gnomad2-2.0.2-r2/work/gnomad2-2.0.2/src'
make: *** [all-recursive] Error 1
!!! ERROR: media-sound/gnomad2-2.0.2-r2 failed.
!!! Function gnome2_src_compile, Line 39, Exitcode 2
!!! compile failure
|
Help me  _________________ ~~ Per amore della rosa si sopportano le spine... ~~ |
|
Back to top |
|
 |
|