Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
161 user(s) are online (101 user(s) are browsing Forums)

Members: 0
Guests: 161

more...

Headlines

 
  Register To Post  

« 1 (2)
Re: despotify?
Home away from home
Home away from home


See User information
@LiveForIt

LD simple
@libtool --quiet --tag=CC --mode=link ppc-amigaos-gcc -o simple -Wall -Wextra -ggdb -std=gnu99 -DEZXML_NOMMAP -D__powerpc__ -I /usr/
local/amiga/ppc-amigaos/SDK/include -I /usr/local/amiga/ppc-amigaos/SDK/ -Wno-pointer-sign -I../../lib -lz -lvorbisfile -L/usr/local
/amiga/ppc-amigaos/SDK/clib2/lib -lcrypto -lpthread simple.o libao.o ../../lib/libdespotify.la
simple.o: In function `command_loop':
/despotify/src/clients/simple/simple.c:287: undefined reference to `wprintf'
simple.o: In function `wrapper_wprintf':
/despotify/src/clients/simple/simple.c:876: undefined reference to `vswprintf'
/despotify/src/clients/simple/simple.c:886: undefined reference to `wprintf'
../../lib/.libs/libdespotify.a(session.o): In function `session_connect':
/despotify/src/lib/session.c:152: undefined reference to `getaddrinfo'
/despotify/src/lib/session.c:177: undefined reference to `freeaddrinfo'
../../lib/.libs/libdespotify.a(sndqueue.o): In function `shortsleep':
/despotify/src/lib/sndqueue.c:27: undefined reference to `nanosleep'
../../lib/.libs/libdespotify.a(dns.o): In function `dns_srv_list':
/despotify/src/lib/dns.c:53: undefined reference to `res_init'
/despotify/src/lib/dns.c:55: undefined reference to `res_search'
/despotify/src/lib/dns.c:63: undefined reference to `dn_skipname'
/despotify/src/lib/dns.c:71: undefined reference to `dn_expand'
/despotify/src/lib/dns.c:76: undefined reference to `NS_GET16'
/despotify/src/lib/dns.c:79: undefined reference to `NS_GET16'
/despotify/src/lib/dns.c:85: undefined reference to `NS_GET16'
/despotify/src/lib/dns.c:86: undefined reference to `NS_GET16'
/despotify/src/lib/dns.c:87: undefined reference to `NS_GET16'
/despotify/src/lib/dns.c:89: undefined reference to `dn_expand'
/SDK/local/clib2/lib/libvorbisfile.a(vorbisfile.o): In function `_get_next_page':
vorbisfile.c:(.text+0x236): undefined reference to `errno'
vorbisfile.c:(.text+0x2ba): undefined reference to `errno'
vorbisfile.c:(.text+0x30e): undefined reference to `errno'
collect2: ld returned 1 exit status
make[1]: *** [simple] Error 1
make: *** [clients/simple] Error 2

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: despotify?
Amigans Defender
Amigans Defender


See User information
@LiveForIt

you need a little bit of work to port this library.

i'm really tired...
Go to top
Re: despotify?
Quite a regular
Quite a regular


See User information
@LiveForIt

I saw the warning about endian, and it assumed little. That you need to fix or stuff will probably not work very well.

I can help you with AHI if you like. And of course msg ports would be better than TCP/IP. What was I thinking..

Software developer for Amiga OS3 and OS4.
Develops for OnyxSoft and the Amiga using E and C and occasionally C++
Go to top
Re: despotify?
Home away from home
Home away from home


See User information
@afxgroup

Yes it needs adns

and adns needs sigprocmask and sigaction.


Edited by LiveForIt on 2010/10/18 23:34:16
(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: despotify?
Just can't stay away
Just can't stay away


See User information
@LiveForIt

sigaction can be mixed, well some of it.
by using the sig handling code from abc-shell.
i have used it in quite a lot of ports.
mail me if you want the sources.

Go to top
Re: despotify?
Home away from home
Home away from home


See User information
@spotUP

Need some help whit errno, can't get the error to go away.

tried to add:

int errno;

this does not work.


Edited by LiveForIt on 2010/10/15 9:05:21
(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: despotify?
Home away from home
Home away from home


See User information
@spotUP

Please don't forget me.

$ make
lib
make -s -C lib -f local.mk
clients/simple
make -s -C clients/simple -f local.mk
LD simple
CFLAGS -Wall -Wextra -ggdb -std=gnu99 -DEZXML_NOMMAP -D__powerpc__ -I /usr/local/amiga/ppc-amigaos/SDK/include -I /usr/local/amiga/ppc-amigaos/SDK/ -Wno-pointer-sign -I../../lib
LDFLAGS -lz -lvorbisfile -L/usr/local/amiga/ppc-amigaos/SDK/clib2/lib -lcrypto -lpthread
OBJS simple.o libao.o ../../lib/dummy_addrinfo.o ../../lib/dummy_wprintf.o ../../lib/dummy_nanosleep.o
LIB ../../lib/libdespotify.la
@libtool --quiet --tag=CC --mode=link ppc-amigaos-gcc -o simple -Wall -Wextra -ggdb -std=gnu99 -DEZXML_NOMMAP -D__powerpc__ -I /usr/local/amiga/ppc-amigaos/SDK/include -I /usr/local/amiga/ppc-amigaos/SDK/ -Wno-pointer-sign -I../../lib ../../lib/errno_fix.o -lz -lv
orbisfile -L/usr/local/amiga/ppc-amigaos/SDK/clib2/lib -lcrypto -lpthread simple.o libao.o ../../lib/dummy_addrinfo.o ../../lib/dumm
y_wprintf.o ../../lib/dummy_nanosleep.o ../../lib/libdespotify.la
../../lib/.libs/libdespotify.a(dns.o): In function `dns_srv_list':
/despotify/src/lib/dns.c:53: undefined reference to `res_init'
/despotify/src/lib/dns.c:55: undefined reference to `res_search'
/despotify/src/lib/dns.c:63: undefined reference to `dn_skipname'
/despotify/src/lib/dns.c:71: undefined reference to `dn_expand'
/despotify/src/lib/dns.c:76: undefined reference to `NS_GET16'
/despotify/src/lib/dns.c:79: undefined reference to `NS_GET16'
/despotify/src/lib/dns.c:85: undefined reference to `NS_GET16'
/despotify/src/lib/dns.c:86: undefined reference to `NS_GET16'
/despotify/src/lib/dns.c:87: undefined reference to `NS_GET16'
/despotify/src/lib/dns.c:89: undefined reference to `dn_expand'
/SDK/local/clib2/lib/libvorbisfile.a(vorbisfile.o): In function `_get_next_page':
vorbisfile.c:(.text+0x236): undefined reference to `errno'
vorbisfile.c:(.text+0x2ba): undefined reference to `errno'
vorbisfile.c:(.text+0x30e): undefined reference to `errno'
collect2: ld returned 1 exit status
make[1]: *** [simple] Error 1
make: *** [clients/simple] Error 2

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: despotify?
Quite a regular
Quite a regular


