Tony Mechelynck wrote: > Chris Seip wrote: [...] >> 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 [...] > Making GUI_INC_LOC call configure sounds wicked to me. At line 1554 sqq of
Oops, I misread. Disregard the above line. > src/Makefile I see the following rule to invoke configure: > > config auto/config.mk: auto/configure config.mk.in config.h.in > GUI_INC_LOC="$(GUI_INC_LOC)" GUI_LIB_LOC="$(GUI_LIB_LOC)" \ > CC="$(CC)" CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" \ > LDFLAGS="$(LDFLAGS)" $(CONF_SHELL) srcdir="$(srcdir)" \ > ./configure $(CONF_OPT_GUI) $(CONF_OPT_X) $(CONF_OPT_XSMP) \ > $(CONF_OPT_DARWIN) $(CONF_OPT_PERL) $(CONF_OPT_PYTHON) \ > $(CONF_OPT_TCL) $(CONF_OPT_RUBY) $(CONF_OPT_NLS) \ > $(CONF_OPT_CSCOPE) $(CONF_OPT_MULTIBYTE) $(CONF_OPT_INPUT) \ > $(CONF_OPT_OUTPUT) $(CONF_OPT_GPM) $(CONF_OPT_WORKSHOP) \ > $(CONF_OPT_SNIFF) $(CONF_OPT_FEAT) $(CONF_TERM_LIB) \ > $(CONF_OPT_COMPBY) $(CONF_OPT_ACL) $(CONF_OPT_NETBEANS) \ > $(CONF_ARGS) $(CONF_OPT_MZSCHEME) $(CONF_OPT_PLTHOME) > > > You notice that configure is invoked with GUI_INC_LOC set. Now what is it set > to? From the text of the Makefile and a search on GUI_INC_LOC, one would > expect the location of the include files. > > Try making your calls more standard. You may want to use my howto page > http://users.skynet.be/antoine.mechelynck/vim/compunix.htm as a source of > inspiration. You may also read the latest version of src/Makefile to see what > applies (in the current version) to compiling on HP-UX. > > > Best regards, > Tony. -- It is illegal for anyone to try and stop a child from playfully jumping over puddles of water. [real standing law in California, United States of America] --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
