Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2003 20:20:34 +0100
From:      Joan Picanyol <lists-freebsd@biaix.org>
To:        gnome@freebsd.org
Subject:   compiling galeon2 w/o mozilla-gtk2
Message-ID:  <20031223192034.GA41963@grummit.biaix.org>

next in thread | raw e-mail | index | archive | help

--2oS5YaxWCcQjTEyO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

I'm trying to compile galeon2 on my system. I don't have a full blown
mozilla, just mozilla-headers and mozilla-firebird, but I'd guess that
should be enough...

(19:58:26 <~>) 0 $ portupgrade -sf galeon2
--->  Upgrading 'galeon2-1.3.9_1' to 'galeon2-1.3.10_1' (www/galeon2)
[...]
===>   galeon2-1.3.10_1 depends on file: /usr/X11R6/include/mozilla/gtkembedmoz/gtkmozembed.h - found
===>   galeon2-1.3.10_1 depends on file: /usr/X11R6/lib/mozilla-gtk2/components/libwidget_gtk2.so - found
[...]
checking for mozilla-gtkmozembed-gtk2... Package mozilla-gtkmozembed-gtk2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `mozilla-gtkmozembed-gtk2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mozilla-gtkmozembed-gtk2' found

configure: error: Library requirements (mozilla-gtkmozembed-gtk2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
===>  Script "configure" failed unexpectedly.
      Please report the problem to gnome@freebsd.org [maintainer] and attach
      the
      "/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/www/galeon2/work/galeon-1.3.10/config.log"
      including the output of the failure of your make command. Also, it might
      be a good idea to provide an overview of all packages installed on your
      system (e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /fs/bulk/mount/FreeBSD/ports/www/galeon2.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade49955.0 make
** Fix the problem and try again.
** The following packages were not installed or upgraded (*:skipped / !:failed)
        ! www/galeon2 (galeon2-1.3.9_1) (configure error)

Following the PKG_CONFIG_PATH hint, I've symlinked
/usr/X11R6/libdata/pkgconfig/mozilla-gtkmozembed-gtk2 to
mozilla-gtkmozembed (which is attached) and the build is going on. This
is obviously a workaround which is going to cause me trouble in the long
run. What's the way to fix it?

tks
--
pica

--2oS5YaxWCcQjTEyO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="config.log"

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

It was created by galeon configure 1.3.10, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure --with-mozilla-includes=/usr/X11R6/include/mozilla --with-mozilla-libs=/usr/X11R6/lib/mozilla-gtk2 --enable-nautilus-view=no --with-mozilla-snapshot=1.5 --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --localstatedir=/usr/X11R6/share/gnome --datadir=/usr/X11R6/share/gnome --with-html-dir=/usr/X11R6/share/doc --disable-gtk-doc --with-gconf-source=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults --prefix=/usr/X11R6 --build=i386-portbld-freebsd4.9

## --------- ##
## Platform. ##
## --------- ##

hostname = grummit.biaix.org
uname -m = i386
uname -r = 4.9-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 4.9-RELEASE #1: Tue Oct 28 16:29:40 CET 2003     joan@grummit.biaix.org:/fs/tmp/mount/tmp/build/obj/fs/bulk/mount/FreeBSD/src/sys/GRUMMIT 

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/libexec/libtool13
PATH: /command
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /command
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /home/joan/bin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1521: checking for a BSD-compatible install
configure:1575: result: /usr/bin/install -c 
configure:1586: checking whether build environment is sane
configure:1629: result: yes
configure:1662: checking for gawk
configure:1691: result: no
configure:1662: checking for mawk
configure:1691: result: no
configure:1662: checking for nawk
configure:1678: found /usr/bin/nawk
configure:1688: result: nawk
configure:1698: checking whether gmake sets $(MAKE)
configure:1718: result: yes
configure:1958: checking whether to enable maintainer-specific portions of Makefiles
configure:1967: result: no
configure:2021: checking build system type
configure:2039: result: i386-portbld-freebsd4.9
configure:2047: checking host system type
configure:2061: result: i386-portbld-freebsd4.9
configure:2081: checking for style of include used by gmake
configure:2109: result: GNU
configure:2180: checking for gcc
configure:2206: result: cc
configure:2450: checking for C compiler version
configure:2453: cc --version </dev/null >&5
2.95.4
configure:2456: $? = 0
configure:2458: cc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
configure:2461: $? = 0
configure:2463: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:2466: $? = 1
configure:2490: checking for C compiler default output
configure:2493: cc -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
configure:2496: $? = 0
configure:2542: result: a.out
configure:2547: checking whether the C compiler works
configure:2553: ./a.out
configure:2556: $? = 0
configure:2573: result: yes
configure:2580: checking whether we are cross compiling
configure:2582: result: no
configure:2585: checking for suffix of executables
configure:2587: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
configure:2590: $? = 0
configure:2615: result: 
configure:2621: checking for suffix of object files
configure:2643: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:2646: $? = 0
configure:2668: result: o
configure:2672: checking whether we are using the GNU C compiler
configure:2697: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:2700: $? = 0
configure:2703: test -s conftest.o
configure:2706: $? = 0
configure:2719: result: yes
configure:2725: checking whether cc accepts -g
configure:2747: cc -c -g -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:2750: $? = 0
configure:2753: test -s conftest.o
configure:2756: $? = 0
configure:2767: result: yes
configure:2784: checking for cc option to accept ANSI C
configure:2845: cc  -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:2848: $? = 0
configure:2851: test -s conftest.o
configure:2854: $? = 0
configure:2872: result: none needed
configure:2890: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
conftest.c:2: syntax error before `me'
configure:2893: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3004: checking dependency style of cc
configure:3087: result: gcc
configure:3126: checking for ld used by GCC
configure:3189: result: /usr/libexec/elf/ld
configure:3198: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.12.1 [FreeBSD] 2002-07-20
configure:3210: result: yes
configure:3215: checking for /usr/libexec/elf/ld option to reload object files
configure:3222: result: -r
configure:3227: checking for BSD-compatible nm
configure:3263: result: /usr/bin/nm -B
configure:3266: checking for a sed that does not truncate output
configure:3348: result: /usr/bin/sed
configure:3351: checking whether ln -s works
configure:3355: result: yes
configure:3362: checking how to recognise dependent libraries
configure:3543: result: pass_all
configure:3556: checking command to parse /usr/bin/nm -B output
configure:3640: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:3643: $? = 0
configure:3647: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3650: $? = 0
configure:3702: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE  conftest.c conftstm.o >&5
configure:3705: $? = 0
configure:3749: result: ok
configure:3758: checking how to run the C preprocessor
configure:3794: cc -E -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c
configure:3800: $? = 0
configure:3832: cc -E -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c
configure:3834: ac_nonexistent.h: No such file or directory
configure:3838: $? = 1
configure: failed program was:
| #line 3824 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "galeon"
| #define PACKAGE_TARNAME "galeon"
| #define PACKAGE_VERSION "1.3.10"
| #define PACKAGE_STRING "galeon 1.3.10"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=galeon"
| #define PACKAGE "galeon"
| #define VERSION "1.3.10"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3876: result: cc -E
configure:3901: cc -E -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c
configure:3907: $? = 0
configure:3939: cc -E -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c
configure:3941: ac_nonexistent.h: No such file or directory
configure:3945: $? = 1
configure: failed program was:
| #line 3931 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "galeon"
| #define PACKAGE_TARNAME "galeon"
| #define PACKAGE_VERSION "1.3.10"
| #define PACKAGE_STRING "galeon 1.3.10"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=galeon"
| #define PACKAGE "galeon"
| #define VERSION "1.3.10"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3988: checking for egrep
configure:3998: result: grep -E
configure:4003: checking for ANSI C header files
configure:4029: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:4032: $? = 0
configure:4035: test -s conftest.o
configure:4038: $? = 0
configure:4130: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
configure:4133: $? = 0
configure:4135: ./conftest
configure:4138: $? = 0
configure:4153: result: yes
configure:4177: checking for sys/types.h
configure:4194: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:4197: $? = 0
configure:4200: test -s conftest.o
configure:4203: $? = 0
configure:4214: result: yes
configure:4177: checking for sys/stat.h
configure:4194: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:4197: $? = 0
configure:4200: test -s conftest.o
configure:4203: $? = 0
configure:4214: result: yes
configure:4177: checking for stdlib.h
configure:4194: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:4197: $? = 0
configure:4200: test -s conftest.o
configure:4203: $? = 0
configure:4214: result: yes
configure:4177: checking for string.h
configure:4194: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:4197: $? = 0
configure:4200: test -s conftest.o
configure:4203: $? = 0
configure:4214: result: yes
configure:4177: checking for memory.h
configure:4194: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:4197: $? = 0
configure:4200: test -s conftest.o
configure:4203: $? = 0
configure:4214: result: yes
configure:4177: checking for strings.h
configure:4194: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:4197: $? = 0
configure:4200: test -s conftest.o
configure:4203: $? = 0
configure:4214: result: yes
configure:4177: checking for inttypes.h
configure:4194: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:4197: $? = 0
configure:4200: test -s conftest.o
configure:4203: $? = 0
configure:4214: result: yes
configure:4177: checking for stdint.h
configure:4194: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:4236: stdint.h: No such file or directory
configure:4197: $? = 1
configure: failed program was:
| #line 4183 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "galeon"
| #define PACKAGE_TARNAME "galeon"
| #define PACKAGE_VERSION "1.3.10"
| #define PACKAGE_STRING "galeon 1.3.10"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=galeon"
| #define PACKAGE "galeon"
| #define VERSION "1.3.10"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_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 <stdint.h>
configure:4214: result: no
configure:4177: checking for unistd.h
configure:4194: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:4197: $? = 0
configure:4200: test -s conftest.o
configure:4203: $? = 0
configure:4214: result: yes
configure:4240: checking dlfcn.h usability
configure:4253: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:4256: $? = 0
configure:4259: test -s conftest.o
configure:4262: $? = 0
configure:4272: result: yes
configure:4276: checking dlfcn.h presence
configure:4287: cc -E -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c
configure:4293: $? = 0
configure:4312: result: yes
configure:4348: checking for dlfcn.h
configure:4355: result: yes
configure:4553: checking for ranlib
configure:4569: found /usr/bin/ranlib
configure:4580: result: ranlib
configure:4633: checking for strip
configure:4649: found /usr/bin/strip
configure:4660: result: strip
configure:4870: checking for objdir
configure:4881: result: .libs
configure:4898: checking for cc option to produce PIC
configure:5044: result: -fPIC
configure:5048: checking if cc PIC flag -fPIC works
configure:5072: cc -c -O2 -pipe -march=pentiumpro -fPIC -DPIC -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:5075: $? = 0
configure:5078: test -s conftest.o
configure:5081: $? = 0
configure:5119: result: yes
configure:5135: checking if cc static flag -static works
configure:5160: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE  -static conftest.c -L/usr/local/lib -pthread >&5
configure:5163: $? = 0
configure:5166: test -s conftest
configure:5169: $? = 0
configure:5185: result: yes
configure:5197: checking if cc supports -c -o file.o
configure:5217: cc -c -O2 -pipe -march=pentiumpro -o out/conftest2.o -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:5241: result: yes
configure:5246: checking if cc supports -c -o file.lo
configure:5274: cc -c -O2 -pipe -march=pentiumpro -c -o conftest.lo -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:5277: $? = 0
configure:5280: test -s conftest.lo
configure:5283: $? = 0
configure:5305: result: yes
configure:5336: checking if cc supports -fno-rtti -fno-exceptions
configure:5359: cc -c -O2 -pipe -march=pentiumpro -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:5362: $? = 0
configure:5365: test -s conftest.o
configure:5368: $? = 0
configure:5385: result: yes
configure:5396: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries
configure:6091: result: yes
configure:6096: checking how to hardcode library paths into programs
configure:6120: result: immediate
configure:6125: checking whether stripping libraries is possible
configure:6130: result: yes
configure:6141: checking dynamic linker characteristics
configure:6548: result: freebsd4.9 ld.so
configure:6553: checking if libtool supports shared libraries
configure:6555: result: yes
configure:6558: checking whether to build shared libraries
configure:6579: result: yes
configure:6582: checking whether to build static libraries
configure:6586: result: no
configure:7260: checking whether -lc should be explicitly linked in
configure:7268: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:7271: $? = 0
configure:7285: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7288: $? = 1
configure:7301: result: yes
configure:7877: checking for strerror in -lcposix
configure:7908: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE  conftest.c -lcposix  -L/usr/local/lib -pthread >&5
/usr/libexec/elf/ld: cannot find -lcposix
configure:7911: $? = 1
configure: failed program was:
| #line 7885 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "galeon"
| #define PACKAGE_TARNAME "galeon"
| #define PACKAGE_VERSION "1.3.10"
| #define PACKAGE_STRING "galeon 1.3.10"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=galeon"
| #define PACKAGE "galeon"
| #define VERSION "1.3.10"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 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 strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:7929: result: no
configure:7983: checking for gcc
configure:8009: result: cc
configure:8253: checking for C compiler version
configure:8256: cc --version </dev/null >&5
2.95.4
configure:8259: $? = 0
configure:8261: cc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
configure:8264: $? = 0
configure:8266: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:8269: $? = 1
configure:8272: checking whether we are using the GNU C compiler
configure:8319: result: yes
configure:8325: checking whether cc accepts -g
configure:8367: result: yes
configure:8384: checking for cc option to accept ANSI C
configure:8472: result: none needed
configure:8490: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
conftest.c:2: syntax error before `me'
configure:8493: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:8604: checking dependency style of cc
configure:8687: result: gcc
configure:8798: checking for C++ compiler version
configure:8801: c++ --version </dev/null >&5
2.95.4
configure:8804: $? = 0
configure:8806: c++ -v </dev/null >&5
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
configure:8809: $? = 0
configure:8811: c++ -V </dev/null >&5
c++: argument to `-V' missing

