[MAC] Compiling on OSX Lion / Xcode 4.1`

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Memphiz Offline
Team-XBMC Developer
Posts: 7,897
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #31
nope ... there is a branch called eden - this is eden version. Branch master is the current development branch which is already ahead of eden since development never stops Wink

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
i5Js Offline
Senior Member
Posts: 227
Joined: Dec 2009
Reputation: 0
Post: #32
heheheh, Your team is great!!!
(This post was last modified: 2012-03-29 22:44 by i5Js.)
find quote
i5Js Offline
Senior Member
Posts: 227
Joined: Dec 2009
Reputation: 0
Post: #33
New Error:

Code:
/usr/bin/curl -Ls --create-dirs --output /Users/Shared/xbmc-depends/tarballs/libcec-1.5.2.tar.gz http://mirrors.xbmc.org/build-deps/darwin-libs/libcec-1.5.2.tar.gz
rm -rf libcec-1.5.2
tar xf /Users/Shared/xbmc-depends/tarballs/libcec-1.5.2.tar.gz
echo libcec-1.5.2 > .gitignore
cd libcec-1.5.2; autoreconf -vif
Useless use of /d modifier in transliteration operator at /usr/bin/../share/automake-1.10/Automake/Wrap.pm line 60.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: running: glibtoolize --copy --force
glibtoolize: putting auxiliary files in `.'.
glibtoolize: copying file `./ltmain.sh'
glibtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
glibtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
glibtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf --force
configure.ac:10: error: possibly undefined macro: AC_MSG_WARN
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
make[1]: *** [libcec] Error 1
make: *** [libcec] Error 2

BR
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,505
Joined: Feb 2008
Reputation: 58
Post: #34
git up


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
i5Js Offline
Senior Member
Posts: 227
Joined: Dec 2009
Reputation: 0
Post: #35
(2012-03-30 21:15)davilla Wrote:  git up

Done:

Code:
rm -rf libcec-1.5.2
tar xf /Users/Shared/xbmc-depends/tarballs/libcec-1.5.2.tar.gz
echo libcec-1.5.2 > .gitignore
cd libcec-1.5.2; autoreconf -vif
Useless use of /d modifier in transliteration operator at /usr/bin/../share/automake-1.10/Automake/Wrap.pm line 60.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: running: glibtoolize --copy --force
glibtoolize: putting auxiliary files in `.'.
glibtoolize: copying file `./ltmain.sh'
glibtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
glibtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
glibtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf --force
configure.ac:10: error: possibly undefined macro: AC_MSG_WARN
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
make[1]: *** [libcec] Error 1
make: *** [libcec] Error 2
(This post was last modified: 2012-04-03 20:23 by i5Js.)
find quote
i5Js Offline
Senior Member
Posts: 227
Joined: Dec 2009
Reputation: 0
Post: #36
No idea?
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,505
Joined: Feb 2008
Reputation: 58
Post: #37
/usr/bin/autoconf, this should be using the versions in depends.


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
i5Js Offline
Senior Member
Posts: 227
Joined: Dec 2009
Reputation: 0
Post: #38
I'm sorry davilla, but I don't understand u, what I have to do?

PS: I did a "make distclean" to compile all again, but I haven't any success Sad
(This post was last modified: 2012-04-15 11:45 by i5Js.)
find quote
i5Js Offline
Senior Member
Posts: 227
Joined: Dec 2009
Reputation: 0
Post: #39
Hello again,

I'm trying to compile xbmc for the New iPad, but i've got this error at the final step:

Code:
kaya:xbmc i5Js$ xcodebuild -project XBMC-IOS.xcodeproj -target XBMC -configuration Release build ONLY_ACTIVE_ARCH=YES ARCHS=armv7 VALID_ARCHS=armv7 IPHONEOS_DEPLOYMENT_TARGET=4.1 SDKROOT=iphoneos4.3
Build settings from command line:
    ARCHS = armv7
    IPHONEOS_DEPLOYMENT_TARGET = 4.1
    ONLY_ACTIVE_ARCH = YES
    SDKROOT = iphoneos4.3
    VALID_ARCHS = armv7


=== BUILD NATIVE TARGET XBMC OF PROJECT XBMC-IOS WITH CONFIGURATION Release ===
Check dependencies
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 4.3'
[BEROR]CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 4.3'
warning: iPhone apps should include an armv6 architecture (current ARCHS = "armv7").
[BWARN]warning: iPhone apps should include an armv6 architecture (current ARCHS = "armv7").
** BUILD FAILED **

Somebody can help me with this??

Thanks in advance,,

Best regards
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,505
Joined: Feb 2008
Reputation: 58
Post: #40
either hack xcode to work around code signing or get a developer ID.

http://www.alexwhittemore.com/developing...e-ios-401/


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
Post Reply