Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
I got a message from dteirney telling me about this problem. I just created a new clone of his repos, did a "./bootstrap && ./configure && make" and it compiles and runs cleanly (on a clean Lucid VM, just the normal XBMC build deps installed).
make sure your tree is clean and that your ccache is clean if you're using it.
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
right, now I got the linker error on a clean environment with a different linux dist too. I'll have a proper look at it this evening.
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 182
Joined: May 2009
Reputation:
0
rdoac
Senior Member
Posts: 182
Thanks..
I just deleted what I had, recloned and got the same error again. Glad it's not just me.. (although I'm getting it on both my boxes).
As an aside, is there a way to get VDR messages to stay on screen a little bit longer. I have a caller id script passing information to vdr, however, it flashes on the screen so quick I can't read it..
Posts: 6,255
Joined: Jun 2009
Reputation:
115
da-anda
Team-Kodi Member
Posts: 6,255
there are also issues on windows builds due to the renaming of some files. The VisualStudio files didn't get updated reflecting the new pathes and filenames. I fixed it on my local repo already, but as I also merge xbmc master frequently I can't provide a clean patch I think (not too familiar with git yet).
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
if someone sends me a (clean!) pull request, I'll update it. otherwise you'll have to wait until I accidently hit the wrong grub option so that windows boots ;-)
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 6,255
Joined: Jun 2009
Reputation:
115
da-anda
Team-Kodi Member
Posts: 6,255
I'm preparing a clean patch - currently testing the compile with latest revision.
How can I send a pull request? Do I have to register for this somewhere (github I suppose, or will my XBMC credentials work for the requests). Any dokus about that you can point me to? Thanks.
Posts: 6,255
Joined: Jun 2009
Reputation:
115
da-anda
Team-Kodi Member
Posts: 6,255
now that's really motivating people to contribute, isn't it?
I know how to google, but maybe you would have had a link at hand because you yourself already went through that process.
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
the first result from that google query explains it all (which is a direct link to the github help).
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 6,255
Joined: Jun 2009
Reputation:
115
da-anda
Team-Kodi Member
Posts: 6,255
thanks. Seems like I have to create a own repo/fork first which is in my eyes pretty much overhead just for providing a simple patch. I would have hoped to be able to send the pull requests directly from my local repo like it's possible for another project I'm contributing to, using a special URI, but haven't found any information about it (yet).
Well, then it has to wait until I have some more time left (compiling failed anyway and first need to examine the reason).