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 into the source tree. On an unrelated note, is there something funky about the way the tarballs are generated? toolchain/getter_script.sh -P /home/philipp/trunk/dl ftp://ftp.vim.org/pub/vim/unix/vim-7.1.tar.bz2 --17:32:25-- ftp://ftp.vim.org/pub/vim/unix/vim-7.1.tar.bz2 => `/home/philipp/trunk/dl/vim-7.1.tar.bz2' Resolving ftp.vim.org... 192.87.102.42, 192.87.102.43, 2001:610:1:80aa:192:87:102:43, ... Connecting to ftp.vim.org|192.87.102.42|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /pub/vim/unix ... done. ==> PASV ... done. ==> RETR vim-7.1.tar.bz2 ... done. Length: 6,876,053 (6.6M) (unauthoritative) 100%[====================================>] 6,876,053 231.30K/s ETA 00:00 17:32:57 (223.19 KB/s) - `/home/philipp/trunk/dl/vim-7.1.tar.bz2' saved [6876053] --17:32:58-- http://files.astlinux.org/vim-7.1.tar.bz2.sha1 => `dl/vim-7.1.tar.bz2.sha1' Resolving files.astlinux.org... 208.109.78.142 Connecting to files.astlinux.org|208.109.78.142|:80... connected. HTTP request sent, awaiting response... 404 Not Found 17:32:59 ERROR 404: Not Found. vim-7.1.tar.bz2 verified bzcat /home/philipp/trunk/dl/vim-7.1.tar.bz2 | tar -C /home/philipp/trunk/build_i586 -xf - tar: Read 5120 bytes from - touch /home/philipp/trunk/build_i586/vim71/.unpacked Any idea why (re: the short read on "tar")? I'm running FC7, so it's hard to believe that "tar" might have been broken and I'm the only person to notice this... Have you seen this before? Setting the tar blocking factor to one (-b1) seems to fix it... (Using -B doesn't help, however) -Philip --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
