Re: Python link errors

2009-11-25 Thread George V. Reilly
On Wed, Nov 25, 2009 at 5:43 PM, Zvezdan Petkovic wrote: > > On Nov 25, 2009, at 7:13 PM, George V. Reilly wrote: > > ld: warning: in /Library/Frameworks//Python.framework/Python, missing > required architecture x86_64 in file > > That Python seems to be 32-bit only. > MacVim was configured for 6

Re: Python link errors

2009-11-25 Thread Zvezdan Petkovic
On Nov 25, 2009, at 7:13 PM, George V. Reilly wrote: > ld: warning: in /Library/Frameworks//Python.framework/Python, missing > required architecture x86_64 in file That Python seems to be 32-bit only. MacVim was configured for 64-bit build. > This is the most recent Python 2.6 from python.org,

Re: Python link errors

2009-11-25 Thread Adam Mercer
On Wed, Nov 25, 2009 at 18:13, George V. Reilly wrote: > ld: warning: in /Library/Frameworks//Python.framework/Python, missing > required architecture x86_64 in file > $ python --version > Python 2.6.4 > This is the most recent Python 2.6 from python.org, instead of the stock one > from Apple

Python link errors

2009-11-25 Thread George V. Reilly
I did $ git pull $ make clean $ ./configure --enable-gui=macvim --with-compiledby='George V. Reilly < geo...@reilly.org>' --with-features=huge --enable-pythoninterp \ $ make I'm getting [snip] gcc -L/usr/local/lib -o Vim objects/buffer.o ... objects/version.o -fram

Re: MacVim.app snapshot 51 released

2009-11-25 Thread Andrew Long
On 25 Nov 2009, at 19:03, björn wrote: > > 2009/11/25 Andrew Long: >> >> This snapshot is also not built for PPCs? I still have a Powerbook running >> Tiger; do I have to stay with snapshot 49, or is it likely that your build >> will work for PPC too? > > Andrew, > > It is difficult to com

Re: MacVim.app snapshot 51 released

2009-11-25 Thread björn
2009/11/25 Andrew Long: > > This snapshot is also not built for PPCs? I still have a Powerbook running > Tiger; do I have to stay with snapshot 49, or is it likely that your build > will work for PPC too? Andrew, It is difficult to compile a universal Vim binary with all features that supports

Re: Renderers and colors

2009-11-25 Thread Frank Hellenkamp
Hi Björn, hi all, > I'll leave it up to MacVim users to decide which works best -- at the > moment I'm only getting your reaction; I've yet to hear somebody say > calibrated colors look better. Maybe somebody with dual displays have > something to say in favor of calibrated colors? Calibrated pr

Re: MacVim.app snapshot 51 released

2009-11-25 Thread Andrew Long
On 22 Nov 2009, at 02:10, björn wrote: > > Hi, > > I have uploaded a new snapshot of MacVim.app to > > http://code.google.com/p/macvim/wiki/Snapshot > > > Bjorn This snapshot is also not built for PPCs? I still have a Powerbook running Tiger; do I have to stay with snapshot 49, or is it

Re: Renderers and colors

2009-11-25 Thread björn
2009/11/25 Tobia Conforto: > Has anybody else noticed that some colors are off, between the classic > renderer and the experimental renderer? > > DigitalColorMeter.app says that it's the classical renderer to be off... > never noticed it before though. Hi Tobia, I did this more or less on purp

Renderers and colors

2009-11-25 Thread Tobia Conforto
Has anybody else noticed that some colors are off, between the classic renderer and the experimental renderer? DigitalColorMeter.app says that it's the classical renderer to be off... never noticed it before though. Tobia --~--~-~--~~~---~--~~ You received this

Re: Losing keyboard input

2009-11-25 Thread Birdie Edwards
I was unaware of "mousekeys". Thanks very much for the heads-up. I admit that I have trouble relating it to MacVim. There is no key- sequence in Vim that shuts down the keyboard? (which would be bizarre). Thanks again. On Nov 25, 1:11 am, Tyson Roberts wrote: > Make sure you aren't triggerin