Kodi Community Forum
[MAC] - Release Building - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: [MAC] - Release Building (/showthread.php?tid=81473)



[MAC] - Release Building - D-tyme - 2010-09-19

While it seems that the XBMC.app file is working, I keep getting the following message when Building XBMC.app for Release:

Code:
error: Invalid DWARF in /Volumes/Working/xbmc/build/XBMC.build/Release/XBMC.build/Objects-normal/i386/GUIAudioManager.o: DIE 0x000013f2 has multiple  AT_byte_size attributes.

Should I just ignore it?

EDIT: This was a fresh checkout of r33961


- davilla - 2010-09-19

D-tyme Wrote:While it seems that the XBMC.app file is working, I keep getting the following message when Building XBMC.app for Release:

Code:
error: Invalid DWARF in /Volumes/Working/xbmc/build/XBMC.build/Release/XBMC.build/Objects-normal/i386/GUIAudioManager.o: DIE 0x000013f2 has multiple  AT_byte_size attributes.

Should I just ignore it?

EDIT: This was a fresh checkout of r33961

It's an error, you can't ignore it, the build fails on errors.


- D-tyme - 2010-09-19

davilla Wrote:It's an error, you can't ignore it, the build fails on errors.

True, but I don't see any real evidence that it "failed" since the XBMC.app seems to be working properly.


- D-tyme - 2010-09-20

OK, I take that back. The build would play everything but BluRay mkv rips.


- davilla - 2010-09-21

release is building without errors for me.

religion time, make clean, bootstrap, configure, make xcode depends, build xbmc in xcode.


- nobody.loopback - 2010-09-21

I had a similar problem building XBMC.
See here:
http://forum.xbmc.org/showpost.php?p=581367&postcount=37

The error message was different from yours however.
I got rid of it by:
replacing all "dwarf-with-dsym" in the project file with "dwarf", and, the build finished sucessful.


- D-tyme - 2010-09-21

nobody.loopback Wrote:I had a similar problem building XBMC.
See here:
http://forum.xbmc.org/showpost.php?p=581367&postcount=37

The error message was different from yours however.
I got rid of it by:
replacing all "dwarf-with-dsym" in the project file with "dwarf", and, the build finished sucessful.

I'm not sure if I can make the same changes... I'm compiling on 10.6.3 and can compile "debug" "XBMC" just fine. But not the "Release" "XBMC.app".