Here is another case >>
configure:8704: checking Xm/Notebook.h presence
configure:8704: cc -E conftest.c
configure:8704: $? = 0
configure:8704: result: yes
configure:8704: checking for Xm/Notebook.h
configure:8704: result: yes
configure:8717: checking for XpmAttributes_21 in Xm/XpmP.h
configure:8730: 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.
ERROR CCN3275 ./conftest.c:31 Unexpected text attr encountered.
ERROR CCN3045 ./conftest.c:31 Undeclared identifier XpmAttributes_21.
CCN0793(I) Compilation failed for file ./conftest.c. Object file not created.
FSUM3065 The COMPILE step ended with return code 12.
FSUM3017 Could not compile conftest.c. Correct the errors and try again.
configure:8730: $? = 3
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
| #define HAVE_X11_XPM_H 1
| #define HAVE_X11_SUNKEYSYM_H 1
| #define HAVE_X11_XMU_EDITRES_H 1
| #define HAVE_XM_XM_H 1
| #define HAVE_XM_XPMP_H 1
| #define HAVE_XM_JOINSIDET_H 1
| #define HAVE_XM_TRAITP_H 1
| #define HAVE_XM_UNHIGHLIGHTT_H 1
| #define HAVE_XM_NOTEBOOK_H 1
| /* end confdefs.h. */
| #include <Xm/XpmP.h>
| int
| main ()
| {
| XpmAttributes_21 attr;
| ;
| return 0;
| }
configure:8735: result: no
IN the above CASE ( even though the TEST result WAS negative )
The value in config.h was also NOT negative >>>>>>>>>>>>>>>>>>>>>
/* #undef HAVE_XM_MANAGER_H */
#define HAVE_XM_UNHIGHLIGHTT_H 1
#define HAVE_XM_JOINSIDET_H 1
#define HAVE_XM_NOTEBOOK_H 1
#define HAVE_X11_XPM_H 1
#define HAVE_X11_XMU_EDITRES_H 1
#define HAVE_X11_SM_SMLIB_H 1
/* Define to the type of the XpmAttributes type. */
#define XPMATTRIBUTES_TYPE XpmAttributes
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
--
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