Error compiling network-manager-applet



Hi, I'm new to the list and to network manager, but I am an experienced programmer. I have compiled and installed suscessfully network-manager, but I have failed to install network-manager-applet.

By the way, the instructions on the web page http://projects.gnome.org/NetworkManager/developers/ regarding the installation of network-manager-applet have a mistake, as it says

cd NetworkManager

when it should say

cd network-manager-applet


Here is the error:

gcc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -DORBIT2=1 -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/gnome-keyring-1 -I../../src/gconf-helpers -I../../src -Wall -Werror -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare -MT libutils_la-utils.lo -MD -MP -MF .deps/libutils_la-utils.Tpo -c utils.c -fPIC -DPIC -o .libs/libutils_la-utils.o
utils.c: In function ‘utils_fill_connection_certs’:
utils.c:232: error: too many arguments to function ‘nm_setting_802_1x_set_ca_cert_from_file’ utils.c:239: error: too many arguments to function ‘nm_setting_802_1x_set_client_cert_from_file’ utils.c:246: error: too many arguments to function ‘nm_setting_802_1x_set_phase2_ca_cert_from_file’ utils.c:253: error: too many arguments to function ‘nm_setting_802_1x_set_phase2_client_cert_from_file’



I think it is a problem of libraries versions, but as configure didn't fail, there might be a problem with configure. I have attached my config.log.

Thanks,
--santilin





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

It was created by nm-applet configure 0.7.0, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var

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

hostname = localhost.localdomain
uname -m = i686
uname -r = 2.6.26-1-686
uname -s = Linux
uname -v = #1 SMP Thu Oct 9 15:18:09 UTC 2008

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

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

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games


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

