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 of toupper" >&5
>>> echo $ECHO_N "checking quality of toupper... $ECHO_C" >&6; }
>>> if test "$cross_compiling" = yes; then
>>> { { echo "$as_me:$LINENO: error: failed to compile test program" >&5
>>> echo "$as_me: error: failed to compile test program" >&2;}
>>> { (exit 1); exit 1; }; }
>>> else
>>> cat >conftest.$ac_ext <<_ACEOF
>>> /* confdefs.h. */
>>> _ACEOF
>>> cat confdefs.h >>conftest.$ac_ext
>>> cat >>conftest.$ac_ext <<_ACEOF
>>> ...
>>>
>>> Bunch of other places, too:
>>>
>>> [...]
>>>
>> After applying my patch, have you run "autoconf" ? Otherwise the patch
>> doesn't
>> do anything ;-)
>> Marc
>>
>>
>
> Sorry, was looking at the wrong log file.
>
> Ok, got fairly far last night. Figured out that I wanted to "make
> install_normal" and not "make install" to install.
>
> But then ran into:
>
> ...
> make[2]: Entering directory `/home/philipp/trunk/build_i586/vim71/runtime/doc'
> /bin/sh ./installman.sh xxd
> /home/philipp/trunk/build_i586/root/usr/share/man/it.ISO8859-1/man1 "-it"
> /usr/share/vim /usr/share/vim/vim71 /usr/share/vim ../runtime/doc 644 vim
> vimdiff evim
> creating /home/philipp/trunk/build_i586/root/usr/share/man/it.ISO8859-1/man1
> /home/philipp/trunk/build_i586/root/usr/bin/vim -u NONE -esX -c "helptags ."
> -c quit
> /bin/sh: /home/philipp/trunk/build_i586/root/usr/bin/vim:
> /lib/ld-uClibc.so.0: bad ELF interpreter: No such file or directory
> make[2]: *** [vimtags] Error 126
> make[2]: Leaving directory `/home/philipp/trunk/build_i586/vim71/runtime/doc'
> make[1]: [installrtbase] Error 2 (ignored)
> ...
>
>
> Hmmmm... Seems I need to be able to run the generated binaries locally
> as part of the install process?
>
> That could be a showstopper for cross-compilation.
>
> Then again, the error is ignored and the install continues... how
> critical is this?
>
> -Philip
Installing the runtimes (as part of "make install") runs the just-compiled Vim
in order to generate the help file tags. You could either check that a help
tags file is present (but is it up to date?), use any Vim (if present) in the
$PATH, or run helptags only after installing.
Best regards,
Tony.
--
"Hit any key to continue" does _not_ mean you should hit the power switch.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---