Re: Help with Xcode

2012-09-16 Thread Steve Holmes
Thanks a bunch for the extra information.  I got the command-line stuff 
installed and thus homebrew is working again.  It was an interesting form in 
that setup area but I got it figured out.

Thanks again.

On Sep 15, 2012, at 4:23 PM, Esther  wrote:

> Hi Steve,
> 
> I don't use homebrew, although I do use Xcode for some unix and Linux
> related operations.  The answer to your issue that starting with the
> previous version of Xcode (4.3) you have to manually install the Xcode
> command line tools. Without this step, homebrew will not fins any of
> the command line tools.   To do this, open Xcode, click on the Xcode
> menu, and select preferences.  Navigate to Downloads in the toolbar,
> and in the default selected "Components" tab, use the "Check and
> Install Now" button.
> 
> According to Stack Overflow, there's also a separate Installation
> package available via:
> https://developer.apple.com/downloads/index.action?=Command%20Line%20Tools%20%28OS%20X%20Mountain%20Lion%29
> I hope the link does not wrap; I'll try to create a shortened link:
> http://bit.ly/MOosQk
> 
> That requires an Apple Developer's login to use. This package enables
> UNIX-style development via Terminal by installing command line
> developer tools, as well as Mac OS X SDK frameworks and headers. Many
> useful tools are included, such as the Apple LLVM compiler, linker,
> and Make. If you use Xcode, these tools are also embedded within the
> Xcode IDE, and can be installed on your system using the Downloads
> preferences pane within Xcode 4.3 and later. This package requires Mac
> OS X 10.7.3 or later.
> 
> You'll have to check this out yourself, since I haven't tried these
> installations myself, and the link could be for an older version.
> However, manually installing the command line tools should work, and
> if run into problems at least you will know where to start looking for
> answers as far as homebrew goes -- that's the sticking point for why
> you're getting your error messages.
> 
> HTH. Cheers,
> 
> Esther
> 
> On Sep 15, 11:39 am, Steve Holmes  wrote:
>> Thanks Alex, for helping with Xcode.  I got it and it now appears in the App 
>> store's list of purchased items.  I have it installed now and it works 
>> again.  Problem still is homebrew thinks xcode is still not installed.  It 
>> can't find the /usr/bin/cc command.  Sure enough, cc is not in /usr/bin.  I 
>> wonder if that got installed by home-brew and ripped out by Mountain Lion 
>> upgrade or something.  Guess I will have to look around in the trash for cc 
>> in the developer folder or something.
>> 
>> Bottom line: I can't use homebrew to install any unix commands yet.  Wonder 
>> what else I'm missing.
>> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To post to this group, send email to macvisionaries@googlegroups.com.
> To unsubscribe from this group, send email to 
> macvisionaries+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/macvisionaries?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Help with Xcode

2012-09-16 Thread Donovan Osborn
I know this may be slightly off topic but I am interested in learning how to 
program on the Mac. Do you guys know any beginning Mac Programming resourcess. 
Also how do you guys use the canvas GUI bilder?
Thanks for the info.
And again sorry for being slightly off topic.
Regards, Donovan  
On Sep 15, 2012, at 10:25 PM, Steve Holmes  wrote:

