Re: [gtk-list] Re: HELP! gtk 1.0.2 compile error on FreeBSD.



johnjohn@triceratops.com wrote:

> What's the output of ./configure?
>
> John

I attach the output of ./configure file 'config.log'.If you know how to fix it,
please let me know.

Thanks in advance,
Doug.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:592: checking for a BSD compatible install
configure:645: checking whether build environment is sane
configure:702: checking whether make sets ${MAKE}
configure:741: checking for working aclocal
configure:754: checking for working autoconf
configure:767: checking for working automake
configure:780: checking for working autoheader
configure:793: checking for working makeinfo
configure:873: checking host system type
configure:896: checking for ranlib
configure:925: checking for gcc
configure:1002: checking whether the C compiler (gcc  ) works
configure:1016: gcc -o conftest    conftest.c  1>&5
configure:1036: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1041: checking whether we are using GNU C
configure:1065: checking whether gcc accepts -g
configure:1105: checking for ld used by GCC
configure:1162: checking if the linker (/usr/bin/ld) is GNU ld
configure:1178: checking for BSD-compatible nm
configure:1215: checking whether ln -s works
configure:1283: checking whether to enable maintainer-specific portions of Makefiles
configure:1308: checking host system type
configure:1388: checking whether build environment is sane
configure:1430: checking for gcc
configure:1507: checking whether the C compiler (gcc -g -O2 -DGTK_NO_CHECK_CASTS ) works
configure:1521: gcc -o conftest -g -O2 -DGTK_NO_CHECK_CASTS   conftest.c  1>&5
configure:1541: checking whether the C compiler (gcc -g -O2 -DGTK_NO_CHECK_CASTS ) is a cross-compiler
configure:1546: checking whether we are using GNU C
configure:1570: checking whether gcc accepts -g
configure:1601: checking for gcc option to accept ANSI C
configure:1688: checking for a BSD compatible install
configure:1738: checking whether make sets ${MAKE}
configure:1787: checking how to run the C preprocessor
configure:1852: checking for X
configure:2166: checking for dnet_ntoa in -ldnet
configure:2207: checking for dnet_ntoa in -ldnet_stub
configure:2255: checking for gethostbyname
configure:2353: checking for connect
configure:2445: checking for remove
configure:2537: checking for shmat
configure:2638: checking for IceConnectionNumber in -lICE
configure:2695: checking for XOpenDisplay in -lX11
configure:2739: checking for XShmAttach in -lXext
configure:2825: checking for XShapeCombineMask in -lXext
configure:2909: checking for sys/ipc.h
configure:2946: checking for sys/shm.h
configure:2985: checking whether shmctl IPC_RMID allowes subsequent attaches
configure:3016: gcc -o conftest -g -O2 -DGTK_NO_CHECK_CASTS -Wall -DUSE_XIM   conftest.c  1>&5
configure: failed program was:
#line 2990 "configure"
#include "confdefs.h"

          #include <sys/types.h>
          #include <sys/ipc.h>
          #include <sys/shm.h>
          int main()
          {
            int id;
            char *shmaddr;
          id = shmget (IPC_PRIVATE, 4, IPC_CREAT | 0777);
          if (id == -1)
            exit (2);
            shmaddr = shmat (id, 0, 0);
            shmctl (id, IPC_RMID, 0);
            if ((char*) shmat (id, 0, 0) == (char*) -1)
            {
              shmdt (shmaddr);
              exit (1);
            }
            shmdt (shmaddr);
            shmdt (shmaddr);
            exit (0);
          }
      
configure:3036: checking X11/extensions/XShm.h
configure:3056: checking resource base field in XDisplay
configure:3103: checking need -DX_LOCALE
configure:3121: gcc -o conftest -g -O2 -DGTK_NO_CHECK_CASTS -Wall -DUSE_XIM   conftest.c  1>&5
configure:3141: checking for ANSI C header files
configure:3247: checking for working const
configure:3324: checking return type of signal handlers
configure:3368: checking for unistd.h
configure:3407: checking for getpagesize
configure:3460: checking for working mmap
configure:3634: checking fd_set and sys/select
configure:3643: gcc -c -g -O2 -DGTK_NO_CHECK_CASTS -Wall -DUSE_XIM  conftest.c 1>&5
configure: In function `main':
configure:3639: warning: unused variable `writeMask'
configure:3639: warning: unused variable `readMask'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]