PDA

View Full Version : Python error on compilation? rev 12144


BLKMGK
2008-03-16, 22:41
http://pastebin.org/23979

This just started showing up late last night. I've gone through the Readme and checked the packages found there. This time around it's not clear to me what's missing. Make clean hasn't cleared this either. I've not yet dug around in package manager for likely candidates, anyone else seeing this?

Edit: Looking at this more closely this might not be Python. The last line referencing Python looks to be a copy of a Python file that seems to have succeeded. The next line that simply comes back as an error points to DVDplayer.o and fails. Not sure if this is just me or what, going tpo blast it and start with a fresh pull.

althekiller
2008-03-16, 23:07
You wanna paste the whole build log?
The error isn't in the bit you posted.

Try a "make distclean" anyway.

BLKMGK
2008-03-16, 23:27
You wanna paste the whole build log?
The error isn't in the bit you posted.

Try a "make distclean" anyway.

Will do in a moment, clearing and pulling again didn't fix it. I see another post so it's apparently nto just me. Will post log in a few secs. and attach to this post.

Here it is: http://pastebin.com/m5e316f77 Other posting refrences a different error so just me ATM.

althekiller
2008-03-17, 00:19
Yeah, I had that problem last night. Comment xbmc/lib/libcdio/inttypes.h:154. The definition in unistd.h is more portable.

BLKMGK
2008-03-17, 00:55
Commented the line out and it's compiling now - this appears to be a good fix! Heh, every time I see a change or error with DVDplayer I get all excited I might be able to play my rips, not this time though - doh! Oh well, is a weird error. <shrug>

Is this something I need to keep track of for later if that source comes down again? I honestly wish I could do a better job of tracking this stuff down when it happens. :(

spiff
2008-03-17, 01:31
this particular one won't bite again (i.e. fixed in svn)