See User information
@LiveForIt

Shouldn't errno be part of unistd.h?

Software developer for Amiga OS3 and OS4.
Develops for OnyxSoft and the Amiga using E and C and occasionally C++
Go to top
Re: despotify?
Just can't stay away
Just can't stay away


See User information
include logg and lvorbis too.
haha and ofcourse i meant, send me a reminder to my mail, not here where i could have missed it. i will try to remember to send the stuff when i get home.

Go to top
Re: despotify?
Amigans Defender
Amigans Defender


See User information
@LiveForIt

Quote:

LiveForIt wrote:
@spotUP

Please don't forget me.

$ make
lib
make -s -C lib -f local.mk
clients/simple
make -s -C clients/simple -f local.mk
LD simple
CFLAGS -Wall -Wextra -ggdb -std=gnu99 -DEZXML_NOMMAP -D__powerpc__ -I /usr/local/amiga/ppc-amigaos/SDK/include -I /usr/local/amiga/ppc-amigaos/SDK/ -Wno-pointer-sign -I../../lib
LDFLAGS -lz -lvorbisfile -L/usr/local/amiga/ppc-amigaos/SDK/clib2/lib -lcrypto -lpthread
OBJS simple.o libao.o ../../lib/dummy_addrinfo.o ../../lib/dummy_wprintf.o ../../lib/dummy_nanosleep.o
LIB ../../lib/libdespotify.la
@libtool --quiet --tag=CC --mode=link ppc-amigaos-gcc -o simple -Wall -Wextra -ggdb -std=gnu99 -DEZXML_NOMMAP -D__powerpc__ -I /usr/local/amiga/ppc-amigaos/SDK/include -I /usr/local/amiga/ppc-amigaos/SDK/ -Wno-pointer-sign -I../../lib ../../lib/errno_fix.o -lz -lv
orbisfile -L/usr/local/amiga/ppc-amigaos/SDK/clib2/lib -lcrypto -lpthread simple.o libao.o ../../lib/dummy_addrinfo.o ../../lib/dumm
y_wprintf.o ../../lib/dummy_nanosleep.o ../../lib/libdespotify.la
../../lib/.libs/libdespotify.a(dns.o): In function `dns_srv_list':
/despotify/src/lib/dns.c:53: undefined reference to `res_init'
/despotify/src/lib/dns.c:55: undefined reference to `res_search'
/despotify/src/lib/dns.c:63: undefined reference to `dn_skipname'
/despotify/src/lib/dns.c:71: undefined reference to `dn_expand'
/despotify/src/lib/dns.c:76: undefined reference to `NS_GET16'
/despotify/src/lib/dns.c:79: undefined reference to `NS_GET16'
/despotify/src/lib/dns.c:85: undefined reference to `NS_GET16'
/despotify/src/lib/dns.c:86: undefined reference to `NS_GET16'
/despotify/src/lib/dns.c:87: undefined reference to `NS_GET16'
/despotify/src/lib/dns.c:89: undefined reference to `dn_expand'
/SDK/local/clib2/lib/libvorbisfile.a(vorbisfile.o): In function `_get_next_page':
vorbisfile.c:(.text+0x236): undefined reference to `errno'
vorbisfile.c:(.text+0x2ba): undefined reference to `errno'
vorbisfile.c:(.text+0x30e): undefined reference to `errno'
collect2: ld returned 1 exit status
make[1]: *** [simple] Error 1
make: *** [clients/simple] Error 2


Are you sure you are not mix newlib and clib2 objects??
CFLAGS doesn't have -mcrt=clib2 and with latest SDK it is needed since newlib is the standard lib. But, why are you using clib2?

i'm really tired...
Go to top
Re: despotify?
Quite a regular
Quite a regular


See User information
@LiveForIt

I would love to have Spotify on my Amiga

Does this Despotify include a GUI?

Should we maybe start a bounty, for all of you guys who are working with this project?

AmigaOS 4.1 FE Update 2 on Sam440ep-flex, 800Mhz, 1GB RAM, Radeon 9250 Resized Image
A1200/040, 2+4MB, external 3.5''HDD / A1200 (spare) / A500+ (sold) / C128 (sold)
http://m4rko.com/AMIGA
Go to top
Re: despotify?
Home away from home
Home away from home


See User information
@afxgroup

Yes I think your on to some thing


Edited by LiveForIt on 2010/10/20 0:30:34
(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: despotify?
Home away from home
Home away from home


See User information
@spotUP

Thanks, I have look at it ASP.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: despotify?
Home away from home
Home away from home


See User information
@Marko

As always some that looks easy to compile turn out to be not so easy

Status update, ADNS requires a running Bind DNS server.

I have problems compiling the newer servers, so I have found an older version I?m working on, I can?t say if it will work or not.

There are defiantly problems because differences in OS4 SDK and the Bind server includes.

At this point I don?t know if I should put some ifdef in the SDK or rename the functions in the bind server.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top
Re: despotify?
Just can't stay away
Just can't stay away


See User information
@LiveForIt

definitely the latter. don't mess with the sdk.

Go to top
Re: despotify?
Home away from home
Home away from home


See User information
@spotUP

I will try not to.

?Pwd.h? is outdated by Linux standards.

Bind needs sunrpc anyone ported this yet?

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top

  Register To Post
« 1 (2)

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project