icewm port: make error

Brunoc_at_quipo.it
Date: 10/23/03

  • Next message: KiDDiE.Ox: "5 button mouse"
    To: <freebsd-questions@freebsd.org>, <freebsd-newbies@freebsd.org>
    Date: Thu, 23 Oct 2003 12:01:35 +0200
    
    

    Hi,
    while trying to install the icewm (a window manager) port,
    the make command stops with the error :
    .
    .
    "configure: error: Xinerama can not be found" . . . . .
    .
    .
    the full message is reported in the output included below
    (see OUTPUT of the make command).

    Anybody can help ?
    Thank you
    Bruno
    ------------------------------------------------------------------------------------------------------------
    OUTPUT OF 'uname -a':
    FreeBSD seekingjob.singles.it 4.9-RC FreeBSD 4.9-RC #0: Wed Oct 15 00:12:26 CEST 2003 root@:/usr/obj/usr/src/sys/CURRENT_WINE i386
    ------------------------------------------------------------------------------------------------------------
    OUTPUT of the make command:
    ===> icewm-1.2.13 depends on executable: gmake - found
    ===> icewm-1.2.13 depends on executable: pkg-config - found
    ===> icewm-1.2.13 depends on shared library: intl.5 - found
    ===> icewm-1.2.13 depends on shared library: Xft.2 - found
    ===> icewm-1.2.13 depends on shared library: X11.6 - found
    ===> icewm-1.2.13 depends on shared library: esd.2 - found
    ===> icewm-1.2.13 depends on shared library: glib12.3 - found
    ===> icewm-1.2.13 depends on shared library: gtk12.2 - found
    ===> icewm-1.2.13 depends on shared library: Imlib.5 - found
    ===> Configuring for icewm-1.2.13
    checking build system type... i386-portbld-freebsd4.9
    checking host system type... i386-portbld-freebsd4.9
    checking target system type... i386-portbld-freebsd4.9
    checking for gcc... cc
    checking for C compiler default output... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether cc accepts -g... yes
    checking for cc option to accept ANSI C... none needed
    checking whether the C compiler (cc) understands C++... yes
    checking whether we are using the GNU C++ compiler... yes
    checking whether cc accepts -g... yes
    checking for gcc... (cached) cc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether cc accepts -g... (cached) yes
    checking for cc option to accept ANSI C... (cached) none needed
    checking whether the C++ compiler (cc) accepts no_rtti... yes
    checking whether the C++ compiler (cc) accepts no_exceptions... yes
    checking whether the C++ compiler (cc) accepts warn_xxx... yes
    checking whether the C++ compiler (cc) accepts permissive... yes
    checking if we need our own C++ allocation operators... no
    checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking for sys/wait.h that is POSIX.1 compatible... yes
    checking how to run the C++ preprocessor... cc -E
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... no
    checking for unistd.h... yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking for strings.h... (cached) yes
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking for unistd.h... (cached) yes
    checking linux/threads.h usability... no
    checking linux/threads.h presence... no
    checking for linux/threads.h... no
    checking linux/tasks.h usability... no
    checking linux/tasks.h presence... no
    checking for linux/tasks.h... no
    checking kstat.h usability... no
    checking kstat.h presence... no
    checking for kstat.h... no
    checking for size_t... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking whether struct tm is in sys/time.h or time.h... time.h
    checking for char... yes
    checking size of char... 1
    checking for short... yes
    checking size of short... 2
    checking for int... yes
    checking size of int... 4
    checking for long... yes
    checking size of long... 4
    checking return type of signal handlers... void
    checking for strftime... yes
    checking for vprintf... yes
    checking for _doprnt... no
    checking for gettimeofday... yes
    checking for putenv... yes
    checking for select... yes
    checking for socket... yes
    checking for strtol... yes
    checking for strtoul... yes
    checking for basename... yes
    checking sys/select.h usability... yes
    checking sys/select.h presence... yes
    checking for sys/select.h... yes
    checking sys/socket.h usability... yes
    checking sys/socket.h presence... yes
    checking for sys/socket.h... yes
    checking types of arguments for select... int,fd_set *,struct timeval *
    checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
    checking for gethostbyname... yes
    checking for connect... yes
    checking for remove... yes
    checking for shmat... yes
    checking for IceConnectionNumber in -lICE... yes
    checking langinfo.h usability... yes
    checking langinfo.h presence... yes
    checking for langinfo.h... yes
    checking for nl_langinfo... yes
    checking whether nl_langinfo supports CODESET... yes
    checking whether nl_langinfo supports _NL_CTYPE_CODESET_NAME... no
    checking iconv.h usability... yes
    checking iconv.h presence... yes
    checking for iconv.h... yes
    checking whether _libiconv_version is declared... yes
    assuming iconv.h belongs to GNU libiconv
    checking whether iconv converts from ISO-8859-1 to UCS-4//TRANSLIT... yes
    checking whether iconv converts from ISO-8859-2 to UCS-4//TRANSLIT... yes
    checking whether iconv converts from KOI8-R to UCS-4//TRANSLIT... yes
    checking whether iconv converts from EUC-JP to UCS-4//TRANSLIT... yes
    checking whether iconv converts from BIG5 to UCS-4//TRANSLIT... yes
    checking for bindtextdomain... no
    checking for bindtextdomain in -lintl... yes
    checking for xgettext... /usr/local/bin/xgettext
    checking for msgmerge... /usr/local/bin/msgmerge
    checking for msgfmt... /usr/local/bin/msgfmt
    checking for XInternAtoms in -lX11... yes
    checking for IceConnectionNumber in -lICE... (cached) yes
    checking for XShapeCombineRectangles in -lXext... yes
    checking for xft-config... /usr/X11R6/bin/xft-config
    checking for esd-config... /usr/local/bin/esd-config
    checking esd.h usability... yes
    checking esd.h presence... yes
    checking for esd.h... yes
    checking for esd_open_sound in -lesd... yes
    checking for XineramaQueryScreens in -lXinerama... no
    configure: error: Xinerama can not be found
    ===> Script "configure" failed unexpectedly.
          Please report the problem to ports@FreeBSD.org [maintainer] and attach
          the "/usr/ports/x11-wm/icewm/work/icewm-1.2.13/config.log" including
          the output of the failure of your make command. Also, it might be a
          good idea to provide an overview of all packages installed on your
          system (e.g. an `ls /var/db/pkg`).
    *** Error code 1

    Stop in /usr/ports/x11-wm/icewm.
    ------------------------------------------------------------------------------------------------------------

    ---
    [Quipo ISP - Questa E-mail e' stata controllata dal programma Declude Virus]
    [Quipo ISP - This E-mail was scanned for viruses by Declude Virus]
    _______________________________________________
    freebsd-newbies@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
    To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
    

  • Next message: KiDDiE.Ox: "5 button mouse"

    Relevant Pages

    • Stunnel on Solaris 10 (SPARC)
      ... checking for C compiler default output file name... ... checking how to recognise dependent libraries... ... checking ucontext.h usability... ... checking ucontext.h presence... ...
      (comp.unix.solaris)
    • Re: glib20
      ... checking for C compiler default output file name... ... checking libintl.h usability... ... checking libintl.h presence... ... checking whether stripping libraries is possible... ...
      (freebsd-questions)
    • Re: Problem printing landscape with Ghostscript 8.54
      ... checking for gcc... ... checking for C compiler default output... ... checking errno.h usability... ... checking errno.h presence... ...
      (comp.lang.postscript)
    • icewm port: make error
      ... checking for C compiler default output... ... checking limits.h usability... ... checking limits.h presence... ... checking whether iconv converts from ISO-8859-1 to UCS-4//TRANSLIT... ...
      (freebsd-newbies)
    • icewm port: make error
      ... checking for C compiler default output... ... checking limits.h usability... ... checking limits.h presence... ... checking whether iconv converts from ISO-8859-1 to UCS-4//TRANSLIT... ...
      (freebsd-questions)