Re: Bluefish on Solaris 10.
Hi Jim,
Yes, 1.0.5, the latest, downloaded from the web.
attached are the log files.
Regards,
Frank-Jan
Jim Hayward wrote:
On Tue, 2006-04-25 at 00:43 +0100, Frank-Jan Kamenz wrote:
At the moment though I have a SUN Ultra 60 with Solaris 10 at home.
When trying to install Bluefish I run in to the following:
(below is just a part of the output, but most header files give this error.)
I can provide the full list and log to the person interested.
A "make" after this fails.
The configure log and also the output of "make" would both be helpful.
You can gzip/bzip them and e-mail them to me.
What version are you trying to compile, 1.0.5?
Regards,
Jim H
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = grumble
uname -m = sun4u
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_118833-03
/usr/bin/uname -p = sparc
/bin/uname -X = System = SunOS
Node = grumble
Release = 5.10
KernelID = Generic_118833-03
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 1
/bin/arch = sun4
/usr/bin/arch -k = sun4u
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/local/lib
PATH: /usr/local/samba
PATH: /usr/local/samba/bin
PATH: /usr/local/samba/sbin
PATH: /usr/local
PATH: /usr/hosts
PATH: /usr/local/bin
PATH: /usr/local/lib
PATH: /usr/local/samba
PATH: /usr/local/samba/bin
PATH: /usr/local/samba/sbin
PATH: /usr/local
PATH: /usr/hosts
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/openwin/bin
PATH: /usr/ucb
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1445: checking for gcc
configure:1461: found /usr/local/bin/gcc
configure:1471: result: gcc
configure:1715: checking for C compiler version
configure:1718: gcc --version </dev/null >&5
gcc (GCC) 3.3.2
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:1721: $? = 0
configure:1723: gcc -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.10/3.3.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.3.2
configure:1726: $? = 0
configure:1728: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1731: $? = 1
configure:1754: checking for C compiler default output file name
configure:1757: gcc conftest.c >&5
configure:1760: $? = 0
configure:1806: result: a.out
configure:1811: checking whether the C compiler works
configure:1817: ./a.out
configure:1820: $? = 0
configure:1837: result: yes
configure:1844: checking whether we are cross compiling
configure:1846: result: no
configure:1849: checking for suffix of executables
configure:1851: gcc -o conftest conftest.c >&5
configure:1854: $? = 0
configure:1879: result:
configure:1885: checking for suffix of object files
configure:1906: gcc -c conftest.c >&5
configure:1909: $? = 0
configure:1931: result: o
configure:1935: checking whether we are using the GNU C compiler
configure:1959: gcc -c conftest.c >&5
configure:1965: $? = 0
configure:1969: test -z
|| test ! -s conftest.err
configure:1972: $? = 0
configure:1975: test -s conftest.o
configure:1978: $? = 0
configure:1991: result: yes
configure:1997: checking whether gcc accepts -g
configure:2018: gcc -c -g conftest.c >&5
configure:2024: $? = 0
configure:2028: test -z
|| test ! -s conftest.err
configure:2031: $? = 0
configure:2034: test -s conftest.o
configure:2037: $? = 0
configure:2048: result: yes
configure:2065: checking for gcc option to accept ANSI C
configure:2135: gcc -c -g -O2 conftest.c >&5
configure:2141: $? = 0
configure:2145: test -z
|| test ! -s conftest.err
configure:2148: $? = 0
configure:2151: test -s conftest.o
configure:2154: $? = 0
configure:2172: result: none needed
configure:2190: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2196: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2331: checking for strerror in -lcposix
configure:2361: gcc -o conftest -g -O2 conftest.c -lcposix >&5
ld: fatal: library -lcposix: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:2367: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char strerror ();
| int
| main ()
| {
| strerror ();
| ;
| return 0;
| }
configure:2393: result: no
configure:2401: checking for inline
configure:2422: gcc -c -g -O2 conftest.c >&5
configure:2428: $? = 0
configure:2432: test -z
|| test ! -s conftest.err
configure:2435: $? = 0
configure:2438: test -s conftest.o
configure:2441: $? = 0
configure:2453: result: inline
configure:2510: checking for a BSD-compatible install
configure:2565: result: ./install-sh -c
configure:2587: checking build system type
configure:2605: result: sparc-sun-solaris2.10
configure:2613: checking host system type
configure:2627: result: sparc-sun-solaris2.10
configure:2779: checking for a BSD-compatible install
configure:2834: result: ./install-sh -c
configure:2913: checking how to run the C preprocessor
configure:2948: gcc -E conftest.c
configure:2954: $? = 0
configure:2986: gcc -E conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:2992: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3031: result: gcc -E
configure:3055: gcc -E conftest.c
configure:3061: $? = 0
configure:3093: gcc -E conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:3099: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3143: checking for egrep
configure:3153: result: egrep
configure:3158: checking for ANSI C header files
configure:3183: gcc -c -g -O2 -Wall -pipe conftest.c >&5
configure:3189: $? = 0
configure:3193: test -z
|| test ! -s conftest.err
configure:3196: $? = 0
configure:3199: test -s conftest.o
configure:3202: $? = 0
configure:3291: gcc -o conftest -g -O2 -Wall -pipe conftest.c >&5
conftest.c: In function `main':
conftest.c:31: warning: implicit declaration of function `exit'
configure:3294: $? = 0
configure:3296: ./conftest
configure:3299: $? = 0
configure:3314: result: yes
configure:3328: checking for pkg-config
configure:3346: found /usr/bin/pkg-config
configure:3359: result: /usr/bin/pkg-config
configure:3474: checking for pcre-config
configure:3492: found /usr/local/bin/pcre-config
configure:3505: result: /usr/local/bin/pcre-config
configure:3520: checking libpcre was compiled with UTF-8 support
configure:3546: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:3549: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| /* end confdefs.h. */
| #include <pcre.h>
|
| int main() {
| int t;
| return (pcre_config (PCRE_CONFIG_UTF8, &t) || !t);
| }
configure:3568: result: no
configure:3580: checking for nanosleep in -lposix4
configure:3610: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lposix4 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:3616: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char nanosleep ();
| int
| main ()
| {
| nanosleep ();
| ;
| return 0;
| }
configure:3642: result: no
configure:3651: checking for nanosleep in -lrt
configure:3681: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lrt -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:3687: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char nanosleep ();
| int
| main ()
| {
| nanosleep ();
| ;
| return 0;
| }
configure:3713: result: no
configure:3742: checking for sys/types.h
configure:3758: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:3764: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/types.h>
configure:3788: result: no
configure:3742: checking for sys/stat.h
configure:3758: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:3764: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/stat.h>
configure:3788: result: no
configure:3742: checking for stdlib.h
configure:3758: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:3764: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <stdlib.h>
configure:3788: result: no
configure:3742: checking for string.h
configure:3758: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:3764: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <string.h>
configure:3788: result: no
configure:3742: checking for memory.h
configure:3758: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:3764: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <memory.h>
configure:3788: result: no
configure:3742: checking for strings.h
configure:3758: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:3764: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <strings.h>
configure:3788: result: no
configure:3742: checking for inttypes.h
configure:3758: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:3764: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <inttypes.h>
configure:3788: result: no
configure:3742: checking for stdint.h
configure:3758: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:3764: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <stdint.h>
configure:3788: result: no
configure:3742: checking for unistd.h
configure:3758: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:3764: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <unistd.h>
configure:3788: result: no
configure:3810: checking aspell.h usability
configure:3822: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:3828: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <aspell.h>
configure:3851: result: no
configure:3855: checking aspell.h presence
configure:3865: gcc -E conftest.c
configure:3871: $? = 0
configure:3891: result: yes
configure:3904: WARNING: aspell.h: present but cannot be compiled
configure:3906: WARNING: aspell.h: check for missing prerequisite headers?
configure:3908: WARNING: aspell.h: see the Autoconf documentation
configure:3910: WARNING: aspell.h: section "Present But Cannot Be Compiled"
configure:3912: WARNING: aspell.h: proceeding with the preprocessor's result
configure:3914: WARNING: aspell.h: in the future, the compiler will take precedence
configure:3926: checking for aspell.h
configure:3933: result: yes
configure:3938: checking for new_aspell_config in -laspell
configure:3968: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -laspell -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:3974: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char new_aspell_config ();
| int
| main ()
| {
| new_aspell_config ();
| ;
| return 0;
| }
configure:4000: result: no
configure:4011: checking for new_aspell_config in -laspell
configure:4073: result: no
configure:4083: checking for new_aspell_config in -laspell
configure:4145: result: no
configure:4200: checking for stdlib.h
configure:4205: result: no
configure:4200: checking for unistd.h
configure:4205: result: no
configure:4200: checking for string.h
configure:4205: result: no
configure:4200: checking for strings.h
configure:4205: result: no
configure:4209: checking errno.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <errno.h>
configure:4250: result: no
configure:4254: checking errno.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: errno.h: present but cannot be compiled
configure:4305: WARNING: errno.h: check for missing prerequisite headers?
configure:4307: WARNING: errno.h: see the Autoconf documentation
configure:4309: WARNING: errno.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: errno.h: proceeding with the preprocessor's result
configure:4313: WARNING: errno.h: in the future, the compiler will take precedence
configure:4325: checking for errno.h
configure:4332: result: yes
configure:4209: checking stdio.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <stdio.h>
configure:4250: result: no
configure:4254: checking stdio.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: stdio.h: present but cannot be compiled
configure:4305: WARNING: stdio.h: check for missing prerequisite headers?
configure:4307: WARNING: stdio.h: see the Autoconf documentation
configure:4309: WARNING: stdio.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: stdio.h: proceeding with the preprocessor's result
configure:4313: WARNING: stdio.h: in the future, the compiler will take precedence
configure:4325: checking for stdio.h
configure:4332: result: yes
configure:4200: checking for sys/stat.h
configure:4205: result: no
configure:4209: checking ctype.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ctype.h>
configure:4250: result: no
configure:4254: checking ctype.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: ctype.h: present but cannot be compiled
configure:4305: WARNING: ctype.h: check for missing prerequisite headers?
configure:4307: WARNING: ctype.h: see the Autoconf documentation
configure:4309: WARNING: ctype.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: ctype.h: proceeding with the preprocessor's result
configure:4313: WARNING: ctype.h: in the future, the compiler will take precedence
configure:4325: checking for ctype.h
configure:4332: result: yes
configure:4209: checking getopt.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <getopt.h>
configure:4250: result: no
configure:4254: checking getopt.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: getopt.h: present but cannot be compiled
configure:4305: WARNING: getopt.h: check for missing prerequisite headers?
configure:4307: WARNING: getopt.h: see the Autoconf documentation
configure:4309: WARNING: getopt.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: getopt.h: proceeding with the preprocessor's result
configure:4313: WARNING: getopt.h: in the future, the compiler will take precedence
configure:4325: checking for getopt.h
configure:4332: result: yes
configure:4209: checking math.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <math.h>
configure:4250: result: no
configure:4254: checking math.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: math.h: present but cannot be compiled
configure:4305: WARNING: math.h: check for missing prerequisite headers?
configure:4307: WARNING: math.h: see the Autoconf documentation
configure:4309: WARNING: math.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: math.h: proceeding with the preprocessor's result
configure:4313: WARNING: math.h: in the future, the compiler will take precedence
configure:4325: checking for math.h
configure:4332: result: yes
configure:4209: checking time.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <time.h>
configure:4250: result: no
configure:4254: checking time.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: time.h: present but cannot be compiled
configure:4305: WARNING: time.h: check for missing prerequisite headers?
configure:4307: WARNING: time.h: see the Autoconf documentation
configure:4309: WARNING: time.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: time.h: proceeding with the preprocessor's result
configure:4313: WARNING: time.h: in the future, the compiler will take precedence
configure:4325: checking for time.h
configure:4332: result: yes
configure:4200: checking for sys/types.h
configure:4205: result: no
configure:4209: checking fcntl.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fcntl.h>
configure:4250: result: no
configure:4254: checking fcntl.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: fcntl.h: present but cannot be compiled
configure:4305: WARNING: fcntl.h: check for missing prerequisite headers?
configure:4307: WARNING: fcntl.h: see the Autoconf documentation
configure:4309: WARNING: fcntl.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: fcntl.h: proceeding with the preprocessor's result
configure:4313: WARNING: fcntl.h: in the future, the compiler will take precedence
configure:4325: checking for fcntl.h
configure:4332: result: yes
configure:4209: checking netdb.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netdb.h>
configure:4250: result: no
configure:4254: checking netdb.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: netdb.h: present but cannot be compiled
configure:4305: WARNING: netdb.h: check for missing prerequisite headers?
configure:4307: WARNING: netdb.h: see the Autoconf documentation
configure:4309: WARNING: netdb.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: netdb.h: proceeding with the preprocessor's result
configure:4313: WARNING: netdb.h: in the future, the compiler will take precedence
configure:4325: checking for netdb.h
configure:4332: result: yes
configure:4209: checking netinet/in.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netinet/in.h>
configure:4250: result: no
configure:4254: checking netinet/in.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: netinet/in.h: present but cannot be compiled
configure:4305: WARNING: netinet/in.h: check for missing prerequisite headers?
configure:4307: WARNING: netinet/in.h: see the Autoconf documentation
configure:4309: WARNING: netinet/in.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: netinet/in.h: proceeding with the preprocessor's result
configure:4313: WARNING: netinet/in.h: in the future, the compiler will take precedence
configure:4325: checking for netinet/in.h
configure:4332: result: yes
configure:4209: checking sys/socket.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/socket.h>
configure:4250: result: no
configure:4254: checking sys/socket.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: sys/socket.h: present but cannot be compiled
configure:4305: WARNING: sys/socket.h: check for missing prerequisite headers?
configure:4307: WARNING: sys/socket.h: see the Autoconf documentation
configure:4309: WARNING: sys/socket.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: sys/socket.h: proceeding with the preprocessor's result
configure:4313: WARNING: sys/socket.h: in the future, the compiler will take precedence
configure:4325: checking for sys/socket.h
configure:4332: result: yes
configure:4209: checking arpa/inet.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <arpa/inet.h>
configure:4250: result: no
configure:4254: checking arpa/inet.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: arpa/inet.h: present but cannot be compiled
configure:4305: WARNING: arpa/inet.h: check for missing prerequisite headers?
configure:4307: WARNING: arpa/inet.h: see the Autoconf documentation
configure:4309: WARNING: arpa/inet.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: arpa/inet.h: proceeding with the preprocessor's result
configure:4313: WARNING: arpa/inet.h: in the future, the compiler will take precedence
configure:4325: checking for arpa/inet.h
configure:4332: result: yes
configure:4209: checking dirent.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dirent.h>
configure:4250: result: no
configure:4254: checking dirent.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: dirent.h: present but cannot be compiled
configure:4305: WARNING: dirent.h: check for missing prerequisite headers?
configure:4307: WARNING: dirent.h: see the Autoconf documentation
configure:4309: WARNING: dirent.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: dirent.h: proceeding with the preprocessor's result
configure:4313: WARNING: dirent.h: in the future, the compiler will take precedence
configure:4325: checking for dirent.h
configure:4332: result: yes
configure:4209: checking sys/select.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/select.h>
configure:4250: result: no
configure:4254: checking sys/select.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: sys/select.h: present but cannot be compiled
configure:4305: WARNING: sys/select.h: check for missing prerequisite headers?
configure:4307: WARNING: sys/select.h: see the Autoconf documentation
configure:4309: WARNING: sys/select.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: sys/select.h: proceeding with the preprocessor's result
configure:4313: WARNING: sys/select.h: in the future, the compiler will take precedence
configure:4325: checking for sys/select.h
configure:4332: result: yes
configure:4209: checking sys/time.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/time.h>
configure:4250: result: no
configure:4254: checking sys/time.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: sys/time.h: present but cannot be compiled
configure:4305: WARNING: sys/time.h: check for missing prerequisite headers?
configure:4307: WARNING: sys/time.h: see the Autoconf documentation
configure:4309: WARNING: sys/time.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: sys/time.h: proceeding with the preprocessor's result
configure:4313: WARNING: sys/time.h: in the future, the compiler will take precedence
configure:4325: checking for sys/time.h
configure:4332: result: yes
configure:4209: checking sys/ipc.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/ipc.h>
configure:4250: result: no
configure:4254: checking sys/ipc.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: sys/ipc.h: present but cannot be compiled
configure:4305: WARNING: sys/ipc.h: check for missing prerequisite headers?
configure:4307: WARNING: sys/ipc.h: see the Autoconf documentation
configure:4309: WARNING: sys/ipc.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: sys/ipc.h: proceeding with the preprocessor's result
configure:4313: WARNING: sys/ipc.h: in the future, the compiler will take precedence
configure:4325: checking for sys/ipc.h
configure:4332: result: yes
configure:4209: checking sys/msg.h usability
configure:4221: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4227: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/msg.h>
configure:4250: result: no
configure:4254: checking sys/msg.h presence
configure:4264: gcc -E conftest.c
configure:4270: $? = 0
configure:4290: result: yes
configure:4303: WARNING: sys/msg.h: present but cannot be compiled
configure:4305: WARNING: sys/msg.h: check for missing prerequisite headers?
configure:4307: WARNING: sys/msg.h: see the Autoconf documentation
configure:4309: WARNING: sys/msg.h: section "Present But Cannot Be Compiled"
configure:4311: WARNING: sys/msg.h: proceeding with the preprocessor's result
configure:4313: WARNING: sys/msg.h: in the future, the compiler will take precedence
configure:4325: checking for sys/msg.h
configure:4332: result: yes
configure:4348: checking for find
configure:4366: found /usr/bin/find
configure:4379: result: /usr/bin/find
configure:4388: checking for grep
configure:4406: found /usr/bin/grep
configure:4419: result: /usr/bin/grep
configure:4446: checking for sys/select.h
configure:4451: result: yes
configure:4446: checking for sys/socket.h
configure:4451: result: yes
configure:4591: checking types of arguments for select
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (int,
| fd_set *, fd_set *, fd_set *,
| struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (int,
| fd_set *, fd_set *, fd_set *,
| const struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (size_t,
| fd_set *, fd_set *, fd_set *,
| struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (size_t,
| fd_set *, fd_set *, fd_set *,
| const struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (unsigned long,
| fd_set *, fd_set *, fd_set *,
| struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (unsigned long,
| fd_set *, fd_set *, fd_set *,
| const struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (unsigned,
| fd_set *, fd_set *, fd_set *,
| struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (unsigned,
| fd_set *, fd_set *, fd_set *,
| const struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (int,
| int *, int *, int *,
| struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (int,
| int *, int *, int *,
| const struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (size_t,
| int *, int *, int *,
| struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (size_t,
| int *, int *, int *,
| const struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (unsigned long,
| int *, int *, int *,
| struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (unsigned long,
| int *, int *, int *,
| const struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (unsigned,
| int *, int *, int *,
| struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (unsigned,
| int *, int *, int *,
| const struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (int,
| void *, void *, void *,
| struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (int,
| void *, void *, void *,
| const struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (size_t,
| void *, void *, void *,
| struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (size_t,
| void *, void *, void *,
| const struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (unsigned long,
| void *, void *, void *,
| struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (unsigned long,
| void *, void *, void *,
| const struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (unsigned,
| void *, void *, void *,
| struct timeval *);
| ;
| return 0;
| }
configure:4624: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| extern int select (unsigned,
| void *, void *, void *,
| const struct timeval *);
| ;
| return 0;
| }
configure:4659: result: int,int *,struct timeval *
configure:4682: checking whether time.h and sys/time.h may both be included
configure:4707: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:4713: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/time.h>
| #include <time.h>
|
| int
| main ()
| {
| if ((struct tm *) 0)
| return 0;
| ;
| return 0;
| }
configure:4737: result: no
configure:4835: checking for update-desktop-database
configure:4866: result: no
configure:4919: checking for update-mime-database
configure:4937: found /usr/bin/update-mime-database
configure:4950: result: /usr/bin/update-mime-database
configure:5095: checking whether make sets $(MAKE)
configure:5115: result: yes
configure:5165: checking for ranlib
configure:5192: result: :
configure:5204: checking for an ANSI C-conforming const
configure:5271: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:5277: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| /* end confdefs.h. */
|
| int
| main ()
| {
| /* FIXME: Include the comments suggested by Paul. */
| #ifndef __cplusplus
| /* Ultrix mips cc rejects this. */
| typedef int charset[2];
| const charset x;
| /* SunOS 4.1.1 cc rejects this. */
| char const *const *ccp;
| char **p;
| /* NEC SVR4.0.2 mips cc rejects this. */
| struct point {int x, y;};
| static struct point const zero = {0,0};
| /* AIX XL C 1.02.0.0 rejects this.
| It does not let you subtract one const X* pointer from another in
| an arm of an if-expression whose if-part is not a constant
| expression */
| const char *g = "string";
| ccp = &g + (g ? g-g : 0);
| /* HPUX 7.0 cc rejects these. */
| ++ccp;
| p = (char**) ccp;
| ccp = (char const *const *) p;
| { /* SCO 3.2v4 cc rejects this. */
| char *t;
| char const *s = 0 ? (char *) 0 : (char const *) 0;
|
| *t++ = 0;
| }
| { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
| int x[] = {25, 17};
| const int *foo = &x[0];
| ++foo;
| }
| { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
| typedef const int *iptr;
| iptr p = 0;
| ++p;
| }
| { /* AIX XL C 1.02.0.0 rejects this saying
| "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
| struct s { int j; const int *ap[3]; };
| struct s *b; b->j = 5;
| }
| { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
| const int foo = 10;
| }
| #endif
|
| ;
| return 0;
| }
configure:5301: result: no
configure:5311: checking for off_t
configure:5335: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:5341: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((off_t *) 0)
| return 0;
| if (sizeof (off_t))
| return 0;
| ;
| return 0;
| }
configure:5365: result: no
configure:5377: checking for size_t
configure:5401: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:5407: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((size_t *) 0)
| return 0;
| if (sizeof (size_t))
| return 0;
| ;
| return 0;
| }
configure:5431: result: no
configure:5445: checking for working alloca.h
configure:5466: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:5472: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| /* end confdefs.h. */
| #include <alloca.h>
| int
| main ()
| {
| char *p = (char *) alloca (2 * sizeof (int));
| ;
| return 0;
| }
configure:5497: result: no
configure:5507: checking for alloca
configure:5548: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:5554: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| /* end confdefs.h. */
| #ifdef __GNUC__
| # define alloca __builtin_alloca
| #else
| # ifdef _MSC_VER
| # include <malloc.h>
| # define alloca _alloca
| # else
| # if HAVE_ALLOCA_H
| # include <alloca.h>
| # else
| # ifdef _AIX
| #pragma alloca
| # else
| # ifndef alloca /* predefined by HP cc +Olibcalls */
| char *alloca ();
| # endif
| # endif
| # endif
| # endif
| #endif
|
| int
| main ()
| {
| char *p = (char *) alloca (1);
| ;
| return 0;
| }
configure:5579: result: no
configure:5601: checking whether `alloca.c' needs Cray hooks
configure:5628: result: no
configure:5735: checking stack direction for C alloca
configure:5770: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:5773: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| /* end confdefs.h. */
| int
| find_stack_direction ()
| {
| static char *addr = 0;
| auto char dummy;
| if (addr == 0)
| {
| addr = &dummy;
| return find_stack_direction ();
| }
| else
| return (&dummy > addr) ? 1 : -1;
| }
|
| int
| main ()
| {
| exit (find_stack_direction () < 0);
| }
configure:5792: result: -1
configure:5808: checking for stdlib.h
configure:5813: result: no
configure:5808: checking for unistd.h
configure:5813: result: no
configure:5957: checking for getpagesize
configure:6014: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6020: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| /* end confdefs.h. */
| /* Define getpagesize to an innocuous variant, in case <limits.h> declares getpagesize.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getpagesize innocuous_getpagesize
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getpagesize (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getpagesize
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char getpagesize ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_getpagesize) || defined (__stub___getpagesize)
| choke me
| #else
| char (*f) () = getpagesize;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getpagesize;
| ;
| return 0;
| }
configure:6045: result: no
configure:6055: checking for working mmap
configure:6197: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6200: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* malloc might have been renamed as rpl_malloc. */
| #undef malloc
|
| /* Thanks to Mike Haertel and Jim Avera for this test.
| Here is a matrix of mmap possibilities:
| mmap private not fixed
| mmap private fixed at somewhere currently unmapped
| mmap private fixed at somewhere already mapped
| mmap shared not fixed
| mmap shared fixed at somewhere currently unmapped
| mmap shared fixed at somewhere already mapped
| For private mappings, we should verify that changes cannot be read()
| back from the file, nor mmap's back from the file at a different
| address. (There have been systems where private was not correctly
| implemented like the infamous i386 svr4.0, and systems where the
| VM page cache was not coherent with the file system buffer cache
| like early versions of FreeBSD and possibly contemporary NetBSD.)
| For shared mappings, we should conversely verify that changes get
| propagated back to all the places they're supposed to be.
|
| Grep wants private fixed already mapped.
| The main things grep needs to know about mmap are:
| * does it exist and is it safe to write into the mmap'd area
| * how to use it (BSD variants) */
|
| #include <fcntl.h>
| #include <sys/mman.h>
|
| #if !STDC_HEADERS && !HAVE_STDLIB_H
| char *malloc ();
| #endif
|
| /* This mess was copied from the GNU getpagesize.h. */
| #if !HAVE_GETPAGESIZE
| /* Assume that all systems that can run configure have sys/param.h. */
| # if !HAVE_SYS_PARAM_H
| # define HAVE_SYS_PARAM_H 1
| # endif
|
| # ifdef _SC_PAGESIZE
| # define getpagesize() sysconf(_SC_PAGESIZE)
| # else /* no _SC_PAGESIZE */
| # if HAVE_SYS_PARAM_H
| # include <sys/param.h>
| # ifdef EXEC_PAGESIZE
| # define getpagesize() EXEC_PAGESIZE
| # else /* no EXEC_PAGESIZE */
| # ifdef NBPG
| # define getpagesize() NBPG * CLSIZE
| # ifndef CLSIZE
| # define CLSIZE 1
| # endif /* no CLSIZE */
| # else /* no NBPG */
| # ifdef NBPC
| # define getpagesize() NBPC
| # else /* no NBPC */
| # ifdef PAGESIZE
| # define getpagesize() PAGESIZE
| # endif /* PAGESIZE */
| # endif /* no NBPC */
| # endif /* no NBPG */
| # endif /* no EXEC_PAGESIZE */
| # else /* no HAVE_SYS_PARAM_H */
| # define getpagesize() 8192 /* punt totally */
| # endif /* no HAVE_SYS_PARAM_H */
| # endif /* no _SC_PAGESIZE */
|
| #endif /* no HAVE_GETPAGESIZE */
|
| int
| main ()
| {
| char *data, *data2, *data3;
| int i, pagesize;
| int fd;
|
| pagesize = getpagesize ();
|
| /* First, make a file with some known garbage in it. */
| data = (char *) malloc (pagesize);
| if (!data)
| exit (1);
| for (i = 0; i < pagesize; ++i)
| *(data + i) = rand ();
| umask (0);
| fd = creat ("conftest.mmap", 0600);
| if (fd < 0)
| exit (1);
| if (write (fd, data, pagesize) != pagesize)
| exit (1);
| close (fd);
|
| /* Next, try to mmap the file at a fixed address which already has
| something else allocated at it. If we can, also make sure that
| we see the same garbage. */
| fd = open ("conftest.mmap", O_RDWR);
| if (fd < 0)
| exit (1);
| data2 = (char *) malloc (2 * pagesize);
| if (!data2)
| exit (1);
| data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
| if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
| MAP_PRIVATE | MAP_FIXED, fd, 0L))
| exit (1);
| for (i = 0; i < pagesize; ++i)
| if (*(data + i) != *(data2 + i))
| exit (1);
|
| /* Finally, make sure that changes to the mapped area do not
| percolate back to the file as seen by read(). (This is a bug on
| some variants of i386 svr4.0.) */
| for (i = 0; i < pagesize; ++i)
| *(data2 + i) = *(data2 + i) + 1;
| data3 = (char *) malloc (pagesize);
| if (!data3)
| exit (1);
| if (read (fd, data3, pagesize) != pagesize)
| exit (1);
| for (i = 0; i < pagesize; ++i)
| if (*(data + i) != *(data3 + i))
| exit (1);
| close (fd);
| exit (0);
| }
configure:6219: result: no
configure:6231: checking whether we are using the GNU C Library 2.1 or newer
conftest.c:51:22: features.h: No such file or directory
configure:6262: result: no
configure:6293: checking argz.h usability
configure:6305: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6311: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <argz.h>
configure:6334: result: no
configure:6338: checking argz.h presence
configure:6348: gcc -E conftest.c
conftest.c:50:18: argz.h: No such file or directory
configure:6354: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| /* end confdefs.h. */
| #include <argz.h>
configure:6374: result: no
configure:6409: checking for argz.h
configure:6416: result: no
configure:6293: checking limits.h usability
configure:6305: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6311: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <limits.h>
configure:6334: result: no
configure:6338: checking limits.h presence
configure:6348: gcc -E conftest.c
configure:6354: $? = 0
configure:6374: result: yes
configure:6387: WARNING: limits.h: present but cannot be compiled
configure:6389: WARNING: limits.h: check for missing prerequisite headers?
configure:6391: WARNING: limits.h: see the Autoconf documentation
configure:6393: WARNING: limits.h: section "Present But Cannot Be Compiled"
configure:6395: WARNING: limits.h: proceeding with the preprocessor's result
configure:6397: WARNING: limits.h: in the future, the compiler will take precedence
configure:6409: checking for limits.h
configure:6416: result: yes
configure:6293: checking locale.h usability
configure:6305: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6311: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <locale.h>
configure:6334: result: no
configure:6338: checking locale.h presence
configure:6348: gcc -E conftest.c
configure:6354: $? = 0
configure:6374: result: yes
configure:6387: WARNING: locale.h: present but cannot be compiled
configure:6389: WARNING: locale.h: check for missing prerequisite headers?
configure:6391: WARNING: locale.h: see the Autoconf documentation
configure:6393: WARNING: locale.h: section "Present But Cannot Be Compiled"
configure:6395: WARNING: locale.h: proceeding with the preprocessor's result
configure:6397: WARNING: locale.h: in the future, the compiler will take precedence
configure:6409: checking for locale.h
configure:6416: result: yes
configure:6293: checking nl_types.h usability
configure:6305: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6311: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <nl_types.h>
configure:6334: result: no
configure:6338: checking nl_types.h presence
configure:6348: gcc -E conftest.c
configure:6354: $? = 0
configure:6374: result: yes
configure:6387: WARNING: nl_types.h: present but cannot be compiled
configure:6389: WARNING: nl_types.h: check for missing prerequisite headers?
configure:6391: WARNING: nl_types.h: see the Autoconf documentation
configure:6393: WARNING: nl_types.h: section "Present But Cannot Be Compiled"
configure:6395: WARNING: nl_types.h: proceeding with the preprocessor's result
configure:6397: WARNING: nl_types.h: in the future, the compiler will take precedence
configure:6409: checking for nl_types.h
configure:6416: result: yes
configure:6293: checking malloc.h usability
configure:6305: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6311: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc.h>
configure:6334: result: no
configure:6338: checking malloc.h presence
configure:6348: gcc -E conftest.c
configure:6354: $? = 0
configure:6374: result: yes
configure:6387: WARNING: malloc.h: present but cannot be compiled
configure:6389: WARNING: malloc.h: check for missing prerequisite headers?
configure:6391: WARNING: malloc.h: see the Autoconf documentation
configure:6393: WARNING: malloc.h: section "Present But Cannot Be Compiled"
configure:6395: WARNING: malloc.h: proceeding with the preprocessor's result
configure:6397: WARNING: malloc.h: in the future, the compiler will take precedence
configure:6409: checking for malloc.h
configure:6416: result: yes
configure:6293: checking stddef.h usability
configure:6305: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6311: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <stddef.h>
configure:6334: result: no
configure:6338: checking stddef.h presence
configure:6348: gcc -E conftest.c
configure:6354: $? = 0
configure:6374: result: yes
configure:6387: WARNING: stddef.h: present but cannot be compiled
configure:6389: WARNING: stddef.h: check for missing prerequisite headers?
configure:6391: WARNING: stddef.h: see the Autoconf documentation
configure:6393: WARNING: stddef.h: section "Present But Cannot Be Compiled"
configure:6395: WARNING: stddef.h: proceeding with the preprocessor's result
configure:6397: WARNING: stddef.h: in the future, the compiler will take precedence
configure:6409: checking for stddef.h
configure:6416: result: yes
configure:6284: checking for stdlib.h
configure:6289: result: no
configure:6284: checking for string.h
configure:6289: result: no
configure:6284: checking for unistd.h
configure:6289: result: no
configure:6293: checking sys/param.h usability
configure:6305: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6311: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/param.h>
configure:6334: result: no
configure:6338: checking sys/param.h presence
configure:6348: gcc -E conftest.c
configure:6354: $? = 0
configure:6374: result: yes
configure:6387: WARNING: sys/param.h: present but cannot be compiled
configure:6389: WARNING: sys/param.h: check for missing prerequisite headers?
configure:6391: WARNING: sys/param.h: see the Autoconf documentation
configure:6393: WARNING: sys/param.h: section "Present But Cannot Be Compiled"
configure:6395: WARNING: sys/param.h: proceeding with the preprocessor's result
configure:6397: WARNING: sys/param.h: in the future, the compiler will take precedence
configure:6409: checking for sys/param.h
configure:6416: result: yes
configure:6455: checking for feof_unlocked
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define feof_unlocked to an innocuous variant, in case <limits.h> declares feof_unlocked.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define feof_unlocked innocuous_feof_unlocked
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char feof_unlocked (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef feof_unlocked
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char feof_unlocked ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_feof_unlocked) || defined (__stub___feof_unlocked)
| choke me
| #else
| char (*f) () = feof_unlocked;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != feof_unlocked;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for fgets_unlocked
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define fgets_unlocked to an innocuous variant, in case <limits.h> declares fgets_unlocked.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fgets_unlocked innocuous_fgets_unlocked
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fgets_unlocked (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fgets_unlocked
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char fgets_unlocked ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_fgets_unlocked) || defined (__stub___fgets_unlocked)
| choke me
| #else
| char (*f) () = fgets_unlocked;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != fgets_unlocked;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for getcwd
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define getcwd to an innocuous variant, in case <limits.h> declares getcwd.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getcwd innocuous_getcwd
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getcwd (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getcwd
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char getcwd ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_getcwd) || defined (__stub___getcwd)
| choke me
| #else
| char (*f) () = getcwd;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getcwd;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for getegid
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define getegid to an innocuous variant, in case <limits.h> declares getegid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getegid innocuous_getegid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getegid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getegid
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char getegid ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_getegid) || defined (__stub___getegid)
| choke me
| #else
| char (*f) () = getegid;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getegid;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for geteuid
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define geteuid to an innocuous variant, in case <limits.h> declares geteuid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define geteuid innocuous_geteuid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char geteuid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef geteuid
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char geteuid ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_geteuid) || defined (__stub___geteuid)
| choke me
| #else
| char (*f) () = geteuid;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != geteuid;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for getgid
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define getgid to an innocuous variant, in case <limits.h> declares getgid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getgid innocuous_getgid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getgid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getgid
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char getgid ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_getgid) || defined (__stub___getgid)
| choke me
| #else
| char (*f) () = getgid;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getgid;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for getuid
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define getuid to an innocuous variant, in case <limits.h> declares getuid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getuid innocuous_getuid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getuid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getuid
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char getuid ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_getuid) || defined (__stub___getuid)
| choke me
| #else
| char (*f) () = getuid;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getuid;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for mempcpy
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mempcpy innocuous_mempcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mempcpy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef mempcpy
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char mempcpy ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_mempcpy) || defined (__stub___mempcpy)
| choke me
| #else
| char (*f) () = mempcpy;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != mempcpy;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for munmap
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define munmap to an innocuous variant, in case <limits.h> declares munmap.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define munmap innocuous_munmap
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char munmap (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef munmap
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char munmap ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_munmap) || defined (__stub___munmap)
| choke me
| #else
| char (*f) () = munmap;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != munmap;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for putenv
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define putenv to an innocuous variant, in case <limits.h> declares putenv.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define putenv innocuous_putenv
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char putenv (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef putenv
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char putenv ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_putenv) || defined (__stub___putenv)
| choke me
| #else
| char (*f) () = putenv;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != putenv;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for setenv
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define setenv to an innocuous variant, in case <limits.h> declares setenv.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setenv innocuous_setenv
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setenv (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef setenv
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char setenv ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_setenv) || defined (__stub___setenv)
| choke me
| #else
| char (*f) () = setenv;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != setenv;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for setlocale
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define setlocale to an innocuous variant, in case <limits.h> declares setlocale.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setlocale innocuous_setlocale
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setlocale (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef setlocale
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char setlocale ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_setlocale) || defined (__stub___setlocale)
| choke me
| #else
| char (*f) () = setlocale;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != setlocale;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for stpcpy
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define stpcpy to an innocuous variant, in case <limits.h> declares stpcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define stpcpy innocuous_stpcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char stpcpy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef stpcpy
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char stpcpy ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_stpcpy) || defined (__stub___stpcpy)
| choke me
| #else
| char (*f) () = stpcpy;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != stpcpy;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for strchr
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define strchr to an innocuous variant, in case <limits.h> declares strchr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strchr innocuous_strchr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strchr (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strchr
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char strchr ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_strchr) || defined (__stub___strchr)
| choke me
| #else
| char (*f) () = strchr;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != strchr;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for strcasecmp
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define strcasecmp to an innocuous variant, in case <limits.h> declares strcasecmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strcasecmp innocuous_strcasecmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strcasecmp (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strcasecmp
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char strcasecmp ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
| choke me
| #else
| char (*f) () = strcasecmp;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != strcasecmp;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for strdup
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define strdup to an innocuous variant, in case <limits.h> declares strdup.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strdup innocuous_strdup
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strdup (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strdup
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char strdup ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_strdup) || defined (__stub___strdup)
| choke me
| #else
| char (*f) () = strdup;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != strdup;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for strtoul
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define strtoul to an innocuous variant, in case <limits.h> declares strtoul.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strtoul innocuous_strtoul
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strtoul (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strtoul
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char strtoul ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_strtoul) || defined (__stub___strtoul)
| choke me
| #else
| char (*f) () = strtoul;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != strtoul;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for tsearch
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define tsearch to an innocuous variant, in case <limits.h> declares tsearch.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define tsearch innocuous_tsearch
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char tsearch (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef tsearch
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char tsearch ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_tsearch) || defined (__stub___tsearch)
| choke me
| #else
| char (*f) () = tsearch;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != tsearch;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for __argz_count
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define __argz_count to an innocuous variant, in case <limits.h> declares __argz_count.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __argz_count innocuous___argz_count
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __argz_count (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef __argz_count
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __argz_count ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub___argz_count) || defined (__stub_____argz_count)
| choke me
| #else
| char (*f) () = __argz_count;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != __argz_count;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for __argz_stringify
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define __argz_stringify to an innocuous variant, in case <limits.h> declares __argz_stringify.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __argz_stringify innocuous___argz_stringify
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __argz_stringify (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef __argz_stringify
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __argz_stringify ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub___argz_stringify) || defined (__stub_____argz_stringify)
| choke me
| #else
| char (*f) () = __argz_stringify;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != __argz_stringify;
| ;
| return 0;
| }
configure:6543: result: no
configure:6455: checking for __argz_next
configure:6512: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6518: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| /* Define __argz_next to an innocuous variant, in case <limits.h> declares __argz_next.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __argz_next innocuous___argz_next
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __argz_next (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef __argz_next
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char __argz_next ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub___argz_next) || defined (__stub_____argz_next)
| choke me
| #else
| char (*f) () = __argz_next;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != __argz_next;
| ;
| return 0;
| }
configure:6543: result: no
configure:6568: checking for iconv
configure:6595: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6601: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:6646: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre -liconv >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6652: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:6680: result: no, consider installing GNU libiconv
configure:6772: checking for nl_langinfo and CODESET
configure:6793: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6799: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <langinfo.h>
| int
| main ()
| {
| char* cs = nl_langinfo(CODESET);
| ;
| return 0;
| }
configure:6825: result: no
configure:6836: checking for LC_MESSAGES
configure:6857: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6863: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <locale.h>
| int
| main ()
| {
| return LC_MESSAGES
| ;
| return 0;
| }
configure:6888: result: no
configure:6898: checking whether NLS is requested
configure:6907: result: yes
configure:6921: checking whether included gettext is requested
configure:6931: result: no
configure:6951: checking libintl.h usability
configure:6963: gcc -c -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:6969: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define ENABLE_NLS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libintl.h>
configure:6992: result: no
configure:6996: checking libintl.h presence
configure:7006: gcc -E conftest.c
configure:7012: $? = 0
configure:7032: result: yes
configure:7045: WARNING: libintl.h: present but cannot be compiled
configure:7047: WARNING: libintl.h: check for missing prerequisite headers?
configure:7049: WARNING: libintl.h: see the Autoconf documentation
configure:7051: WARNING: libintl.h: section "Present But Cannot Be Compiled"
configure:7053: WARNING: libintl.h: proceeding with the preprocessor's result
configure:7055: WARNING: libintl.h: in the future, the compiler will take precedence
configure:7067: checking for libintl.h
configure:7074: result: yes
configure:7079: checking for GNU gettext in libc
configure:7102: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:7108: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define ENABLE_NLS 1
| /* end confdefs.h. */
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + _nl_msg_cat_cntr
| ;
| return 0;
| }
configure:7133: result: no
configure:7137: checking for GNU gettext in libintl
configure:7162: gcc -o conftest -g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre -lintl >&5
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
cc1: error: invalid option `t'
configure:7168: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bluefish"
| #define VERSION "1.0.5"
| #define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
| #define CONFIGURE_OPTIONS "./configure "
| #define PLATFORM_SOLARIS 1
| #define STDC_HEADERS 1
| #define HAVE_ATLEAST_GTK_2_2 1
| #define HAVE_ATLEAST_GTK_2_4 1
| #define HAVE_GNOME_VFS 1
| #define HAVE_ATLEAST_GNOMEVFS_2_2 1
| #define HAVE_ATLEAST_GNOMEVFS_2_6 1
| #define HAVE_ATLEAST_GNOMEUI_2_6 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_MATH_H 1
| #define HAVE_TIME_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_MSG_H 1
| #define EXTERNAL_FIND "/usr/bin/find"
| #define EXTERNAL_GREP "/usr/bin/grep"
| #define WITH_SPC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (int *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define const
| #define off_t long
| #define size_t unsigned
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define ENABLE_NLS 1
| /* end confdefs.h. */
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + _nl_msg_cat_cntr
| ;
| return 0;
| }
configure:7194: result: no
configure:7447: checking for msgfmt
configure:7477: result: no
configure:7483: checking for gmsgfmt
configure:7514: result: :
configure:7523: checking for xgettext
configure:7553: result: no
configure:7599: checking for bison
configure:7628: result: no
configure:7686: checking for catalogs to be installed
configure:7706: result: 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
configure:7729: checking for msgmerge
configure:7760: result: /usr/bin/msgmerge
configure:7957: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on grumble
config.status:721: creating Makefile
config.status:721: creating icons/Makefile
config.status:721: creating src/Makefile
config.status:721: creating po/Makefile
config.status:721: creating data/Makefile
config.status:721: creating man/Makefile
config.status:825: creating src/config.h
config.status:1021: src/config.h is unchanged
config.status:1179: executing default-1 commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=sparc-sun-solaris2.10
ac_cv_build_alias=sparc-sun-solaris2.10
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=no
ac_cv_c_inline=inline
ac_cv_c_stack_direction=-1
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func___argz_count=no
ac_cv_func___argz_next=no
ac_cv_func___argz_stringify=no
ac_cv_func_alloca_works=no
ac_cv_func_feof_unlocked=no
ac_cv_func_fgets_unlocked=no
ac_cv_func_getcwd=no
ac_cv_func_getegid=no
ac_cv_func_geteuid=no
ac_cv_func_getgid=no
ac_cv_func_getpagesize=no
ac_cv_func_getuid=no
ac_cv_func_mempcpy=no
ac_cv_func_mmap_fixed_mapped=no
ac_cv_func_munmap=no
ac_cv_func_putenv=no
ac_cv_func_select_args='int,int *,struct timeval *'
ac_cv_func_setenv=no
ac_cv_func_setlocale=no
ac_cv_func_stpcpy=no
ac_cv_func_strcasecmp=no
ac_cv_func_strchr=no
ac_cv_func_strdup=no
ac_cv_func_strtoul=no
ac_cv_func_tsearch=no
ac_cv_gnu_library_2_1=no
ac_cv_have_pcre_utf8_support=no
ac_cv_header_argz_h=no
ac_cv_header_arpa_inet_h=yes
ac_cv_header_aspell_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=no
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=no
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=no
ac_cv_header_string_h=no
ac_cv_header_strings_h=no
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_msg_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=no
ac_cv_header_time=no
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=no
ac_cv_host=sparc-sun-solaris2.10
ac_cv_host_alias=sparc-sun-solaris2.10
ac_cv_lib_aspell_new_aspell_config=no
ac_cv_lib_cposix_strerror=no
ac_cv_lib_posix4_nanosleep=no
ac_cv_lib_rt_nanosleep=no
ac_cv_objext=o
ac_cv_os_cray=no
ac_cv_path_EXTERNAL_FIND=/usr/bin/find
ac_cv_path_EXTERNAL_GREP=/usr/bin/grep
ac_cv_path_GMSGFMT=:
ac_cv_path_MSGFMT=:
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_PCRE_CONFIG=/usr/local/bin/pcre-config
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_UPDATE_DESKTOP=no
ac_cv_path_UPDATE_MIME=/usr/bin/update-mime-database
ac_cv_path_XGETTEXT=:
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=:
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep=egrep
ac_cv_prog_make_make_set=yes
ac_cv_type_off_t=no
ac_cv_type_size_t=no
ac_cv_working_alloca_h=no
am_cv_func_iconv='no, consider installing GNU libiconv'
am_cv_langinfo_codeset=no
am_cv_lib_iconv=no
am_cv_val_LC_MESSAGES=no
gt_cv_func_gnugettext1_libc=no
gt_cv_func_gnugettext1_libintl=no
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALLOCA='alloca.o'
ALL_LINGUAS='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'
BUILD_INCLUDED_LIBINTL='yes'
CATALOGS=' bg.gmo cs.gmo da.gmo de.gmo es.gmo eu.gmo fi.gmo fr.gmo hu.gmo it.gmo ja.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sr.gmo sv.gmo ta.gmo tr.gmo zh_CN.gmo zh_TW.gmo'
CATOBJEXT='.gmo'
CC='gcc'
CFLAGS='-g -O2 -Wall -pipe -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2 -I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include -I/usr/include/libxml2 -I/usr/local/include'
CPP='gcc -E'
CPPFLAGS=''
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='egrep'
EXEEXT=''
EXTERNAL_FIND='/usr/bin/find'
EXTERNAL_GREP='/usr/bin/grep'
FDMENU='/usr/share/applications'
FDMIME='/usr/share/mime'
GAPPREG='/usr/share/application-registry'
GENCAT='gencat'
GLIBC21='no'
GMIMEINFO='/usr/share/mime-info'
GMOFILES=' bg.gmo cs.gmo da.gmo de.gmo es.gmo eu.gmo fi.gmo fr.gmo hu.gmo it.gmo ja.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sr.gmo sv.gmo ta.gmo tr.gmo zh_CN.gmo zh_TW.gmo'
GMSGFMT=':'
GNOME1MENU='no'
HAVE_GNOME_VFS='1'
ICONPATH='/usr/share/pixmaps'
INSTALLDATA='install-update-mime install-fdmenu install-fdmime install-gnome-2.4-mime install-gnome-2.4-appreg install-icon'
INSTALLMAIN=' install-icon'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTOBJEXT='.mo'
INTLBISON=':'
INTLLIBS='$(top_builddir)/intl/libintl.a '
INTLOBJS='$(GETTOBJS)'
INTL_LIBTOOL_SUFFIX_PREFIX=''
LDFLAGS=''
LIBICONV=''
LIBOBJS=''
LIBS=' -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -mt -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -mt -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lresolv -lnsl -lsocket -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lpcre'
LTLIBOBJS=''
MAKEMAIN=''
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT=':'
MSGMERGE='/usr/bin/msgmerge'
OBJEXT='o'
PACKAGE='bluefish'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCRE_CONFIG='/usr/local/bin/pcre-config'
PKG_CONFIG='/usr/bin/pkg-config'
POFILES=' bg.po cs.po da.po de.po es.po eu.po fi.po fr.po hu.po it.po ja.po no.po pl.po pt.po pt_BR.po ru.po sk.po sr.po sv.po ta.po tr.po zh_CN.po zh_TW.po'
POSUB='po'
RANLIB=':'
SET_MAKE=''
SHELL='/bin/bash'
UPDATE_DESKTOP='no'
UPDATE_MIME='/usr/bin/update-mime-database'
USE_INCLUDED_LIBINTL='yes'
USE_NLS='no'
VERSION='1.0.5'
XGETTEXT=':'
ac_ct_CC='gcc'
ac_ct_RANLIB=':'
bindir='${exec_prefix}/bin'
build='sparc-sun-solaris2.10'
build_alias=''
build_cpu='sparc'
build_os='solaris2.10'
build_vendor='sun'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='sparc-sun-solaris2.10'
host_alias=''
host_cpu='sparc'
host_os='solaris2.10'
host_vendor='sun'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${prefix}/share/locale'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
pkgdatadir='${prefix}/share/bluefish/'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define CONFIGURE_OPTIONS "./configure "
#define CURRENT_VERSION_NAME "bluefish 1.0.5 HTML editor"
#define C_ALLOCA 1
#define ENABLE_NLS 1
#define EXTERNAL_FIND "/usr/bin/find"
#define EXTERNAL_GREP "/usr/bin/grep"
#define HAVE_ARPA_INET_H 1
#define HAVE_ATLEAST_GNOMEUI_2_6 1
#define HAVE_ATLEAST_GNOMEVFS_2_2 1
#define HAVE_ATLEAST_GNOMEVFS_2_6 1
#define HAVE_ATLEAST_GTK_2_2 1
#define HAVE_ATLEAST_GTK_2_4 1
#define HAVE_CTYPE_H 1
#define HAVE_DIRENT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GETOPT_H 1
#define HAVE_GNOME_VFS 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MATH_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDIO_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_MSG_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_TIME_H 1
#define PACKAGE "bluefish"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PLATFORM_SOLARIS 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (int *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define STACK_DIRECTION -1
#define STDC_HEADERS 1
#define VERSION "1.0.5"
#define WITH_SPC 1
#define const
#define off_t long
#define size_t unsigned
configure: exit 0
./configure
checking for gcc... gcc
checking for C compiler default output file name... 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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for strerror in -lcposix... no
checking for inline... inline
checking for a BSD-compatible install... ./install-sh -c
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
platform... solaris
checking for a BSD-compatible install... ./install-sh -c
checking how to run the C preprocessor... gcc -E
checking for egrep... egrep
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... yes
checking for gnome-vfs >= 2.2... yes
checking for gnome-vfs >= 2.6... yes
checking for libgnomeui >= 2.6... yes
checking for pcre-config... /usr/local/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... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking aspell.h usability... no
checking aspell.h presence... yes
configure: WARNING: aspell.h: present but cannot be compiled
configure: WARNING: aspell.h: check for missing prerequisite headers?
configure: WARNING: aspell.h: see the Autoconf documentation
configure: WARNING: aspell.h: section "Present But Cannot Be Compiled"
configure: WARNING: aspell.h: proceeding with the preprocessor's result
configure: WARNING: aspell.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
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) no
checking for unistd.h... (cached) no
checking for string.h... (cached) no
checking for strings.h... (cached) no
checking errno.h usability... no
checking errno.h presence... yes
configure: WARNING: errno.h: present but cannot be compiled
configure: WARNING: errno.h: check for missing prerequisite headers?
configure: WARNING: errno.h: see the Autoconf documentation
configure: WARNING: errno.h: section "Present But Cannot Be Compiled"
configure: WARNING: errno.h: proceeding with the preprocessor's result
configure: WARNING: errno.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for errno.h... yes
checking stdio.h usability... no
checking stdio.h presence... yes
configure: WARNING: stdio.h: present but cannot be compiled
configure: WARNING: stdio.h: check for missing prerequisite headers?
configure: WARNING: stdio.h: see the Autoconf documentation
configure: WARNING: stdio.h: section "Present But Cannot Be Compiled"
configure: WARNING: stdio.h: proceeding with the preprocessor's result
configure: WARNING: stdio.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for stdio.h... yes
checking for sys/stat.h... (cached) no
checking ctype.h usability... no
checking ctype.h presence... yes
configure: WARNING: ctype.h: present but cannot be compiled
configure: WARNING: ctype.h: check for missing prerequisite headers?
configure: WARNING: ctype.h: see the Autoconf documentation
configure: WARNING: ctype.h: section "Present But Cannot Be Compiled"
configure: WARNING: ctype.h: proceeding with the preprocessor's result
configure: WARNING: ctype.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for ctype.h... yes
checking getopt.h usability... no
checking getopt.h presence... yes
configure: WARNING: getopt.h: present but cannot be compiled
configure: WARNING: getopt.h: check for missing prerequisite headers?
configure: WARNING: getopt.h: see the Autoconf documentation
configure: WARNING: getopt.h: section "Present But Cannot Be Compiled"
configure: WARNING: getopt.h: proceeding with the preprocessor's result
configure: WARNING: getopt.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for getopt.h... yes
checking math.h usability... no
checking math.h presence... yes
configure: WARNING: math.h: present but cannot be compiled
configure: WARNING: math.h: check for missing prerequisite headers?
configure: WARNING: math.h: see the Autoconf documentation
configure: WARNING: math.h: section "Present But Cannot Be Compiled"
configure: WARNING: math.h: proceeding with the preprocessor's result
configure: WARNING: math.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for math.h... yes
checking time.h usability... no
checking time.h presence... yes
configure: WARNING: time.h: present but cannot be compiled
configure: WARNING: time.h: check for missing prerequisite headers?
configure: WARNING: time.h: see the Autoconf documentation
configure: WARNING: time.h: section "Present But Cannot Be Compiled"
configure: WARNING: time.h: proceeding with the preprocessor's result
configure: WARNING: time.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for time.h... yes
checking for sys/types.h... (cached) no
checking fcntl.h usability... no
checking fcntl.h presence... yes
configure: WARNING: fcntl.h: present but cannot be compiled
configure: WARNING: fcntl.h: check for missing prerequisite headers?
configure: WARNING: fcntl.h: see the Autoconf documentation
configure: WARNING: fcntl.h: section "Present But Cannot Be Compiled"
configure: WARNING: fcntl.h: proceeding with the preprocessor's result
configure: WARNING: fcntl.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for fcntl.h... yes
checking netdb.h usability... no
checking netdb.h presence... yes
configure: WARNING: netdb.h: present but cannot be compiled
configure: WARNING: netdb.h: check for missing prerequisite headers?
configure: WARNING: netdb.h: see the Autoconf documentation
configure: WARNING: netdb.h: section "Present But Cannot Be Compiled"
configure: WARNING: netdb.h: proceeding with the preprocessor's result
configure: WARNING: netdb.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for netdb.h... yes
checking netinet/in.h usability... no
checking netinet/in.h presence... yes
configure: WARNING: netinet/in.h: present but cannot be compiled
configure: WARNING: netinet/in.h: check for missing prerequisite headers?
configure: WARNING: netinet/in.h: see the Autoconf documentation
configure: WARNING: netinet/in.h: section "Present But Cannot Be Compiled"
configure: WARNING: netinet/in.h: proceeding with the preprocessor's result
configure: WARNING: netinet/in.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for netinet/in.h... yes
checking sys/socket.h usability... no
checking sys/socket.h presence... yes
configure: WARNING: sys/socket.h: present but cannot be compiled
configure: WARNING: sys/socket.h: check for missing prerequisite headers?
configure: WARNING: sys/socket.h: see the Autoconf documentation
configure: WARNING: sys/socket.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/socket.h: proceeding with the preprocessor's result
configure: WARNING: sys/socket.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for sys/socket.h... yes
checking arpa/inet.h usability... no
checking arpa/inet.h presence... yes
configure: WARNING: arpa/inet.h: present but cannot be compiled
configure: WARNING: arpa/inet.h: check for missing prerequisite headers?
configure: WARNING: arpa/inet.h: see the Autoconf documentation
configure: WARNING: arpa/inet.h: section "Present But Cannot Be Compiled"
configure: WARNING: arpa/inet.h: proceeding with the preprocessor's result
configure: WARNING: arpa/inet.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for arpa/inet.h... yes
checking dirent.h usability... no
checking dirent.h presence... yes
configure: WARNING: dirent.h: present but cannot be compiled
configure: WARNING: dirent.h: check for missing prerequisite headers?
configure: WARNING: dirent.h: see the Autoconf documentation
configure: WARNING: dirent.h: section "Present But Cannot Be Compiled"
configure: WARNING: dirent.h: proceeding with the preprocessor's result
configure: WARNING: dirent.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for dirent.h... yes
checking sys/select.h usability... no
checking sys/select.h presence... yes
configure: WARNING: sys/select.h: present but cannot be compiled
configure: WARNING: sys/select.h: check for missing prerequisite headers?
configure: WARNING: sys/select.h: see the Autoconf documentation
configure: WARNING: sys/select.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/select.h: proceeding with the preprocessor's result
configure: WARNING: sys/select.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for sys/select.h... yes
checking sys/time.h usability... no
checking sys/time.h presence... yes
configure: WARNING: sys/time.h: present but cannot be compiled
configure: WARNING: sys/time.h: check for missing prerequisite headers?
configure: WARNING: sys/time.h: see the Autoconf documentation
configure: WARNING: sys/time.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/time.h: proceeding with the preprocessor's result
configure: WARNING: sys/time.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for sys/time.h... yes
checking sys/ipc.h usability... no
checking sys/ipc.h presence... yes
configure: WARNING: sys/ipc.h: present but cannot be compiled
configure: WARNING: sys/ipc.h: check for missing prerequisite headers?
configure: WARNING: sys/ipc.h: see the Autoconf documentation
configure: WARNING: sys/ipc.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/ipc.h: proceeding with the preprocessor's result
configure: WARNING: sys/ipc.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for sys/ipc.h... yes
checking sys/msg.h usability... no
checking sys/msg.h presence... yes
configure: WARNING: sys/msg.h: present but cannot be compiled
configure: WARNING: sys/msg.h: check for missing prerequisite headers?
configure: WARNING: sys/msg.h: see the Autoconf documentation
configure: WARNING: sys/msg.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/msg.h: proceeding with the preprocessor's result
configure: WARNING: sys/msg.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
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,int *,struct timeval *
checking whether time.h and sys/time.h may both be included... no
checking freedesktop.org menu directory... /usr/share/applications
checking for update-desktop-database... no
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... :
checking for an ANSI C-conforming const... no
checking for off_t... no
checking for size_t... no
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) no
checking for unistd.h... (cached) no
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... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... no
checking limits.h presence... yes
configure: WARNING: limits.h: present but cannot be compiled
configure: WARNING: limits.h: check for missing prerequisite headers?
configure: WARNING: limits.h: see the Autoconf documentation
configure: WARNING: limits.h: section "Present But Cannot Be Compiled"
configure: WARNING: limits.h: proceeding with the preprocessor's result
configure: WARNING: limits.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for limits.h... yes
checking locale.h usability... no
checking locale.h presence... yes
configure: WARNING: locale.h: present but cannot be compiled
configure: WARNING: locale.h: check for missing prerequisite headers?
configure: WARNING: locale.h: see the Autoconf documentation
configure: WARNING: locale.h: section "Present But Cannot Be Compiled"
configure: WARNING: locale.h: proceeding with the preprocessor's result
configure: WARNING: locale.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for locale.h... yes
checking nl_types.h usability... no
checking nl_types.h presence... yes
configure: WARNING: nl_types.h: present but cannot be compiled
configure: WARNING: nl_types.h: check for missing prerequisite headers?
configure: WARNING: nl_types.h: see the Autoconf documentation
configure: WARNING: nl_types.h: section "Present But Cannot Be Compiled"
configure: WARNING: nl_types.h: proceeding with the preprocessor's result
configure: WARNING: nl_types.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for nl_types.h... yes
checking malloc.h usability... no
checking malloc.h presence... yes
configure: WARNING: malloc.h: present but cannot be compiled
configure: WARNING: malloc.h: check for missing prerequisite headers?
configure: WARNING: malloc.h: see the Autoconf documentation
configure: WARNING: malloc.h: section "Present But Cannot Be Compiled"
configure: WARNING: malloc.h: proceeding with the preprocessor's result
configure: WARNING: malloc.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for malloc.h... yes
checking stddef.h usability... no
checking stddef.h presence... yes
configure: WARNING: stddef.h: present but cannot be compiled
configure: WARNING: stddef.h: check for missing prerequisite headers?
configure: WARNING: stddef.h: see the Autoconf documentation
configure: WARNING: stddef.h: section "Present But Cannot Be Compiled"
configure: WARNING: stddef.h: proceeding with the preprocessor's result
configure: WARNING: stddef.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for stddef.h... yes
checking for stdlib.h... (cached) no
checking for string.h... (cached) no
checking for unistd.h... (cached) no
checking sys/param.h usability... no
checking sys/param.h presence... yes
configure: WARNING: sys/param.h: present but cannot be compiled
configure: WARNING: sys/param.h: check for missing prerequisite headers?
configure: WARNING: sys/param.h: see the Autoconf documentation
configure: WARNING: sys/param.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/param.h: proceeding with the preprocessor's result
configure: WARNING: sys/param.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
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... no
checking libintl.h presence... yes
configure: WARNING: libintl.h: present but cannot be compiled
configure: WARNING: libintl.h: check for missing prerequisite headers?
configure: WARNING: libintl.h: see the Autoconf documentation
configure: WARNING: libintl.h: section "Present But Cannot Be Compiled"
configure: WARNING: libintl.h: proceeding with the preprocessor's result
configure: WARNING: libintl.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for libintl.h... yes
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for bison... no
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
no gmsgfmt - NLS disabled
no msfmt - NLS disabled
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
-----------
If you like this program, please let me know and send me
a postcard and tell me what city/country you're from:
Olivier Sessink
Thorbeckestraat 470
6702 CJ
Wageningen
The Netherlands
make
make[1]: Entering directory `/export/home0/bluefish-1.0.5/src'
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\"
-DPKGDATADIR=\"/usr/local/share/bluefish/\" -DHAVE_CONFIG_H -g -O2 -Wall -pipe
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include
-I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt
-DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include
-I/usr/include/bonobo-activation-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/orbit-2.0 -DORBIT2=1 -mt -I/usr/include/libgnomeui-2.0
-I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0
-I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0
-I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include
-I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/sfw/include/freetype2
-I/usr/sfw/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/openwin/include
-I/usr/include/libxml2 -I/usr/local/include -c -o about.o about.c
cc1: error: invalid option `t'
cc1: error: invalid option `t'
make[1]: *** [about.o] Error 1
make[1]: Leaving directory `/export/home0/bluefish-1.0.5/src'
make: *** [all] Error 2