[MAC] Snow Leopard Compile Errors
#16
Skunkworks:davilla$ echo $HOME
/Users/davilla


'cd $HOME/XBMC' assumes that /Users/<your username>/XBMC is where XBMC source code is located.

'./bootstrap' makes the file configure.

'./configure' makes the file Makefile as well as other things.

'make clean' tells make to do the 'clean' target in the file Makefile. It's not required on a fresh svn check out. But it should still work. Provided you did ./bootstrap and ./configure, then you can jump to 'make xcode_depends'.
Reply
#17
davilla Wrote:Skunkworks:davilla$ echo $HOME
/Users/davilla


'cd $HOME/XBMC' assumes that /Users/<your username>/XBMC is where XBMC source code is located.

'./bootstrap' makes the file configure.

'./configure' makes the file Makefile as well as other things.

'make clean' tells make to do the 'clean' target in the file Makefile. It's not required on a fresh svn check out. But it should still work. Provided you did ./bootstrap and ./configure, then you can jump to 'make xcode_depends'.

That all makes sense but even if I jump ahead I am still getting this error.

make: *** No rule to make target `xcode_depends'. Stop.

seems like make command isn't working I see the Makefile.in within XBMC so I know ./configure worked. Any ideas?

Thanks
Reply
#18
Beekr25 Wrote:That all makes sense but even if I jump ahead I am still getting this error.

make: *** No rule to make target `xcode_depends'. Stop.

seems like make command isn't working I see the Makefile.in within XBMC so I know ./configure worked. Any ideas?

Thanks

No, configure did not work if you only see Makefile.in and no Makefile. make uses Makefile, configure turns makefile.in into Makefile.

./configure and pastebin the output.
Reply
#19
davilla Wrote:No, configure did not work if you only see Makefile.in and no Makefile. make uses Makefile, configure turns makefile.in into Makefile.

./configure and pastebin the output.

Here is my ./configure output.

http://pastebin.com/giDHtw1T

Thanks
Reply
#20
last line

checking size of size_t... configure: error: in `/Users/bengeldreich/XBMC':
configure: error: cannot compute sizeof (size_t)
See `config.log' for more details.

Errors typically mean a failure Smile Also might be good to "See `config.log' for more details".

ls -l /usr/bin/gcc
Reply
#21
davilla Wrote:last line

checking size of size_t... configure: error: in `/Users/bengeldreich/XBMC':
configure: error: cannot compute sizeof (size_t)
See `config.log' for more details.

Errors typically mean a failure Smile Also might be good to "See `config.log' for more details".

ls -l /usr/bin/gcc

that command brought me these results.

lrwxr-xr-x 1 root wheel 7 24 Jul 21:22 /usr/bin/gcc -> gcc-4.0
Reply
#22
Beekr25 Wrote:that command brought me these results.

lrwxr-xr-x 1 root wheel 7 24 Jul 21:22 /usr/bin/gcc -> gcc-4.0

pastebin (http://www.pastebin.com) config.log
Reply
#23
davilla Wrote:pastebin (http://www.pastebin.com) config.log

Here you go.

http://pastebin.com/21SZATVs
Reply
#24
Beekr25 Wrote:Here you go.

http://pastebin.com/21SZATVs

something odd going on. describe your setup, including which svn version of xbmc.
Reply
#25
davilla Wrote:something odd going on. describe your setup, including which svn version of xbmc.

I am using Xcode Version 3.23 (64 bit), XBMC SVN build 32195 on a 27" iMac i7 running OS X 10.6.4. Let me know if you need any other info.

Thanks
Reply
#26
Beekr25 Wrote:I am using Xcode Version 3.23 (64 bit), XBMC SVN build 32195 on a 27" iMac i7 running OS X 10.6.4. Let me know if you need any other info.

Thanks

Skunkworks:xbmc davilla$ ls -l /Developer/SDKs/
total 0
drwxr-xr-x 7 root wheel 238 Sep 21 2008 MacOSX10.4u.sdk
drwxr-xr-x 7 root wheel 238 Oct 17 2008 MacOSX10.5.sdk
Reply
#27
davilla Wrote:Skunkworks:xbmc davilla$ ls -l /Developer/SDKs/
total 0
drwxr-xr-x 7 root wheel 238 Sep 21 2008 MacOSX10.4u.sdk
drwxr-xr-x 7 root wheel 238 Oct 17 2008 MacOSX10.5.sdk

Here are my results.


Mymac:xbmc beekr25$ ls -l /Developer/SDKs/
total 0
drwxr-xr-x 7 root wheel 238 2 Oct 2009 MacOSX10.4u.sdk
drwxr-xr-x 7 root wheel 238 18 Feb 22:57 MacOSX10.5.sdk
drwxr-xr-x 7 root wheel 238 19 May 16:11 MacOSX10.6.sdk
Reply
#28
Grrr, running out of things to try. can you pastebin config.log again, the pastebin post has expired.
Reply
#29
davilla Wrote:Grrr, running out of things to try. can you pastebin config.log again, the pastebin post has expired.

Here you go.
http://pastebin.com/LUdVLME8
Reply
#30
Could it be because I am running in 64 bit os.
Reply

Logout Mark Read Team Forum Stats Members Help
[MAC] Snow Leopard Compile Errors0