> Thank you so much for the extra info.  Last version of Xcode I have was 4.2.1 
> so jumping to 4.4 surely well brought out these differences.  I will take a 
> look at your links and hopefully get this figured out.  I don't have an Apple 
> developer login so hopefully I can just get the command line stuff and 
> proceed from there.  Some day I would like to join the Apple Developers 
> network and really get down with Mac and IOS development but I have so much 
> time in a day so things are moving more slowly for me than I really wish.
> 
> Thank you again, not only for this answer but for so many fully detailed 
> answers you have provided on this list.  I hate to say it but just about 
> every message from you is such a valid resource I almost keep every Esther 
> message in my mail archives for future reference.
> 
> On Sep 15, 2012, at 4:23 PM, Esther  wrote:
> 
>> Hi Steve,
>> 
>> I don't use homebrew, although I do use Xcode for some unix and Linux
>> related operations.  The answer to your issue that starting with the
>> previous version of Xcode (4.3) you have to manually install the Xcode
>> command line tools. Without this step, homebrew will not fins any of
>> the command line tools.   To do this, open Xcode, click on the Xcode
>> menu, and select preferences.  Navigate to Downloads in the toolbar,
>> and in the default selected "Components" tab, use the "Check and
>> Install Now" button.
>> 
>> According to Stack Overflow, there's also a separate Installation
>> package available via:
>> https://developer.apple.com/downloads/index.action?=Command%20Line%20Tools%20%28OS%20X%20Mountain%20Lion%29
>> I hope the link does not wrap; I'll try to create a shortened link:
>> http://bit.ly/MOosQk
>> 
>> That requires an Apple Developer's login to use. This package enables
>> UNIX-style development via Terminal by installing command line
>> developer tools, as well as Mac OS X SDK frameworks and headers. Many
>> useful tools are included, such as the Apple LLVM compiler, linker,
>> and Make. If you use Xcode, these tools are also embedded within the
>> Xcode IDE, and can be installed on your system using the Downloads
>> preferences pane within Xcode 4.3 and later. This package requires Mac
>> OS X 10.7.3 or later.
>> 
>> You'll have to check this out yourself, since I haven't tried these
>> installations myself, and the link could be for an older version.
>> However, manually installing the command line tools should work, and
>> if run into problems at least you will know where to start looking for
>> answers as far as homebrew goes -- that's the sticking point for why
>> you're getting your error messages.
>> 
>> HTH. Cheers,
>> 
>> Esther
>> 
>> On Sep 15, 11:39 am, Steve Holmes  wrote:
>>> Thanks Alex, for helping with Xcode.  I got it and it now appears in the 
>>> App store's list of purchased items.  I have it installed now and it works 
>>> again.  Problem still is homebrew thinks xcode is still not installed.  It 
>>> can't find the /usr/bin/cc command.  Sure enough, cc is not in /usr/bin.  I 
>>> wonder if that got installed by home-brew and ripped out by Mountain Lion 
>>> upgrade or something.  Guess I will have to look around in the trash for cc 
>>> in the developer folder or something.
>>> 
>>> Bottom line: I can't use homebrew to install any unix commands yet.  Wonder 
>>> what else I'm missing.
>>> 
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "MacVisionaries" group.
>> To post to this group, send email to macvisionaries@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> macvisionaries+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/macvisionaries?hl=en.
>> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To post to this group, send email to macvisionaries@googlegroups.com.
> To unsubscribe from this group, send email to 
> macvisionaries+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/macvisionaries?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Help with Xcode

2012-09-15 Thread Steve Holmes
Thank you so much for the extra info.  Last version of Xcode I have was 4.2.1 
so jumping to 4.4 surely well brought out these differences.  I will take a 
look at your links and hopefully get this figured out.  I don't have an Apple 
developer login so hopefully I can just get the command line stuff and proceed 
from there.  Some day I would like to join the Apple Developers network and 
really get down with Mac and IOS development but I have so much time in a day 
so things are moving more slowly for me than I really wish.

Thank you again, not only for this answer but for so many fully detailed 
answers you have provided on this list.  I hate to say it but just about every 
message from you is such a valid resource I almost keep every Esther message in 
my mail archives for future reference.

On Sep 15, 2012, at 4:23 PM, Esther  wrote:

> Hi Steve,
> 
> I don't use homebrew, although I do use Xcode for some unix and Linux
> related operations.  The answer to your issue that starting with the
> previous version of Xcode (4.3) you have to manually install the Xcode
> command line tools. Without this step, homebrew will not fins any of
> the command line tools.   To do this, open Xcode, click on the Xcode
> menu, and select preferences.  Navigate to Downloads in the toolbar,
> and in the default selected "Components" tab, use the "Check and
> Install Now" button.
> 
> According to Stack Overflow, there's also a separate Installation
> package available via:
> https://developer.apple.com/downloads/index.action?=Command%20Line%20Tools%20%28OS%20X%20Mountain%20Lion%29
> I hope the link does not wrap; I'll try to create a shortened link:
> http://bit.ly/MOosQk
> 
> That requires an Apple Developer's login to use. This package enables
> UNIX-style development via Terminal by installing command line
> developer tools, as well as Mac OS X SDK frameworks and headers. Many
> useful tools are included, such as the Apple LLVM compiler, linker,
> and Make. If you use Xcode, these tools are also embedded within the
> Xcode IDE, and can be installed on your system using the Downloads
> preferences pane within Xcode 4.3 and later. This package requires Mac
> OS X 10.7.3 or later.
> 
> You'll have to check this out yourself, since I haven't tried these
> installations myself, and the link could be for an older version.
> However, manually installing the command line tools should work, and
> if run into problems at least you will know where to start looking for
> answers as far as homebrew goes -- that's the sticking point for why
> you're getting your error messages.
> 
> HTH. Cheers,
> 
> Esther
> 
> On Sep 15, 11:39 am, Steve Holmes  wrote:
>> Thanks Alex, for helping with Xcode.  I got it and it now appears in the App 
>> store's list of purchased items.  I have it installed now and it works 
>> again.  Problem still is homebrew thinks xcode is still not installed.  It 
>> can't find the /usr/bin/cc command.  Sure enough, cc is not in /usr/bin.  I 
>> wonder if that got installed by home-brew and ripped out by Mountain Lion 
>> upgrade or something.  Guess I will have to look around in the trash for cc 
>> in the developer folder or something.
>> 
>> Bottom line: I can't use homebrew to install any unix commands yet.  Wonder 
>> what else I'm missing.
>> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To post to this group, send email to macvisionaries@googlegroups.com.
> To unsubscribe from this group, send email to 
> macvisionaries+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/macvisionaries?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Help with Xcode

