Chris Seip wrote:
> I have had trouble compiling the 7.X series of vim releases on HP-UX
> successfully. When I run it in GUI mode, the row of icons/buttons (Open
> File, Save Current File, Save All Files, etc.) appears to be graphically cut
> off about 60% of the way down. I can post a screen shot somewhere if this
> description isn't clear.
>
> I'm compiling with HP's ANSI C compiler on HP-UX 10.20. More clues
> about my build:
>
> export CCOPTS="-Ae +DAportable -I/apps/ncurses-5.4/include/ncurses
> -I/apps/xpm-3.4k/include -I/apps/lesstif-0.93.91/include -I/apps/lesstif-
> 0.93.91/include/Xm"
> export LDOPTS="-L/apps/ncurses-5.4/lib -L/apps/xpm-3.4k/lib
> -L/apps/lesstif-0.93.91/lib "
> export PATH="/apps/make-3.80/bin:/apps/gawk-3.1.5/bin:$PATH"
>
> env GUI_INC_LOC=/apps/lesstif-0.93.91/include ./configure \
> --prefix=/apps/vim-7.1 \
> --host=hppa1.1-hp-hpux10.20 \
> --with-compiledby=cseip \
> --enable-cscope \
> --with-x \
> --enable-gui=motif \
> --with-motif-lib=/apps/lesstif-0.93.91/lib/libXm.sl.2.1
lesstif has had various problems. Perhaps you can try using the real
Motif or Open Motif?
> I had the same problem with vim 7.0 and vim 7.1, but not with vim 6.X. My
> configure for vim 6.3, for example, was similar:
>
> export CCOPTS="+DAportable -Ae -I/apps/ncurses-5.4/include -I/apps/xpm-
> 3.4k/include"
> export LDOPTS="-L/apps/ncurses-5.4/lib -L/apps/xpm-3.4k/lib"
> export PATH="/apps/make-3.80/bin\:$PATH"
>
> ./configure \
> --prefix=/apps/vim-6.3 \
> --host=hppa1.1-hp-hpux10.20 \
> --with-compiledby=cseip \
> --enable-cscope \
> --with-x \
> --enable-gui=motif
>
> Thanks in advance for any thoughts. If it's useful, I have appended the
> configure output for 7.1 below. Regards,
Your 6.X build doesn't mention lesstiff, maybe that is part of the
problem.
--
"Computers in the future may weigh no more than 1.5 tons."
Popular Mechanics, 1949
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---