Re: Compiling Vim

2007-05-16 Thread A.J.Mechelynck
fREW wrote: Hey Tony, What is the URL for your Vim Compile site? I can't find the link anywhere. Thanks! -fREW Method I: Start at my home portal http://users.skynet.be/antoine.mechelynck/ Click The Vim Editor then the two bottom links in the list at top left point to my HowTo pages for

Re: Compiling vim in mingw.

2007-05-08 Thread Markus Trenkwalder
Suresh Govindachar wrote: Bram Moolenaar wrote: Markus Trenkwalder wrote: checked out vim-7.1a.001 today from svn (#263) and tried to compile it with mingw-gcc and got the following error: 8 $ make -f Make_ming.mak gcc -c -Iproto -DWIN32 -DWINVER=0x0400

Re: Compiling vim in mingw.

2007-05-08 Thread Markus Trenkwalder
Tried the ftp versions (including patch 7.1a.001) now. Same again. And as Edward Fox told earlier the SVN repository should be almost the same as CVS. I also tried to find a better solution but as I could not find macro that fits better I do also not know any alternative. Regards Markus

Re: Compiling vim in mingw.

2007-05-08 Thread Edward L. Fox
On 5/8/07, Markus Trenkwalder [EMAIL PROTECTED] wrote: Tried the ftp versions (including patch 7.1a.001) now. Same again. And as Edward Fox told earlier the SVN repository should be almost the same as CVS. *Almost* the same with ftp versions. *Definitely* the same with CVS. I also tried

Re: Compiling vim in mingw.

2007-05-08 Thread Edward L. Fox
On 5/8/07, Markus Trenkwalder [EMAIL PROTECTED] wrote: Edward L. Fox wrote: On 5/8/07, Markus Trenkwalder [EMAIL PROTECTED] wrote: Tried the ftp versions (including patch 7.1a.001) now. Same again. And as Edward Fox told earlier the SVN repository should be almost the same as CVS.

Re: Compiling vim in mingw.

2007-05-08 Thread Bram Moolenaar
Markus Trenkwalder wrote: Suresh Govindachar wrote: Bram Moolenaar wrote: Markus Trenkwalder wrote: checked out vim-7.1a.001 today from svn (#263) and tried to compile it with mingw-gcc and got the following error: 8 $ make -f Make_ming.mak

Compiling vim in mingw.

2007-05-07 Thread Markus Trenkwalder
Hi list, checked out vim-7.1a.001 today from svn (#263) and tried to compile it with mingw-gcc and got the following error: 8 $ make -f Make_ming.mak gcc -c -Iproto -DWIN32 -DWINVER=0x0400 -D_WIN32_WINNT=0x0400 -DHAVE_PATHDEF -DFEAT_BIG -DHAVE_GETTEXT -DHAVE_LOCALE_H

Re: Compiling vim in mingw.

2007-05-07 Thread A.J.Mechelynck
Markus Trenkwalder wrote: Hi list, checked out vim-7.1a.001 today from svn (#263) and tried to compile it with mingw-gcc and got the following error: 8 $ make -f Make_ming.mak gcc -c -Iproto -DWIN32 -DWINVER=0x0400 -D_WIN32_WINNT=0x0400 -DHAVE_PATHDEF -DFEAT_BIG -DHAVE_GETTEXT

Re: Compiling vim in mingw.

2007-05-07 Thread Bram Moolenaar
Markus Trenkwalder wrote: checked out vim-7.1a.001 today from svn (#263) and tried to compile it with mingw-gcc and got the following error: 8 $ make -f Make_ming.mak gcc -c -Iproto -DWIN32 -DWINVER=0x0400 -D_WIN32_WINNT=0x0400 -DHAVE_PATHDEF -DFEAT_BIG -DHAVE_GETTEXT

Re: Compiling vim in mingw.

2007-05-07 Thread Suresh Govindachar
Bram Moolenaar wrote: Markus Trenkwalder wrote: checked out vim-7.1a.001 today from svn (#263) and tried to compile it with mingw-gcc and got the following error: 8 $ make -f Make_ming.mak gcc -c -Iproto -DWIN32 -DWINVER=0x0400 -D_WIN32_WINNT=0x0400

Re: Compiling vim in mingw.

2007-05-07 Thread Edward L. Fox
On 5/7/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: Markus Trenkwalder wrote: Hi list, checked out vim-7.1a.001 today from svn (#263) and tried to compile it with mingw-gcc and got the following error: 8 $ make -f Make_ming.mak gcc -c -Iproto -DWIN32 -DWINVER=0x0400

Re: Compiling vim in mingw.

2007-05-07 Thread Edward L. Fox
On 5/7/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: Markus Trenkwalder wrote: Hi list, checked out vim-7.1a.001 today from svn (#263) and tried to compile it with mingw-gcc and got the following error: 8 $ make -f Make_ming.mak gcc -c -Iproto -DWIN32 -DWINVER=0x0400

Re: Compiling vim in mingw.

2007-05-07 Thread A.J.Mechelynck
Edward L. Fox wrote: On 5/7/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: [...] You're not the first; there seems to have been a f*ckup in the svn commit lately. I suggest you scrap your existing 7.1a sources and restart from scratch, by downloading the 7.1a.000 sources then applying the

Re: Compiling vim in mingw.

2007-05-07 Thread Edward L. Fox
On 5/8/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: Edward L. Fox wrote: On 5/7/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: [...] You're not the first; there seems to have been a f*ckup in the svn commit lately. I suggest you scrap your existing 7.1a sources and restart from scratch, by

problems compiling vim 7 on solaris

2007-03-09 Thread Paul Stuart
Hi there, I'm having some trouble compiling vim 7 on solaris 8, and I wonder if someone could point me in the right direction. This is what I see when I compile it : gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -I/usr/dt/include -g -O2 -o objects/buffer.o buffer.c In file

Re: problems compiling vim 7 on solaris

2007-03-09 Thread A.J.Mechelynck
Paul Stuart wrote: Hi there, I'm having some trouble compiling vim 7 on solaris 8, and I wonder if someone could point me in the right direction. This is what I see when I compile it : gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -I/usr/dt/include -g -O2 -o objects

Re: Compiling vim 7 with MzScheme support

2006-05-13 Thread Therapon Skotiniotis
Thanks for the tip, that did get me further. However now I get similar errors concerning functions calls to (what appears to be) garbage collection libs. The LIBS that I am using include -ldl -lm -lgc. The trace I get is attached. Any ideas ? gcc -L/usr/X11R6/lib -L/usr/local/lib -o vim