How to make cygwin and 1.0.7 (or later) work???
hi, i can't make bluefish compile. it always stops with an error message.
Has anyone managed to install it through cygwin?
here are the steps i take to install it (abbreviated, the full output is attached):
user <at> computer /cygdrive/d/mydata/Programme/Bluefish
$ wget http://www.bennewitz.com/bluefish/stable/source/bluefish-1.0.7.tar.bz2
--12:03:43-- http://www.bennewitz.com/bluefish/stable/source/bluefish-1.0.7.tar.bz2
=> `bluefish-1.0.7.tar.bz2'
Auflösen des Hostnamen »www.bennewitz.com«.... 85.10.194.36
Verbindungsaufbau zu www.bennewitz.com|85.10.194.36|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 1,495,619 (1.4M) [application/x-bzip2]
100%[================================================================================================>] 1,495,619 1.05M/s
12:03:45 (1.05 MB/s) - »bluefish-1.0.7.tar.bz2« gespeichert [1495619/1495619]
user <at> computer /cygdrive/d/mydata/Programme/Bluefish
$ tar -xjf bluefish-1.0.7.tar.bz2
user <at> computer /cygdrive/d/mydata/Programme/Bluefish
$ cd bluefish-1.0.7
user <at> computer /cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7
$ autoconf
user <at> computer /cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7
$ ./configure --prefix=/usr
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
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 strerror in -lcposix... no
checking for inline... inline
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0... yes
checking for gtk+-2.2... yes
checking for gtk+-2.4... yes
checking for gnome-vfs-2.0... no
gnome-vfs-2.0 not found, opening remote files will be disabled
checking for gnome-vfs >= 2.2... no
checking for gnome-vfs >= 2.6... no
checking for libgnomeui >= 2.6... no
checking for pcre-config... /usr/bin/pcre-config
checking libpcre was compiled with UTF-8 support... no
checking for nanosleep in -lposix4... no
checking for nanosleep in -lrt... no
...
...
...
checking for getcwd... no
checking for getegid... no
checking for geteuid... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... no
checking for munmap... no
checking for putenv... no
checking for setenv... no
checking for setlocale... no
checking for stpcpy... no
checking for strchr... no
checking for strcasecmp... no
checking for strdup... no
checking for strtoul... no
checking for tsearch... no
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for bison... bison
checking version of bison... 2.3, ok
checking for catalogs to be installed... bg cs da de es eu fi fr hu it ja no pl pt pt_BR ru sk sr sv ta tr zh_CN zh_TW
checking for msgmerge... /usr/bin/msgmerge
checking for gettext in -lintl... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating icons/Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile
config.status: creating data/Makefile
config.status: creating man/Makefile
config.status: creating src/config.h
config.status: executing default-1 commands
user <at> computer /cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7
$ make
cd po/ && make all;
make[1]: Entering directory `/cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7/po'
/usr/bin/msgfmt bg.po -o bg.gmo
/usr/bin/msgfmt cs.po -o cs.gmo
/usr/bin/msgfmt da.po -o da.gmo
/usr/bin/msgfmt de.po -o de.gmo
/usr/bin/msgfmt el.po -o el.gmo
/usr/bin/msgfmt es.po -o es.gmo
/usr/bin/msgfmt eu.po -o eu.gmo
/usr/bin/msgfmt fi.po -o fi.gmo
/usr/bin/msgfmt fr.po -o fr.gmo
/usr/bin/msgfmt hu.po -o hu.gmo
/usr/bin/msgfmt it.po -o it.gmo
/usr/bin/msgfmt ja.po -o ja.gmo
/usr/bin/msgfmt nl.po -o nl.gmo
/usr/bin/msgfmt no.po -o no.gmo
/usr/bin/msgfmt pl.po -o pl.gmo
/usr/bin/msgfmt pt.po -o pt.gmo
/usr/bin/msgfmt pt_BR.po -o pt_BR.gmo
/usr/bin/msgfmt ro.po -o ro.gmo
/usr/bin/msgfmt ru.po -o ru.gmo
/usr/bin/msgfmt sk.po -o sk.gmo
/usr/bin/msgfmt sr.po -o sr.gmo
/usr/bin/msgfmt sv.po -o sv.gmo
/usr/bin/msgfmt ta.po -o ta.gmo
/usr/bin/msgfmt tr.po -o tr.gmo
/usr/bin/msgfmt zh_CN.po -o zh_CN.gmo
/usr/bin/msgfmt zh_TW.po -o zh_TW.gmo
make[1]: Leaving directory `/cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7/po'
make[1]: Entering directory `/cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7/src'
gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s
hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1
1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-c -o about.o about.c
gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s
hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1
1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-c -o authen.o authen.c
...
...
...
...
gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s
hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1
1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-c -o undo_redo.o undo_redo.c
undo_redo.c: In function `doc_unre_new_group':
undo_redo.c:71: Warnung: R"uckgabewert von >>g_list_remove<<, das mit dem Attribut warn_unused_result definiert wurde, wird ignoriert
gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s
hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1
1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-c -o wizards.o wizards.c
gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s
hare/bluefish/\" -DHAVE_CONFIG_H -o bluefish about.o authen.o bf_lib.o bfspell.o bluefish.o bookmark.o cap.o char_table.o dialog_utils.o doc
ument.o filebrowser.o fref.o gtk_easy.o gui.o highlight.o html.o html2.o html_diag.o html_form.o html_table.o image.o menu.o msg_queue.o out
putbox.o pixmap.o preferences.o project.o quickstart.o rcfile.o rpopup.o snr2.o stringlist.o treetips.o undo_redo.o wizards.o -lintl.dll -L
/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpa
ngox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -L/usr/lib -lpcre
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lXft
collect2: ld gab 1 als Ende-Status zur"uck
make[1]: *** [bluefish] Fehler 1
make[1]: Leaving directory `/cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7/src'
make: *** [all] Fehler 2
user <at> computer /cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7
$
user <at> computer /cygdrive/d/mydata/Programme/Bluefish $ wget http://www.bennewitz.com/bluefish/stable/source/bluefish-1.0.7.tar.bz2 --12:03:43-- http://www.bennewitz.com/bluefish/stable/source/bluefish-1.0.7.tar.bz2 => `bluefish-1.0.7.tar.bz2' Auflösen des Hostnamen »www.bennewitz.com«.... 85.10.194.36 Verbindungsaufbau zu www.bennewitz.com|85.10.194.36|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 1,495,619 (1.4M) [application/x-bzip2] 100%[================================================================================================>] 1,495,619 1.05M/s 12:03:45 (1.05 MB/s) - »bluefish-1.0.7.tar.bz2« gespeichert [1495619/1495619] user <at> computer /cygdrive/d/mydata/Programme/Bluefish $ tar -xjf bluefish-1.0.7.tar.bz2 user <at> computer /cygdrive/d/mydata/Programme/Bluefish $ cd bluefish-1.0.7 user <at> computer /cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7 $ autoconf user <at> computer /cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7 $ ./configure --prefix=/usr checking for gcc... gcc checking for C compiler default output file name... a.exe checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... .exe 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 strerror in -lcposix... no checking for inline... inline checking for a BSD-compatible install... /usr/bin/install -c checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for pkg-config... /usr/bin/pkg-config checking for gtk+-2.0... yes checking for gtk+-2.2... yes checking for gtk+-2.4... yes checking for gnome-vfs-2.0... no gnome-vfs-2.0 not found, opening remote files will be disabled checking for gnome-vfs >= 2.2... no checking for gnome-vfs >= 2.6... no checking for libgnomeui >= 2.6... no checking for pcre-config... /usr/bin/pcre-config checking libpcre was compiled with UTF-8 support... no checking for nanosleep in -lposix4... no checking for nanosleep in -lrt... no 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 aspell.h usability... yes checking aspell.h presence... yes checking for aspell.h... yes checking for new_aspell_config in -laspell... no checking for new_aspell_config in -laspell... (cached) no checking for new_aspell_config in -laspell... (cached) no libaspell not found please install libaspell-dev or similar checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for sys/stat.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for sys/types.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/msg.h usability... yes checking sys/msg.h presence... yes checking for sys/msg.h... yes checking for find... /usr/bin/find checking for grep... /usr/bin/grep checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking whether time.h and sys/time.h may both be included... yes checking freedesktop.org menu directory... /usr/share/applications checking for update-desktop-database... /usr/bin/update-desktop-database checking freedesktop.org mime directory... /usr/share/mime checking for update-mime-database... /usr/bin/update-mime-database checking gnome 2.4 mime-info directory... /usr/share/mime-info checking gnome 2.4 application-registry directory... /usr/share/application-registry checking icon path... /usr/share/pixmaps checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking for an ANSI C-conforming const... yes checking for off_t... yes checking for size_t... yes checking for working alloca.h... no checking for alloca... no checking whether `alloca.c' needs Cray hooks... no checking stack direction for C alloca... -1 checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... no checking for working mmap... no checking whether we are using the GNU C Library 2.1 or newer... no checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... 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 unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for feof_unlocked... no checking for fgets_unlocked... no checking for getcwd... no checking for getegid... no checking for geteuid... no checking for getgid... no checking for getuid... no checking for mempcpy... no checking for munmap... no checking for putenv... no checking for setenv... no checking for setlocale... no checking for stpcpy... no checking for strchr... no checking for strcasecmp... no checking for strdup... no checking for strtoul... no checking for tsearch... no checking for __argz_count... no checking for __argz_stringify... no checking for __argz_next... no checking for iconv... no, consider installing GNU libiconv checking for nl_langinfo and CODESET... no checking for LC_MESSAGES... no checking whether NLS is requested... yes checking whether included gettext is requested... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for GNU gettext in libc... no checking for GNU gettext in libintl... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for bison... bison checking version of bison... 2.3, ok checking for catalogs to be installed... bg cs da de es eu fi fr hu it ja no pl pt pt_BR ru sk sr sv ta tr zh_CN zh_TW checking for msgmerge... /usr/bin/msgmerge checking for gettext in -lintl... no configure: creating ./config.status config.status: creating Makefile config.status: creating icons/Makefile config.status: creating src/Makefile config.status: creating po/Makefile config.status: creating data/Makefile config.status: creating man/Makefile config.status: creating src/config.h config.status: executing default-1 commands user <at> computer /cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7 $ make cd po/ && make all; make[1]: Entering directory `/cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7/po' /usr/bin/msgfmt bg.po -o bg.gmo /usr/bin/msgfmt cs.po -o cs.gmo /usr/bin/msgfmt da.po -o da.gmo /usr/bin/msgfmt de.po -o de.gmo /usr/bin/msgfmt el.po -o el.gmo /usr/bin/msgfmt es.po -o es.gmo /usr/bin/msgfmt eu.po -o eu.gmo /usr/bin/msgfmt fi.po -o fi.gmo /usr/bin/msgfmt fr.po -o fr.gmo /usr/bin/msgfmt hu.po -o hu.gmo /usr/bin/msgfmt it.po -o it.gmo /usr/bin/msgfmt ja.po -o ja.gmo /usr/bin/msgfmt nl.po -o nl.gmo /usr/bin/msgfmt no.po -o no.gmo /usr/bin/msgfmt pl.po -o pl.gmo /usr/bin/msgfmt pt.po -o pt.gmo /usr/bin/msgfmt pt_BR.po -o pt_BR.gmo /usr/bin/msgfmt ro.po -o ro.gmo /usr/bin/msgfmt ru.po -o ru.gmo /usr/bin/msgfmt sk.po -o sk.gmo /usr/bin/msgfmt sr.po -o sr.gmo /usr/bin/msgfmt sv.po -o sv.gmo /usr/bin/msgfmt ta.po -o ta.gmo /usr/bin/msgfmt tr.po -o tr.gmo /usr/bin/msgfmt zh_CN.po -o zh_CN.gmo /usr/bin/msgfmt zh_TW.po -o zh_TW.gmo make[1]: Leaving directory `/cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7/po' make[1]: Entering directory `/cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7/src' gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o about.o about.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o authen.o authen.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o bf_lib.o bf_lib.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o bfspell.o bfspell.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o bluefish.o bluefish.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o bookmark.o bookmark.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o cap.o cap.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o char_table.o char_table.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o dialog_utils.o dialog_utils.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o document.o document.c document.c: In function `doc_set_tooltip': document.c:703: Warnung: long unsigned int Format, anderer Typ Argument (Argument 2) gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o filebrowser.o filebrowser.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o fref.o fref.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o gtk_easy.o gtk_easy.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o gui.o gui.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o highlight.o highlight.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o html.o html.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o html2.o html2.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o html_diag.o html_diag.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o html_form.o html_form.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o html_table.o html_table.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o image.o image.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o menu.o menu.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o msg_queue.o msg_queue.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o outputbox.o outputbox.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o pixmap.o pixmap.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o preferences.o preferences.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o project.o project.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o quickstart.o quickstart.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o rcfile.o rcfile.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o rpopup.o rpopup.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o snr2.o snr2.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o stringlist.o stringlist.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o treetips.o treetips.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o undo_redo.o undo_redo.c undo_redo.c: In function `doc_unre_new_group': undo_redo.c:71: Warnung: R"uckgabewert von >>g_list_remove<<, das mit dem Attribut warn_unused_result definiert wurde, wird ignoriert gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe -DXTHREADS -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X1 1R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o wizards.o wizards.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" -DPKGDATADIR=\"/usr/s hare/bluefish/\" -DHAVE_CONFIG_H -o bluefish about.o authen.o bf_lib.o bfspell.o bluefish.o bookmark.o cap.o char_table.o dialog_utils.o doc ument.o filebrowser.o fref.o gtk_easy.o gui.o highlight.o html.o html2.o html_diag.o html_form.o html_table.o image.o menu.o msg_queue.o out putbox.o pixmap.o preferences.o project.o quickstart.o rcfile.o rpopup.o snr2.o stringlist.o treetips.o undo_redo.o wizards.o -lintl.dll -L /usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpa ngox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -L/usr/lib -lpcre /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lXft collect2: ld gab 1 als Ende-Status zur"uck make[1]: *** [bluefish] Fehler 1 make[1]: Leaving directory `/cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7/src' make: *** [all] Fehler 2 user <at> computer /cygdrive/d/mydata/Programme/Bluefish/bluefish-1.0.7 $
RSS Feed