configure:2060: checking for a BSD-compatible install
configure:2116: result: /usr/bin/install -c
configure:2127: checking whether build environment is sane
configure:2170: result: yes
configure:2198: checking for a thread-safe mkdir -p
configure:2237: result: /bin/mkdir -p
configure:2250: checking for gawk
configure:2280: result: no
configure:2250: checking for mawk
configure:2266: found /usr/bin/mawk
configure:2277: result: mawk
configure:2288: checking whether make sets $(MAKE)
configure:2309: result: yes
configure:2497: checking whether to enable maintainer-specific portions of Makefiles
configure:2506: result: no
configure:2571: checking for gcc
configure:2587: found /usr/bin/gcc
configure:2598: result: gcc
configure:2836: checking for C compiler version
configure:2843: gcc --version >&5
gcc (Debian 4.3.2-1) 4.3.2
Copyright (C) 2008 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:2846: $? = 0
configure:2853: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1) 
configure:2856: $? = 0
configure:2863: gcc -V >&5
gcc: '-V' option must have argument
configure:2866: $? = 1
configure:2889: checking for C compiler default output file name
configure:2916: gcc    conftest.c  >&5
configure:2919: $? = 0
configure:2957: result: a.out
configure:2974: checking whether the C compiler works
configure:2984: ./a.out
configure:2987: $? = 0
configure:3004: result: yes
configure:3011: checking whether we are cross compiling
configure:3013: result: no
configure:3016: checking for suffix of executables
configure:3023: gcc -o conftest    conftest.c  >&5
configure:3026: $? = 0
configure:3050: result: 
configure:3056: checking for suffix of object files
configure:3082: gcc -c   conftest.c >&5
configure:3085: $? = 0
configure:3108: result: o
configure:3112: checking whether we are using the GNU C compiler
configure:3141: gcc -c   conftest.c >&5
configure:3147: $? = 0
configure:3164: result: yes
configure:3169: checking whether gcc accepts -g
configure:3199: gcc -c -g  conftest.c >&5
configure:3205: $? = 0
configure:3304: result: yes
configure:3321: checking for gcc option to accept ISO C89
configure:3395: gcc  -c -g -O2  conftest.c >&5
configure:3401: $? = 0
configure:3424: result: none needed
configure:3453: checking for style of include used by make
configure:3481: result: GNU
configure:3506: checking dependency style of gcc
configure:3597: result: gcc3
configure:3613: checking whether gcc and cc understand -c and -o together
configure:3648: gcc -c conftest.c -o conftest2.o >&5
configure:3651: $? = 0
configure:3657: gcc -c conftest.c -o conftest2.o >&5
configure:3660: $? = 0
configure:3671: cc -c conftest.c >&5
configure:3674: $? = 0
configure:3682: cc -c conftest.c -o conftest2.o >&5
configure:3685: $? = 0
configure:3691: cc -c conftest.c -o conftest2.o >&5
configure:3694: $? = 0
configure:3712: result: yes
configure:3751: checking for a BSD-compatible install
configure:3807: result: /usr/bin/install -c
configure:3896: checking build system type
configure:3914: result: i686-pc-linux-gnu
configure:3936: checking host system type
configure:3951: result: i686-pc-linux-gnu
configure:3973: checking for a sed that does not truncate output
configure:4029: result: /bin/sed
configure:4032: checking for grep that handles long lines and -e
configure:4106: result: /bin/grep
configure:4111: checking for egrep
configure:4189: result: /bin/grep -E
configure:4205: checking for ld used by gcc
configure:4272: result: /usr/bin/ld
configure:4281: checking if the linker (/usr/bin/ld) is GNU ld
configure:4296: result: yes
configure:4301: checking for /usr/bin/ld option to reload object files
configure:4308: result: -r
configure:4326: checking for BSD-compatible nm
configure:4375: result: /usr/bin/nm -B
configure:4379: checking whether ln -s works
configure:4383: result: yes
configure:4390: checking how to recognize dependent libraries
configure:4576: result: pass_all
configure:4821: checking how to run the C preprocessor
configure:4861: gcc -E  conftest.c
configure:4867: $? = 0
configure:4898: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4904: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "nm-applet"
| #define PACKAGE_TARNAME "nm-applet"
| #define PACKAGE_VERSION "0.7.0"
| #define PACKAGE_STRING "nm-applet 0.7.0"
| #define PACKAGE_BUGREPORT "dcbw redhat com"
| #define PACKAGE "nm-applet"
| #define VERSION "0.7.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4937: result: gcc -E
configure:4966: gcc -E  conftest.c
configure:4972: $? = 0
configure:5003: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5009: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "nm-applet"
| #define PACKAGE_TARNAME "nm-applet"
| #define PACKAGE_VERSION "0.7.0"
| #define PACKAGE_STRING "nm-applet 0.7.0"
| #define PACKAGE_BUGREPORT "dcbw redhat com"
| #define PACKAGE "nm-applet"
| #define VERSION "0.7.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5047: checking for ANSI C header files
configure:5077: gcc -c -g -O2  conftest.c >&5
configure:5083: $? = 0
configure:5182: gcc -o conftest -g -O2   conftest.c  >&5
configure:5185: $? = 0
configure:5191: ./conftest
configure:5194: $? = 0
configure:5211: result: yes
configure:5235: checking for sys/types.h
configure:5256: gcc -c -g -O2  conftest.c >&5
configure:5262: $? = 0
configure:5278: result: yes
configure:5235: checking for sys/stat.h
configure:5256: gcc -c -g -O2  conftest.c >&5
configure:5262: $? = 0
configure:5278: result: yes
configure:5235: checking for stdlib.h
configure:5256: gcc -c -g -O2  conftest.c >&5
configure:5262: $? = 0
configure:5278: result: yes
configure:5235: checking for string.h
configure:5256: gcc -c -g -O2  conftest.c >&5
configure:5262: $? = 0
configure:5278: result: yes
configure:5235: checking for memory.h
configure:5256: gcc -c -g -O2  conftest.c >&5
configure:5262: $? = 0
configure:5278: result: yes
configure:5235: checking for strings.h
configure:5256: gcc -c -g -O2  conftest.c >&5
configure:5262: $? = 0
configure:5278: result: yes
configure:5235: checking for inttypes.h
configure:5256: gcc -c -g -O2  conftest.c >&5
configure:5262: $? = 0
configure:5278: result: yes
configure:5235: checking for stdint.h
configure:5256: gcc -c -g -O2  conftest.c >&5
configure:5262: $? = 0
configure:5278: result: yes
configure:5235: checking for unistd.h
configure:5256: gcc -c -g -O2  conftest.c >&5
configure:5262: $? = 0
configure:5278: result: yes
configure:5305: checking dlfcn.h usability
configure:5322: gcc -c -g -O2  conftest.c >&5
configure:5328: $? = 0
configure:5342: result: yes
configure:5346: checking dlfcn.h presence
configure:5361: gcc -E  conftest.c
configure:5367: $? = 0
configure:5381: result: yes
configure:5414: checking for dlfcn.h
configure:5422: result: yes
configure:5493: checking for g++
configure:5509: found /usr/bin/g++
configure:5520: result: g++
configure:5551: checking for C++ compiler version
configure:5558: g++ --version >&5
g++ (Debian 4.3.2-1) 4.3.2
Copyright (C) 2008 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:5561: $? = 0
configure:5568: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1) 
configure:5571: $? = 0
configure:5578: g++ -V >&5
g++: '-V' option must have argument
configure:5581: $? = 1
configure:5584: checking whether we are using the GNU C++ compiler
configure:5613: g++ -c   conftest.cpp >&5
configure:5619: $? = 0
configure:5636: result: yes
configure:5641: checking whether g++ accepts -g
configure:5671: g++ -c -g  conftest.cpp >&5
configure:5677: $? = 0
configure:5776: result: yes
configure:5801: checking dependency style of g++
configure:5892: result: gcc3
configure:5917: checking how to run the C++ preprocessor
configure:5953: g++ -E  conftest.cpp
configure:5959: $? = 0
configure:5990: g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:5996: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "nm-applet"
| #define PACKAGE_TARNAME "nm-applet"
| #define PACKAGE_VERSION "0.7.0"
| #define PACKAGE_STRING "nm-applet 0.7.0"
| #define PACKAGE_BUGREPORT "dcbw redhat com"
| #define PACKAGE "nm-applet"
| #define VERSION "0.7.0"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6029: result: g++ -E
configure:6058: g++ -E  conftest.cpp
configure:6064: $? = 0
configure:6095: g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6101: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "nm-applet"
| #define PACKAGE_TARNAME "nm-applet"
| #define PACKAGE_VERSION "0.7.0"
| #define PACKAGE_STRING "nm-applet 0.7.0"
| #define PACKAGE_BUGREPORT "dcbw redhat com"
| #define PACKAGE "nm-applet"
| #define VERSION "0.7.0"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6194: checking for g77
configure:6224: result: no
configure:6194: checking for xlf
configure:6224: result: no
configure:6194: checking for f77
configure:6224: result: no
configure:6194: checking for frt
configure:6224: result: no
configure:6194: checking for pgf77
configure:6224: result: no
configure:6194: checking for cf77
configure:6224: result: no
configure:6194: checking for fort77
configure:6224: result: no
configure:6194: checking for fl32
configure:6224: result: no
configure:6194: checking for af77
configure:6224: result: no
configure:6194: checking for xlf90
configure:6224: result: no
configure:6194: checking for f90
configure:6224: result: no
configure:6194: checking for pgf90
configure:6224: result: no
configure:6194: checking for pghpf
configure:6224: result: no
configure:6194: checking for epcf90
configure:6224: result: no
configure:6194: checking for gfortran
configure:6224: result: no
configure:6194: checking for g95
configure:6224: result: no
configure:6194: checking for xlf95
configure:6224: result: no
configure:6194: checking for f95
configure:6224: result: no
configure:6194: checking for fort
configure:6224: result: no
configure:6194: checking for ifort
configure:6224: result: no
configure:6194: checking for ifc
configure:6224: result: no
configure:6194: checking for efc
configure:6224: result: no
configure:6194: checking for pgf95
configure:6224: result: no
configure:6194: checking for lf95
configure:6224: result: no
configure:6194: checking for ftn
configure:6224: result: no
configure:6251: checking for Fortran 77 compiler version
configure:6258:  --version >&5
./configure: line 6259: --version: command not found
configure:6261: $? = 127
configure:6268:  -v >&5
./configure: line 6269: -v: command not found
configure:6271: $? = 127
configure:6278:  -V >&5
./configure: line 6279: -V: command not found
configure:6281: $? = 127
configure:6289: checking whether we are using the GNU Fortran 77 compiler
configure:6308:  -c  conftest.F >&5
./configure: line 6309: -c: command not found
configure:6314: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:6331: result: no
configure:6337: checking whether  accepts -g
configure:6354:  -c -g conftest.f >&5
./configure: line 6355: -c: command not found
configure:6360: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:6376: result: no
configure:6405: checking the maximum length of command line arguments
configure:6517: result: 98304
configure:6529: checking command to parse /usr/bin/nm -B output from gcc object
configure:6634: gcc -c -g -O2  conftest.c >&5
configure:6637: $? = 0
configure:6641: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6644: $? = 0
configure:6696: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6699: $? = 0
configure:6737: result: ok
configure:6741: checking for objdir
configure:6756: result: .libs
configure:6848: checking for ar
configure:6864: found /usr/bin/ar
configure:6875: result: ar
configure:6944: checking for ranlib
configure:6960: found /usr/bin/ranlib
configure:6971: result: ranlib
configure:7040: checking for strip
configure:7056: found /usr/bin/strip
configure:7067: result: strip
configure:7665: checking if gcc supports -fno-rtti -fno-exceptions
configure:7683: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7687: $? = 0
configure:7700: result: no
configure:7715: checking for gcc option to produce PIC
configure:7947: result: -fPIC
configure:7955: checking if gcc PIC flag -fPIC works
configure:7973: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:7977: $? = 0
configure:7990: result: yes
configure:8018: checking if gcc static flag -static works
configure:8046: result: yes
configure:8056: checking if gcc supports -c -o file.o
configure:8077: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8081: $? = 0
configure:8103: result: yes
configure:8129: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9110: result: yes
configure:9131: checking whether -lc should be explicitly linked in
configure:9136: gcc -c -g -O2  conftest.c >&5
configure:9139: $? = 0
configure:9154: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9157: $? = 0
configure:9169: result: no
configure:9177: checking dynamic linker characteristics
configure:9791: result: GNU/Linux ld.so
configure:9815: checking how to hardcode library paths into programs
configure:9840: result: immediate
configure:9854: checking whether stripping libraries is possible
configure:9859: result: yes
configure:10661: checking if libtool supports shared libraries
configure:10663: result: yes
configure:10666: checking whether to build shared libraries
configure:10687: result: yes
configure:10690: checking whether to build static libraries
configure:10694: result: yes
configure:10788: creating libtool
configure:11381: checking for ld used by g++
configure:11448: result: /usr/bin/ld
configure:11457: checking if the linker (/usr/bin/ld) is GNU ld
configure:11472: result: yes
configure:11523: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:12469: result: yes
configure:12486: g++ -c -g -O2  conftest.cpp >&5
configure:12489: $? = 0
configure:12645: checking for g++ option to produce PIC
configure:12929: result: -fPIC
configure:12937: checking if g++ PIC flag -fPIC works
configure:12955: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:12959: $? = 0
configure:12972: result: yes
configure:13000: checking if g++ static flag -static works
configure:13028: result: yes
configure:13038: checking if g++ supports -c -o file.o
configure:13059: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:13063: $? = 0
configure:13085: result: yes
configure:13111: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:13140: result: yes
configure:13207: checking dynamic linker characteristics
configure:13769: result: GNU/Linux ld.so
configure:13793: checking how to hardcode library paths into programs
configure:13818: result: immediate
configure:20079: checking for ANSI C header files
configure:20243: result: yes
configure:20273: checking fcntl.h usability
configure:20290: gcc -c -g -O2  conftest.c >&5
configure:20296: $? = 0
configure:20310: result: yes
configure:20314: checking fcntl.h presence
configure:20329: gcc -E  conftest.c
configure:20335: $? = 0
configure:20349: result: yes
configure:20382: checking for fcntl.h
configure:20390: result: yes
configure:20273: checking paths.h usability
configure:20290: gcc -c -g -O2  conftest.c >&5
configure:20296: $? = 0
configure:20310: result: yes
configure:20314: checking paths.h presence
configure:20329: gcc -E  conftest.c
configure:20335: $? = 0
configure:20349: result: yes
configure:20382: checking for paths.h
configure:20390: result: yes
configure:20273: checking sys/ioctl.h usability
configure:20290: gcc -c -g -O2  conftest.c >&5
configure:20296: $? = 0
configure:20310: result: yes
configure:20314: checking sys/ioctl.h presence
configure:20329: gcc -E  conftest.c
configure:20335: $? = 0
configure:20349: result: yes
configure:20382: checking for sys/ioctl.h
configure:20390: result: yes
configure:20273: checking sys/time.h usability
configure:20290: gcc -c -g -O2  conftest.c >&5
configure:20296: $? = 0
configure:20310: result: yes
configure:20314: checking sys/time.h presence
configure:20329: gcc -E  conftest.c
configure:20335: $? = 0
configure:20349: result: yes
configure:20382: checking for sys/time.h
configure:20390: result: yes
configure:20273: checking syslog.h usability
configure:20290: gcc -c -g -O2  conftest.c >&5
configure:20296: $? = 0
configure:20310: result: yes
configure:20314: checking syslog.h presence
configure:20329: gcc -E  conftest.c
configure:20335: $? = 0
configure:20349: result: yes
configure:20382: checking for syslog.h
configure:20390: result: yes
configure:20263: checking for unistd.h
configure:20269: result: yes
configure:20404: checking for mode_t
configure:20434: gcc -c -g -O2  conftest.c >&5
configure:20440: $? = 0
configure:20455: result: yes
configure:20467: checking for pid_t
configure:20497: gcc -c -g -O2  conftest.c >&5
configure:20503: $? = 0
configure:20518: result: yes
configure:20530: checking whether time.h and sys/time.h may both be included
configure:20560: gcc -c -g -O2  conftest.c >&5
configure:20566: $? = 0
configure:20581: result: yes
configure:20593: checking whether gcc needs -traditional
configure:20635: result: no
configure:20642: checking for working memcmp
configure:20695: gcc -o conftest -g -O2   conftest.c  >&5
configure:20698: $? = 0
configure:20704: ./conftest
configure:20707: $? = 0
configure:20723: result: yes
configure:20738: checking for select
configure:20794: gcc -o conftest -g -O2   conftest.c  >&5
configure:20800: $? = 0
configure:20818: result: yes
configure:20738: checking for socket
configure:20794: gcc -o conftest -g -O2   conftest.c  >&5
configure:20800: $? = 0
configure:20818: result: yes
configure:20738: checking for uname
configure:20794: gcc -o conftest -g -O2   conftest.c  >&5
configure:20800: $? = 0
configure:20818: result: yes
configure:20848: checking for intltool >= 0.35.0
configure:20855: result: 0.40.0 found
configure:20865: checking for intltool-update
configure:20883: found /usr/bin/intltool-update
configure:20895: result: /usr/bin/intltool-update
configure:20905: checking for intltool-merge
configure:20923: found /usr/bin/intltool-merge
configure:20935: result: /usr/bin/intltool-merge
configure:20945: checking for intltool-extract
configure:20963: found /usr/bin/intltool-extract
configure:20975: result: /usr/bin/intltool-extract
configure:21032: checking for xgettext
configure:21050: found /usr/bin/xgettext
configure:21062: result: /usr/bin/xgettext
configure:21072: checking for msgmerge
configure:21090: found /usr/bin/msgmerge
configure:21102: result: /usr/bin/msgmerge
configure:21112: checking for msgfmt
configure:21130: found /usr/bin/msgfmt
configure:21142: result: /usr/bin/msgfmt
configure:21166: checking for perl
configure:21184: found /usr/bin/perl
configure:21196: result: /usr/bin/perl
configure:21215: checking for XML::Parser
configure:21218: result: ok
configure:21255: gcc -o conftest -g -O2   conftest.c  >&5
configure:21261: $? = 0
configure:21392: checking locale.h usability
configure:21409: gcc -c -g -O2  conftest.c >&5
configure:21415: $? = 0
configure:21429: result: yes
configure:21433: checking locale.h presence
configure:21448: gcc -E  conftest.c
configure:21454: $? = 0
configure:21468: result: yes
configure:21501: checking for locale.h
configure:21509: result: yes
configure:21523: checking for LC_MESSAGES
configure:21549: gcc -o conftest -g -O2   conftest.c  >&5
configure:21555: $? = 0
configure:21572: result: yes
configure:21601: checking libintl.h usability
configure:21618: gcc -c -g -O2  conftest.c >&5
configure:21624: $? = 0
configure:21638: result: yes
configure:21642: checking libintl.h presence
configure:21657: gcc -E  conftest.c
configure:21663: $? = 0
configure:21677: result: yes
configure:21710: checking for libintl.h
configure:21717: result: yes
configure:21728: checking for ngettext in libc
configure:21756: gcc -o conftest -g -O2   conftest.c  >&5
configure:21762: $? = 0
configure:21780: result: yes
configure:21784: checking for dgettext in libc
configure:21812: gcc -o conftest -g -O2   conftest.c  >&5
configure:21818: $? = 0
configure:21836: result: yes
configure:21845: checking for bind_textdomain_codeset
configure:21901: gcc -o conftest -g -O2   conftest.c  >&5
configure:21907: $? = 0
configure:21925: result: yes
configure:22412: checking for msgfmt
configure:22439: result: /usr/bin/msgfmt
configure:22452: checking for dcgettext
configure:22508: gcc -o conftest -g -O2   conftest.c   >&5
conftest.c:60: warning: conflicting types for built-in function 'dcgettext'
configure:22514: $? = 0
configure:22532: result: yes
configure:22543: checking if msgfmt accepts -c
configure:22558: $MSGFMT -c -o /dev/null conftest.foo
configure:22561: $? = 0
configure:22563: result: yes
configure:22573: checking for gmsgfmt
configure:22604: result: /usr/bin/msgfmt
configure:22614: checking for xgettext
configure:22641: result: /usr/bin/xgettext
configure:22670: gcc -o conftest -g -O2   conftest.c   >&5
configure:22676: $? = 0
configure:22903: checking whether byte ordering is bigendian
configure:22936: gcc -c -g -O2  conftest.c >&5
configure:22942: $? = 0
configure:22974: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:46: error: 'not' undeclared (first use in this function)
conftest.c:46: error: (Each undeclared identifier is reported only once
conftest.c:46: error: for each function it appears in.)
conftest.c:46: error: expected ';' before 'big'
configure:22980: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "nm-applet"
| #define PACKAGE_TARNAME "nm-applet"
| #define PACKAGE_VERSION "0.7.0"
| #define PACKAGE_STRING "nm-applet 0.7.0"
| #define PACKAGE_BUGREPORT "dcbw redhat com"
| #define PACKAGE "nm-applet"
| #define VERSION "0.7.0"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_UNAME 1
| #define GETTEXT_PACKAGE "nm-applet"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:23120: result: no
configure:23189: checking for pkg-config
configure:23207: found /usr/bin/pkg-config
configure:23219: result: /usr/bin/pkg-config
configure:23248: checking pkg-config is at least version 0.9.0
configure:23251: result: yes
configure:23262: checking for GOBJECT
configure:23270: $PKG_CONFIG --exists --print-errors "gobject-2.0"
configure:23273: $? = 0
configure:23288: $PKG_CONFIG --exists --print-errors "gobject-2.0"
configure:23291: $? = 0
configure:23367: result: yes
configure:23374: checking for NMA
configure:23393: $PKG_CONFIG --exists --print-errors "dbus-glib-1 >= 0.72
		 glib-2.0 >= 2.10
		 NetworkManager >= 0.7.0
		 libnm_glib >= 0.7.0
		 libnm-util >= 0.7.0
		 libnm_glib_vpn >= 0.7.0
		 gtk+-2.0 >= 2.10
		 libglade-2.0
		 gmodule-export-2.0
		 gconf-2.0
		 gnome-keyring-1
		 libnotify >= 0.4.3"