configure:8814: $? = 1
configure:8817: checking whether we are using the GNU C++ compiler
configure:8842: c++ -c  -O2 -pipe -march=pentiumpro -O3 -fmemoize-lookups -fsave-memoized -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.cc >&5
configure:8845: $? = 0
configure:8848: test -s conftest.o
configure:8851: $? = 0
configure:8864: result: yes
configure:8870: checking whether c++ accepts -g
configure:8892: c++ -c -g -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.cc >&5
configure:8895: $? = 0
configure:8898: test -s conftest.o
configure:8901: $? = 0
configure:8912: result: yes
configure:8956: c++ -c  -O2 -pipe -march=pentiumpro -O3 -fmemoize-lookups -fsave-memoized -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.cc >&5
configure:8959: $? = 0
configure:8962: test -s conftest.o
configure:8965: $? = 0
configure:8992: c++ -c  -O2 -pipe -march=pentiumpro -O3 -fmemoize-lookups -fsave-memoized -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.cc >&5
configure:8995: $? = 0
configure:8998: test -s conftest.o
configure:9001: $? = 0
configure:9026: checking dependency style of c++
configure:9109: result: gcc
configure:9129: checking for cc option to accept ANSI C
configure:9193: cc  -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5
configure:9196: $? = 0
configure:9199: test -s conftest.o
configure:9202: $? = 0
configure:9217: result: none needed
configure:9228: checking for ANSI C header files
configure:9378: result: yes
configure:9454: checking for perl
configure:9472: found /usr/bin/perl
configure:9484: result: /usr/bin/perl
configure:9518: checking for glib-genmarshal
configure:9536: found /usr/local/bin/glib-genmarshal
configure:9548: result: /usr/local/bin/glib-genmarshal
configure:9561: checking for scandir
configure:9611: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
configure:9614: $? = 0
configure:9617: test -s conftest
configure:9620: $? = 0
configure:9631: result: yes
configure:9561: checking for bind_textdomain_codeset
configure:9611: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE  conftest.c -L/usr/local/lib -pthread >&5
/tmp/ccAzxpDu.o: In function `main':
/tmp/ccAzxpDu.o(.text+0x9): undefined reference to `bind_textdomain_codeset'
/tmp/ccAzxpDu.o(.data+0x0): undefined reference to `bind_textdomain_codeset'
configure:9614: $? = 1
configure: failed program was:
| #line 9567 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "galeon"
| #define PACKAGE_TARNAME "galeon"
| #define PACKAGE_VERSION "1.3.10"
| #define PACKAGE_STRING "galeon 1.3.10"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=galeon"
| #define PACKAGE "galeon"
| #define VERSION "1.3.10"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_SCANDIR 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char bind_textdomain_codeset (); 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
| /* 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 bind_textdomain_codeset ();
| /* 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_bind_textdomain_codeset) || defined (__stub___bind_textdomain_codeset)
| choke me
| #else
| char (*f) () = bind_textdomain_codeset;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != bind_textdomain_codeset;
|   ;
|   return 0;
| }
configure:9631: result: no
configure:9662: checking if NautilusView Galeon component is wanted
configure:9683: result: no
configure:9719: checking for pkg-config
configure:9737: found /usr/local/bin/pkg-config
configure:9750: result: /usr/local/bin/pkg-config
configure:9767: checking for 		  gtk+-2.0 >= 2.2.0 		  libxml-2.0 >= 2.4.0 		  libgnomeui-2.0 >= 2.0.5 		  libbonoboui-2.0 >= 2.1.1 		  libglade-2.0 >= 2.0.0 		  libbonobo-2.0 >= 2.0.0 		  glib-2.0 >= 2.0.0 		  gobject-2.0 >= 2.0.0 		  gdk-pixbuf-2.0 >= 2.2.0 		  gdk-2.0 >= 2.2.0 		  bonobo-activation-2.0 >= 2.0.0 		  ORBit-2.0 >= 2.0.0 		  gnome-vfs-2.0 >= 2.0.0		  gnome-vfs-module-2.0 >= 2.0.0		  gconf-2.0 >= 2.0.0 		   		  
configure:9822: result: yes
configure:9826: checking GALEON_DEPENDENCY_CFLAGS
configure:9846: result: -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/gnome-vfs-module-2.0  
configure:9849: checking GALEON_DEPENDENCY_LIBS
configure:9869: result: -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -latk-1.0 -lbonobo-2 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgnomevfs-2 -lbonobo-activation -lgconf-2 -lORBit-2 -lgobject-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv  
configure:10013: checking for mozilla-gtkmozembed-gtk2
configure:10052: error: Library requirements (mozilla-gtkmozembed-gtk2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_func_bind_textdomain_codeset=no
am_cv_CC_dependencies_compiler_type=gcc
ac_cv_env_CXXFLAGS_value=' -O2 -pipe -march=pentiumpro -O3 -fmemoize-lookups -fsave-memoized'
ac_cv_header_stdlib_h=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_lib_cposix_strerror=no
ac_cv_prog_cc_g=yes
ac_cv_env_LDFLAGS_set=
ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
lt_cv_prog_cc_can_build_shared=yes
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=
ac_cv_env_CFLAGS_set=set
ac_cv_prog_make_gmake_set=yes
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=set
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_no_builtin=
ac_cv_cxx_compiler_gnu=yes
lt_cv_prog_cc_shlib=
ac_cv_env_CXX_set=set
lt_cv_prog_cc_static=-static
ac_cv_env_host_alias_set=
ac_cv_path_GLIB_GENMARSHAL=/usr/local/bin/glib-genmarshal
lt_cv_ld_reload_flag=-r
lt_cv_archive_cmds_need_lc=yes
ac_cv_header_sys_stat_h=yes
lt_cv_prog_gnu_ld=yes
ac_cv_env_build_alias_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_target_alias_set=
ac_cv_prog_cc_stdc=
ac_cv_host_alias=i386-portbld-freebsd4.9
ac_cv_env_CFLAGS_value='-O2 -pipe -march=pentiumpro'
ac_cv_env_CC_set=set
lt_cv_prog_cc_wl=-Wl,
ac_cv_header_sys_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_strings_h=yes
lt_cv_path_SED=/usr/bin/sed
ac_cv_header_stdint_h=no
ac_cv_header_inttypes_h=yes
ac_cv_prog_egrep='grep -E'
ac_cv_header_unistd_h=yes
ac_cv_header_string_h=yes
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_path_LD=/usr/libexec/elf/ld
ac_cv_build_alias=i386-portbld-freebsd4.9
ac_cv_env_CPPFLAGS_value='-I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE'
ac_cv_func_scandir=yes
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_header_memory_h=yes
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXX_value=c++
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_host=i386-portbld-freebsd4.9
ac_cv_env_host_alias_value=
ac_cv_prog_cxx_g=yes
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
am_cv_prog_cc_stdc=
lt_cv_compiler_c_o=yes
lt_cv_prog_cc_pic_works=yes
lt_cv_file_magic_test_file=
am_cv_CXX_dependencies_compiler_type=gcc
ac_cv_prog_CPP='cc -E'
ac_cv_build=i386-portbld-freebsd4.9
ac_cv_prog_AWK=nawk
ac_cv_env_build_alias_value=i386-portbld-freebsd4.9
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_deplibs_check_method=pass_all
ac_cv_prog_ac_ct_CC=cc
lt_cv_compiler_o_lo=yes
ac_cv_env_target_alias_value=
ac_cv_env_CC_value=cc
lt_cv_path_NM='/usr/bin/nm -B'
ac_cv_env_CPP_set=
ac_cv_header_dlfcn_h=yes
ac_cv_objext=o

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/www/galeon2/work/galeon-1.3.10/missing --run aclocal-1.7 '
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/www/galeon2/work/galeon-1.3.10/missing --run tar'
AUTOCONF='${SHELL} /fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/www/galeon2/work/galeon-1.3.10/missing --run autoconf'
AUTOHEADER='${SHELL} /fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/www/galeon2/work/galeon-1.3.10/missing --run autoheader'
AUTOMAKE='${SHELL} /fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/www/galeon2/work/galeon-1.3.10/missing --run automake-1.7'
AWK='nawk'
BONOBO_ACTIVATION_IDL='/usr/local/share/idl/bonobo-activation-2.0'
BONOBO_ACTIVATION_REQUIRED='2.0.0'
CATALOGS=''
CATOBJEXT=''
CC='cc'
CCDEPMODE='depmode=gcc'
CFLAGS='-O2 -pipe -march=pentiumpro'
CPP='cc -E'
CPPFLAGS='-I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE'
CXX='c++'
CXXDEPMODE='depmode=gcc'
CXXFLAGS=' -O2 -pipe -march=pentiumpro -O3 -fmemoize-lookups -fsave-memoized'
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_GTKHTML_EMBED_FALSE=''
ENABLE_GTKHTML_EMBED_TRUE=''
ENABLE_NAUTILUS_VIEW_FALSE=''
ENABLE_NAUTILUS_VIEW_TRUE='#'
EXEEXT=''
GALEON_DEPENDENCY_CFLAGS='-DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/gnome-vfs-module-2.0  '
GALEON_DEPENDENCY_LIBS='-Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -latk-1.0 -lbonobo-2 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgnomevfs-2 -lbonobo-activation -lgconf-2 -lORBit-2 -lgobject-2.0 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv  '
GCONFTOOL=''
GCONF_REQUIRED='2.0.0'
GCONF_SCHEMAS_INSTALL_FALSE=''
GCONF_SCHEMAS_INSTALL_TRUE=''
GCONF_SCHEMA_CONFIG_SOURCE=''
GCONF_SCHEMA_FILE_DIR=''
GETTEXT_PACKAGE=''
GLIB_GENMARSHAL='/usr/local/bin/glib-genmarshal'
GLIB_REQUIRED='2.0.0'
GMOFILES=''
GMSGFMT=''
GNOME_VFS_REQUIRED='2.0.0'
GTKHTML_CFLAGS=''
GTKHTML_LIBS=''
GTK_REQUIRED='2.2.0'
HAVE_SCANDIR_FALSE='#'
HAVE_SCANDIR_TRUE=''
INSTALL_DATA='install -c  -m 444'
INSTALL_PROGRAM='install -c -s  -m 555'
INSTALL_SCRIPT='install -c  -m 555'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -k -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -p'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -s -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache'
INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache'
LDFLAGS=''
LIBBONOBOUI_REQUIRED='2.1.1'
LIBBONOBO_IDL='/usr/local/share/idl/bonobo-2.0'
LIBBONOBO_REQUIRED='2.0.0'
LIBGLADE_REQUIRED='2.0.0'
LIBGNOMEUI_REQUIRED='2.0.5'
LIBOBJS=''
LIBS='-L/usr/local/lib -pthread'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBXML_REQUIRED='2.4.0'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/www/galeon2/work/galeon-1.3.10/missing --run makeinfo'
MKINSTALLDIRS=''
MOZILLA_COMPONENT_CFLAGS=''
MOZILLA_COMPONENT_LIBS=''
MOZILLA_HOME=''
MOZILLA_INCLUDE_ROOT=''
MOZILLA_REQUIRED='1.3'
MSGFMT=''
OBJEXT='o'
ORBIT_IDL='/usr/local/bin/orbit-idl-2'
ORBIT_REQUIRED='2.0.0'
PACKAGE='galeon'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=galeon'
PACKAGE_NAME='galeon'
PACKAGE_STRING='galeon 1.3.10'
PACKAGE_TARNAME='galeon'
PACKAGE_VERSION='1.3.10'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
SCROLLKEEPER_REQUIRED='0.1.4'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_NLS=''
VERSION='1.3.10'
XGETTEXT=''
ac_ct_CC='cc'
ac_ct_CXX=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i386-portbld-freebsd4.9'
build_alias='i386-portbld-freebsd4.9'
build_cpu='i386'
build_os='freebsd4.9'
build_vendor='portbld'
datadir='/usr/X11R6/share/gnome'
exec_prefix='NONE'
host='i386-portbld-freebsd4.9'
host_alias=''
host_cpu='i386'
host_os='freebsd4.9'
host_vendor='portbld'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/www/galeon2/work/galeon-1.3.10/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='/usr/X11R6/share/gnome'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/X11R6'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_SCANDIR 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "galeon"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=galeon"
#define PACKAGE_NAME "galeon"
#define PACKAGE_STRING "galeon 1.3.10"
#define PACKAGE_TARNAME "galeon"
#define PACKAGE_VERSION "1.3.10"
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "1.3.10"

configure: exit 1

--2oS5YaxWCcQjTEyO
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="mozilla-gtkmozembed.pc"

prefix=/usr/X11R6
exec_prefix=/usr/X11R6
libdir=/usr/X11R6/lib/mozilla-gtk2
includedir=/usr/X11R6/include/mozilla

Name: Mozilla Gtk Embedding Widget
Description: Mozilla Embedding Widget for Gtk+
Version: 1.4
Requires: mozilla-xpcom = 1.4
Libs: -L${libdir} -lgtkembedmoz 
Cflags: -I${includedir}/gtkembedmoz

--2oS5YaxWCcQjTEyO--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031223192034.GA41963>