2012-09-15 Thread Esther
Hi Steve,

I don't use homebrew, although I do use Xcode for some unix and Linux
related operations.  The answer to your issue that starting with the
previous version of Xcode (4.3) you have to manually install the Xcode
command line tools. Without this step, homebrew will not fins any of
the command line tools.   To do this, open Xcode, click on the Xcode
menu, and select preferences.  Navigate to Downloads in the toolbar,
and in the default selected "Components" tab, use the "Check and
Install Now" button.

According to Stack Overflow, there's also a separate Installation
package available via:
https://developer.apple.com/downloads/index.action?=Command%20Line%20Tools%20%28OS%20X%20Mountain%20Lion%29
I hope the link does not wrap; I'll try to create a shortened link:
http://bit.ly/MOosQk

That requires an Apple Developer's login to use. This package enables
UNIX-style development via Terminal by installing command line
developer tools, as well as Mac OS X SDK frameworks and headers. Many
useful tools are included, such as the Apple LLVM compiler, linker,
and Make. If you use Xcode, these tools are also embedded within the
Xcode IDE, and can be installed on your system using the Downloads
preferences pane within Xcode 4.3 and later. This package requires Mac
OS X 10.7.3 or later.

You'll have to check this out yourself, since I haven't tried these
installations myself, and the link could be for an older version.
However, manually installing the command line tools should work, and
if run into problems at least you will know where to start looking for
answers as far as homebrew goes -- that's the sticking point for why
you're getting your error messages.

HTH. Cheers,

Esther

On Sep 15, 11:39 am, Steve Holmes  wrote:
> Thanks Alex, for helping with Xcode.  I got it and it now appears in the App 
> store's list of purchased items.  I have it installed now and it works again. 
>  Problem still is homebrew thinks xcode is still not installed.  It can't 
> find the /usr/bin/cc command.  Sure enough, cc is not in /usr/bin.  I wonder 
> if that got installed by home-brew and ripped out by Mountain Lion upgrade or 
> something.  Guess I will have to look around in the trash for cc in the 
> developer folder or something.
>
> Bottom line: I can't use homebrew to install any unix commands yet.  Wonder 
> what else I'm missing.
>

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Help with Xcode

2012-09-15 Thread Alex Hall
I can't help here, sorry. I just use it to play around for now, with the goal 
of wrapping eSpeak in an objective-c header so people can use that synthesizer 
with vo. I'm not there yet, though.
On Sep 15, 2012, at 5:39 PM, Steve Holmes  wrote:

> Thanks Alex, for helping with Xcode.  I got it and it now appears in the App 
> store's list of purchased items.  I have it installed now and it works again. 
>  Problem still is homebrew thinks xcode is still not installed.  It can't 
> find the /usr/bin/cc command.  Sure enough, cc is not in /usr/bin.  I wonder 
> if that got installed by home-brew and ripped out by Mountain Lion upgrade or 
> something.  Guess I will have to look around in the trash for cc in the 
> developer folder or something.  
> 
> Bottom line: I can't use homebrew to install any unix commands yet.  Wonder 
> what else I'm missing.
> 
> On Sep 15, 2012, at 4:40 AM, Alex Hall  wrote:
> 
>> I ran into this yesterday, and google explained it. The problem is that you 
>> need the latest XCode, 4.4, but the update does not appear in the app store 
>> when you check for updates. Instead, find XCode on the app store and 
>> download it again. Once it installs, launch it (the one in /applications, 
>> not the one in your developer folder). It will download some needed 
>> component, then take you to a screen where you can delete previous versions. 
>> This removes the developer folder, and maybe a couple others as well, so 
>> make sure you save everything important in /developer before continuing if 
>> you decide to uninstall old versions as I did.
>> On Sep 15, 2012, at 5:45 AM, Steve Holmes  wrote:
>> 
>>> I installed Xcode last spring under Lion and basically forgot about it 
>>> since; it is at the root of my homebrew setup for unix commands.  I see now 
>>> that after upgrading to Mountain Lion that my installation of Xcode is no 
>>> good anymore.  It is version 4.2.1 or so and claims that it needs a version 
>>> compatible with OSX 10.8.  I can't remember how I got Xcode in the first 
>>> place and it is not in my list of app store purchases.  What do I need to 
>>> do here?
>>> 
>>> Any tips for this dummy?
>>> 
>>> -- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "MacVisionaries" group.
>>> To post to this group, send email to macvisionaries@googlegroups.com.
>>> To unsubscribe from this group, send email to 
>>> macvisionaries+unsubscr...@googlegroups.com.
>>> For more options, visit this group at 
>>> http://groups.google.com/group/macvisionaries?hl=en.
>>> 
>> 
>> 
>> 
>> Have a great day,
>> Alex (msg sent from Mac Mini)
>> mehg...@gmail.com
>> 
>> 
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "MacVisionaries" group.
>> To post to this group, send email to macvisionaries@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> macvisionaries+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/macvisionaries?hl=en.
>> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To post to this group, send email to macvisionaries@googlegroups.com.
> To unsubscribe from this group, send email to 
> macvisionaries+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/macvisionaries?hl=en.
> 