configure:23407: $? = 0
configure:23444: $PKG_CONFIG --exists --print-errors "dbus-glib-1 >= 0.72
		 glib-2.0 >= 2.10
		 NetworkManager >= 0.7.0
		 libnm_glib >= 0.7.0
		 libnm-util >= 0.7.0
		 libnm_glib_vpn >= 0.7.0
		 gtk+-2.0 >= 2.10
		 libglade-2.0
		 gmodule-export-2.0
		 gconf-2.0
		 gnome-keyring-1
		 libnotify >= 0.4.3"
configure:23458: $? = 0
configure:23589: result: yes
configure:23629: $PKG_CONFIG --exists --print-errors "polkit-gnome"
Package polkit-gnome was not found in the pkg-config search path.
Perhaps you should add the directory containing `polkit-gnome.pc'
to the PKG_CONFIG_PATH environment variable
No package 'polkit-gnome' found
configure:23632: $? = 1
configure:23753: checking for POLKIT
configure:23761: $PKG_CONFIG --exists --print-errors "polkit >= 0.6"
configure:23764: $? = 0
configure:23779: $PKG_CONFIG --exists --print-errors "polkit >= 0.6"
configure:23782: $? = 0
configure:23858: result: yes
configure:23909: checking Linux Wireless Extensions >= 18
configure:23941: gcc -c -g -O2  conftest.c >&5
configure:23947: $? = 0
configure:23961: result: yes
configure:23993: checking for more warnings
configure:23996: result: yes
configure:24005: checking whether gcc understands -Wshadow
configure:24028: gcc -c -Wall -Werror -std=gnu89 -g -O2 -Wshadow  conftest.c >&5
configure:24034: $? = 0
configure:24051: result: yes
configure:24005: checking whether gcc understands -Wmissing-declarations
configure:24028: gcc -c -Wall -Werror -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations  conftest.c >&5
configure:24034: $? = 0
configure:24051: result: yes
configure:24005: checking whether gcc understands -Wmissing-prototypes
configure:24028: gcc -c -Wall -Werror -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes  conftest.c >&5
configure:24034: $? = 0
configure:24051: result: yes
configure:24005: checking whether gcc understands -Wdeclaration-after-statement
configure:24028: gcc -c -Wall -Werror -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement  conftest.c >&5
configure:24034: $? = 0
configure:24051: result: yes
configure:24005: checking whether gcc understands -Wstrict-prototypes
configure:24028: gcc -c -Wall -Werror -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wstrict-prototypes  conftest.c >&5
cc1: warnings being treated as errors
conftest.c:43: error: function declaration isn't a prototype
configure:24034: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "nm-applet"
| #define PACKAGE_TARNAME "nm-applet"
| #define PACKAGE_VERSION "0.7.0"
| #define PACKAGE_STRING "nm-applet 0.7.0"
| #define PACKAGE_BUGREPORT "dcbw redhat com"
| #define PACKAGE "nm-applet"
| #define VERSION "0.7.0"
| #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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_UNAME 1
| #define GETTEXT_PACKAGE "nm-applet"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define NO_POLKIT_GNOME 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:24051: result: no
configure:24005: checking whether gcc understands -Wfloat-equal
configure:24028: gcc -c -Wall -Werror -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wfloat-equal  conftest.c >&5
configure:24034: $? = 0
configure:24051: result: yes
configure:24005: checking whether gcc understands -Wno-unused-parameter
configure:24028: gcc -c -Wall -Werror -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wfloat-equal -Wno-unused-parameter  conftest.c >&5
configure:24034: $? = 0
configure:24051: result: yes
configure:24005: checking whether gcc understands -Wno-sign-compare
configure:24028: gcc -c -Wall -Werror -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare  conftest.c >&5
configure:24034: $? = 0
configure:24051: result: yes
configure:24203: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by nm-applet config.status 0.7.0, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on localhost.localdomain

config.status:734: creating Makefile
config.status:734: creating src/Makefile
config.status:734: creating src/marshallers/Makefile
config.status:734: creating src/utils/Makefile
config.status:734: creating src/gconf-helpers/Makefile
config.status:734: creating src/wireless-security/Makefile
config.status:734: creating src/connection-editor/Makefile
config.status:734: creating icons/Makefile
config.status:734: creating po/Makefile.in
config.status:734: creating config.h
config.status:1027: executing depfiles commands
config.status:1027: executing default-1 commands
config.status:1027: executing po/stamp-it commands

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GOBJECT_CFLAGS_set=
ac_cv_env_GOBJECT_CFLAGS_value=
ac_cv_env_GOBJECT_LIBS_set=
ac_cv_env_GOBJECT_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_NMA_CFLAGS_set=
ac_cv_env_NMA_CFLAGS_value=
ac_cv_env_NMA_LIBS_set=
ac_cv_env_NMA_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_POLKIT_CFLAGS_set=
ac_cv_env_POLKIT_CFLAGS_value=
ac_cv_env_POLKIT_LIBS_set=
ac_cv_env_POLKIT_LIBS_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_f77_compiler_gnu=no
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_select=yes
ac_cv_func_socket=yes
ac_cv_func_uname=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_paths_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_type_mode_t=yes
ac_cv_type_pid_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_val_LC_MESSAGES=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib '
lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/i486-linux-gnu/4.3.2 /usr/lib /lib'
lt_cv_sys_max_cmd_len=98304
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
pkg_cv_GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
pkg_cv_GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0  '
pkg_cv_NMA_CFLAGS='-D_REENTRANT -DORBIT2=1 -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/gnome-keyring-1  '
pkg_cv_NMA_LIBS='-Wl,--export-dynamic -lnm_glib -lnm-util -lnm_glib_vpn -lglade-2.0 -lxml2 -lgconf-2 -lgnome-keyring -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -ldbus-1 -lgobject-2.0 -lglib-2.0  '
pkg_cv_POLKIT_CFLAGS='-I/usr/include/PolicyKit  '
pkg_cv_POLKIT_LIBS='-lpolkit  '

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

ACLOCAL='${SHELL} /home/debian/devel/gnome/network-manager-applet/missing --run aclocal-1.10'
ACLOCAL_AMFLAGS='${ACLOCAL_FLAGS}'
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/debian/devel/gnome/network-manager-applet/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/debian/devel/gnome/network-manager-applet/missing --run autoconf'
AUTOHEADER='${SHELL} /home/debian/devel/gnome/network-manager-applet/missing --run autoheader'
AUTOMAKE='${SHELL} /home/debian/devel/gnome/network-manager-applet/missing --run automake-1.10'
AWK='mawk'
CATALOGS=''
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-Wall -Werror -std=gnu89 -g -O2 -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME='share'
DBUS_CFLAGS=' -DDBUS_VERSION_MAJOR=1 -DDBUS_VERSION_MINOR=2 -DDBUS_VERSION_MICRO=1'
DBUS_SYS_DIR='/etc/dbus-1/system.d'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DISABLE_DEPRECATED=''
DSYMUTIL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
F77=''
FFLAGS=''
GETTEXT_PACKAGE='nm-applet'
GLIB_GENMARSHAL='glib-genmarshal'
GMOFILES=''
GMSGFMT='/usr/bin/msgfmt'
GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0  '
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS=''
INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='/usr/bin/intltool-extract'
INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='/usr/bin/intltool-merge'
INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='/usr/bin/intltool-update'
INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/debian/devel/gnome/network-manager-applet/missing --run makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_OPTS='-c'
MSGMERGE='/usr/bin/msgmerge'
NMA_CFLAGS='-D_REENTRANT -DORBIT2=1 -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/NetworkManager -I/usr/include/libnm-glib -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/gnome-keyring-1  '
NMA_LIBS='-Wl,--export-dynamic -lnm_glib -lnm-util -lnm_glib_vpn -lglade-2.0 -lxml2 -lgconf-2 -lgnome-keyring -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -ldbus-1 -lgobject-2.0 -lglib-2.0  '
NMEDIT=''
NO_POLKIT_GNOME_FALSE='#'
NO_POLKIT_GNOME_TRUE=''
OBJEXT='o'
PACKAGE='nm-applet'
PACKAGE_BUGREPORT='dcbw redhat com'
PACKAGE_NAME='nm-applet'
PACKAGE_STRING='nm-applet 0.7.0'
PACKAGE_TARNAME='nm-applet'
PACKAGE_VERSION='0.7.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
POFILES=''
POLKIT_CFLAGS='-I/usr/include/PolicyKit   -DPOLKIT_VERSION_MAJOR=0 -DPOLKIT_VERSION_MINOR=8 -DPOLKIT_VERSION_MICRO=0'
POLKIT_LIBS='-lpolkit  '
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_NLS='yes'
VERSION='0.7.0'
XGETTEXT='/usr/bin/xgettext'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/debian/devel/gnome/network-manager-applet/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

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

#define PACKAGE_NAME "nm-applet"
#define PACKAGE_TARNAME "nm-applet"
#define PACKAGE_VERSION "0.7.0"
#define PACKAGE_STRING "nm-applet 0.7.0"
#define PACKAGE_BUGREPORT "dcbw redhat com"
#define PACKAGE "nm-applet"
#define VERSION "0.7.0"
#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_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define STDC_HEADERS 1
#define HAVE_FCNTL_H 1
#define HAVE_PATHS_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_UNISTD_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SELECT 1
#define HAVE_SOCKET 1
#define HAVE_UNAME 1
#define GETTEXT_PACKAGE "nm-applet"
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
#define NO_POLKIT_GNOME 1

configure: exit 0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]