Kodi Community Forum

Full Version: [LINUX] Problems compiling crystalhd branch
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
need to say more about your build environment 10.4/10.5/10.6 etc.
What do you need? I'm compiling in a Macboopro with Snow Leopard.

The build fail in the last step
i5Js Wrote:What do you need? I'm compiling in a Macboopro with Snow Leopard.

The build fail in the last step

pastebin the entire build log.
where can I find it?
i5Js Wrote:where can I find it?

xcodebuild -sdk macosx10.4 -project XBMC.xcodeproj -target XBMC.app -configuration Release build

^^ should spew it out, otherwise, open the project in xcode, build and copy the build results.

You gave the last line, I want to see more.

EDIT: another post also reported this, think we have some svn breakage, checking.
I'm running

sudo xcodebuild -sdk macosx10.4 -project XBMC.xcodeproj -target XBMC.app -configuration Release build > build.log

I will pastebin when build finish..

EDIT: http://pastebin.com/m34379a49
i5Js Wrote:I'm running

sudo xcodebuild -sdk macosx10.4 -project XBMC.xcodeproj -target XBMC.app -configuration Release build > build.log

I will pastebin when build finish..

EDIT: http://pastebin.com/m34379a49

command-line xcodebuild is broke for some reason, open the project and build it in xcode.
is necessary make clean? with xcode I have to make ./configure --enable-crystalhd?

BR
can't find

libcrystalhd/bc_dts_types.h
libcrystalhd/bc_dts_defs.h

post the output of

ls -l /usr/include/libcrystalhd
Sander:XMBC jsalas$ ls -l /usr/include/libcrystalhd/
total 112
-rw-r--r-- 1 root wheel 15915 5 ene 19:12 bc_dts_defs.h
-rw-r--r-- 1 root wheel 2442 5 ene 19:12 bc_dts_types.h
-rw-r--r-- 1 root wheel 32785 5 ene 19:12 libcrystalhd_if.h
Is anybody getting the "CystalHD: SetDropState..." all over the log file and not running Ubuntu Karmic? Iam just trying to see if maybe all the people having this problem are running Karmic. Just a shot in the dark.

19:33:24 T:2885266288 M: 17727488 DEBUG: CrystalHD: SetDropState... 1
19:33:25 T:2885266288 M: 17727488 DEBUG: CrystalHD: SetDropState... 0
19:33:25 T:2885266288 M: 17727488 DEBUG: CrystalHD: SetDropState... 1
19:33:25 T:2885266288 M: 17743872 DEBUG: CrystalHD: SetDropState... 0
cj43 Wrote:Is anybody getting the "CystalHD: SetDropState..." all over the log file and not running Ubuntu Karmic? Iam just trying to see if maybe all the people having this problem are running Karmic. Just a shot in the dark.

19:33:24 T:2885266288 M: 17727488 DEBUG: CrystalHD: SetDropState... 1
19:33:25 T:2885266288 M: 17727488 DEBUG: CrystalHD: SetDropState... 0
19:33:25 T:2885266288 M: 17727488 DEBUG: CrystalHD: SetDropState... 1
19:33:25 T:2885266288 M: 17743872 DEBUG: CrystalHD: SetDropState... 0

I'm compiling again for aTV OS... If I have success I will test it.

BR
At last!!! Compiled!
i5Js Wrote:Sander:XBMC jsalas$ ls -l /usr/include/libcrystalhd/
total 112
-rw-r--r-- 1 root wheel 15915 5 ene 19:12 bc_dts_defs.h
-rw-r--r-- 1 root wheel 2442 5 ene 19:12 bc_dts_types.h
-rw-r--r-- 1 root wheel 32785 5 ene 19:12 libcrystalhd_if.h

very odd, svn up and try again.
davilla Wrote:very odd, svn up and try again.

Very old? I had it from broadcom source code
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34