Have a great day,
Alex (msg sent from Mac Mini)
mehg...@gmail.com



-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Help with Xcode

2012-09-15 Thread Steve Holmes
Thanks Alex, for helping with Xcode.  I got it and it now appears in the App 
store's list of purchased items.  I have it installed now and it works again.  
Problem still is homebrew thinks xcode is still not installed.  It can't find 
the /usr/bin/cc command.  Sure enough, cc is not in /usr/bin.  I wonder if that 
got installed by home-brew and ripped out by Mountain Lion upgrade or 
something.  Guess I will have to look around in the trash for cc in the 
developer folder or something.  

Bottom line: I can't use homebrew to install any unix commands yet.  Wonder 
what else I'm missing.

On Sep 15, 2012, at 4:40 AM, Alex Hall  wrote:

> I ran into this yesterday, and google explained it. The problem is that you 
> need the latest XCode, 4.4, but the update does not appear in the app store 
> when you check for updates. Instead, find XCode on the app store and download 
> it again. Once it installs, launch it (the one in /applications, not the one 
> in your developer folder). It will download some needed component, then take 
> you to a screen where you can delete previous versions. This removes the 
> developer folder, and maybe a couple others as well, so make sure you save 
> everything important in /developer before continuing if you decide to 
> uninstall old versions as I did.
> On Sep 15, 2012, at 5:45 AM, Steve Holmes  wrote:
> 
>> I installed Xcode last spring under Lion and basically forgot about it 
>> since; it is at the root of my homebrew setup for unix commands.  I see now 
>> that after upgrading to Mountain Lion that my installation of Xcode is no 
>> good anymore.  It is version 4.2.1 or so and claims that it needs a version 
>> compatible with OSX 10.8.  I can't remember how I got Xcode in the first 
>> place and it is not in my list of app store purchases.  What do I need to do 
>> here?
>> 
>> Any tips for this dummy?
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "MacVisionaries" group.
>> To post to this group, send email to macvisionaries@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> macvisionaries+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/macvisionaries?hl=en.
>> 
> 
> 
> 
> Have a great day,
> Alex (msg sent from Mac Mini)
> mehg...@gmail.com
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To post to this group, send email to macvisionaries@googlegroups.com.
> To unsubscribe from this group, send email to 
> macvisionaries+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/macvisionaries?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.



Re: Help with Xcode

2012-09-15 Thread Alex Hall
I ran into this yesterday, and google explained it. The problem is that you 
need the latest XCode, 4.4, but the update does not appear in the app store 
when you check for updates. Instead, find XCode on the app store and download 
it again. Once it installs, launch it (the one in /applications, not the one in 
your developer folder). It will download some needed component, then take you 
to a screen where you can delete previous versions. This removes the developer 
folder, and maybe a couple others as well, so make sure you save everything 
important in /developer before continuing if you decide to uninstall old 
versions as I did.
On Sep 15, 2012, at 5:45 AM, Steve Holmes  wrote:

> I installed Xcode last spring under Lion and basically forgot about it since; 
> it is at the root of my homebrew setup for unix commands.  I see now that 
> after upgrading to Mountain Lion that my installation of Xcode is no good 
> anymore.  It is version 4.2.1 or so and claims that it needs a version 
> compatible with OSX 10.8.  I can't remember how I got Xcode in the first 
> place and it is not in my list of app store purchases.  What do I need to do 
> here?
> 
> Any tips for this dummy?
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To post to this group, send email to macvisionaries@googlegroups.com.
> To unsubscribe from this group, send email to 
> macvisionaries+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/macvisionaries?hl=en.
> 



Have a great day,
Alex (msg sent from Mac Mini)
mehg...@gmail.com



-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.