Subject: Linux Build
Im attempting a Linux build. Ive worked the svn to a point where I can build and link.
The gui is coming up and the dialog for the hostname for the backend is coming up.
This is where its stops, the sys/socket.h connect is failing. The errno is set to 111, which is:
#define ECONNREFUSED 111 /* Connection refused */
Any ideas?
Update:
Think i found a fix, at least i appear to get a connection and some data
with this change im getting channel and tuner info, but it appears to hang loading the renderer
Update 2:
Its starting to work, i can replay a recording, although once it started the GUI is hung. Live TV also works.
My pandora build still has the connect issue above, which is strange.
Update 3:
Ok got my pandora to connect, just crashes on playback, progress
I think the spark connect needs to be reworked
Deinterlace works on the pc build, noticed the gui lockup doesnt happen unless i click the sdl window
The gui is coming up and the dialog for the hostname for the backend is coming up.
This is where its stops, the sys/socket.h connect is failing. The errno is set to 111, which is:
#define ECONNREFUSED 111 /* Connection refused */
Any ideas?
Update:
Think i found a fix, at least i appear to get a connection and some data
#else
//ip = inet_addr(inet_ntoa(*((struct in_addr *)h->h_addr)));
host.sin_addr = *(struct in_addr *) h->h_addr;
#endif
//ip = inet_addr(inet_ntoa(*((struct in_addr *)h->h_addr)));
host.sin_addr = *(struct in_addr *) h->h_addr;
#endif
with this change im getting channel and tuner info, but it appears to hang loading the renderer
Update 2:
Its starting to work, i can replay a recording, although once it started the GUI is hung. Live TV also works.
My pandora build still has the connect issue above, which is strange.
Update 3:
Ok got my pandora to connect, just crashes on playback, progress
I think the spark connect needs to be reworkedDeinterlace works on the pc build, noticed the gui lockup doesnt happen unless i click the sdl window
Pickle
Show profile
Link to this post