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 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< > >

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 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 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 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 -D

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

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 7.1a.

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 -D

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 -D

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

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 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 -DH

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 -DDYNAMIC_GET

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 ob

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

Re: Compiling vim 7 with MzScheme support

2006-05-13 Thread Therapon Skotiniotis
On 5/13/06, Alexey I. Froloff <[EMAIL PROTECTED]> wrote: > gcc -L/usr/X11R6/lib -L/usr/local/lib -o vim objects/*.o -lXaw -lXmu > -lXext -lXt -lSM -lICE -lXpm -lXt -lX11 -lXdmcp -lSM -lICE -ldl > -lncurses -lnsl -lncurses -lnsl -lm -lgc /usr/local/plt/lib/libmzgc.a > /usr/local/plt/lib/libmzschem

Re: Compiling vim 7 with MzScheme support

2006-05-13 Thread Alexey I. Froloff
* Therapon Skotiniotis [060513 18:31]: > 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 ? Heh.

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 objects/

Re: Compiling vim 7 with MzScheme support

2006-05-12 Thread Alexey I. Froloff
* Therapon Skotiniotis [060512 17:33]: > Trying to compile MzScheme support with vim 7 I keep getting errors > about undefined references. You should add -lm to LIBS. If you are using -Wl,--as-needed, -lm should be after libmzsomething.a. -- Regards, Sir Raorn. signature.asc Description: Digi

Compiling vim 7 with MzScheme support

2006-05-12 Thread Therapon Skotiniotis
[I looked at the mailing lists but could not find anything related] Trying to compile MzScheme support with vim 7 I keep getting errors about undefined references. I am using an svn version (read unbstable) of MzScheme so it might be a version compatibility issue. Which mzscheme version has been