Quote:
Originally Posted by gardenhose
I successfully got this working on mac os X. It works great, especially with -cache 16384 over my wireless connection. It's too big to post back here, so if anyone wants the binary let me know. The source changes I had to make:
- compile in quartz SDL support. You need to get the 1.2.5 sdl from fink
- on my tivo (still!) I need to change the "/Recording/NowShowing" to "/Recording/NowShowingByTitle" or else nothing shows up. This is in vstream.c
- Various callback moves in query.c and schema.c; gcc on mac os x doesn't support trampolining for some reason, resulting in segfaults
- syscall(llseek) is replaced with syscall(199) -- there's no macro defined for that in mac
- use local copies of unistd, getopt and dlfcn.h files
|
Sorry I need it spelled out… but how would I go about compiling it. I don't know how to do step one. I have all the developer apps. What's my first step?
Thanks!