Please NOTE ( I am building the MOTIF ) version >>> configure --with-features=big --enable-gui=motif <<<<<
NOTE: I am CROSS-POSTING this to the [OE-MVS] mailing list ( for reference and consultation purposes ) >From Configure Script Log >> configure:8626: checking X11/xpm.h usability configure:8626: cc -c -g -D_ALL_SOURCE -Wc,float\(IEEE\) -W c,dll conftest.c >&5 WARNING CCN0049 ./conftest.c:0 The option "FLOAT\" is not supported. WARNING CCN3296 ./conftest.c:51 #include file <X11/xpm.h> not found. FSUM3065 The COMPILE step ended with return code 4. configure:8626: $? = 0 configure:8626: result: yes configure:8626: checking X11/xpm.h presence configure:8626: cc -E conftest.c WARNING CCN3296 ./conftest.c:18 #include file <X11/xpm.h> not found. FSUM3065 The COMPILE step ended with return code 4. configure:8626: $? = 0 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define UNIX 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define EBCDIC 1 | #define FEAT_BIG 1 | #define USE_XSMP_INTERACT 1 | #define HAVE_X11 1 | #define SMALL_WCHAR_T 1 | #define HAVE_X11_SM_SMLIB_H 1 | /* end confdefs.h. */ | #include <X11/xpm.h> configure:8626: result: no configure:8626: checking for X11/xpm.h configure:8626: result: yes configure:8626: checking X11/Sunkeysym.h usability configure:8626: cc -c -g -D_ALL_SOURCE -Wc,float\(IEEE\) -W c,dll conftest.c >&5 WARNING CCN0049 ./conftest.c:0 The option "FLOAT\" is not supported. FSUM3065 The COMPILE step ended with return code 4. configure:8626: $? = 0 configure:8626: result: yes >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I will try to figure out how to fix this, but I would like to point out the following which might be relevant In a MORE Generalized fashion >> The xpm linkage is CHECKED first (before any other checks) and IT FAILS >> configure:7550: checking for XpmCreatePixmapFromData in -lXpm configure:7575: cc -o conftest -g -D_ALL_SOURCE -Wc,float\(IEEE\) -W c,dll -Wl,EDIT=NO -W l,dll conftest.c -lXpm -lXt -lXpm -lX11 -lSM -lICE -lXmu >&5 WARNING CCN0049 ./conftest.c:0 The option "FLOAT\" is not supported. FSUM3065 The COMPILE step ended with return code 4. FSUM3067 The archive library Xpm (libXpm.a) cannot be found. configure:7575: $? = 2 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> IF THE XPM LINKAGE FAILS , then all other xpm TESTS should be skipped >> and there corresponding values should be set to >> NO << >>>>>>>> Also the FLOAT option above is wrong ( I will try to fix that also ) Instead of "-Wc,float\(IEEE\)" We should use "-qfloat=ieee" -- 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
