Re: tar: Read 5120 bytes from - (Re: Porting vim to Astlinux)

2008-01-15 Fir de Conversatie Tony Mechelynck
Adri Verhoef wrote: On Sun, Dec 16, 2007 at 01:54:08 +, Philip Prindeville wrote: bzcat /home/philipp/trunk/dl/vim-7.1.tar.bz2 | tar -C /home/philipp/trunk/build_i586 -xf - tar: Read 5120 bytes from - Any idea why (re: the short read on tar)? This is not a problem. Tar doesn't

tar: Read 5120 bytes from - (Re: Porting vim to Astlinux)

2008-01-14 Fir de Conversatie Adri Verhoef
On Sun, Dec 16, 2007 at 01:54:08 +, Philip Prindeville wrote: bzcat /home/philipp/trunk/dl/vim-7.1.tar.bz2 | tar -C /home/philipp/trunk/build_i586 -xf - tar: Read 5120 bytes from - Any idea why (re: the short read on tar)? This is not a problem. Tar doesn't complain if you

Re: Porting vim to Astlinux

2007-12-15 Fir de Conversatie Philip Prindeville
Marc Haisenko wrote: Well, VIM cross-compiles quite nicely, haven't had an issues yet (I'm cross-compiling to x86, PowerPC and ARM5). I've posted a patch a while ago to fix configure.in. The patch includes a README. Marc Well, it would be nice if that patch were committed

Re: Porting vim to Astlinux

2007-12-13 Fir de Conversatie Marc Haisenko
On Thursday 13 December 2007, Philip Prindeville wrote: Marc Haisenko wrote: Sorry, forgot to attach the patch. Thanks. Tried it out. I guess since you wrote it, someone added: { echo $as_me:$LINENO: checking quality of toupper 5 echo $ECHO_N checking quality of toupper...

Re: Porting vim to Astlinux

2007-12-13 Fir de Conversatie Philip Prindeville
Marc Haisenko wrote: On Thursday 13 December 2007, Philip Prindeville wrote: Marc Haisenko wrote: Sorry, forgot to attach the patch. Thanks. Tried it out. I guess since you wrote it, someone added: { echo $as_me:$LINENO: checking quality of toupper 5 echo $ECHO_N

Re: Porting vim to Astlinux

2007-12-13 Fir de Conversatie Tony Mechelynck
Philip Prindeville wrote: Marc Haisenko wrote: On Thursday 13 December 2007, Philip Prindeville wrote: Marc Haisenko wrote: Sorry, forgot to attach the patch. Thanks. Tried it out. I guess since you wrote it, someone added: { echo $as_me:$LINENO: checking quality

Re: Porting vim to Astlinux

2007-12-12 Fir de Conversatie Marc Haisenko
On Wednesday 12 December 2007, Ben Schmidt wrote: Well, I'm a little confused... the configure that was distributed seems to very deliberately go out of its way to defeat cross-compilation, as opposed to simply being unaware of it (agnostic). I was wondering if there were

Re: Porting vim to Astlinux

2007-12-12 Fir de Conversatie Marc Haisenko
Sorry, forgot to attach the patch. -- Marc Haisenko Comdasys AG Rüdesheimer Str. 7 80686 München Germany Tel.: +49 (0)89 548 433 321 --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit

Re: Porting vim to Astlinux

2007-12-12 Fir de Conversatie Philip Prindeville
Marc Haisenko wrote: Sorry, forgot to attach the patch. Thanks. Tried it out. I guess since you wrote it, someone added: { echo $as_me:$LINENO: checking quality of toupper 5 echo $ECHO_N checking quality of toupper... $ECHO_C 6; } if test $cross_compiling = yes; then { { echo

Re: Porting vim to Astlinux

2007-12-09 Fir de Conversatie Tony Mechelynck
Philip Prindeville wrote: Tony Mechelynck wrote: Philip Prindeville wrote: Sorry for the newbie question, but I'm trying to get Vim (7.1) to port to Astlinux (0.5). Unfortunately, the src/auto/configure file seems to suggest (around line 2801) that cross-compiling isn't supported.