Latest Git compile error 7-2-2011-8.51PM (Chicago time)

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 1,948
Joined: Feb 2009
Reputation: 24
Location: Heerlen, The Netherlands
Post: #11
http://www.lmgtfy.com/?q=github+pull+request+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.
find quote
da-anda Offline
Team-XBMC Member
Posts: 1,399
Joined: Jun 2009
Reputation: 27
Location: germany
Post: #12
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.
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 1,948
Joined: Feb 2009
Reputation: 24
Location: Heerlen, The Netherlands
Post: #13
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.
find quote
da-anda Offline
Team-XBMC Member
Posts: 1,399
Joined: Jun 2009
Reputation: 27
Location: germany
Post: #14
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).
find quote
da-anda Offline
Team-XBMC Member
Posts: 1,399
Joined: Jun 2009
Reputation: 27
Location: germany
Post: #15
sorry, can't provide a patch. I still get compiling errors, probably due to missing includes or duplicate includes or whatever. I'm no c++ developer and google didn't help, so I can't fix it.

I get error messages like this (translated by me):
Quote:XBMC\Release (DirectX)\objs\GUIWindowPVR.obj : warning LNK4042: Objekt defined several times; additional objects get ignored.
Application.obj : error LNK2001: Unresolved external symbol/link ""public: __thiscall CGUIWindowPVR::CGUIWindowPVR(void)" (??0CGUIWindowPVR@@QAE@XZ)".

My first guess is that Application.h misses the include of the GUIWindowPVR headers, but they are included. I'm out of guesses and as I said - google didn't help so far.
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 1,948
Joined: Feb 2009
Reputation: 24
Location: Heerlen, The Netherlands
Post: #16
updated it myself today. pull in the latest revision and it'll compile on windows.

this branch is still under heavy development, so some things will not work.

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.
find quote
Post Reply