On 16/12/11 05:19, Bovy, Stephen wrote:
cc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -O -D_ALL_SOURCE
-Wc,float\(IEEE\) -W c,dll -o objects/gui_motif.o gui_motif.c
WARNING CCN3296 ./os_unix.h:60 #include file<libc.h> not found.
WARNING CCN3296 ./os_unix.h:64 #include file<sys/param.h> not found.
WARNING CCN3296 ./gui_motif.c:39 #include file<X11/xpm.h> not found.
[...]
Have you got all necessary packages to _compile_ for X11? If this
message had come from a compiler on my Linux distro, I would have said
that the package "xorg-x11-libXpm-devel" (which is different from
"xorg-x11-libXpm") was missing. Of course I don't know anything about
how zOS software is packaged for installation.
libc.h and sys/param.h are included by ifdefs, the one for NeXT, the
other for BeOS: are you sure configure ran correctly? If I were you, I
would start with the set of environment variables defined in the script
shown at my already-mentioned
http://users.skynet.be/antoine.mechelynck/vim/compunix.htm , comb the
Makefile for what to add, remove, or change in that script, and run
"make reconfig" with crossed fingers.
But if someone else with better zOS experience is reading this, please
speak up!
Best regards,
Tony.
--
Tell me, O Octopus, I begs,
Is those things arms, or is they legs?
I marvel at thee, Octopus;
If I were thou, I'd call me us.
-- Ogden Nash
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php