Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Bug: MacVim shows no window when build with the new Xcode 4.4 release
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Manpreet Singh  
View profile  
 More options Aug 2 2012, 5:56 pm
From: Manpreet Singh <manpreet.si...@gmail.com>
Date: Thu, 2 Aug 2012 14:56:56 -0700 (PDT)
Local: Thurs, Aug 2 2012 5:56 pm
Subject: Bug: MacVim shows no window when build with the new Xcode 4.4 release

The Xcode 4.4 release of a few days ago on Mac Lion (10.7.4) creates MacVim builds which can't create an edit window. vim works fine, gvim just refuses to create a window no matter what you try. But it thinks it has created the window because when you try to quit it, it warns you about open windows. Please see

https://github.com/mxcl/homebrew/issues/13657

for multiple reports of this issue.

Thanks
Manpreet Singh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chip Warden  
View profile  
 More options Aug 3 2012, 1:36 pm
From: Chip Warden <chip.war...@gmail.com>
Date: Fri, 3 Aug 2012 12:36:55 -0500
Local: Fri, Aug 3 2012 1:36 pm
Subject: Re: Bug: MacVim shows no window when build with the new Xcode 4.4 release
On Aug 2, 2012, at 4:56 PM, Manpreet Singh <manpreet.si...@gmail.com> wrote:

> The Xcode 4.4 release of a few days ago on Mac Lion (10.7.4) creates MacVim builds which can't create an edit window. vim works fine, gvim just refuses to create a window no matter what you try. But it thinks it has created the window because when you try to quit it, it warns you about open windows. Please see

> https://github.com/mxcl/homebrew/issues/13657

> for multiple reports of this issue.

> Thanks
> Manpreet Singh

This appears to be an issue with Xcode 4.4, not MacVim. A solution to your problem is posted at:

https://github.com/mxcl/homebrew/issues/13657#issuecomment-7465494

Chip Warden


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Manpreet Singh  
View profile  
 More options Aug 3 2012, 1:55 pm
From: Manpreet Singh <manpreet.si...@gmail.com>
Date: Fri, 3 Aug 2012 10:55:00 -0700 (PDT)
Subject: Re: Bug: MacVim shows no window when build with the new Xcode 4.4 release

Nope. Does not help if you read further comments.

- Manpreet


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nico Weber  
View profile  
 More options Aug 4 2012, 12:59 am
From: Nico Weber <nicolaswe...@gmx.de>
Date: Fri, 3 Aug 2012 21:59:42 -0700 (PDT)
Local: Sat, Aug 4 2012 12:59 am
Subject: Re: Bug: MacVim shows no window when build with the new Xcode 4.4 release

On Thursday, August 2, 2012 2:56:56 PM UTC-7, Manpreet Singh wrote:
> The Xcode 4.4 release of a few days ago on Mac Lion (10.7.4) creates MacVim builds which can't create an edit window. vim works fine, gvim just refuses to create a window no matter what you try. But it thinks it has created the window because when you try to quit it, it warns you about open windows. Please see

> https://github.com/mxcl/homebrew/issues/13657

> for multiple reports of this issue.

I debugged an issue with the same symptoms a while ago. It happened when I ran `make` (which builds vim) with a different compiler than xcodebuild (which builds MacVim). Maybe 4.4 uses clang by default for the MacVim build -- in that case, run `CC=clang ./configure; make -j6` to build the corresponding vim binary. Make sure both vim and MacVim are built with the same compiler.

Nico


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Manpreet Singh  
View profile  
 More options Aug 4 2012, 1:08 am
From: Manpreet Singh <manpreet.si...@gmail.com>
Date: Fri, 3 Aug 2012 22:08:19 -0700 (PDT)
Local: Sat, Aug 4 2012 1:08 am
Subject: Re: Bug: MacVim shows no window when build with the new Xcode 4.4 release

On Friday, August 3, 2012 9:59:42 PM UTC-7, Nico Weber wrote:
> On Thursday, August 2, 2012 2:56:56 PM UTC-7, Manpreet Singh wrote:
> > The Xcode 4.4 release of a few days ago on Mac Lion (10.7.4) creates MacVim builds which can't create an edit window. vim works fine, gvim just refuses to create a window no matter what you try. But it thinks it has created the window because when you try to quit it, it warns you about open windows. Please see

> > https://github.com/mxcl/homebrew/issues/13657

> > for multiple reports of this issue.

> I debugged an issue with the same symptoms a while ago. It happened when I ran `make` (which builds vim) with a different compiler than xcodebuild (which builds MacVim). Maybe 4.4 uses clang by default for the MacVim build -- in that case, run `CC=clang ./configure; make -j6` to build the corresponding vim binary. Make sure both vim and MacVim are built with the same compiler.

> Nico

That did the trick. Thank you!

- Manpreet


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gmn  
View profile  
 More options Aug 4 2012, 5:00 pm
From: gmn <dv1...@wayne.edu>
Date: Sat, 4 Aug 2012 17:00:39 -0400
Local: Sat, Aug 4 2012 5:00 pm
Subject: Re: Bug: MacVim shows no window when build with the new Xcode 4.4 release

> I debugged an issue with the same symptoms a while ago. It happened
> when I ran `make` (which builds vim) with a different compiler than
> xcodebuild (which builds MacVim). Maybe 4.4 uses clang by default for
> the MacVim build -- in that case, run `CC=clang ./configure; make -j6`
> to build the corresponding vim binary. Make sure both vim and MacVim
> are built with the same compiler.

Yes, "CC=clang ./configure; make -j6" works.  But *jeez* it is annoying
that special steps have to be taken.  

Plus, during the compliation of the Vim binary, all sorts of warnings
are thrown out that weren't there before.  And it's annoying because I
usually want to just run the ./configuring part first.  In which case, I
can do "export CC=clang" and then the configuring on a separate line,
but then I have to remember to get rid of $CC after building MacVim lest
I accidentally botch building something else.  

And now my steps for building have to be different between 10.7 and up,
and 10.6 and below.

Arrgh!  Apple!

-gmn


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gmn  
View profile  
 More options Aug 4 2012, 5:20 pm
From: gmn <dv1...@wayne.edu>
Date: Sat, 4 Aug 2012 17:20:23 -0400
Local: Sat, Aug 4 2012 5:20 pm
Subject: Re: Bug: MacVim shows no window when build with the new Xcode 4.4 release

Hey, has anyone else noticed that there is no need for this maneuver at all on Mountain Lion, even though it has XCode 4.4 as well?  I know there's a different package of command-line tools for 10.8 than for 10.7; maybe that's the difference.

-gmn


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Schmidt  
View profile  
 More options Aug 5 2012, 10:31 am
From: Ben Schmidt <mail_ben_schm...@yahoo.com.au>
Date: Mon, 06 Aug 2012 00:31:23 +1000
Local: Sun, Aug 5 2012 10:31 am
Subject: Re: Bug: MacVim shows no window when build with the new Xcode 4.4 release
On 5/08/12 7:00 AM, gmn wrote:

Maybe a way to fix this would be to change the XCode project to use a
specific version of GCC rather than just the 'default compiler'. Then
autotools and Xcode will use the same one, right, because autotools will
pick up GCC first? I'm sure it's still not foolproof, but perhaps it's
better?

Ben.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic