Problem beim Starten von xchat-2.8.8

Ich habe heute versucht, xchat zu installieren. ./configure meldet keinen Fehler, make meldet keinen Fehler und make install meldet auch keinen Fehler. Wenn ich dann 'xchat' auf der Konsole eingebe, wird nichts gestartet, sondern erscheint die Meldung, dass dieser Befehl nicht bekannt ist. Aber ich habe doch vorher alles fehlerfrei installiert!?
Bitte um Tipps:)
Dankeschön im Voraus
 
Was genau ist denn die Ausgabe von "sudo make install"? Hast du daran gedacht das mit root-Rechten (sudo) zu starten, da die Daten nach /usr kopiert werden? Wurde nach dem kompilieren eine Datei mit dem Namen xchat erstellt und befindet sich diese nun unter /usr/bin?
 
Per Default dürften die Daten in /usr/local/ installiert werden und nicht in /usr/. Wenn also in /usr/local/bin/ die xchat-Binary liegt, dann überprüfe, ob $PATH auch diesen Ordner beinhaltet.
 
Aber nicht bei der Installation aus dem Source.

Zitat aus './configure --help':

Code:
By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.
 
Danke schonmal für die vielen Antworten. In /usr/bin oder in usr/local/bin liegt keine xchat Binarydatei. Die Ausgabe von make install(die ich als root ausgeführt habe):
Code:
Making install in po
make[1]: Entering directory `/home/user/Downloads/xchat-2.8.8/po'
/bin/mkdir -p /usr/local/share
installing be.gmo as /usr/local/share/locale/be/LC_MESSAGES/xchat.mo
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/xchat.mo
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/xchat.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/xchat.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/xchat.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/xchat.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/xchat.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/xchat.mo
installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/xchat.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/xchat.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/xchat.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/xchat.mo
installing kn.gmo as /usr/local/share/locale/kn/LC_MESSAGES/xchat.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/xchat.mo
installing lt.gmo as /usr/local/share/locale/lt/LC_MESSAGES/xchat.mo
installing mk.gmo as /usr/local/share/locale/mk/LC_MESSAGES/xchat.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/xchat.mo
installing pa.gmo as /usr/local/share/locale/pa/LC_MESSAGES/xchat.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/xchat.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/xchat.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/xchat.mo
installing sq.gmo as /usr/local/share/locale/sq/LC_MESSAGES/xchat.mo
installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/xchat.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/xchat.mo
installing th.gmo as /usr/local/share/locale/th/LC_MESSAGES/xchat.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/xchat.mo
installing vi.gmo as /usr/local/share/locale/vi/LC_MESSAGES/xchat.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/xchat.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/xchat.mo
if test "xchat" = "gettext-tools"; then \
      /bin/mkdir -p /usr/local/share/gettext/po; \
      for file in Makefile.in.in remove-potcdate.sin    Makevars.template; do \
        /usr/bin/install -c -m 644 ./$file \
                /usr/local/share/gettext/po/$file; \
      done; \
      for file in Makevars; do \
        rm -f /usr/local/share/gettext/po/$file; \
      done; \
    else \
      : ; \
    fi
make[1]: Leaving directory `/home/user/Downloads/xchat-2.8.8/po'
Making install in intl
make[1]: Entering directory `/home/user/Downloads/xchat-2.8.8/intl'
if { test "xchat" = "gettext-runtime" || test "xchat" = "gettext-tools"; } \
       && test 'no' = yes; then \
      /bin/mkdir -p /usr/local/lib /usr/local/include; \
      /usr/bin/install -c -m 644 libintl.h /usr/local/include/libintl.h; \
      /bin/sh ../libtool --mode=install \
        /usr/bin/install -c -m 644 libintl.a /usr/local/lib/libintl.a; \
      if test "@RELOCATABLE@" = yes; then \
        dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /usr/local/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \
        if test -n "$dependencies"; then \
          rm -f /usr/local/lib/libintl.la; \
        fi; \
      fi; \
    else \
      : ; \
    fi
if test "xchat" = "gettext-tools" \
       && test 'no' = no \
       && test yes != no; then \
      /bin/mkdir -p /usr/local/lib; \
      /bin/sh ../libtool --mode=install \
        /usr/bin/install -c -m 644 libgnuintl.a /usr/local/lib/libgnuintl.a; \
      rm -f /usr/local/lib/preloadable_libintl.so; \
      /usr/bin/install -c -m 644 /usr/local/lib/libgnuintl.so /usr/local/lib/preloadable_libintl.so; \
      /bin/sh ../libtool --mode=uninstall \
        rm -f /usr/local/lib/libgnuintl.a; \
    else \
      : ; \
    fi
if test 'no' = yes; then \
      test yes != no || /bin/mkdir -p /usr/local/lib; \
      temp=/usr/local/lib/t-charset.alias; \
      dest=/usr/local/lib/charset.alias; \
      if test -f /usr/local/lib/charset.alias; then \
        orig=/usr/local/lib/charset.alias; \
        sed -f ref-add.sed $orig > $temp; \
        /usr/bin/install -c -m 644 $temp $dest; \
        rm -f $temp; \
      else \
        if test yes = no; then \
          orig=charset.alias; \
          sed -f ref-add.sed $orig > $temp; \
          /usr/bin/install -c -m 644 $temp $dest; \
          rm -f $temp; \
        fi; \
      fi; \
      /bin/mkdir -p /usr/local/share/locale; \
      test -f /usr/local/share/locale/locale.alias \
        && orig=/usr/local/share/locale/locale.alias \
        || orig=./locale.alias; \
      temp=/usr/local/share/locale/t-locale.alias; \
      dest=/usr/local/share/locale/locale.alias; \
      sed -f ref-add.sed $orig > $temp; \
      /usr/bin/install -c -m 644 $temp $dest; \
      rm -f $temp; \
    else \
      : ; \
    fi
if test "xchat" = "gettext-tools"; then \
      /bin/mkdir -p /usr/local/share/gettext/intl; \
      /usr/bin/install -c -m 644 VERSION /usr/local/share/gettext/intl/VERSION; \
      /usr/bin/install -c -m 644 ChangeLog.inst /usr/local/share/gettext/intl/ChangeLog; \
      dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c lock.c relocatable.c langprefs.c localename.c log.c printf.c version.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \
      for file in $dists; do \
        /usr/bin/install -c -m 644 ./$file \
                /usr/local/share/gettext/intl/$file; \
      done; \
      chmod a+x /usr/local/share/gettext/intl/config.charset; \
      dists="plural.c"; \
      for file in $dists; do \
        if test -f $file; then dir=.; else dir=.; fi; \
        /usr/bin/install -c -m 644 $dir/$file \
                /usr/local/share/gettext/intl/$file; \
      done; \
      dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; \
      for file in $dists; do \
        rm -f /usr/local/share/gettext/intl/$file; \
      done; \
    else \
      : ; \
    fi
make[1]: Leaving directory `/home/user/Downloads/xchat-2.8.8/intl'
Making install in src
make[1]: Entering directory `/home/user/Downloads/xchat-2.8.8/src'
Making install in pixmaps
make[2]: Entering directory `/home/user/Downloads/xchat-2.8.8/src/pixmaps'
make[3]: Entering directory `/home/user/Downloads/xchat-2.8.8/src/pixmaps'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Leaving directory `/home/user/Downloads/xchat-2.8.8/src/pixmaps'
make[2]: Leaving directory `/home/user/Downloads/xchat-2.8.8/src/pixmaps'
Making install in common
make[2]: Entering directory `/home/user/Downloads/xchat-2.8.8/src/common'
Making install in .
make[3]: Entering directory `/home/user/Downloads/xchat-2.8.8/src/common'
make[4]: Entering directory `/home/user/Downloads/xchat-2.8.8/src/common'
make[4]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[4]: Für das Ziel »install-data-am« ist nichts zu tun.
make[4]: Leaving directory `/home/user/Downloads/xchat-2.8.8/src/common'
make[3]: Leaving directory `/home/user/Downloads/xchat-2.8.8/src/common'
make[2]: Leaving directory `/home/user/Downloads/xchat-2.8.8/src/common'
make[2]: Entering directory `/home/user/Downloads/xchat-2.8.8/src'
make[3]: Entering directory `/home/user/Downloads/xchat-2.8.8/src'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Leaving directory `/home/user/Downloads/xchat-2.8.8/src'
make[2]: Leaving directory `/home/user/Downloads/xchat-2.8.8/src'
make[1]: Leaving directory `/home/user/Downloads/xchat-2.8.8/src'
Making install in plugins
make[1]: Entering directory `/home/user/Downloads/xchat-2.8.8/plugins'
Making install in .
make[2]: Entering directory `/home/user/Downloads/xchat-2.8.8/plugins'
make[3]: Entering directory `/home/user/Downloads/xchat-2.8.8/plugins'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Leaving directory `/home/user/Downloads/xchat-2.8.8/plugins'
make[2]: Leaving directory `/home/user/Downloads/xchat-2.8.8/plugins'
Making install in perl
make[2]: Entering directory `/home/user/Downloads/xchat-2.8.8/plugins/perl'
make  install-am
make[3]: Entering directory `/home/user/Downloads/xchat-2.8.8/plugins/perl'
make[4]: Entering directory `/home/user/Downloads/xchat-2.8.8/plugins/perl'
test -z "/usr/local/lib/xchat/plugins" || /bin/mkdir -p "/usr/local/lib/xchat/plugins"
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   perl.la '/usr/local/lib/xchat/plugins'
libtool: install: /usr/bin/install -c .libs/perl.so /usr/local/lib/xchat/plugins/perl.so
libtool: install: /usr/bin/install -c .libs/perl.lai /usr/local/lib/xchat/plugins/perl.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib/xchat/plugins
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xchat/plugins

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Für das Ziel »install-data-am« ist nichts zu tun.
make[4]: Leaving directory `/home/user/Downloads/xchat-2.8.8/plugins/perl'
make[3]: Leaving directory `/home/user/Downloads/xchat-2.8.8/plugins/perl'
make[2]: Leaving directory `/home/user/Downloads/xchat-2.8.8/plugins/perl'
make[1]: Leaving directory `/home/user/Downloads/xchat-2.8.8/plugins'
make[1]: Entering directory `/home/user/Downloads/xchat-2.8.8'
make[2]: Entering directory `/home/user/Downloads/xchat-2.8.8'
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/share/pixmaps" || /bin/mkdir -p "/usr/local/share/pixmaps"
 /usr/bin/install -c -m 644 xchat.png '/usr/local/share/pixmaps'
test -z "/usr/local/share/applications" || /bin/mkdir -p "/usr/local/share/applications"
 /usr/bin/install -c -m 644 xchat.desktop '/usr/local/share/applications'
make[2]: Leaving directory `/home/user/Downloads/xchat-2.8.8'
make[1]: Leaving directory `/home/user/Downloads/xchat-2.8.8'
Ich hoffe, das kann euch(und mir) weiterhelfen.
Gruß,
Open_Geek

EDIT:
Das Programm taucht beim Gnome-Desktop bei der Internetanwendungenleiste auf. Beim Klick auf das Symbol kommt jedoch die Meldung, dass die Anwendung nicht gestartet werden konnte, weil der Kindprozess nicht gefunden werden konnte. Ist das vielleicht noch ein Hinweis auf einen Fehler? Bitte um Hilfe
 
Zuletzt bearbeitet:
Ich glaube, ich weiß jetzt, wo das Problem liegt, aber nicht wie ich es lösen kann:rolleyes:
Nach einigen Recherchen bin ich jetzt darauf gekommen, dass bei xchat das USE-Flag nogtk aktiviert hat, und dass deshalb keine binary installiert wird. Jetzt ist nur die Frage, wie ich dieses Flag deaktivieren kann.
Jetzt seid ihr wieder gefragt:)
Danke im Voraus
 
Ich glaube, ich weiß jetzt, wo das Problem liegt, aber nicht wie ich es lösen kann:rolleyes:
Nach einigen Recherchen bin ich jetzt darauf gekommen, dass bei xchat das USE-Flag nogtk aktiviert hat, und dass deshalb keine binary installiert wird. Jetzt ist nur die Frage, wie ich dieses Flag deaktivieren kann.

Benutzt du überhaupt gentoo? Aber selbst wenn, du hast xchat doch aus den Sourcen selbst gebaut. Da haben die USE Flags von gentoo keinen Einfluss.

Zeige doch bitte mal den Output von "./configure" für xchat.

Micha
 
Nein ich habe Debian 6
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for msgmerge... /usr/local/bin/msgmerge
checking whether we are using the GNU C Library 2 or newer... yes
checking for ranlib... (cached) ranlib
checking for simple visibility declarations... yes
checking for inline... inline
checking for size_t... yes
checking for stdint.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for unsigned long long int... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for pthread_rwlock_t... yes
checking for multithread API to use... posix
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for argz_count... yes
checking for argz_stringify... yes
checking for argz_next... yes
checking for __fsetlocking... yes
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for NL_LOCALE_NAME macro... yes
checking for bison... no
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ptrdiff_t... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for wcslen... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether getc_unlocked is declared... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for sed... /bin/sed
checking for uname... /bin/uname
checking system type... Linux
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.0.3... yes (version 2.28.6)
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.10.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.

Cannot find GTK! Not building GTK FrontEnd.

checking for gconftool-2... /usr/bin/gconftool-2
checking for XSetWMHints in -lX11... yes
checking for perl... /usr/bin/perl
checking for Perl compile flags... ok
checking for perl >= 5.8.0... yes
checking if perl plugin will be backward compatible... yes
checking for python2... no
checking for python... /usr/bin/python
checking Python version... 2.6
checking Python compile flags... Can't find Python.h
checking for location of tclConfig.sh... tclConfig.sh not found - use the --enable-tcl option
checking for select... yes
checking for select in -lsocket... no
checking for pkg-config... /usr/bin/pkg-config
checking for openssl through pkg-config... no
checking for SSL_new in -lssl... no
checking for dlopen... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for DBUS... no
no
checking for dbus-binding-tool... no
checking for glib-genmarshal... /usr/local/bin/glib-genmarshal
checking for LIBSEXY... no
no
checking if gcc accepts -Wno-pointer-sign ... yes
checking if gcc accepts -funsigned-char ... yes
checking for modern sigaction... yes
checking for gdk-pixbuf-csource... no
checking for snprintf... (cached) yes
checking for vsnprintf... yes
checking for memrchr... yes
checking for strtoull... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for strings.h... (cached) yes
checking for socklen_t... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/common/Makefile
config.status: creating src/common/dbus/Makefile
config.status: creating src/fe-text/Makefile
config.status: creating src/fe-gtk/Makefile
config.status: creating src/pixmaps/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/python/Makefile
config.status: creating plugins/perl/Makefile
config.status: creating plugins/tcl/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile

xchat 2.8.8

Building GTK+ Interface .... : no
Building TEXT Interface .... : no

PLUGINS: Perl: yes Python: no TCL: no

mmx tinting ......... : no spelling .............. : static
XShm tinting ........ : no plugin interface ...... : yes
text backend ........ : pango nls/gettext ........... : yes
openssl support ..... : no ipv6 support .......... : no
dbus support ........ : no msproxy ntlm (ISA) .... : no

The binary will be installed in /usr/local/bin

Warning: The GTK (GUI) frontend will not be built.

configure complete, now type 'make' and pray.
Hoffe, das hilft...
 
Code:
...
checking for GTK+ - version >= 2.10.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.

Cannot find GTK! Not building GTK FrontEnd.
...
Building GTK+ Interface .... : no
Building TEXT Interface .... : no
...

Dein Problem sind fehlende dev(el)-Pakete für GTK.
 
Zurück
Oben