OS X make xcode_depends build error
#31
your depends also needs to be 32 bit.
Reply
#32
Looks like that I cannot build a 32 bit version, have python problems during the process.
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
#33
I didn't try it with 32 bit yet, but the 64bit stuff should be working, shouldn't it?

If there is anything else I can provide to help investigating this issue then just let me know...
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
#34
Sure - our buildbot does it every Night...
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
#35
Sorry for the late response, gmail had marked this convo as spam for some reason.

Your patch didn't fix the issue for me either, @Memphiz.

I jumped into `xbmc/screensavers/rsxs-0.9` and ran `make -d`. This is the output:

Code:
andree:rsxs-0.9 master $ make -d
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0
Reading makefiles...
Updating makefiles....
<Loads of filename guessing here, none works>
Must remake target `Makefile'.
Failed to remake target file `Makefile'.
make: *** No targets specified and no makefile found.  Stop.
andree:rsxs-0.9 master $

Not sure if that helps tracing down the issue, but as said earlier, there's no `Makefile` created (only `Makefile.am` and `Makefile.in`).
Reply
#36
I have the same error.
I inspect xbmc/screensavers/rsxs-0.9/config.log

There are some openGL header errors.
Can this be a reason?

conftest.cpp:148:20: error: GL/glx.h: No such file or directory
...
configure:21893: error: can't compile without OpenGL support
Reply
#37
It's quite sad that it's not working, but ok. So I'll download the newest nightly builds from the server.
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
#38
(2013-01-18, 21:55)yanniks Wrote: It's quite sad that it's not working, but ok. So I'll download the newest nightly builds from the server.

That is an alternative if you want to run the newest code, but not if you want to debug something Sad
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
#39
(2013-01-16, 11:20)hytgbn Wrote: I have the same error.
I inspect xbmc/screensavers/rsxs-0.9/config.log

There are some openGL header errors.
Can this be a reason?

conftest.cpp:148:20: error: GL/glx.h: No such file or directory
...
configure:21893: error: can't compile without OpenGL support

AFAIK, those headers are named OpenGL/glx.h instead of GL/glx.h on OSX. I was about to try it but my depends build broke on fontconfig now... :/

See here: http://alumni.cs.ucsb.edu/~wombatty/tuto...c_osx.html
Reply
#40
So, I got mine to build on Mountain Lion x64 now.

Apple has stopped distributing XQuartz (https://xquartz.macosforge.org/landing/) so you'll need to install it manually. I did also, however, do this (not sure if necessary, try without it first):
Code:
sudo mkdir /usr/X11/include
sudo ln -s /System/Library/Frameworks/OpenGL.framework/Headers /usr/X11/include/GL
Reply
#41
Thank you very much! Installed XQuartz, now it worked!
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
#42
Installing XQuartz seems to do the trick, I was able to compile XBMC now.

Just one thing, when I'm trying to run the build I'm getting this error:

Code:
sh: /Users/jdembski/Library/Developer/Xcode/DerivedData/XBMC-ckdooewuwruhqvfqarfcvrdqozcf/Build/Products/Debug/tools/darwin/runtime/preflight: No such file or directory
ERROR: Unable to create application. Exiting

Does anyone know what problem this might be?
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
#43
Readme.osx - you didn't Set te XBMC_HOME env Variable
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
#44
Now I'm feeling stupid Smile

Thanks for helping out, now I've got it running again.

Should we put some info into the Readme.osx to download XQuartz?
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
#45
You Proved already that it doesn't matter what we Write into the Readme Wink *just kidding*

Where has this to be Downloaded from?
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

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