Unable to update grace

James Kolata <[email protected]>
Newsgroups gmane.os.apple.fink.beginners
Message-ID <[email protected]>
OK.  I looked at the log and found a few places where errors occurred.  (I could send the entire log if necessary, but it’s pretty big).
Here is what I found:

configure:9497: checking for a Motif >= 1002 compatible API
configure:9535: gcc -o conftest  -I/opt/X11/include -O2  -fno-common -Wall -Wpointer-arith -Wnested-externs -fno-strength-reduce  -I/opt/X11/include -I/opt/sw/include  -L/opt/X11/lib -L/opt/sw/lib conftest.c -lXm -lXpm -lXmu -lXt -lXext -lX11  -lSM -lICE  >&5
clang: warning: optimization flag '-fno-strength-reduce' is not supported [-Wignored-optimization-argument]
conftest.c:114:9: error: implicit declaration of function 'XmRegisterConverters' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        XmRegisterConverters();
        ^
conftest.c:114:9: note: did you mean 'XtRegisterCaseConverter'?
/opt/X11/include/X11/Intrinsic.h:802:13: note: 'XtRegisterCaseConverter' declared here
extern void XtRegisterCaseConverter(
            ^
conftest.c:117:11: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
          exit(1);
          ^
conftest.c:117:11: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2 errors generated.
configure:9535: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */


Later:


/* end confdefs.h.  */
| 
| #include <Xm/XmAll.h>
|       int main(void) {
|         int vlibn, vincn;
|         vincn = XmVersion;
|         XmRegisterConverters();
|         vlibn = xmUseVersion;
|         if (vincn < 1002) {
|           exit(1);
|         }
|         if (vincn != vlibn) {
|           exit(2);
|         }
|         exit(0);
|       }
| 
configure:9546: result: no
configure:9640: error: M*tif has not been found




At the end:



## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define WITH_F77_WRAPPER 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_VOID_P 8
#define HAVE_BIEEE_FPU 1
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_SELECT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_MATH_H 1
#define HAVE_FLOAT_H 1
#define RETSIGTYPE void
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_GETCWD 1
#define HAVE_GETHOSTNAME 1
#define HAVE_STRSTR 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_UNLINK 1
#define HAVE_FCNTL 1
#define HAVE_POPEN 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_FNMATCH 1
#define HAVE_VSNPRINTF 1
#define HAVE_STRERROR 1
#define HAVE_DRAND48 1
#define HAVE_DRAND48_DECL 1
#define HAVE_SETLOCALE 1
#define HAVE_LIBM 1
#define HAVE_HYPOT 1
#define HAVE_HYPOT_DECL 1
#define HAVE_RINT 1
#define HAVE_RINT_DECL 1
#define HAVE_CBRT 1
#define HAVE_CBRT_DECL 1
#define HAVE_LOG2 1
#define HAVE_LOG2_DECL 1
#define HAVE_ASINH 1
#define HAVE_ASINH_DECL 1
#define HAVE_ACOSH 1
#define HAVE_ACOSH_DECL 1
#define HAVE_ATANH 1
#define HAVE_ATANH_DECL 1
#define HAVE_LGAMMA 1
#define HAVE_LGAMMA_DECL 1
#define HAVE_SIGNGAM_DECL 1
#define HAVE_ERF 1
#define HAVE_ERF_DECL 1
#define HAVE_ERFC 1
#define HAVE_ERFC_DECL 1
#define HAVE_J0 1
#define HAVE_J0_DECL 1
#define HAVE_J1 1
#define HAVE_J1_DECL 1
#define HAVE_JN 1
#define HAVE_JN_DECL 1
#define HAVE_Y0 1
#define HAVE_Y0_DECL 1
#define HAVE_Y1 1
#define HAVE_Y1_DECL 1
#define HAVE_YN 1
#define HAVE_YN_DECL 1
#define HAVE_FINITE 1
#define HAVE_FINITE_DECL 1
#define HAVE_ISNAN 1
#define HAVE_DLOPEN 1
#define HAVE_RTLD_NOW 1
#define HAVE_NETCDF_H 1
#define HAVE_NETCDF 1
#define HAVE_FFTW3_H 1
#define HAVE_FFTW 1
#define WITH_EDITRES 1
#define HAVE_XPM 1
#define HAVE_X11_XPM_H 1

configure: exit 1



_______________________________________________
Fink-beginners mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.