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
snapshot 7.3-64 does not build, but head of b4winckler/macvim.git builds successfully
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
  3 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
 
Darcy  
View profile  
 More options Aug 30 2012, 11:18 am
From: Darcy <darcypar...@gmail.com>
Date: Thu, 30 Aug 2012 08:18:36 -0700 (PDT)
Local: Thurs, Aug 30 2012 11:18 am
Subject: snapshot 7.3-64 does not build, but head of b4winckler/macvim.git builds successfully

Hi,

Is there a new snapshot of 7.3? Or could someone create one?  I like to install macvim with brew, but its latest formula uses snapshot 7.3-64 and I am unable to build it.

At first I thought there was something wrong with my configuration, but after much investigating I found that I could build the latest from https://github.com/b4winckler/macvim.git.  So it seems that a critical fix occurred between the 7.3-64 snapshot and now.

To verify it wasn't a homebrew specific issue, I also tried building snapshot 7.3-64 the same way I build macvim successfully with the latest src in github. I get the same issue about:
The following build commands failed:
        Ld ../build/Release/PSMTabBarControl.framework/Versions/A/PSMTabBarControl normal x86_64

I have a good build of macvim, so I am okay for now. But I'd like to make a friendly request to create a new snapshot so that homebrew can update their formula.

Thanks

Darcy


 
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.
Darcy  
View profile  
 More options Aug 31 2012, 6:13 pm
From: Darcy <darcypar...@gmail.com>
Date: Fri, 31 Aug 2012 15:13:32 -0700 (PDT)
Local: Fri, Aug 31 2012 6:13 pm
Subject: Re: snapshot 7.3-64 does not build, but head of b4winckler/macvim.git builds successfully

I just learned that this issue can be worked around by passing the switch --HEAD to brew.

brew install macvim --HEAD --override-system-vim

And macvim builds correctly on my machine with brew.  Maybe this tip will help others who have difficulty building macvim or want the latest/greatest.


 
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.
Thomas Bohn  
View profile  
 More options Aug 31 2012, 6:28 pm
From: Thomas Bohn <thb...@gmail.com>
Date: Sat, 1 Sep 2012 00:28:57 +0200
Local: Fri, Aug 31 2012 6:28 pm
Subject: Re: snapshot 7.3-64 does not build, but head of b4winckler/macvim.git builds successfully
I use the MacVim git repo to build it, works well. The 64 snapshot is
old, there has been a few commits to the repo since then. I use this
for compiling, I took it from Homebrew though.

CC=clang ./configure --with-features=huge --with-tlib=ncurses
--enable-multibyte --enable-perlinterp --enable-pythoninterp
--enable-rubyinterp --enable-tclinterp --enable-macvim-check
--with-macarchs=x86_64; make -j6

No idea if it makes any difference to use clang instead of gcc. I
guess it doesn't really matter.

Thomas


 
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     Older topic »