OS X make xcode_depends build error
#16
you did a make -C tools/darwin/depends/xbmc && make xcode_depends after patching right?
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#17
yep
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
#18
rm xbmc/screensavers/rsxs-0.9/configure && rm xbmc/screensavers/rsxs-0.9/xbmc/Makefile && make -C tools/darwin/depends/xbmc && make xcode_depends
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#19
Still the same for me

@yanniks / Peol: Can you give it a try, too?
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
#20
bummer - and you applied my patch for sure?
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#21
I think it is because the Makefile in xbmc/screensavers/rsxs-0.9/Makefile hasn't been generated.

If I manually execute ./configure in the rsxs-0.9 directory then configure fails because of missing X - is this supposed to work already, or do I need to pass any additional flags to this configure?
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
#22
This is supposed to work - the configure should be generated from configure.ac from within bootstrap.mk which will be run when doing make -C tools/darwin/depends/xbmc

This should generate the configure script and the Makefile.in and Makefile:

see

https://github.com/xbmc/xbmc/blob/master...trap.mk#L2

Also in that buildstep (make -C tools/darwin/depends/xbmc) the configure is called from our configure - see:

https://github.com/xbmc/xbmc/blob/master...e.in#L2715

There you also see the configure options that get used.

I really don't know whats going on with your buildsys. I could reproduce the issue and the problem vanished with my patch Sad
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#23
I will make a git clean and try again from scratch - maybe I did something wrong...
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
#24
@jdembski I will try it later
Kodi 15 on:
Kodibuntu with Ubuntu 14.04 (self compiled), Mac OS X El Capitan, iPhone 6, Amazon Fire TV, Apple TV and Nexus 4.
Reply
#25
I just deleted my XBMC dir, made a new "git clone...." and changed the RSXS-Line in /Users/jdembski/Documents/xbmc/xbmc/screensavers/rsxs-0.9/xbmc/Makefile.in to read "RSXS=@abs_top_srcdir@/xbmc/screensavers/rsxs-0.9" (like in your patch). I have also removed the directory /Users/Shared/xbmc-depends/.

I then did a
Code:
$ cd tools/darwin/depends
$ ./bootstrap
$ ./configure --with-darwin=osx --with-arch=x86_64
$ make
$ cd $HOME/XBMC
$ make -C tools/darwin/depends/xbmc
$ make clean
$ make xcode_depends

(So basically what is described in the README.osx)

But still it is the same result:

Code:
adding: nil - Cid and Lucy.milk (deflated 57%)
  adding: nil - Disco Comet.milk (deflated 57%)
  adding: nil - Singularity in My Oscilloscope.milk (deflated 51%)
  adding: nil - Vortex of Vortices.milk (deflated 54%)
  adding: project.tga (deflated 58%)
  adding: shifter - escape the worm - Eo.S. + Phat - Before_It_Eats_Your_Brain_Mix_v2.milk (deflated 75%)
  adding: shifter - escape the worm - Eo.S. + Phat 5362.milk (deflated 75%)
make -C xbmc/screensavers/rsxs-0.9/xbmc
make -C /Users/jdembski/Documents/xbmc/xbmc/screensavers/rsxs-0.9
make[2]: *** No targets specified and no makefile found.  Stop.
make[1]: *** [/Users/jdembski/Documents/xbmc/xbmc/screensavers/rsxs-0.9] Error 2
make: *** [xbmc/screensavers/rsxs-0.9/xbmc] Error 2
Jorgs-MacBook-Pro:xbmc jdembski$ pwd

Maybe we should just wait for the other guys to respond whether the problem disappeared for them or not :/
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
#26
Fix not working. Sad
Kodi 15 on:
Kodibuntu with Ubuntu 14.04 (self compiled), Mac OS X El Capitan, iPhone 6, Amazon Fire TV, Apple TV and Nexus 4.
Reply
#27
Is this only with --with-arch=x86_64 maybe? Cause i only tried i386 (32bit) so far.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#28
Could be. I'll try compiling it with i386 this afternoon.
Kodi 15 on:
Kodibuntu with Ubuntu 14.04 (self compiled), Mac OS X El Capitan, iPhone 6, Amazon Fire TV, Apple TV and Nexus 4.
Reply
#29
(2013-01-09, 01:24)Memphiz Wrote: Is this only with --with-arch=x86_64 maybe? Cause i only tried i386 (32bit) so far.

I only tried with x86_64 Smile
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
#30
Isn't it possible to compile 32 bit binaries on 64 bit Macs?
Because then I get the following error:
Code:
checking sys/inotify.h usability... no
checking sys/inotify.h presence... no
checking for sys/inotify.h... no
checking boost/shared_ptr.hpp usability... no
checking boost/shared_ptr.hpp presence... no
checking for boost/shared_ptr.hpp... no
configure: error: Could not find a required library. Please see the README for your platform.
Kodi 15 on:
Kodibuntu with Ubuntu 14.04 (self compiled), Mac OS X El Capitan, iPhone 6, Amazon Fire TV, Apple TV and Nexus 4.
Reply

Logout Mark Read Team Forum Stats Members Help
make xcode_depends build error0