Wireshark-dev: Re: [Wireshark-dev] Build failing on SLES 11.2
From: Anders Broman <anders.broman@xxxxxxxxxxxx>
Date: Tue, 23 Feb 2016 13:26:07 +0000
Hi, Here's the configure log: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by wireshark configure 2.1.0, which was generated by GNU Autoconf 2.63. Invocation command line was $ ./configure --prefix=/app/XXXX --with-ssl=/usr/local/ssl --enable-setuid-install --with-gtk2 ## --------- ## ## Platform. ## ## --------- ## hostname = linux-q645 uname -m = x86_64 uname -r = 2.6.31.5-0.1-desktop uname -s = Linux uname -v = #1 SMP PREEMPT 2009-10-26 15:49:03 +0100 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/eth/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/bin/X11 PATH: /usr/X11R6/bin PATH: /usr/games PATH: /usr/lib/mit/bin PATH: /usr/lib/mit/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2497: checking build system type configure:2515: result: x86_64-unknown-linux-gnu configure:2537: checking host system type configure:2552: result: x86_64-unknown-linux-gnu configure:2574: checking target system type configure:2589: result: x86_64-unknown-linux-gnu configure:2634: checking for a BSD-compatible install configure:2702: result: /usr/bin/install -c configure:2713: checking whether build environment is sane configure:2773: result: yes configure:2914: checking for a thread-safe mkdir -p configure:2953: result: /bin/mkdir -p configure:2966: checking for gawk configure:2982: found /usr/bin/gawk configure:2993: result: gawk configure:3004: checking whether make sets $(MAKE) configure:3026: result: yes configure:3103: checking how to create a ustar tar archive configure:3116: tar --version tar (GNU tar) 1.21 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:3119: $? = 0 configure:3159: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:3162: $? = 0 configure:3166: tar -xf - <conftest.tar configure:3169: $? = 0 configure:3182: result: gnutar configure:3260: checking for style of include used by make configure:3288: result: GNU configure:3358: checking for gcc configure:3374: found /usr/bin/gcc configure:3385: result: gcc configure:3617: checking for C compiler version configure:3625: gcc --version >&5 gcc (SUSE Linux) 4.4.1 [gcc-4_4-branch revision 150839] Copyright (C) 2009 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:3629: $? = 0 configure:3636: gcc -v >&5 Using built-in specs. Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.4 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.4 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.4.1 [gcc-4_4-branch revision 150839] (SUSE Linux) configure:3640: $? = 0 configure:3647: gcc -V >&5 gcc: '-V' option must have argument configure:3651: $? = 1 configure:3674: checking for C compiler default output file name configure:3696: gcc conftest.c >&5 configure:3700: $? = 0 configure:3738: result: a.out configure:3757: checking whether the C compiler works configure:3767: ./a.out configure:3771: $? = 0 configure:3790: result: yes configure:3797: checking whether we are cross compiling configure:3799: result: no configure:3802: checking for suffix of executables configure:3809: gcc -o conftest conftest.c >&5 configure:3813: $? = 0 configure:3839: result: configure:3845: checking for suffix of object files configure:3871: gcc -c conftest.c >&5 configure:3875: $? = 0 configure:3900: result: o configure:3904: checking whether we are using the GNU C compiler configure:3933: gcc -c conftest.c >&5 configure:3940: $? = 0 configure:3957: result: yes configure:3966: checking whether gcc accepts -g configure:3996: gcc -c -g conftest.c >&5 configure:4003: $? = 0 configure:4104: result: yes configure:4121: checking for gcc option to accept ISO C89 configure:4195: gcc -c -g -O2 conftest.c >&5 configure:4202: $? = 0 configure:4225: result: none needed configure:4245: checking dependency style of gcc configure:4355: result: gcc3 configure:4372: checking for gcc option to accept ISO C99 configure:4531: gcc -c -g -O2 conftest.c >&5 conftest.c:64: error: expected ';', ',' or ')' before 'text' conftest.c: In function 'main': conftest.c:118: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' conftest.c:118: error: 'newvar' undeclared (first use in this function) conftest.c:118: error: (Each undeclared identifier is reported only once conftest.c:118: error: for each function it appears in.) conftest.c:128: error: 'for' loop initial declarations are only allowed in C99 mode conftest.c:128: note: use option -std=c99 or -std=gnu99 to compile your code configure:4538: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdbool.h> | #include <stdlib.h> | #include <wchar.h> | #include <stdio.h> | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:4531: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4538: $? = 0 configure:4568: result: -std=gnu99 configure:4699: checking for gcc -std=gnu99 option to accept ISO Standard C configure:4710: result: -std=gnu99 configure:4722: checking whether gcc -std=gnu99 and cc understand -c and -o together configure:4757: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:4761: $? = 0 configure:4767: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:4771: $? = 0 configure:4782: cc -c conftest.c >&5 configure:4786: $? = 0 configure:4794: cc -c conftest.c -o conftest2.o >&5 configure:4798: $? = 0 configure:4804: cc -c conftest.c -o conftest2.o >&5 configure:4808: $? = 0 configure:4826: result: yes configure:4911: checking for g++ configure:4927: found /usr/bin/g++ configure:4938: result: g++ configure:4965: checking for C++ compiler version configure:4973: g++ --version >&5 g++ (SUSE Linux) 4.4.1 [gcc-4_4-branch revision 150839] Copyright (C) 2009 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:4977: $? = 0 configure:4984: g++ -v >&5 Using built-in specs. Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.4 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.4 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.4.1 [gcc-4_4-branch revision 150839] (SUSE Linux) configure:4988: $? = 0 configure:4995: g++ -V >&5 g++: '-V' option must have argument configure:4999: $? = 1 configure:5002: checking whether we are using the GNU C++ compiler configure:5031: g++ -c conftest.cpp >&5 configure:5038: $? = 0 configure:5055: result: yes configure:5064: checking whether g++ accepts -g configure:5094: g++ -c -g conftest.cpp >&5 configure:5101: $? = 0 configure:5202: result: yes configure:5227: checking dependency style of g++ configure:5337: result: gcc3 configure:5357: checking how to run the C preprocessor configure:5397: gcc -std=gnu99 -E conftest.c configure:5404: $? = 0 configure:5435: gcc -std=gnu99 -E conftest.c conftest.c:14:28: error: ac_nonexistent.h: No such file or directory configure:5442: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5475: result: gcc -std=gnu99 -E configure:5504: gcc -std=gnu99 -E conftest.c configure:5511: $? = 0 configure:5542: gcc -std=gnu99 -E conftest.c conftest.c:14:28: error: ac_nonexistent.h: No such file or directory configure:5549: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5588: checking for a thread-safe mkdir -p configure:5627: result: /bin/mkdir -p configure:5661: checking for a sed that does not truncate output configure:5727: result: /usr/bin/sed configure:5745: checking for grep that handles long lines and -e configure:5805: result: /usr/bin/grep configure:5810: checking for egrep configure:5874: result: /usr/bin/grep -E configure:5879: checking for fgrep configure:5943: result: /usr/bin/grep -F configure:5978: checking for ld used by gcc -std=gnu99 configure:6045: result: /usr/x86_64-suse-linux/bin/ld configure:6054: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld configure:6069: result: yes configure:6081: checking for BSD- or MS-compatible name lister (nm) configure:6130: result: /usr/bin/nm -B configure:6248: checking the name lister (/usr/bin/nm -B) interface configure:6255: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6258: /usr/bin/nm -B "conftest.o" configure:6261: output 0000000000000000 B some_variable configure:6268: result: BSD nm configure:6271: checking whether ln -s works configure:6275: result: yes configure:6283: checking the maximum length of command line arguments configure:6403: result: 1572864 configure:6420: checking whether the shell understands some XSI constructs configure:6430: result: yes configure:6434: checking whether the shell understands "+=" configure:6440: result: yes configure:6475: checking for /usr/x86_64-suse-linux/bin/ld option to reload object files configure:6482: result: -r configure:6551: checking for objdump configure:6567: found /usr/bin/objdump configure:6578: result: objdump configure:6610: checking how to recognize dependent libraries configure:6806: result: pass_all configure:6866: checking for ar configure:6882: found /usr/bin/ar configure:6893: result: ar configure:6971: checking for strip configure:6987: found /usr/bin/strip configure:6998: result: strip configure:7070: checking for ranlib configure:7086: found /usr/bin/ranlib configure:7097: result: ranlib configure:7187: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object configure:7305: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:7308: $? = 0 configure:7312: /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:7315: $? = 0 configure:7369: gcc -std=gnu99 -o conftest -g -O2 conftest.c conftstm.o >&5 configure:7372: $? = 0 configure:7410: result: ok configure:7506: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:7509: $? = 0 configure:8273: checking for ANSI C header files configure:8303: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:8310: $? = 0 configure:8409: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:8413: $? = 0 configure:8419: ./conftest configure:8423: $? = 0 configure:8441: result: yes configure:8465: checking for sys/types.h configure:8486: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:8493: $? = 0 configure:8510: result: yes configure:8465: checking for sys/stat.h configure:8486: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:8493: $? = 0 configure:8510: result: yes configure:8465: checking for stdlib.h configure:8486: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:8493: $? = 0 configure:8510: result: yes configure:8465: checking for string.h configure:8486: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:8493: $? = 0 configure:8510: result: yes configure:8465: checking for memory.h configure:8486: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:8493: $? = 0 configure:8510: result: yes configure:8465: checking for strings.h configure:8486: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:8493: $? = 0 configure:8510: result: yes configure:8465: checking for inttypes.h configure:8486: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:8493: $? = 0 configure:8510: result: yes configure:8465: checking for stdint.h configure:8486: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:8493: $? = 0 configure:8510: result: yes configure:8465: checking for unistd.h configure:8486: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:8493: $? = 0 configure:8510: result: yes configure:8528: checking for dlfcn.h configure:8549: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:8556: $? = 0 configure:8573: result: yes configure:8700: checking for C++ compiler version configure:8708: g++ --version >&5 g++ (SUSE Linux) 4.4.1 [gcc-4_4-branch revision 150839] Copyright (C) 2009 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:8712: $? = 0 configure:8719: g++ -v >&5 Using built-in specs. Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.4 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.4 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.4.1 [gcc-4_4-branch revision 150839] (SUSE Linux) configure:8723: $? = 0 configure:8730: g++ -V >&5 g++: '-V' option must have argument configure:8734: $? = 1 configure:8737: checking whether we are using the GNU C++ compiler configure:8790: result: yes configure:8799: checking whether g++ accepts -g configure:8937: result: yes configure:8962: checking dependency style of g++ configure:9072: result: gcc3 configure:9095: checking how to run the C++ preprocessor configure:9131: g++ -E conftest.cpp configure:9138: $? = 0 configure:9169: g++ -E conftest.cpp conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory configure:9176: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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:9209: result: g++ -E configure:9238: g++ -E conftest.cpp configure:9245: $? = 0 configure:9276: g++ -E conftest.cpp conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory configure:9283: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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:9465: checking for objdir configure:9480: result: .libs configure:9772: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:9790: gcc -std=gnu99 -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:9794: $? = 0 configure:9807: result: no configure:9827: checking for gcc -std=gnu99 option to produce PIC configure:10099: result: -fPIC -DPIC configure:10111: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works configure:10129: gcc -std=gnu99 -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:10133: $? = 0 configure:10146: result: yes configure:10170: checking if gcc -std=gnu99 static flag -static works configure:10198: result: yes configure:10213: checking if gcc -std=gnu99 supports -c -o file.o configure:10234: gcc -std=gnu99 -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:10238: $? = 0 configure:10260: result: yes configure:10268: checking if gcc -std=gnu99 supports -c -o file.o configure:10315: result: yes configure:10348: checking whether the gcc -std=gnu99 linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries configure:11422: result: yes configure:11459: checking whether -lc should be explicitly linked in configure:11464: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:11467: $? = 0 configure:11482: gcc -std=gnu99 -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:11485: $? = 0 configure:11497: result: no configure:11661: checking dynamic linker characteristics configure:12104: gcc -std=gnu99 -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:12111: $? = 0 configure:12344: result: GNU/Linux ld.so configure:12446: checking how to hardcode library paths into programs configure:12471: result: immediate configure:12594: checking for shl_load configure:12650: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 /tmp/ccu955Ic.o: In function `main': /home/eth/plugin_dev/OneWireshark2.10/trunk/conftest.c:60: undefined reference to `shl_load' collect2: ld returned 1 exit status configure:12657: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); 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 shl_load | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | /* 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_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:12677: result: no configure:12682: checking for shl_load in -ldld configure:12717: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldld >&5 /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:12724: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:12745: result: no configure:12750: checking for dlopen configure:12806: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 /tmp/ccEfrxZl.o: In function `main': /home/eth/plugin_dev/OneWireshark2.10/trunk/conftest.c:60: undefined reference to `dlopen' collect2: ld returned 1 exit status configure:12813: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); 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 dlopen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | /* 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_dlopen || defined __stub___dlopen | choke me | #endif | | int | main () | { | return dlopen (); | ; | return 0; | } configure:12833: result: no configure:12838: checking for dlopen in -ldl configure:12873: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5 configure:12880: $? = 0 configure:12901: result: yes configure:13078: checking whether a program can dlopen itself configure:13148: gcc -std=gnu99 -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure:13151: $? = 0 configure:13169: result: yes configure:13174: checking whether a statically linked program can dlopen itself configure:13244: gcc -std=gnu99 -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5 /tmp/ccysHu9e.o: In function `main': /home/eth/plugin_dev/OneWireshark2.10/trunk/configure:13228: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking configure:13247: $? = 0 /lib64/: cannot read file data: Is a directory configure:13265: result: no configure:13304: checking whether stripping libraries is possible configure:13309: result: yes configure:13344: checking if libtool supports shared libraries configure:13346: result: yes configure:13349: checking whether to build shared libraries configure:13370: result: yes configure:13373: checking whether to build static libraries configure:13377: result: no configure:13527: checking for ld used by g++ configure:13594: result: /usr/x86_64-suse-linux/bin/ld -m elf_x86_64 configure:13603: checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld configure:13618: result: yes configure:13673: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries configure:14648: result: yes configure:14676: g++ -c -g -O2 conftest.cpp >&5 configure:14679: $? = 0 configure:14861: checking for g++ option to produce PIC configure:15178: result: -fPIC -DPIC configure:15187: checking if g++ PIC flag -fPIC -DPIC works configure:15205: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:15209: $? = 0 configure:15222: result: yes configure:15243: checking if g++ static flag -static works configure:15271: result: yes configure:15283: checking if g++ supports -c -o file.o configure:15304: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:15308: $? = 0 configure:15330: result: yes configure:15335: checking if g++ supports -c -o file.o configure:15382: result: yes configure:15412: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries configure:15438: result: yes configure:15575: checking dynamic linker characteristics configure:15966: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5 configure:15973: $? = 0 configure:16206: result: GNU/Linux ld.so configure:16257: checking how to hardcode library paths into programs configure:16282: result: immediate configure:16359: checking whether g++ is a C++ compiler configure:16393: g++ -o conftest -g -O2 conftest.cpp >&5 configure:16400: $? = 0 configure:16408: result: yes configure:16433: checking for perl configure:16451: found /usr/bin/perl configure:16463: result: /usr/bin/perl configure:16477: checking for python configure:16495: found /usr/bin/python configure:16507: result: /usr/bin/python configure:16525: checking whether /usr/bin/python is Python 2.5 or later configure:16535: result: yes configure:16567: checking for bison configure:16583: found /usr/bin/bison configure:16594: result: bison -y configure:16608: checking for bison configure:16626: found /usr/bin/bison configure:16638: result: /usr/bin/bison configure:16656: checking for flex configure:16672: found /usr/bin/flex configure:16683: result: flex configure:16720: flex conftest.l configure:16724: $? = 0 configure:16726: checking lex output file root configure:16742: result: lex.yy configure:16747: checking lex library configure:16766: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 /tmp/ccwx2Xsx.o: In function `input': /home/eth/plugin_dev/OneWireshark2.10/trunk/lex.yy.c:1168: undefined reference to `yywrap' /tmp/ccwx2Xsx.o: In function `yylex': /home/eth/plugin_dev/OneWireshark2.10/trunk/lex.yy.c:867: undefined reference to `yywrap' /tmp/ccwx2Xsx.o: In function `main': /home/eth/plugin_dev/OneWireshark2.10/trunk/conftest.l:17: undefined reference to `yywrap' collect2: ld returned 1 exit status configure:16773: $? = 1 configure: failed program was: | | #line 3 "lex.yy.c" | | #define YY_INT_ALIGNED short int | | /* A lexical scanner generated by flex */ | | #define FLEX_SCANNER | #define YY_FLEX_MAJOR_VERSION 2 | #define YY_FLEX_MINOR_VERSION 5 | #define YY_FLEX_SUBMINOR_VERSION 35 | #if YY_FLEX_SUBMINOR_VERSION > 0 | #define FLEX_BETA | #endif | | /* First, we deal with platform-specific or compiler-specific issues. */ | | /* begin standard C headers. */ | #include <stdio.h> | #include <string.h> | #include <errno.h> | #include <stdlib.h> | | /* end standard C headers. */ | | /* flex integer type definitions */ | | #ifndef FLEXINT_H | #define FLEXINT_H | | /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ | | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L | | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | * if you want the limit (max/min) macros for int types. | */ | #ifndef __STDC_LIMIT_MACROS | #define __STDC_LIMIT_MACROS 1 | #endif | | #include <inttypes.h> | typedef int8_t flex_int8_t; | typedef uint8_t flex_uint8_t; | typedef int16_t flex_int16_t; | typedef uint16_t flex_uint16_t; | typedef int32_t flex_int32_t; | typedef uint32_t flex_uint32_t; | #else | typedef signed char flex_int8_t; | typedef short int flex_int16_t; | typedef int flex_int32_t; | typedef unsigned char flex_uint8_t; | typedef unsigned short int flex_uint16_t; | typedef unsigned int flex_uint32_t; | #endif /* ! C99 */ | | /* Limits of integral types. */ | #ifndef INT8_MIN | #define INT8_MIN (-128) | #endif | #ifndef INT16_MIN | #define INT16_MIN (-32767-1) | #endif | #ifndef INT32_MIN | #define INT32_MIN (-2147483647-1) | #endif | #ifndef INT8_MAX | #define INT8_MAX (127) | #endif | #ifndef INT16_MAX | #define INT16_MAX (32767) | #endif | #ifndef INT32_MAX | #define INT32_MAX (2147483647) | #endif | #ifndef UINT8_MAX | #define UINT8_MAX (255U) | #endif | #ifndef UINT16_MAX | #define UINT16_MAX (65535U) | #endif | #ifndef UINT32_MAX | #define UINT32_MAX (4294967295U) | #endif | | #endif /* ! FLEXINT_H */ | | #ifdef __cplusplus | | /* The "const" storage-class-modifier is valid. */ | #define YY_USE_CONST | | #else /* ! __cplusplus */ | | /* C99 requires __STDC__ to be defined as 1. */ | #if defined (__STDC__) | | #define YY_USE_CONST | | #endif /* defined (__STDC__) */ | #endif /* ! __cplusplus */ | | #ifdef YY_USE_CONST | #define yyconst const | #else | #define yyconst | #endif | | /* Returned upon end-of-file. */ | #define YY_NULL 0 | | /* Promotes a possibly negative, possibly signed char to an unsigned | * integer for use as an array index. If the signed char is negative, | * we want to instead treat it as an 8-bit unsigned char, hence the | * double cast. | */ | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) | | /* Enter a start condition. This macro really ought to take a parameter, | * but we do it the disgusting crufty way forced on us by the ()-less | * definition of BEGIN. | */ | #define BEGIN (yy_start) = 1 + 2 * | | /* Translate the current start state into a value that can be later handed | * to BEGIN to return to the state. The YYSTATE alias is for lex | * compatibility. | */ | #define YY_START (((yy_start) - 1) / 2) | #define YYSTATE YY_START | | /* Action number for EOF rule of a given start state. */ | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) | | /* Special action meaning "start processing a new file". */ | #define YY_NEW_FILE yyrestart(yyin ) | | #define YY_END_OF_BUFFER_CHAR 0 | | /* Size of default input buffer. */ | #ifndef YY_BUF_SIZE | #define YY_BUF_SIZE 16384 | #endif | | /* The state buf must be large enough to hold one state per character in the main buffer. | */ | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) | | #ifndef YY_TYPEDEF_YY_BUFFER_STATE | #define YY_TYPEDEF_YY_BUFFER_STATE | typedef struct yy_buffer_state *YY_BUFFER_STATE; | #endif | | extern int yyleng; | | extern FILE *yyin, *yyout; | | #define EOB_ACT_CONTINUE_SCAN 0 | #define EOB_ACT_END_OF_FILE 1 | #define EOB_ACT_LAST_MATCH 2 | | #define YY_LESS_LINENO(n) | | /* Return all but the first "n" matched characters back to the input stream. */ | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | int yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | *yy_cp = (yy_hold_char); \ | YY_RESTORE_YY_MORE_OFFSET \ | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | } \ | while ( 0 ) | | #define unput(c) yyunput( c, (yytext_ptr) ) | | #ifndef YY_TYPEDEF_YY_SIZE_T | #define YY_TYPEDEF_YY_SIZE_T | typedef size_t yy_size_t; | #endif | | #ifndef YY_STRUCT_YY_BUFFER_STATE | #define YY_STRUCT_YY_BUFFER_STATE | struct yy_buffer_state | { | FILE *yy_input_file; | | char *yy_ch_buf; /* input buffer */ | char *yy_buf_pos; /* current position in input buffer */ | | /* Size of input buffer in bytes, not including room for EOB | * characters. | */ | yy_size_t yy_buf_size; | | /* Number of characters read into yy_ch_buf, not including EOB | * characters. | */ | int yy_n_chars; | | /* Whether we "own" the buffer - i.e., we know we created it, | * and can realloc() it to grow it, and should free() it to | * delete it. | */ | int yy_is_our_buffer; | | /* Whether this is an "interactive" input source; if so, and | * if we're using stdio for input, then we want to use getc() | * instead of fread(), to make sure we stop fetching input after | * each newline. | */ | int yy_is_interactive; | | /* Whether we're considered to be at the beginning of a line. | * If so, '^' rules will be active on the next match, otherwise | * not. | */ | int yy_at_bol; | | int yy_bs_lineno; /**< The line count. */ | int yy_bs_column; /**< The column count. */ | | /* Whether to try to fill the input buffer when we reach the | * end of it. | */ | int yy_fill_buffer; | | int yy_buffer_status; | | #define YY_BUFFER_NEW 0 | #define YY_BUFFER_NORMAL 1 | /* When an EOF's been seen but there's still some text to process | * then we mark the buffer as YY_EOF_PENDING, to indicate that we | * shouldn't try reading from the input source any more. We might | * still have a bunch of tokens to match, though, because of | * possible backing-up. | * | * When we actually see the EOF, we change the status to "new" | * (via yyrestart()), so that the user can continue scanning by | * just pointing yyin at a new input file. | */ | #define YY_BUFFER_EOF_PENDING 2 | | }; | #endif /* !YY_STRUCT_YY_BUFFER_STATE */ | | /* Stack of input buffers. */ | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ | | /* We provide macros for accessing buffer states in case in the | * future we want to put the buffer states in a more general | * "scanner state". | * | * Returns the top of the stack, or NULL. | */ | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | : NULL) | | /* Same as previous macro, but useful when we know that the buffer stack is not | * NULL or when we need an lvalue. For internal use only. | */ | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | | /* yy_hold_char holds the character lost when yytext is formed. */ | static char yy_hold_char; | static int yy_n_chars; /* number of characters read into yy_ch_buf */ | int yyleng; | | /* Points to current character in buffer. */ | static char *yy_c_buf_p = (char *) 0; | static int yy_init = 0; /* whether we need to initialize */ | static int yy_start = 0; /* start state number */ | | /* Flag which is used to allow yywrap()'s to do buffer switches | * instead of setting up a fresh yyin. A bit of a hack ... | */ | static int yy_did_buffer_switch_on_eof; | | void yyrestart (FILE *input_file ); | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); | void yy_delete_buffer (YY_BUFFER_STATE b ); | void yy_flush_buffer (YY_BUFFER_STATE b ); | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); | void yypop_buffer_state (void ); | | static void yyensure_buffer_stack (void ); | static void yy_load_buffer_state (void ); | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); | | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) | | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len ); | | void *yyalloc (yy_size_t ); | void *yyrealloc (void *,yy_size_t ); | void yyfree (void * ); | | #define yy_new_buffer yy_create_buffer | | #define yy_set_interactive(is_interactive) \ | { \ | if ( ! YY_CURRENT_BUFFER ){ \ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | } | | #define yy_set_bol(at_bol) \ | { \ | if ( ! YY_CURRENT_BUFFER ){\ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | } | | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | | /* Begin user sect3 */ | | typedef unsigned char YY_CHAR; | | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; | | typedef int yy_state_type; | | extern int yylineno; | | int yylineno = 1; | | extern char *yytext; | #define yytext_ptr yytext | | static yy_state_type yy_get_previous_state (void ); | static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); | static int yy_get_next_buffer (void ); | static void yy_fatal_error (yyconst char msg[] ); | | /* Done after the current pattern has been matched and before the | * corresponding action - sets up yytext. | */ | #define YY_DO_BEFORE_ACTION \ | (yytext_ptr) = yy_bp; \ | (yytext_ptr) -= (yy_more_len); \ | yyleng = (size_t) (yy_cp - (yytext_ptr)); \ | (yy_hold_char) = *yy_cp; \ | *yy_cp = '\0'; \ | (yy_c_buf_p) = yy_cp; | | #define YY_NUM_RULES 8 | #define YY_END_OF_BUFFER 9 | /* This struct is not used in this scanner, | but its presence is necessary. */ | struct yy_trans_info | { | flex_int32_t yy_verify; | flex_int32_t yy_nxt; | }; | static yyconst flex_int16_t yy_acclist[23] = | { 0, | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | 7, 8 | } ; | | static yyconst flex_int16_t yy_accept[14] = | { 0, | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | 20, 23, 23 | } ; | | static yyconst flex_int32_t yy_ec[256] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, | | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1 | } ; | | static yyconst flex_int32_t yy_meta[9] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1 | } ; | | static yyconst flex_int16_t yy_base[13] = | { 0, | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | 10, 10 | } ; | | static yyconst flex_int16_t yy_def[13] = | { 0, | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | 12, 0 | } ; | | static yyconst flex_int16_t yy_nxt[19] = | { 0, | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | static yyconst flex_int16_t yy_chk[19] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | extern int yy_flex_debug; | int yy_flex_debug = 0; | | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; | static char *yy_full_match; | static int yy_lp; | #define REJECT \ | { \ | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ | ++(yy_lp); \ | goto find_rule; \ | } | | static int yy_more_flag = 0; | static int yy_more_len = 0; | #define yymore() ((yy_more_flag) = 1) | #define YY_MORE_ADJ (yy_more_len) | #define YY_RESTORE_YY_MORE_OFFSET | char *yytext; | #line 1 "conftest.l" | #line 468 "lex.yy.c" | | #define INITIAL 0 | | #ifndef YY_NO_UNISTD_H | /* Special case for "unistd.h", since it is non-ANSI. We include it way | * down here because we want the user's section 1 to have been scanned first. | * The user has a chance to override it with an option. | */ | #include <unistd.h> | #endif | | #ifndef YY_EXTRA_TYPE | #define YY_EXTRA_TYPE void * | #endif | | static int yy_init_globals (void ); | | /* Accessor methods to globals. | These are made visible to non-reentrant scanners for convenience. */ | | int yylex_destroy (void ); | | int yyget_debug (void ); | | void yyset_debug (int debug_flag ); | | YY_EXTRA_TYPE yyget_extra (void ); | | void yyset_extra (YY_EXTRA_TYPE user_defined ); | | FILE *yyget_in (void ); | | void yyset_in (FILE * in_str ); | | FILE *yyget_out (void ); | | void yyset_out (FILE * out_str ); | | int yyget_leng (void ); | | char *yyget_text (void ); | | int yyget_lineno (void ); | | void yyset_lineno (int line_number ); | | /* Macros after this point can all be overridden by user definitions in | * section 1. | */ | | #ifndef YY_SKIP_YYWRAP | #ifdef __cplusplus | extern "C" int yywrap (void ); | #else | extern int yywrap (void ); | #endif | #endif | | static void yyunput (int c,char *buf_ptr ); | | #ifndef yytext_ptr | static void yy_flex_strncpy (char *,yyconst char *,int ); | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (yyconst char * ); | #endif | | #ifndef YY_NO_INPUT | | #ifdef __cplusplus | static int yyinput (void ); | #else | static int input (void ); | #endif | | #endif | | /* Amount of stuff to slurp up with each read. */ | #ifndef YY_READ_BUF_SIZE | #define YY_READ_BUF_SIZE 8192 | #endif | | /* Copy whatever the last rule matched to the standard output. */ | #ifndef ECHO | /* This used to be an fputs(), but since the string might contain NUL's, | * we now use fwrite(). | */ | #define ECHO fwrite( yytext, yyleng, 1, yyout ) | #endif | | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | * is returned in "result". | */ | #ifndef YY_INPUT | #define YY_INPUT(buf,result,max_size) \ | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | { \ | int c = '*'; \ | int n; \ | for ( n = 0; n < max_size && \ | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | buf[n] = (char) c; \ | if ( c == '\n' ) \ | buf[n++] = (char) c; \ | if ( c == EOF && ferror( yyin ) ) \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | result = n; \ | } \ | else \ | { \ | errno=0; \ | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ | { \ | if( errno != EINTR) \ | { \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | break; \ | } \ | errno=0; \ | clearerr(yyin); \ | } \ | }\ | \ | | #endif | | /* No semi-colon after return; correct usage is to write "yyterminate();" - | * we don't want an extra ';' after the "return" because that will cause | * some compilers to complain about unreachable statements. | */ | #ifndef yyterminate | #define yyterminate() return YY_NULL | #endif | | /* Number of entries by which start-condition stack grows. */ | #ifndef YY_START_STACK_INCR | #define YY_START_STACK_INCR 25 | #endif | | /* Report a fatal error. */ | #ifndef YY_FATAL_ERROR | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | #endif | | /* end tables serialization structures and prototypes */ | | /* Default declaration of generated scanner - a define so the user can | * easily add parameters. | */ | #ifndef YY_DECL | #define YY_DECL_IS_OURS 1 | | extern int yylex (void); | | #define YY_DECL int yylex (void) | #endif /* !YY_DECL */ | | /* Code executed at the beginning of each rule, after yytext and yyleng | * have been set up. | */ | #ifndef YY_USER_ACTION | #define YY_USER_ACTION | #endif | | /* Code executed at the end of each rule. */ | #ifndef YY_BREAK | #define YY_BREAK break; | #endif | | #define YY_RULE_SETUP \ | YY_USER_ACTION | | /** The main scanner function which does all the work. | */ | YY_DECL | { | register yy_state_type yy_current_state; | register char *yy_cp, *yy_bp; | register int yy_act; | | #line 1 "conftest.l" | | #line 652 "lex.yy.c" | | if ( !(yy_init) ) | { | (yy_init) = 1; | | #ifdef YY_USER_INIT | YY_USER_INIT; | #endif | | /* Create the reject buffer large enough to save one state per allowed character. */ | if ( ! (yy_state_buf) ) | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); | if ( ! (yy_state_buf) ) | YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); | | if ( ! (yy_start) ) | (yy_start) = 1; /* first start state */ | | if ( ! yyin ) | yyin = stdin; | | if ( ! yyout ) | yyout = stdout; | | if ( ! YY_CURRENT_BUFFER ) { | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer(yyin,YY_BUF_SIZE ); | } | | yy_load_buffer_state( ); | } | | while ( 1 ) /* loops until end-of-file is reached */ | { | (yy_more_len) = 0; | if ( (yy_more_flag) ) | { | (yy_more_len) = (yy_c_buf_p) - (yytext_ptr); | (yy_more_flag) = 0; | } | yy_cp = (yy_c_buf_p); | | /* Support of yytext. */ | *yy_cp = (yy_hold_char); | | /* yy_bp points to the position in yy_ch_buf of the start of | * the current run. | */ | yy_bp = yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | yy_match: | do | { | register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | *(yy_state_ptr)++ = yy_current_state; | ++yy_cp; | } | while ( yy_base[yy_current_state] != 10 ); | | yy_find_action: | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | find_rule: /* we branch to this label when backing up */ | for ( ; ; ) /* until we find what rule we matched */ | { | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) | { | yy_act = yy_acclist[(yy_lp)]; | { | (yy_full_match) = yy_cp; | break; | } | } | --yy_cp; | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | } | | YY_DO_BEFORE_ACTION; | | do_action: /* This label is used only to access EOF actions. */ | | switch ( yy_act ) | { /* beginning of action switch */ | case 1: | YY_RULE_SETUP | #line 2 "conftest.l" | { ECHO; } | YY_BREAK | case 2: | YY_RULE_SETUP | #line 3 "conftest.l" | { REJECT; } | YY_BREAK | case 3: | YY_RULE_SETUP | #line 4 "conftest.l" | { yymore (); } | YY_BREAK | case 4: | YY_RULE_SETUP | #line 5 "conftest.l" | { yyless (1); } | YY_BREAK | case 5: | YY_RULE_SETUP | #line 6 "conftest.l" | { yyless (input () != 0); } | YY_BREAK | case 6: | YY_RULE_SETUP | #line 7 "conftest.l" | { unput (yytext[0]); } | YY_BREAK | case 7: | YY_RULE_SETUP | #line 8 "conftest.l" | { BEGIN INITIAL; } | YY_BREAK | case 8: | YY_RULE_SETUP | #line 9 "conftest.l" | ECHO; | YY_BREAK | #line 790 "lex.yy.c" | case YY_STATE_EOF(INITIAL): | yyterminate(); | | case YY_END_OF_BUFFER: | { | /* Amount of text matched not including the EOB char. */ | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | | /* Undo the effects of YY_DO_BEFORE_ACTION. */ | *yy_cp = (yy_hold_char); | YY_RESTORE_YY_MORE_OFFSET | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | { | /* We're scanning a new file or input source. It's | * possible that this happened because the user | * just pointed yyin at a new source and called | * yylex(). If so, then we have to assure | * consistency between YY_CURRENT_BUFFER and our | * globals. Here is the right place to do so, because | * this is the first action (other than possibly a | * back-up) that will match for the new input source. | */ | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | } | | /* Note that here we test for yy_c_buf_p "<=" to the position | * of the first EOB in the buffer, since yy_c_buf_p will | * already have been incremented past the NUL character | * (since all states make transitions on EOB to the | * end-of-buffer state). Contrast this with the test | * in input(). | */ | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | { /* This was really a NUL. */ | yy_state_type yy_next_state; | | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | /* Okay, we're now positioned to make the NUL | * transition. We couldn't have | * yy_get_previous_state() go ahead and do it | * for us because it doesn't know how to deal | * with the possibility of jamming (and we don't | * want to build jamming into it because then it | * will run more slowly). | */ | | yy_next_state = yy_try_NUL_trans( yy_current_state ); | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | if ( yy_next_state ) | { | /* Consume the NUL. */ | yy_cp = ++(yy_c_buf_p); | yy_current_state = yy_next_state; | goto yy_match; | } | | else | { | yy_cp = (yy_c_buf_p); | goto yy_find_action; | } | } | | else switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_END_OF_FILE: | { | (yy_did_buffer_switch_on_eof) = 0; | | if ( yywrap( ) ) | { | /* Note: because we've taken care in | * yy_get_next_buffer() to have set up | * yytext, we can now set up | * yy_c_buf_p so that if some total | * hoser (like flex itself) wants to | * call the scanner after we return the | * YY_NULL, it'll still work - another | * YY_NULL will get returned. | */ | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | | yy_act = YY_STATE_EOF(YY_START); | goto do_action; | } | | else | { | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | } | break; | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = | (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_match; | | case EOB_ACT_LAST_MATCH: | (yy_c_buf_p) = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_find_action; | } | break; | } | | default: | YY_FATAL_ERROR( | "fatal flex scanner internal error--no action found" ); | } /* end of action switch */ | } /* end of scanning one token */ | } /* end of yylex */ | | /* yy_get_next_buffer - try to read in a new buffer | * | * Returns a code representing an action: | * EOB_ACT_LAST_MATCH - | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position | * EOB_ACT_END_OF_FILE - end of file | */ | static int yy_get_next_buffer (void) | { | register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | register char *source = (yytext_ptr); | register int number_to_move, i; | int ret_val; | | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | YY_FATAL_ERROR( | "fatal flex scanner internal error--end of buffer missed" ); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | { /* Don't try to fill the buffer, so this is an EOF. */ | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | { | /* We matched a single character, the EOB, so | * treat this as a final EOF. | */ | return EOB_ACT_END_OF_FILE; | } | | else | { | /* We matched some text prior to the EOB, first | * process it. | */ | return EOB_ACT_LAST_MATCH; | } | } | | /* Try to read more data. */ | | /* First move last chars to start of buffer. */ | number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; | | for ( i = 0; i < number_to_move; ++i ) | *(dest++) = *(source++); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | /* don't do the read, it's not guaranteed to return an EOF, | * just force an EOF | */ | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | | else | { | int num_to_read = | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | | while ( num_to_read <= 0 ) | { /* Not enough room in the buffer - grow it. */ | | YY_FATAL_ERROR( | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); | | } | | if ( num_to_read > YY_READ_BUF_SIZE ) | num_to_read = YY_READ_BUF_SIZE; | | /* Read in more data. */ | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | (yy_n_chars), (size_t) num_to_read ); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | if ( (yy_n_chars) == 0 ) | { | if ( number_to_move == YY_MORE_ADJ ) | { | ret_val = EOB_ACT_END_OF_FILE; | yyrestart(yyin ); | } | | else | { | ret_val = EOB_ACT_LAST_MATCH; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | YY_BUFFER_EOF_PENDING; | } | } | | else | ret_val = EOB_ACT_CONTINUE_SCAN; | | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | /* Extend the array by 50%, plus the number we really need. */ | yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | } | | (yy_n_chars) += number_to_move; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; | | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; | | return ret_val; | } | | /* yy_get_previous_state - get the state just before the EOB char was reached */ | | static yy_state_type yy_get_previous_state (void) | { | register yy_state_type yy_current_state; | register char *yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | { | register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | *(yy_state_ptr)++ = yy_current_state; | } | | return yy_current_state; | } | | /* yy_try_NUL_trans - try to make a transition on the NUL character | * | * synopsis | * next_state = yy_try_NUL_trans( current_state ); | */ | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) | { | register int yy_is_jam; | | register YY_CHAR yy_c = 1; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | yy_is_jam = (yy_current_state == 12); | if ( ! yy_is_jam ) | *(yy_state_ptr)++ = yy_current_state; | | return yy_is_jam ? 0 : yy_current_state; | } | | static void yyunput (int c, register char * yy_bp ) | { | register char *yy_cp; | | yy_cp = (yy_c_buf_p); | | /* undo effects of setting up yytext */ | *yy_cp = (yy_hold_char); | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | { /* need to shift things up to make room */ | /* +2 for EOB chars. */ | register int number_to_move = (yy_n_chars) + 2; | register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | register char *source = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | *--dest = *--source; | | yy_cp += (int) (dest - source); | yy_bp += (int) (dest - source); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | YY_FATAL_ERROR( "flex scanner push-back overflow" ); | } | | *--yy_cp = (char) c; | | (yytext_ptr) = yy_bp; | (yy_hold_char) = *yy_cp; | (yy_c_buf_p) = yy_cp; | } | | #ifndef YY_NO_INPUT | #ifdef __cplusplus | static int yyinput (void) | #else | static int input (void) | #endif | | { | int c; | | *(yy_c_buf_p) = (yy_hold_char); | | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | { | /* yy_c_buf_p now points to the character we want to return. | * If this occurs *before* the EOB characters, then it's a | * valid NUL; if not, then we've hit the end of the buffer. | */ | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | /* This was really a NUL. */ | *(yy_c_buf_p) = '\0'; | | else | { /* need more input */ | int offset = (yy_c_buf_p) - (yytext_ptr); | ++(yy_c_buf_p); | | switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_LAST_MATCH: | /* This happens because yy_g_n_b() | * sees that we've accumulated a | * token and flags that we need to | * try matching the token before | * proceeding. But for input(), | * there's no matching to consider. | * So convert the EOB_ACT_LAST_MATCH | * to EOB_ACT_END_OF_FILE. | */ | | /* Reset buffer status. */ | yyrestart(yyin ); | | /*FALLTHROUGH*/ | | case EOB_ACT_END_OF_FILE: | { | if ( yywrap( ) ) | return EOF; | | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | #ifdef __cplusplus | return yyinput(); | #else | return input(); | #endif | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = (yytext_ptr) + offset; | break; | } | } | } | | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | *(yy_c_buf_p) = '\0'; /* preserve yytext */ | (yy_hold_char) = *++(yy_c_buf_p); | | return c; | } | #endif /* ifndef YY_NO_INPUT */ | | /** Immediately switch to a different input stream. | * @param input_file A readable stream. | * | * @note This function does not reset the start condition to @c INITIAL . | */ | void yyrestart (FILE * input_file ) | { | | if ( ! YY_CURRENT_BUFFER ){ | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer(yyin,YY_BUF_SIZE ); | } | | yy_init_buffer(YY_CURRENT_BUFFER,input_file ); | yy_load_buffer_state( ); | } | | /** Switch to a different input buffer. | * @param new_buffer The new input buffer. | * | */ | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | { | | /* TODO. We should be able to replace this entire function body | * with | * yypop_buffer_state(); | * yypush_buffer_state(new_buffer); | */ | yyensure_buffer_stack (); | if ( YY_CURRENT_BUFFER == new_buffer ) | return; | | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | YY_CURRENT_BUFFER_LVALUE = new_buffer; | yy_load_buffer_state( ); | | /* We don't actually know whether we did this switch during | * EOF (yywrap()) processing, but the only time this flag | * is looked at is after yywrap() is called, so it's safe | * to go ahead and always set it. | */ | (yy_did_buffer_switch_on_eof) = 1; | } | | static void yy_load_buffer_state (void) | { | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | (yy_hold_char) = *(yy_c_buf_p); | } | | /** Allocate and initialize an input buffer state. | * @param file A readable stream. | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | * | * @return the allocated buffer state. | */ | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | { | YY_BUFFER_STATE b; | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_buf_size = size; | | /* yy_ch_buf has to be 2 characters longer than the size given because | * we need to put in 2 end-of-buffer characters. | */ | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); | if ( ! b->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_is_our_buffer = 1; | | yy_init_buffer(b,file ); | | return b; | } | | /** Destroy the buffer. | * @param b a buffer created with yy_create_buffer() | * | */ | void yy_delete_buffer (YY_BUFFER_STATE b ) | { | | if ( ! b ) | return; | | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | | if ( b->yy_is_our_buffer ) | yyfree((void *) b->yy_ch_buf ); | | yyfree((void *) b ); | } | | #ifndef __cplusplus | extern int isatty (int ); | #endif /* __cplusplus */ | | /* Initializes or reinitializes a buffer. | * This function is sometimes called more than once on the same buffer, | * such as during a yyrestart() or at EOF. | */ | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | | { | int oerrno = errno; | | yy_flush_buffer(b ); | | b->yy_input_file = file; | b->yy_fill_buffer = 1; | | /* If b is the current buffer, then yy_init_buffer was _probably_ | * called from yyrestart() or through yy_get_next_buffer. | * In that case, we don't want to reset the lineno or column. | */ | if (b != YY_CURRENT_BUFFER){ | b->yy_bs_lineno = 1; | b->yy_bs_column = 0; | } | | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; | | errno = oerrno; | } | | /** Discard all buffered characters. On the next scan, YY_INPUT will be called. | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. | * | */ | void yy_flush_buffer (YY_BUFFER_STATE b ) | { | if ( ! b ) | return; | | b->yy_n_chars = 0; | | /* We always need two end-of-buffer characters. The first causes | * a transition to the end-of-buffer state. The second causes | * a jam in that state. | */ | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; | | b->yy_buf_pos = &b->yy_ch_buf[0]; | | b->yy_at_bol = 1; | b->yy_buffer_status = YY_BUFFER_NEW; | | if ( b == YY_CURRENT_BUFFER ) | yy_load_buffer_state( ); | } | | /** Pushes the new state onto the stack. The new state becomes | * the current state. This function will allocate the stack | * if necessary. | * @param new_buffer The new state. | * | */ | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | { | if (new_buffer == NULL) | return; | | yyensure_buffer_stack(); | | /* This block is copied from yy_switch_to_buffer. */ | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | /* Only push if top exists. Otherwise, replace top. */ | if (YY_CURRENT_BUFFER) | (yy_buffer_stack_top)++; | YY_CURRENT_BUFFER_LVALUE = new_buffer; | | /* copied from yy_switch_to_buffer. */ | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | | /** Removes and deletes the top of the stack, if present. | * The next element becomes the new top. | * | */ | void yypop_buffer_state (void) | { | if (!YY_CURRENT_BUFFER) | return; | | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | if ((yy_buffer_stack_top) > 0) | --(yy_buffer_stack_top); | | if (YY_CURRENT_BUFFER) { | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | } | | /* Allocates the stack if it does not exist. | * Guarantees space for at least one push. | */ | static void yyensure_buffer_stack (void) | { | int num_to_alloc; | | if (!(yy_buffer_stack)) { | | /* First allocation is just for 2 elements, since we don't know if this | * scanner will even need a stack. We use 2 instead of 1 to avoid an | * immediate realloc on the next call. | */ | num_to_alloc = 1; | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc | (num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); | | (yy_buffer_stack_max) = num_to_alloc; | (yy_buffer_stack_top) = 0; | return; | } | | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ | | /* Increase the buffer to prepare for a possible push. */ | int grow_size = 8 /* arbitrary grow size */; | | num_to_alloc = (yy_buffer_stack_max) + grow_size; | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc | ((yy_buffer_stack), | num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | /* zero only the new slots.*/ | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); | (yy_buffer_stack_max) = num_to_alloc; | } | } | | /** Setup the input buffer state to scan directly from a user-specified character buffer. | * @param base the character buffer | * @param size the size in bytes of the character buffer | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | { | YY_BUFFER_STATE b; | | if ( size < 2 || | base[size-2] != YY_END_OF_BUFFER_CHAR || | base[size-1] != YY_END_OF_BUFFER_CHAR ) | /* They forgot to leave room for the EOB's. */ | return 0; | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ | b->yy_buf_pos = b->yy_ch_buf = base; | b->yy_is_our_buffer = 0; | b->yy_input_file = 0; | b->yy_n_chars = b->yy_buf_size; | b->yy_is_interactive = 0; | b->yy_at_bol = 1; | b->yy_fill_buffer = 0; | b->yy_buffer_status = YY_BUFFER_NEW; | | yy_switch_to_buffer(b ); | | return b; | } | | /** Setup the input buffer state to scan a string. The next call to yylex() will | * scan from a @e copy of @a str. | * @param yystr a NUL-terminated string to scan | * | * @return the newly allocated buffer state object. | * @note If you want to scan bytes that may contain NUL values, then use | * yy_scan_bytes() instead. | */ | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) | { | | return yy_scan_bytes(yystr,strlen(yystr) ); | } | | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will | * scan from a @e copy of @a bytes. | * @param bytes the byte buffer to scan | * @param len the number of bytes in the buffer pointed to by @a bytes. | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len ) | { | YY_BUFFER_STATE b; | char *buf; | yy_size_t n; | int i; | | /* Get memory for full buffer, including space for trailing EOB's. */ | n = _yybytes_len + 2; | buf = (char *) yyalloc(n ); | if ( ! buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | | for ( i = 0; i < _yybytes_len; ++i ) | buf[i] = yybytes[i]; | | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; | | b = yy_scan_buffer(buf,n ); | if ( ! b ) | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); | | /* It's okay to grow etc. this buffer, and we should throw it | * away when we're done. | */ | b->yy_is_our_buffer = 1; | | return b; | } | | #ifndef YY_EXIT_FAILURE | #define YY_EXIT_FAILURE 2 | #endif | | static void yy_fatal_error (yyconst char* msg ) | { | (void) fprintf( stderr, "%s\n", msg ); | exit( YY_EXIT_FAILURE ); | } | | /* Redefine yyless() so it works in section 3 code. */ | | #undef yyless | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | int yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | yytext[yyleng] = (yy_hold_char); \ | (yy_c_buf_p) = yytext + yyless_macro_arg; \ | (yy_hold_char) = *(yy_c_buf_p); \ | *(yy_c_buf_p) = '\0'; \ | yyleng = yyless_macro_arg; \ | } \ | while ( 0 ) | | /* Accessor methods (get/set functions) to struct members. */ | | /** Get the current line number. | * | */ | int yyget_lineno (void) | { | | return yylineno; | } | | /** Get the input stream. | * | */ | FILE *yyget_in (void) | { | return yyin; | } | | /** Get the output stream. | * | */ | FILE *yyget_out (void) | { | return yyout; | } | | /** Get the length of the current token. | * | */ | int yyget_leng (void) | { | return yyleng; | } | | /** Get the current token. | * | */ | | char *yyget_text (void) | { | return yytext; | } | | /** Set the current line number. | * @param line_number | * | */ | void yyset_lineno (int line_number ) | { | | yylineno = line_number; | } | | /** Set the input stream. This does not discard the current | * input buffer. | * @param in_str A readable stream. | * | * @see yy_switch_to_buffer | */ | void yyset_in (FILE * in_str ) | { | yyin = in_str ; | } | | void yyset_out (FILE * out_str ) | { | yyout = out_str ; | } | | int yyget_debug (void) | { | return yy_flex_debug; | } | | void yyset_debug (int bdebug ) | { | yy_flex_debug = bdebug ; | } | | static int yy_init_globals (void) | { | /* Initialization is the same as for the non-reentrant scanner. | * This function is called from yylex_destroy(), so don't allocate here. | */ | | (yy_buffer_stack) = 0; | (yy_buffer_stack_top) = 0; | (yy_buffer_stack_max) = 0; | (yy_c_buf_p) = (char *) 0; | (yy_init) = 0; | (yy_start) = 0; | | (yy_state_buf) = 0; | (yy_state_ptr) = 0; | (yy_full_match) = 0; | (yy_lp) = 0; | | /* Defined in main.c */ | #ifdef YY_STDINIT | yyin = stdin; | yyout = stdout; | #else | yyin = (FILE *) 0; | yyout = (FILE *) 0; | #endif | | /* For future reference: Set errno on error, since we are called by | * yylex_init() | */ | return 0; | } | | /* yylex_destroy is for both reentrant and non-reentrant scanners. */ | int yylex_destroy (void) | { | | /* Pop the buffer stack, destroying each element. */ | while(YY_CURRENT_BUFFER){ | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | yypop_buffer_state(); | } | | /* Destroy the stack itself. */ | yyfree((yy_buffer_stack) ); | (yy_buffer_stack) = NULL; | | yyfree ( (yy_state_buf) ); | (yy_state_buf) = NULL; | | /* Reset the globals. This is important in a non-reentrant scanner so the next time | * yylex() is called, initialization will occur. */ | yy_init_globals( ); | | return 0; | } | | /* | * Internal utility routines. | */ | | #ifndef yytext_ptr | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) | { | register int i; | for ( i = 0; i < n; ++i ) | s1[i] = s2[i]; | } | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (yyconst char * s ) | { | register int n; | for ( n = 0; s[n]; ++n ) | ; | | return n; | } | #endif | | void *yyalloc (yy_size_t size ) | { | return (void *) malloc( size ); | } | | void *yyrealloc (void * ptr, yy_size_t size ) | { | /* The cast to (char *) in the following accommodates both | * implementations that use char* generic pointers, and those | * that use void* generic pointers. It works with the latter | * because both ANSI C and C++ allow castless assignment from | * any pointer type to void*, and deal with argument conversions | * as though doing an assignment. | */ | return (void *) realloc( (char *) ptr, size ); | } | | void yyfree (void * ptr ) | { | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | } | | #define YYTABLES_NAME "yytables" | | #line 9 "conftest.l" | | | #ifdef YYTEXT_POINTER | extern char *yytext; | #endif | int | main (void) | { | return ! yylex () + ! yywrap (); | } configure:16766: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lfl >&5 configure:16773: $? = 0 configure:16797: result: -lfl configure:16803: checking whether yytext is a pointer configure:16824: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lfl >&5 configure:16831: $? = 0 configure:16853: result: yes configure:16870: checking for flex configure:16888: found /usr/bin/flex configure:16900: result: /usr/bin/flex configure:16916: checking for pod2man configure:16934: found /usr/bin/pod2man configure:16946: result: /usr/bin/pod2man configure:16965: checking for pod2html configure:16983: found /usr/bin/pod2html configure:16995: result: /usr/bin/pod2html configure:17025: checking for xdg-open configure:17043: found /usr/bin/xdg-open configure:17055: result: /usr/bin/xdg-open configure:17164: checking for doxygen configure:17197: result: no configure:17204: checking for doxygen configure:17232: result: no configure:17310: checking for pkg-config configure:17328: found /usr/bin/pkg-config configure:17340: result: /usr/bin/pkg-config configure:17365: checking pkg-config is at least version 0.7 configure:17368: result: yes configure:17668: checking for special C compiler options needed for large files configure:17763: result: no configure:17769: checking for _FILE_OFFSET_BITS value needed for large files configure:17804: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17811: $? = 0 configure:17880: result: no configure:18021: checking for library containing floor configure:18062: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:36: warning: conflicting types for built-in function 'floor' /tmp/ccsQew7t.o: In function `main': /home/eth/plugin_dev/OneWireshark2.10/trunk/conftest.c:40: undefined reference to `floor' collect2: ld returned 1 exit status configure:18069: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char floor (); | int | main () | { | return floor (); | ; | return 0; | } configure:18062: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5 conftest.c:36: warning: conflicting types for built-in function 'floor' configure:18069: $? = 0 configure:18100: result: -lm configure:18108: checking for library containing ceil configure:18149: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5 conftest.c:36: warning: conflicting types for built-in function 'ceil' configure:18156: $? = 0 configure:18187: result: none required configure:18195: checking for library containing exp configure:18236: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5 conftest.c:36: warning: conflicting types for built-in function 'exp' configure:18243: $? = 0 configure:18274: result: none required configure:18282: checking for library containing log configure:18323: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5 conftest.c:36: warning: conflicting types for built-in function 'log' configure:18330: $? = 0 configure:18361: result: none required configure:18369: checking for library containing log10 configure:18410: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5 conftest.c:36: warning: conflicting types for built-in function 'log10' configure:18417: $? = 0 configure:18448: result: none required configure:18456: checking for library containing floorl configure:18497: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5 conftest.c:36: warning: conflicting types for built-in function 'floorl' configure:18504: $? = 0 configure:18535: result: none required configure:18553: checking for library containing lrint configure:18594: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5 conftest.c:37: warning: conflicting types for built-in function 'lrint' configure:18601: $? = 0 configure:18632: result: none required configure:18697: checking for LIBGNUTLS configure:18704: $PKG_CONFIG --exists --print-errors "gnutls >= 3.1.10 " Requested 'gnutls >= 3.1.10' but version of GnuTLS is 2.4.1 configure:18707: $? = 1 configure:18720: $PKG_CONFIG --exists --print-errors "gnutls >= 3.1.10 " Requested 'gnutls >= 3.1.10' but version of GnuTLS is 2.4.1 configure:18723: $? = 1 Requested 'gnutls >= 3.1.10' but version of GnuTLS is 2.4.1 configure:18750: result: no configure:18768: checking for LIBGNUTLS configure:18775: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12.0 gnutls < 3" Requested 'gnutls >= 2.12.0' but version of GnuTLS is 2.4.1 configure:18778: $? = 1 configure:18791: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12.0 gnutls < 3" Requested 'gnutls >= 2.12.0' but version of GnuTLS is 2.4.1 configure:18794: $? = 1 Requested 'gnutls >= 2.12.0' but version of GnuTLS is 2.4.1 configure:18821: result: no configure:18887: checking for libgcrypt-config configure:18905: found /usr/bin/libgcrypt-config configure:18918: result: /usr/bin/libgcrypt-config configure:18935: checking for LIBGCRYPT - version >= 1.4.2 configure:18969: result: yes configure:19079: checking whether to use libnl for various network interface purposes configure:19086: result: yes configure:19097: checking for LIBNL3 configure:19104: $PKG_CONFIG --exists --print-errors "libnl-route-3.0 >= 3.0 libnl-genl-3.0 >= 3.0" Package libnl-route-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libnl-route-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libnl-route-3.0' found Package libnl-genl-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libnl-genl-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libnl-genl-3.0' found configure:19107: $? = 1 configure:19120: $PKG_CONFIG --exists --print-errors "libnl-route-3.0 >= 3.0 libnl-genl-3.0 >= 3.0" Package libnl-route-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libnl-route-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libnl-route-3.0' found Package libnl-genl-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libnl-genl-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libnl-genl-3.0' found configure:19123: $? = 1 No package 'libnl-route-3.0' found No package 'libnl-genl-3.0' found configure:19150: result: no configure:19174: checking for LIBNL2 configure:19181: $PKG_CONFIG --exists --print-errors "libnl-2.0 >= 2.0" Package libnl-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libnl-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libnl-2.0' found configure:19184: $? = 1 configure:19197: $PKG_CONFIG --exists --print-errors "libnl-2.0 >= 2.0" Package libnl-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libnl-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libnl-2.0' found configure:19200: $? = 1 No package 'libnl-2.0' found configure:19227: result: no configure:19251: checking for LIBNL1 configure:19258: $PKG_CONFIG --exists --print-errors "libnl-1 >= 1.0" Package libnl-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `libnl-1.pc' to the PKG_CONFIG_PATH environment variable No package 'libnl-1' found configure:19261: $? = 1 configure:19274: $PKG_CONFIG --exists --print-errors "libnl-1 >= 1.0" Package libnl-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `libnl-1.pc' to the PKG_CONFIG_PATH environment variable No package 'libnl-1' found configure:19277: $? = 1 No package 'libnl-1' found configure:19304: result: no configure:19386: checking if nl80211.h is new enough configure:19414: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:19421: $? = 0 configure:19426: result: yes configure:19442: checking for NL80211_SET_CHANNEL configure:19465: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:37: error: 'NL80211_CMD_SET_CHANNEL' undeclared (first use in this function) conftest.c:37: error: (Each undeclared identifier is reported only once conftest.c:37: error: for each function it appears in.) configure:19472: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | /* end confdefs.h. */ | #include <linux/nl80211.h> | int | main () | { | enum nl80211_commands x = NL80211_CMD_SET_CHANNEL; | ; | return 0; | } configure:19487: result: no configure:19493: checking for NL80211_SPLIT_WIPHY_DUMP configure:19516: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:37: error: variable 'x' has initializer but incomplete type conftest.c:37: error: 'NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP' undeclared (first use in this function) conftest.c:37: error: (Each undeclared identifier is reported only once conftest.c:37: error: for each function it appears in.) conftest.c:37: error: storage size of 'x' isn't known configure:19523: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | /* end confdefs.h. */ | #include <linux/nl80211.h> | int | main () | { | enum nl80211_protocol_features x = NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP; | ; | return 0; | } configure:19538: result: no configure:19586: checking for libsmi >= 2 configure:19651: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:34:17: error: smi.h: No such file or directory conftest.c: In function 'main': conftest.c:41: warning: implicit declaration of function 'smiInit' conftest.c:42: warning: implicit declaration of function 'exit' conftest.c:42: warning: incompatible implicit declaration of built-in function 'exit' conftest.c:43: warning: implicit declaration of function 'strcmp' conftest.c:43: error: 'SMI_LIBRARY_VERSION' undeclared (first use in this function) conftest.c:43: error: (Each undeclared identifier is reported only once conftest.c:43: error: for each function it appears in.) conftest.c:43: error: 'smi_library_version' undeclared (first use in this function) conftest.c:44: warning: incompatible implicit declaration of built-in function 'exit' conftest.c:45: warning: implicit declaration of function 'sscanf' conftest.c:45: warning: incompatible implicit declaration of built-in function 'sscanf' conftest.c:47: warning: incompatible implicit declaration of built-in function 'exit' conftest.c:49: warning: incompatible implicit declaration of built-in function 'exit' configure:19658: $? = 1 configure: failed program was: | | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | /* end confdefs.h. */ | #include <smi.h> | int | main () | { | | int current, revision, age, n; | const int required = 2; | if (smiInit("")) | exit(1); | if (strcmp(SMI_LIBRARY_VERSION, smi_library_version)) | exit(2); | n = sscanf(smi_library_version, "%d:%d:%d", ¤t, &revision, &age); | if (n != 3) | exit(3); | if (required < current - age || required > current) | exit(4); | | | ; | return 0; | } | configure:19673: result: not found configure:19728: checking for a2x configure:19761: result: no configure:19768: checking for a2x configure:19796: result: no configure:19816: checking for fop configure:19849: result: no configure:19856: checking for fop configure:19884: result: no configure:19906: checking for lynx configure:19939: result: no configure:19946: checking for lynx configure:19974: result: no configure:19994: checking for w3m configure:20012: found /usr/bin/w3m configure:20024: result: /usr/bin/w3m configure:20034: checking for w3m configure:20050: found /usr/bin/w3m configure:20062: result: yes configure:20082: checking for xmllint configure:20100: found /usr/bin/xmllint configure:20112: result: /usr/bin/xmllint configure:20122: checking for xmllint configure:20138: found /usr/bin/xmllint configure:20150: result: yes configure:20170: checking for xsltproc configure:20188: found /usr/bin/xsltproc configure:20200: result: /usr/bin/xsltproc configure:20210: checking for xsltproc configure:20226: found /usr/bin/xsltproc configure:20238: result: yes configure:20266: checking for desktop-file-install configure:20284: found /usr/bin/desktop-file-install configure:20296: result: /usr/bin/desktop-file-install configure:20308: checking for pkgproto configure:20336: result: no configure:20346: checking for pkgmk configure:20374: result: no configure:20384: checking for pkgtrans configure:20412: result: no configure:20433: checking for rpm configure:20449: found /bin/rpm configure:20461: result: yes configure:20471: checking to see if we can redefine _topdir configure:20474: result: yes configure:20489: checking for dpkg-buildpackage configure:20517: result: no configure:20529: checking for xcodebuild configure:20557: result: no configure:20567: checking for hdiutil configure:20595: result: no configure:20605: checking for bless configure:20633: result: no configure:20657: checking for sw_vers configure:20685: result: no configure:20707: checking whether the compiler fails when given an unknown warning option configure:20741: gcc -std=gnu99 -c -g -O2 -Wxyzzy-this-will-never-succeed-xyzzy conftest.c >&5 cc1: error: unrecognized command line option "-Wxyzzy-this-will-never-succeed-xyzzy" configure:20748: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | /* end confdefs.h. */ | | int | main () | { | return 0 | ; | return 0; | } configure:20768: result: yes configure:20787: checking whether the compiler fails when given an warning option not supported for C++ configure:20833: g++ -c -g -O2 -Wmissing-prototypes conftest.cpp >&5 cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++ configure:20840: $? = 0 configure:20879: g++ -c -g -O2 -Werror -Wmissing-prototypes conftest.cpp >&5 cc1plus: warnings being treated as errors cc1plus: error: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++ configure:20886: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | /* end confdefs.h. */ | | int | main () | { | return 0 | ; | return 0; | } configure:20943: result: no, adding -Werror configure:26400: checking whether we can add -Wall -W to CFLAGS configure:26440: gcc -std=gnu99 -c -g -O2 -Wall -W conftest.c >&5 configure:26447: $? = 0 configure:26453: result: yes configure:26587: checking whether we can add -Wall -W to CXXFLAGS configure:26633: g++ -c -g -O2 -Werror -Wall -W conftest.cpp >&5 configure:26640: $? = 0 configure:26646: result: yes configure:26782: checking whether we can add -Wextra to CFLAGS configure:26822: gcc -std=gnu99 -c -Wall -W -g -O2 -Wextra conftest.c >&5 configure:26829: $? = 0 configure:26835: result: yes configure:26969: checking whether we can add -Wextra to CXXFLAGS configure:27015: g++ -c -Wall -W -g -O2 -Werror -Wextra conftest.cpp >&5 configure:27022: $? = 0 configure:27028: result: yes configure:27164: checking whether we can add -Wendif-labels to CFLAGS configure:27204: gcc -std=gnu99 -c -Wall -W -Wextra -g -O2 -Wendif-labels conftest.c >&5 configure:27211: $? = 0 configure:27217: result: yes configure:27351: checking whether we can add -Wendif-labels to CXXFLAGS configure:27397: g++ -c -Wall -W -Wextra -g -O2 -Werror -Wendif-labels conftest.cpp >&5 configure:27404: $? = 0 configure:27410: result: yes configure:27546: checking whether we can add -Wpointer-arith to CFLAGS configure:27586: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -g -O2 -Wpointer-arith conftest.c >&5 configure:27593: $? = 0 configure:27599: result: yes configure:27733: checking whether we can add -Wpointer-arith to CXXFLAGS configure:27779: g++ -c -Wall -W -Wextra -Wendif-labels -g -O2 -Werror -Wpointer-arith conftest.cpp >&5 configure:27786: $? = 0 configure:27792: result: yes configure:27928: checking whether we can add -Warray-bounds to CFLAGS configure:27968: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -g -O2 -Warray-bounds conftest.c >&5 configure:27975: $? = 0 configure:27981: result: yes configure:28115: checking whether we can add -Warray-bounds to CXXFLAGS configure:28161: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -g -O2 -Werror -Warray-bounds conftest.cpp >&5 configure:28168: $? = 0 configure:28174: result: yes configure:28310: checking whether we can add -Wformat-security to CFLAGS configure:28350: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -g -O2 -Wformat-security conftest.c >&5 configure:28357: $? = 0 configure:28363: result: yes configure:28497: checking whether we can add -Wformat-security to CXXFLAGS configure:28543: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -g -O2 -Werror -Wformat-security conftest.cpp >&5 configure:28550: $? = 0 configure:28556: result: yes configure:28692: checking whether we can add -fwrapv to CFLAGS configure:28732: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -g -O2 -Werror -fwrapv conftest.c >&5 configure:28739: $? = 0 configure:28745: result: yes configure:28879: checking whether we can add -fwrapv to CXXFLAGS configure:28925: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -g -O2 -Werror -fwrapv conftest.cpp >&5 configure:28932: $? = 0 configure:28938: result: yes configure:29074: checking whether we can add -fno-strict-overflow to CFLAGS configure:29114: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -g -O2 -Werror -fno-strict-overflow conftest.c >&5 configure:29121: $? = 0 configure:29127: result: yes configure:29261: checking whether we can add -fno-strict-overflow to CXXFLAGS configure:29307: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -g -O2 -Werror -fno-strict-overflow conftest.cpp >&5 configure:29314: $? = 0 configure:29320: result: yes configure:29456: checking whether we can add -fno-delete-null-pointer-checks to CFLAGS configure:29496: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -g -O2 -Werror -fno-delete-null-pointer-checks conftest.c >&5 configure:29503: $? = 0 configure:29509: result: yes configure:29643: checking whether we can add -fno-delete-null-pointer-checks to CXXFLAGS configure:29689: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -g -O2 -Werror -fno-delete-null-pointer-checks conftest.cpp >&5 configure:29696: $? = 0 configure:29702: result: yes configure:29838: checking whether we can add -Wvla to CFLAGS configure:29878: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -g -O2 -Wvla conftest.c >&5 configure:29885: $? = 0 configure:29891: result: yes configure:30025: checking whether we can add -Wvla to CXXFLAGS configure:30071: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -g -O2 -Werror -Wvla conftest.cpp >&5 configure:30078: $? = 0 configure:30084: result: yes configure:30220: checking whether we can add -Waddress to CFLAGS configure:30260: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -g -O2 -Waddress conftest.c >&5 configure:30267: $? = 0 configure:30273: result: yes configure:30407: checking whether we can add -Waddress to CXXFLAGS configure:30453: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -g -O2 -Werror -Waddress conftest.cpp >&5 configure:30460: $? = 0 configure:30466: result: yes configure:30602: checking whether we can add -Wattributes to CFLAGS configure:30642: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -g -O2 -Wattributes conftest.c >&5 configure:30649: $? = 0 configure:30655: result: yes configure:30789: checking whether we can add -Wattributes to CXXFLAGS configure:30835: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -g -O2 -Werror -Wattributes conftest.cpp >&5 configure:30842: $? = 0 configure:30848: result: yes configure:30984: checking whether we can add -Wdiv-by-zero to CFLAGS configure:31024: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -g -O2 -Wdiv-by-zero conftest.c >&5 configure:31031: $? = 0 configure:31037: result: yes configure:31171: checking whether we can add -Wdiv-by-zero to CXXFLAGS configure:31217: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -g -O2 -Werror -Wdiv-by-zero conftest.cpp >&5 configure:31224: $? = 0 configure:31230: result: yes configure:31366: checking whether we can add -Wignored-qualifiers to CFLAGS configure:31406: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -g -O2 -Wignored-qualifiers conftest.c >&5 configure:31413: $? = 0 configure:31419: result: yes configure:31553: checking whether we can add -Wignored-qualifiers to CXXFLAGS configure:31599: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -g -O2 -Werror -Wignored-qualifiers conftest.cpp >&5 configure:31606: $? = 0 configure:31612: result: yes configure:31748: checking whether we can add -Wpragmas to CFLAGS configure:31788: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -g -O2 -Wpragmas conftest.c >&5 configure:31795: $? = 0 configure:31801: result: yes configure:31935: checking whether we can add -Wpragmas to CXXFLAGS configure:31981: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -g -O2 -Werror -Wpragmas conftest.cpp >&5 configure:31988: $? = 0 configure:31994: result: yes configure:32130: checking whether we can add -Wno-overlength-strings to CFLAGS configure:32170: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -g -O2 -Wno-overlength-strings conftest.c >&5 configure:32177: $? = 0 configure:32183: result: yes configure:32317: checking whether we can add -Wno-overlength-strings to CXXFLAGS configure:32363: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -g -O2 -Werror -Wno-overlength-strings conftest.cpp >&5 configure:32370: $? = 0 configure:32376: result: yes configure:32512: checking whether we can add -Wno-long-long to CFLAGS configure:32552: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -g -O2 -Wno-long-long conftest.c >&5 configure:32559: $? = 0 configure:32565: result: yes configure:32699: checking whether we can add -Wno-long-long to CXXFLAGS configure:32745: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -g -O2 -Werror -Wno-long-long conftest.cpp >&5 configure:32752: $? = 0 configure:32758: result: yes configure:32894: checking whether we can add -Wheader-guard to CFLAGS configure:32934: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -g -O2 -Wheader-guard conftest.c >&5 cc1: error: unrecognized command line option "-Wheader-guard" configure:32941: $? = 1 configure: failed program was: | | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | /* end confdefs.h. */ | int foo; | configure:33039: result: no configure:33081: checking whether we can add -Wheader-guard to CXXFLAGS configure:33127: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -g -O2 -Werror -Wheader-guard conftest.cpp >&5 cc1plus: error: unrecognized command line option "-Wheader-guard" configure:33134: $? = 1 configure: failed program was: | | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | /* end confdefs.h. */ | int foo; | configure:33216: result: no configure:33276: checking whether we can add -Wunused-const-variable to CFLAGS configure:33316: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -g -O2 -Wunused-const-variable conftest.c >&5 cc1: error: unrecognized command line option "-Wunused-const-variable" configure:33323: $? = 1 configure: failed program was: | | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | /* end confdefs.h. */ | int foo; | configure:33421: result: no configure:33463: checking whether we can add -Wunused-const-variable to CXXFLAGS configure:33509: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -g -O2 -Werror -Wunused-const-variable conftest.cpp >&5 cc1plus: error: unrecognized command line option "-Wunused-const-variable" configure:33516: $? = 1 configure: failed program was: | | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | /* end confdefs.h. */ | int foo; | configure:33598: result: no configure:33661: checking whether we can add -Wc++-compat to CFLAGS configure:33701: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -g -O2 -Wc++-compat conftest.c >&5 configure:33708: $? = 0 configure:33714: result: yes configure:34043: checking whether we can add -Wdeclaration-after-statement to CFLAGS configure:34083: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -g -O2 -Wdeclaration-after-statement conftest.c >&5 configure:34090: $? = 0 configure:34096: result: yes configure:34435: checking whether we can add -Wshadow to CFLAGS configure:34475: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -g -O2 -Wshadow conftest.c >&5 configure:34482: $? = 0 configure:34488: result: yes configure:34501: checking whether -Wshadow warns about variables in function declarations shadowing other variables configure:34527: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -g -O2 -Wshadow -Werror conftest.c >&5 configure:34534: $? = 0 configure:34540: result: no configure:34838: checking whether we can add -Wno-pointer-sign to CFLAGS configure:34878: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -g -O2 -Wno-pointer-sign conftest.c >&5 configure:34885: $? = 0 configure:34891: result: yes configure:35220: checking whether we can add -Wold-style-definition to CFLAGS configure:35260: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -g -O2 -Wold-style-definition conftest.c >&5 configure:35267: $? = 0 configure:35273: result: yes configure:35602: checking whether we can add -Wstrict-prototypes to CFLAGS configure:35642: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -g -O2 -Wstrict-prototypes conftest.c >&5 configure:35649: $? = 0 configure:35655: result: yes configure:35988: checking whether we can add -Wlogical-op to CFLAGS configure:36028: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -g -O2 -Wlogical-op conftest.c >&5 configure:36035: $? = 0 configure:36041: result: yes configure:36054: checking whether -Wlogical-op generates warnings from strchr() configure:36089: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -g -O2 -Wlogical-op -Werror conftest.c >&5 cc1: warnings being treated as errors conftest.c: In function 'foo': conftest.c:41: error: logical '&&' with non-zero constant will always evaluate as true configure:36096: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | /* end confdefs.h. */ | #include <string.h> | | int foo(const char *, int); | int bar(void); | | int | foo(const char *sep, int c) | { | if (strchr (sep, c) != NULL) | return 1; | else | return 0; | } | | int | bar(void) | { | return foo("<", 'a'); | } | configure:36124: result: yes configure:36409: checking whether we can add -Wjump-misses-init to CFLAGS configure:36449: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -g -O2 -Wjump-misses-init conftest.c >&5 cc1: error: unrecognized command line option "-Wjump-misses-init" configure:36456: $? = 1 configure: failed program was: | | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | /* end confdefs.h. */ | int foo; | configure:36554: result: no configure:36793: checking whether we can add -Wshorten-64-to-32 to CFLAGS configure:36833: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -g -O2 -Wshorten-64-to-32 conftest.c >&5 cc1: error: unrecognized command line option "-Wshorten-64-to-32" configure:36840: $? = 1 configure: failed program was: | | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | /* end confdefs.h. */ | int foo; | configure:36938: result: no configure:37179: checking whether we can add -Qunused-arguments to CFLAGS configure:37219: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -g -O2 -Qunused-arguments conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' configure:37226: $? = 0 configure:37232: result: yes configure:37366: checking whether we can add -Qunused-arguments to CXXFLAGS configure:37412: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -g -O2 -Qunused-arguments conftest.cpp >&5 g++: unrecognized option '-Qunused-arguments' configure:37419: $? = 0 configure:37425: result: yes configure:37565: checking whether we can add -fexcess-precision=fast to CFLAGS configure:37605: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -g -O2 -Werror -fexcess-precision=fast conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' cc1: error: unrecognized command line option "-fexcess-precision=fast" configure:37612: $? = 1 configure: failed program was: | | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | /* end confdefs.h. */ | int foo; | configure:37710: result: no configure:37752: checking whether we can add -fexcess-precision=fast to CXXFLAGS configure:37798: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Qunused-arguments -g -O2 -Werror -fexcess-precision=fast conftest.cpp >&5 g++: unrecognized option '-Qunused-arguments' cc1plus: error: unrecognized command line option "-fexcess-precision=fast" configure:37805: $? = 1 configure: failed program was: | | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | /* end confdefs.h. */ | int foo; | configure:37887: result: no configure:37957: checking whether we can add -fvisibility=hidden to CFLAGS configure:37997: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -g -O2 -Werror -fvisibility=hidden conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' configure:38004: $? = 0 configure:38010: result: yes configure:38144: checking whether we can add -fvisibility=hidden to CXXFLAGS configure:38190: g++ -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Qunused-arguments -g -O2 -Werror -fvisibility=hidden conftest.cpp >&5 g++: unrecognized option '-Qunused-arguments' configure:38197: $? = 0 configure:38203: result: yes configure:38715: checking whether we can add -Wl,--as-needed to LDFLAGS configure:38745: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -g -O2 -Wl,--as-needed conftest.c -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:34: warning: return type defaults to 'int' conftest.c:34: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:34: warning: old-style function definition conftest.c:34: warning: 'return' with no value, in function returning non-void configure:38752: $? = 0 configure:38761: result: yes configure:38822: checking whether we can add -fPIE to CFLAGS configure:38862: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -g -O2 -Werror -fPIE conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' configure:38869: $? = 0 configure:38875: result: yes configure:39187: checking whether we can add -fPIE -pie to LDFLAGS configure:39217: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -fPIE -g -O2 -Wl,--as-needed -fPIE -pie conftest.c -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:34: warning: return type defaults to 'int' conftest.c:34: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:34: warning: old-style function definition conftest.c:34: warning: 'return' with no value, in function returning non-void configure:39224: $? = 0 configure:39233: result: yes configure:39292: checking whether we can add -msse4.2 to CFLAGS configure:39332: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -g -O2 -Werror -msse4.2 conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' configure:39339: $? = 0 configure:39345: result: yes configure:40071: checking whether there is emmintrin.h header and we can use it configure:40094: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:40101: $? = 0 configure:40108: result: yes configure:40140: checking whether there is nmmintrin.h header and we can use it configure:40165: gcc -std=gnu99 -c -msse4.2 -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -g -O2 conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:36: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:35: warning: old-style function definition configure:40172: $? = 0 configure:40185: result: yes configure:40249: checking whether -D_FORTIFY_SOURCE=... can be used (without generating a warning) configure:40281: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -g -O2 -Werror -D_FORTIFY_SOURCE=2 conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' configure:40288: $? = 0 configure:40294: result: yes configure:40325: checking whether we should treat compiler warnings as errors configure:40344: result: yes configure:40367: checking for platform-specific compiler flags configure:40384: result: none needed configure:40435: checking for platform-specific linker flags configure:40472: result: none needed configure:40749: checking whether to use /usr/local for headers and libraries configure:40753: result: yes configure:40815: checking for sed configure:40845: result: /usr/bin/sed configure:40860: checking for GNU sed as first sed in PATH configure:40863: result: yes configure:40946: checking if profile builds must be generated configure:40960: result: no configure:41162: checking for Qt5Core - version >= 5.0.0 configure:41180: result: no configure:41162: checking for QtCore - version >= 4.7.0 configure:41180: result: no configure:42935: checking for pkg-config configure:42966: result: /usr/bin/pkg-config configure:42988: checking for GTK+ - version >= 2.12.0 and < 3.0 configure:43111: gcc -std=gnu99 -o conftest -g -O2 -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lm >&5 configure:43115: $? = 0 configure:43121: ./conftest configure:43125: $? = 0 configure:43146: result: yes (version 2.18.1) configure:43908: checking pkg-config is at least version 0.16 configure:43911: result: yes configure:43929: checking for GLIB - version >= 2.16.0 configure:44057: gcc -std=gnu99 -o conftest -g -O2 -pthread -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include conftest.c -pthread -Wl,--export-dynamic -lgthread-2.0 -lrt -lgmodule-2.0 -lglib-2.0 -lm >&5 configure:44061: $? = 0 configure:44067: ./conftest configure:44071: $? = 0 configure:44092: result: yes (version 2.22.1) configure:44195: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.32 gdk-pixbuf-2.0 >= 2.26" Requested 'gio-2.0 >= 2.32' but version of GIO is 2.22.1 Requested 'gdk-pixbuf-2.0 >= 2.26' but version of GdkPixbuf is 2.18.1 configure:44198: $? = 1 configure:44232: checking whether GLib supports loadable modules configure:44270: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -pthread -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -g -O2 conftest.c -lm -pthread -Wl,--export-dynamic -lgthread-2.0 -lrt -lgmodule-2.0 -lglib-2.0 >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:46: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:45: warning: old-style function definition configure:44274: $? = 0 configure:44280: ./conftest configure:44284: $? = 0 configure:44303: result: yes configure:44333: checking for dladdr configure:44389: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -pthread -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -g -O2 conftest.c -lm -pthread -Wl,--export-dynamic -lgthread-2.0 -lrt -lgmodule-2.0 -lglib-2.0 >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:61: warning: function declaration isn't a prototype conftest.c:71: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:70: warning: old-style function definition configure:44396: $? = 0 configure:44418: result: yes configure:44551: checking whether GLib supports POSIX/XSI thousands grouping configure:44589: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -pthread -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -g -O2 conftest.c -lm -pthread -Wl,--export-dynamic -lgthread-2.0 -lrt -lgmodule-2.0 -lglib-2.0 >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:47: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:46: warning: old-style function definition configure:44593: $? = 0 configure:44599: ./conftest configure:44603: $? = 0 configure:44622: result: yes configure:44641: checking whether to use OS X integration functions configure:44665: result: yes configure:44686: checking for gtkosx_application_set_menu_bar in -lgtkmacintegration configure:44721: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -Wl,--as-needed -L/usr/local/lib conftest.c -lgtkmacintegration -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:47: warning: function declaration isn't a prototype conftest.c:50: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:49: warning: old-style function definition /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: cannot find -lgtkmacintegration collect2: ld returned 1 exit status configure:44728: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gtkosx_application_set_menu_bar (); | int | main () | { | return gtkosx_application_set_menu_bar (); | ; | return 0; | } configure:44749: result: no configure:44772: checking for gtk_mac_menu_set_menu_bar in -lGtk configure:44807: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -Wl,--as-needed -L/usr/local/lib conftest.c -lGtk -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:47: warning: function declaration isn't a prototype conftest.c:50: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:49: warning: old-style function definition /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: cannot find -lGtk collect2: ld returned 1 exit status configure:44814: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gtk_mac_menu_set_menu_bar (); | int | main () | { | return gtk_mac_menu_set_menu_bar (); | ; | return 0; | } configure:44835: result: no configure:44859: checking for gtk_mac_menu_set_menu_bar in -lgtkmacintegration configure:44894: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -Wl,--as-needed -L/usr/local/lib conftest.c -lgtkmacintegration -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:47: warning: function declaration isn't a prototype conftest.c:50: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:49: warning: old-style function definition /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: cannot find -lgtkmacintegration collect2: ld returned 1 exit status configure:44901: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gtk_mac_menu_set_menu_bar (); | int | main () | { | return gtk_mac_menu_set_menu_bar (); | ; | return 0; | } configure:44922: result: no configure:45165: checking for connect configure:45221: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm >&5 configure:45228: $? = 0 configure:45248: result: yes configure:45331: checking whether to use libpcap for packet capture configure:45360: result: yes configure:45429: checking for pcap-config configure:45447: found /usr/bin/pcap-config configure:45459: result: /usr/bin/pcap-config configure:45490: checking for broken pcap-config configure:45498: result: yes configure:45532: checking for extraneous pcap header directories configure:45551: result: found -- -I/usr/include/pcap added to CFLAGS configure:45592: checking pcap.h usability configure:45609: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' configure:45616: $? = 0 configure:45630: result: yes configure:45634: checking pcap.h presence configure:45649: gcc -std=gnu99 -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap conftest.c configure:45656: $? = 0 configure:45670: result: yes configure:45703: checking for pcap.h configure:45710: result: yes configure:45752: checking for pcap_open_live in -lpcap configure:45787: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:47: warning: function declaration isn't a prototype conftest.c:50: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:49: warning: old-style function definition configure:45794: $? = 0 configure:45815: result: yes configure:45931: checking for pcap_open_dead configure:45987: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:64: warning: function declaration isn't a prototype conftest.c:74: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:73: warning: old-style function definition configure:45994: $? = 0 configure:46016: result: yes configure:45931: checking for pcap_freecode configure:45987: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:65: warning: function declaration isn't a prototype conftest.c:75: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:74: warning: old-style function definition configure:45994: $? = 0 configure:46016: result: yes configure:46051: checking whether pcap_breakloop is present configure:46079: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' configure:46086: $? = 0 configure:46111: result: yes configure:46119: checking whether pcap_breakloop is usable configure:46147: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -Werror -Wimplicit -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' configure:46154: $? = 0 configure:46179: result: yes configure:46217: checking whether pcap_findalldevs is present and usable configure:46248: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:48: warning: return type defaults to 'int' conftest.c:48: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:47: warning: old-style function definition configure:46255: $? = 0 configure:46280: result: yes configure:46299: checking for pcap_datalink_val_to_name configure:46355: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:68: warning: function declaration isn't a prototype conftest.c:78: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:77: warning: old-style function definition configure:46362: $? = 0 configure:46384: result: yes configure:46299: checking for pcap_datalink_name_to_val configure:46355: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:69: warning: function declaration isn't a prototype conftest.c:79: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:78: warning: old-style function definition configure:46362: $? = 0 configure:46384: result: yes configure:46400: checking for pcap_datalink_val_to_description configure:46456: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:70: warning: function declaration isn't a prototype conftest.c:80: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:79: warning: old-style function definition configure:46463: $? = 0 configure:46485: result: yes configure:46503: checking for pcap_list_datalinks configure:46559: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:71: warning: function declaration isn't a prototype conftest.c:81: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:80: warning: old-style function definition configure:46566: $? = 0 configure:46588: result: yes configure:46503: checking for pcap_set_datalink configure:46559: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:72: warning: function declaration isn't a prototype conftest.c:82: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:81: warning: old-style function definition configure:46566: $? = 0 configure:46588: result: yes configure:46503: checking for pcap_lib_version configure:46559: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:73: warning: function declaration isn't a prototype conftest.c:83: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:82: warning: old-style function definition configure:46566: $? = 0 configure:46588: result: yes configure:46605: checking for pcap_get_selectable_fd configure:46661: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:74: warning: function declaration isn't a prototype conftest.c:84: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:83: warning: old-style function definition configure:46668: $? = 0 configure:46690: result: yes configure:46605: checking for pcap_free_datalinks configure:46661: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:75: warning: function declaration isn't a prototype conftest.c:85: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:84: warning: old-style function definition configure:46668: $? = 0 configure:46690: result: yes configure:46702: checking for pcap_create configure:46758: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:76: warning: function declaration isn't a prototype conftest.c:86: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:85: warning: old-style function definition configure:46765: $? = 0 configure:46785: result: yes configure:46807: checking for bpf_image configure:46863: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:78: warning: function declaration isn't a prototype conftest.c:88: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:87: warning: old-style function definition configure:46870: $? = 0 configure:46892: result: yes configure:46807: checking for pcap_set_tstamp_precision configure:46863: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap -Wl,--as-needed -L/usr/local/lib conftest.c -lpcap -lm >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:79: warning: function declaration isn't a prototype conftest.c:89: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:88: warning: old-style function definition /tmp/cc8MQ1FA.o: In function `main': /home/eth/plugin_dev/OneWireshark2.10/trunk/conftest.c:90: undefined reference to `pcap_set_tstamp_precision' collect2: ld returned 1 exit status configure:46870: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | /* end confdefs.h. */ | /* Define pcap_set_tstamp_precision to an innocuous variant, in case <limits.h> declares pcap_set_tstamp_precision. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define pcap_set_tstamp_precision innocuous_pcap_set_tstamp_precision | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pcap_set_tstamp_precision (); 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 pcap_set_tstamp_precision | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pcap_set_tstamp_precision (); | /* 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_pcap_set_tstamp_precision || defined __stub___pcap_set_tstamp_precision | choke me | #endif | | int | main () | { | return pcap_set_tstamp_precision (); | ; | return 0; | } configure:46892: result: no configure:46916: checking whether to build dumpcap configure:46933: result: yes configure:46953: checking whether to build rawshark configure:46970: result: yes configure:46988: checking whether to build androiddump configure:47000: result: yes configure:47033: checking whether to build sshdump configure:47045: result: yes configure:47052: checking whether to build randpktdump configure:47064: result: yes configure:47151: checking whether to use libpcap remote capturing feature configure:47172: result: no configure:47398: checking whether to use zlib for gzip compression and decompression configure:47430: result: yes configure:47482: checking zlib.h usability configure:47499: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' configure:47506: $? = 0 configure:47520: result: yes configure:47524: checking zlib.h presence configure:47539: gcc -std=gnu99 -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c configure:47546: $? = 0 configure:47560: result: yes configure:47593: checking for zlib.h configure:47600: result: yes configure:47676: checking for inflatePrime configure:47732: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -Wl,--as-needed -L/usr/local/lib conftest.c -lm -lz >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:81: warning: function declaration isn't a prototype conftest.c:91: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:90: warning: old-style function definition configure:47739: $? = 0 configure:47761: result: yes configure:47791: checking for inflatePrime missing when linking with X11 configure:47821: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -Wl,--as-needed -L/usr/local/lib conftest.c -lm -lz >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:66: warning: function declaration isn't a prototype conftest.c:69: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:68: warning: old-style function definition configure:47828: $? = 0 configure:47836: result: no configure:47929: checking for LUA configure:47936: $PKG_CONFIG --exists --print-errors "$pkg" Package lua was not found in the pkg-config search path. Perhaps you should add the directory containing `lua.pc' to the PKG_CONFIG_PATH environment variable No package 'lua' found configure:47939: $? = 1 configure:47952: $PKG_CONFIG --exists --print-errors "$pkg" Package lua was not found in the pkg-config search path. Perhaps you should add the directory containing `lua.pc' to the PKG_CONFIG_PATH environment variable No package 'lua' found configure:47955: $? = 1 No package 'lua' found configure:47982: result: no configure:47929: checking for LUA configure:47936: $PKG_CONFIG --exists --print-errors "$pkg" Package lua5.2 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua5.2.pc' to the PKG_CONFIG_PATH environment variable No package 'lua5.2' found configure:47939: $? = 1 configure:47952: $PKG_CONFIG --exists --print-errors "$pkg" Package lua5.2 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua5.2.pc' to the PKG_CONFIG_PATH environment variable No package 'lua5.2' found configure:47955: $? = 1 No package 'lua5.2' found configure:47982: result: no configure:47929: checking for LUA configure:47936: $PKG_CONFIG --exists --print-errors "$pkg" Package lua-5.2 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua-5.2.pc' to the PKG_CONFIG_PATH environment variable No package 'lua-5.2' found configure:47939: $? = 1 configure:47952: $PKG_CONFIG --exists --print-errors "$pkg" Package lua-5.2 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua-5.2.pc' to the PKG_CONFIG_PATH environment variable No package 'lua-5.2' found configure:47955: $? = 1 No package 'lua-5.2' found configure:47982: result: no configure:47929: checking for LUA configure:47936: $PKG_CONFIG --exists --print-errors "$pkg" Package lua52 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua52.pc' to the PKG_CONFIG_PATH environment variable No package 'lua52' found configure:47939: $? = 1 configure:47952: $PKG_CONFIG --exists --print-errors "$pkg" Package lua52 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua52.pc' to the PKG_CONFIG_PATH environment variable No package 'lua52' found configure:47955: $? = 1 No package 'lua52' found configure:47982: result: no configure:47929: checking for LUA configure:47936: $PKG_CONFIG --exists --print-errors "$pkg" Package lua5.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua5.1.pc' to the PKG_CONFIG_PATH environment variable No package 'lua5.1' found configure:47939: $? = 1 configure:47952: $PKG_CONFIG --exists --print-errors "$pkg" Package lua5.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua5.1.pc' to the PKG_CONFIG_PATH environment variable No package 'lua5.1' found configure:47955: $? = 1 No package 'lua5.1' found configure:47982: result: no configure:47929: checking for LUA configure:47936: $PKG_CONFIG --exists --print-errors "$pkg" Package lua-5.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua-5.1.pc' to the PKG_CONFIG_PATH environment variable No package 'lua-5.1' found configure:47939: $? = 1 configure:47952: $PKG_CONFIG --exists --print-errors "$pkg" Package lua-5.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua-5.1.pc' to the PKG_CONFIG_PATH environment variable No package 'lua-5.1' found configure:47955: $? = 1 No package 'lua-5.1' found configure:47982: result: no configure:47929: checking for LUA configure:47936: $PKG_CONFIG --exists --print-errors "$pkg" Package lua51 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua51.pc' to the PKG_CONFIG_PATH environment variable No package 'lua51' found configure:47939: $? = 1 configure:47952: $PKG_CONFIG --exists --print-errors "$pkg" Package lua51 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua51.pc' to the PKG_CONFIG_PATH environment variable No package 'lua51' found configure:47955: $? = 1 No package 'lua51' found configure:47982: result: no configure:47929: checking for LUA configure:47936: $PKG_CONFIG --exists --print-errors "$pkg" Package lua5.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua5.0.pc' to the PKG_CONFIG_PATH environment variable No package 'lua5.0' found configure:47939: $? = 1 configure:47952: $PKG_CONFIG --exists --print-errors "$pkg" Package lua5.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua5.0.pc' to the PKG_CONFIG_PATH environment variable No package 'lua5.0' found configure:47955: $? = 1 No package 'lua5.0' found configure:47982: result: no configure:47929: checking for LUA configure:47936: $PKG_CONFIG --exists --print-errors "$pkg" Package lua-5.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua-5.0.pc' to the PKG_CONFIG_PATH environment variable No package 'lua-5.0' found configure:47939: $? = 1 configure:47952: $PKG_CONFIG --exists --print-errors "$pkg" Package lua-5.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua-5.0.pc' to the PKG_CONFIG_PATH environment variable No package 'lua-5.0' found configure:47955: $? = 1 No package 'lua-5.0' found configure:47982: result: no configure:47929: checking for LUA configure:47936: $PKG_CONFIG --exists --print-errors "$pkg" Package lua50 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua50.pc' to the PKG_CONFIG_PATH environment variable No package 'lua50' found configure:47939: $? = 1 configure:47952: $PKG_CONFIG --exists --print-errors "$pkg" Package lua50 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua50.pc' to the PKG_CONFIG_PATH environment variable No package 'lua50' found configure:47955: $? = 1 No package 'lua50' found configure:47982: result: no configure:48008: checking for the location of lua.h configure:48042: result: /usr/local/include configure:48045: checking the Lua version configure:48056: result: 5.2 configure:48078: checking lua.h usability configure:48095: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/local/include conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' configure:48102: $? = 0 configure:48116: result: yes configure:48120: checking lua.h presence configure:48135: gcc -std=gnu99 -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/local/include conftest.c configure:48142: $? = 0 configure:48156: result: yes configure:48189: checking for lua.h configure:48198: result: yes configure:48078: checking lualib.h usability configure:48095: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/local/include conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' configure:48102: $? = 0 configure:48116: result: yes configure:48120: checking lualib.h presence configure:48135: gcc -std=gnu99 -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/local/include conftest.c configure:48142: $? = 0 configure:48156: result: yes configure:48189: checking for lualib.h configure:48198: result: yes configure:48078: checking lauxlib.h usability configure:48095: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/local/include conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' configure:48102: $? = 0 configure:48116: result: yes configure:48120: checking lauxlib.h presence configure:48135: gcc -std=gnu99 -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/local/include conftest.c configure:48142: $? = 0 configure:48156: result: yes configure:48189: checking for lauxlib.h configure:48198: result: yes configure:48236: checking for library containing luaL_openlibs configure:48277: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/local/include -Wl,--as-needed -L/usr/local/lib conftest.c -lm -lz -L/usr/local/lib >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:69: warning: function declaration isn't a prototype conftest.c:72: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:71: warning: old-style function definition /tmp/ccu9fTev.o: In function `main': /home/eth/plugin_dev/OneWireshark2.10/trunk/conftest.c:73: undefined reference to `luaL_openlibs' collect2: ld returned 1 exit status configure:48284: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char luaL_openlibs (); | int | main () | { | return luaL_openlibs (); | ; | return 0; | } configure:48277: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/local/include -Wl,--as-needed -L/usr/local/lib conftest.c -llua-5.2 -lm -lm -lz -L/usr/local/lib >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:69: warning: function declaration isn't a prototype conftest.c:72: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:71: warning: old-style function definition /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: cannot find -llua-5.2 collect2: ld returned 1 exit status configure:48284: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char luaL_openlibs (); | int | main () | { | return luaL_openlibs (); | ; | return 0; | } configure:48277: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/local/include -Wl,--as-needed -L/usr/local/lib conftest.c -llua5.2 -lm -lm -lz -L/usr/local/lib >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:69: warning: function declaration isn't a prototype conftest.c:72: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:71: warning: old-style function definition /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: cannot find -llua5.2 collect2: ld returned 1 exit status configure:48284: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char luaL_openlibs (); | int | main () | { | return luaL_openlibs (); | ; | return 0; | } configure:48277: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/local/include -Wl,--as-needed -L/usr/local/lib conftest.c -llua -lm -lm -lz -L/usr/local/lib >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:69: warning: function declaration isn't a prototype conftest.c:72: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:71: warning: old-style function definition /usr/local/lib/liblua.a(loadlib.o): In function `ll_loadfunc': loadlib.c:(.text+0x8b0): undefined reference to `dlsym' loadlib.c:(.text+0x916): undefined reference to `dlopen' loadlib.c:(.text+0x991): undefined reference to `dlerror' loadlib.c:(.text+0x9b1): undefined reference to `dlerror' /usr/local/lib/liblua.a(loadlib.o): In function `gctm': loadlib.c:(.text+0xe83): undefined reference to `dlclose' collect2: ld returned 1 exit status configure:48284: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char luaL_openlibs (); | int | main () | { | return luaL_openlibs (); | ; | return 0; | } configure:48315: result: no configure:48371: checking whether to use libportaudio for the GTK+ RTP player configure:48403: result: yes configure:48458: checking portaudio.h usability configure:48475: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:95:23: error: portaudio.h: No such file or directory configure:48482: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <portaudio.h> configure:48496: result: no configure:48500: checking portaudio.h presence configure:48515: gcc -std=gnu99 -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c conftest.c:62:23: error: portaudio.h: No such file or directory configure:48522: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | /* end confdefs.h. */ | #include <portaudio.h> configure:48536: result: no configure:48569: checking for portaudio.h configure:48578: result: no configure:48861: result: libportaudio not found - disabling support for the GTK+ RTP player configure:48877: checking for setcap configure:48910: result: no configure:48923: checking whether to install dumpcap with cap_net_admin and cap_net_raw capabilities configure:48926: result: no configure:48964: checking whether to install dumpcap setuid configure:48984: result: yes configure:49002: checking for setresuid configure:49058: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 configure:49065: $? = 0 configure:49087: result: yes configure:49002: checking for setresgid configure:49058: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 configure:49065: $? = 0 configure:49087: result: yes configure:49133: checking whether to use the libcap capabilities library configure:49161: result: yes configure:49183: checking for cap_set_flag in -lcap configure:49218: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lcap -lm -lz >&5 /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: cannot find -lcap collect2: ld returned 1 exit status configure:49225: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char cap_set_flag (); | int | main () | { | return cap_set_flag (); | ; | return 0; | } configure:49246: result: no configure:49290: checking fcntl.h usability configure:49307: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49314: $? = 0 configure:49328: result: yes configure:49332: checking fcntl.h presence configure:49347: gcc -std=gnu99 -E conftest.c configure:49354: $? = 0 configure:49368: result: yes configure:49401: checking for fcntl.h configure:49410: result: yes configure:49290: checking getopt.h usability configure:49307: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49314: $? = 0 configure:49328: result: yes configure:49332: checking getopt.h presence configure:49347: gcc -std=gnu99 -E conftest.c configure:49354: $? = 0 configure:49368: result: yes configure:49401: checking for getopt.h configure:49410: result: yes configure:49290: checking grp.h usability configure:49307: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49314: $? = 0 configure:49328: result: yes configure:49332: checking grp.h presence configure:49347: gcc -std=gnu99 -E conftest.c configure:49354: $? = 0 configure:49368: result: yes configure:49401: checking for grp.h configure:49410: result: yes configure:49279: checking for inttypes.h configure:49286: result: yes configure:49290: checking netdb.h usability configure:49307: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49314: $? = 0 configure:49328: result: yes configure:49332: checking netdb.h presence configure:49347: gcc -std=gnu99 -E conftest.c configure:49354: $? = 0 configure:49368: result: yes configure:49401: checking for netdb.h configure:49410: result: yes configure:49290: checking pwd.h usability configure:49307: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49314: $? = 0 configure:49328: result: yes configure:49332: checking pwd.h presence configure:49347: gcc -std=gnu99 -E conftest.c configure:49354: $? = 0 configure:49368: result: yes configure:49401: checking for pwd.h configure:49410: result: yes configure:49279: checking for unistd.h configure:49286: result: yes configure:49449: checking sys/ioctl.h usability configure:49466: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49473: $? = 0 configure:49487: result: yes configure:49491: checking sys/ioctl.h presence configure:49506: gcc -std=gnu99 -E conftest.c configure:49513: $? = 0 configure:49527: result: yes configure:49560: checking for sys/ioctl.h configure:49569: result: yes configure:49449: checking sys/param.h usability configure:49466: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49473: $? = 0 configure:49487: result: yes configure:49491: checking sys/param.h presence configure:49506: gcc -std=gnu99 -E conftest.c configure:49513: $? = 0 configure:49527: result: yes configure:49560: checking for sys/param.h configure:49569: result: yes configure:49449: checking sys/socket.h usability configure:49466: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49473: $? = 0 configure:49487: result: yes configure:49491: checking sys/socket.h presence configure:49506: gcc -std=gnu99 -E conftest.c configure:49513: $? = 0 configure:49527: result: yes configure:49560: checking for sys/socket.h configure:49569: result: yes configure:49449: checking sys/sockio.h usability configure:49466: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:107:24: error: sys/sockio.h: No such file or directory configure:49473: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/sockio.h> configure:49487: result: no configure:49491: checking sys/sockio.h presence configure:49506: gcc -std=gnu99 -E conftest.c conftest.c:74:24: error: sys/sockio.h: No such file or directory configure:49513: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include <sys/sockio.h> configure:49527: result: no configure:49560: checking for sys/sockio.h configure:49569: result: no configure:49438: checking for sys/stat.h configure:49445: result: yes configure:49449: checking sys/time.h usability configure:49466: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49473: $? = 0 configure:49487: result: yes configure:49491: checking sys/time.h presence configure:49506: gcc -std=gnu99 -E conftest.c configure:49513: $? = 0 configure:49527: result: yes configure:49560: checking for sys/time.h configure:49569: result: yes configure:49438: checking for sys/types.h configure:49445: result: yes configure:49449: checking sys/utsname.h usability configure:49466: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49473: $? = 0 configure:49487: result: yes configure:49491: checking sys/utsname.h presence configure:49506: gcc -std=gnu99 -E conftest.c configure:49513: $? = 0 configure:49527: result: yes configure:49560: checking for sys/utsname.h configure:49569: result: yes configure:49449: checking sys/wait.h usability configure:49466: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49473: $? = 0 configure:49487: result: yes configure:49491: checking sys/wait.h presence configure:49506: gcc -std=gnu99 -E conftest.c configure:49513: $? = 0 configure:49527: result: yes configure:49560: checking for sys/wait.h configure:49569: result: yes configure:49600: checking netinet/in.h usability configure:49617: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49624: $? = 0 configure:49638: result: yes configure:49642: checking netinet/in.h presence configure:49657: gcc -std=gnu99 -E conftest.c configure:49664: $? = 0 configure:49678: result: yes configure:49711: checking for netinet/in.h configure:49720: result: yes configure:49752: checking arpa/inet.h usability configure:49769: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49776: $? = 0 configure:49790: result: yes configure:49794: checking arpa/inet.h presence configure:49809: gcc -std=gnu99 -E conftest.c configure:49816: $? = 0 configure:49830: result: yes configure:49863: checking for arpa/inet.h configure:49872: result: yes configure:49752: checking arpa/nameser.h usability configure:49769: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49776: $? = 0 configure:49790: result: yes configure:49794: checking arpa/nameser.h presence configure:49809: gcc -std=gnu99 -E conftest.c configure:49816: $? = 0 configure:49830: result: yes configure:49863: checking for arpa/nameser.h configure:49872: result: yes configure:49900: checking for linux/sockios.h configure:49921: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49928: $? = 0 configure:49945: result: yes configure:49900: checking for linux/if_bonding.h configure:49921: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49928: $? = 0 configure:49945: result: yes configure:49962: checking whether to use SSL library configure:50071: result: no configure:50076: checking whether to use Kerberos library configure:50108: result: yes configure:50204: checking for krb5-config configure:50222: found /usr/lib/mit/bin/krb5-config configure:50234: result: /usr/lib/mit/bin/krb5-config configure:50306: checking krb5.h usability configure:50323: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' configure:50330: $? = 0 configure:50344: result: yes configure:50348: checking krb5.h presence configure:50363: gcc -std=gnu99 -E -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c configure:50370: $? = 0 configure:50384: result: yes configure:50417: checking for krb5.h configure:50424: result: yes configure:50477: checking whether the Kerberos library is Heimdal or MIT configure:50487: result: MIT configure:50495: checking whether MIT includes krb5_kt_resolve configure:50525: gcc -std=gnu99 -o conftest -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include -Wl,--as-needed -L/usr/local/lib -L/usr/local/lib conftest.c -L/usr/lib64 -lkrb5 -lk5crypto -lcom_err -lkeyutils -lresolv -ldl >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:88: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:87: warning: old-style function definition conftest.c:90: warning: implicit declaration of function 'krb5_kt_resolve' configure:50532: $? = 0 configure:50545: result: yes configure:50617: checking whether krb5.h defines KEYTYPE_ARCFOUR_56 configure:50643: gcc -std=gnu99 -c -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 -g -O2 -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' conftest.c:92: warning: return type defaults to 'int' conftest.c:92: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:91: warning: old-style function definition conftest.c:93: error: 'KEYTYPE_ARCFOUR_56' undeclared (first use in this function) conftest.c:93: error: (Each undeclared identifier is reported only once conftest.c:93: error: for each function it appears in.) configure:50650: $? = 1 configure: failed program was: | | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_KERBEROS 1 | #define HAVE_MIT_KERBEROS 1 | /* end confdefs.h. */ | | #include <krb5.h> | #include <stdio.h> | | main() | { | printf("%u\n", KEYTYPE_ARCFOUR_56); | } | | configure:50669: result: no configure:50727: checking whether to use the c-ares library if available configure:50755: result: yes configure:50777: checking for ares_init in -lcares configure:50813: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lcares -lm -lz >&5 /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libcares.so: undefined reference to `__fdelt_chk@GLIBC_2.15' /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libcares.so: undefined reference to `memcpy@GLIBC_2.14' /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/libcares.so: undefined reference to `clock_gettime@GLIBC_2.17' collect2: ld returned 1 exit status configure:50820: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_KERBEROS 1 | #define HAVE_MIT_KERBEROS 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char ares_init (); | int | main () | { | return ares_init (); | ; | return 0; | } configure:50841: result: no configure:50864: checking whether to use the GNU ADNS library if available configure:50892: result: yes configure:50914: checking for adns_init in -ladns configure:50950: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ladns -lm -lz >&5 /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: cannot find -ladns collect2: ld returned 1 exit status configure:50957: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_KERBEROS 1 | #define HAVE_MIT_KERBEROS 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char adns_init (); | int | main () | { | return adns_init (); | ; | return 0; | } configure:50978: result: no configure:51008: checking for getaddrinfo configure:51064: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 configure:51071: $? = 0 configure:51093: result: yes configure:51490: checking whether to use the GeoIP IP address mapping library if available configure:51518: result: yes configure:51540: checking for GeoIP_new in -lGeoIP configure:51575: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lGeoIP -lm -lz >&5 /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: cannot find -lGeoIP collect2: ld returned 1 exit status configure:51582: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_KERBEROS 1 | #define HAVE_MIT_KERBEROS 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char GeoIP_new (); | int | main () | { | return GeoIP_new (); | ; | return 0; | } configure:51603: result: no configure:51703: checking whether to use the libssh library if available configure:51731: result: yes configure:51753: checking for ssh_new in -lssh configure:51788: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lssh -lm -lz >&5 /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: cannot find -lssh collect2: ld returned 1 exit status configure:51795: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_KERBEROS 1 | #define HAVE_MIT_KERBEROS 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char ssh_new (); | int | main () | { | return ssh_new (); | ; | return 0; | } configure:51816: result: no configure:51830: checking for ssh_userauth_agent in -lssh configure:51865: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lssh -lm -lz >&5 /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: cannot find -lssh collect2: ld returned 1 exit status configure:51872: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_KERBEROS 1 | #define HAVE_MIT_KERBEROS 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char ssh_userauth_agent (); | int | main () | { | return ssh_userauth_agent (); | ; | return 0; | } configure:51893: result: no configure:51934: checking for tm_zone in struct tm configure:51961: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:51968: $? = 0 configure:51984: result: yes configure:52064: checking for st_flags in struct stat configure:52090: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:93: error: 'struct stat' has no member named 'st_flags' configure:52097: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_KERBEROS 1 | #define HAVE_MIT_KERBEROS 1 | #define HAVE_GETADDRINFO 1 | #define WS_MSVC_NORETURN /**/ | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | #include <sys/stat.h> | int | main () | { | struct stat s; s.st_flags; | ; | return 0; | } configure:52112: result: no configure:52126: checking for sa_len in struct sockaddr configure:52153: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:94: error: 'struct sockaddr' has no member named 'sa_len' configure:52160: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_KERBEROS 1 | #define HAVE_MIT_KERBEROS 1 | #define HAVE_GETADDRINFO 1 | #define WS_MSVC_NORETURN /**/ | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/socket.h> | int | main () | { | struct sockaddr s; s.sa_len; | ; | return 0; | } configure:52175: result: no configure:52188: checking whether byte ordering is bigendian configure:52213: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:90: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:52220: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_KERBEROS 1 | #define HAVE_MIT_KERBEROS 1 | #define HAVE_GETADDRINFO 1 | #define WS_MSVC_NORETURN /**/ | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:52270: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:52277: $? = 0 configure:52309: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:96: error: 'not' undeclared (first use in this function) conftest.c:96: error: (Each undeclared identifier is reported only once conftest.c:96: error: for each function it appears in.) conftest.c:96: error: expected ';' before 'big' configure:52316: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_KERBEROS 1 | #define HAVE_MIT_KERBEROS 1 | #define HAVE_GETADDRINFO 1 | #define WS_MSVC_NORETURN /**/ | #define HAVE_TM_ZONE 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:52568: result: no configure:52597: checking whether gcc -std=gnu99 needs -traditional configure:52639: result: no configure:52647: checking for getopt_long configure:52703: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 configure:52710: $? = 0 configure:52730: result: yes configure:52744: checking whether optreset is defined configure:52771: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 /tmp/ccqHG56E.o: In function `main': /home/eth/plugin_dev/OneWireshark2.10/trunk/conftest.c:101: undefined reference to `optreset' collect2: ld returned 1 exit status configure:52778: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_KERBEROS 1 | #define HAVE_MIT_KERBEROS 1 | #define HAVE_GETADDRINFO 1 | #define WS_MSVC_NORETURN /**/ | #define HAVE_TM_ZONE 1 | #define HAVE_GETOPT_LONG 1 | /* end confdefs.h. */ | | int | main () | { | | extern int optreset; | | return optreset; | | ; | return 0; | } configure:52806: result: no configure:52821: checking for mkstemp configure:52877: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 configure:52884: $? = 0 configure:52906: result: yes configure:52821: checking for mkdtemp configure:52877: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 configure:52884: $? = 0 configure:52906: result: yes configure:52919: checking for library containing inet_aton configure:52960: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 configure:52967: $? = 0 configure:52998: result: none required configure:53017: checking for library containing inet_pton configure:53058: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 configure:53065: $? = 0 configure:53096: result: none required configure:53102: checking for broken inet_pton configure:53136: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 configure:53140: $? = 0 configure:53146: ./conftest configure:53150: $? = 0 configure:53152: result: ok configure:53189: checking for library containing inet_ntop configure:53230: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 configure:53237: $? = 0 configure:53268: result: none required configure:53274: checking for inet_ntop prototype configure:53303: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:99: error: conflicting types for 'inet_ntop' /usr/include/arpa/inet.h:65: note: previous declaration of 'inet_ntop' was here configure:53310: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_KERBEROS 1 | #define HAVE_MIT_KERBEROS 1 | #define HAVE_GETADDRINFO 1 | #define WS_MSVC_NORETURN /**/ | #define HAVE_TM_ZONE 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MKDTEMP 1 | #define HAVE_INET_ATON 1 | /* end confdefs.h. */ | #include <stdio.h> | #include <sys/types.h> | #include <sys/socket.h> | #include <netinet/in.h> | #include <arpa/inet.h> | | extern const char *inet_ntop(int, const void *, char *, size_t); | int | main () | { | | ; | return 0; | } configure:53355: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:53362: $? = 0 configure:53368: result: yes configure:53409: checking for strptime configure:53465: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 configure:53472: $? = 0 configure:53492: result: yes configure:53509: checking for popcount configure:53565: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 /tmp/cc3DIFLi.o: In function `main': /home/eth/plugin_dev/OneWireshark2.10/trunk/conftest.c:129: undefined reference to `popcount' collect2: ld returned 1 exit status configure:53572: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_KERBEROS 1 | #define HAVE_MIT_KERBEROS 1 | #define HAVE_GETADDRINFO 1 | #define WS_MSVC_NORETURN /**/ | #define HAVE_TM_ZONE 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MKDTEMP 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOP_PROTO 1 | #define HAVE_STRPTIME 1 | /* end confdefs.h. */ | /* Define popcount to an innocuous variant, in case <limits.h> declares popcount. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define popcount innocuous_popcount | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char popcount (); 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 popcount | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char popcount (); | /* 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_popcount || defined __stub___popcount | choke me | #endif | | int | main () | { | return popcount (); | ; | return 0; | } configure:53592: result: no configure:53613: checking for getprotobynumber configure:53669: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 configure:53676: $? = 0 configure:53698: result: yes configure:53714: checking for issetugid configure:53770: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 /tmp/ccCTccGO.o: In function `main': /home/eth/plugin_dev/OneWireshark2.10/trunk/conftest.c:130: undefined reference to `issetugid' collect2: ld returned 1 exit status configure:53777: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "wireshark 2.1.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.1.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 1 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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 LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HAVE_XDG_OPEN 1 | #define HTML_VIEWER "xdg-open" | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_LIBGCRYPT 1 | #define HAVE_NL80211 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WANT_PACKET_EDITOR 1 | #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" | #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" | #define HAVE_DLADDR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_LIBZ 1 | #define HAVE_INFLATEPRIME 1 | #define HAVE_LUA_H 1 | #define HAVE_LUALIB_H 1 | #define HAVE_LAUXLIB_H 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_KERBEROS 1 | #define HAVE_MIT_KERBEROS 1 | #define HAVE_GETADDRINFO 1 | #define WS_MSVC_NORETURN /**/ | #define HAVE_TM_ZONE 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MKDTEMP 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_NTOP_PROTO 1 | #define HAVE_STRPTIME 1 | #define HAVE_GETPROTOBYNUMBER 1 | /* end confdefs.h. */ | /* Define issetugid to an innocuous variant, in case <limits.h> declares issetugid. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define issetugid innocuous_issetugid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char issetugid (); 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 issetugid | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char issetugid (); | /* 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_issetugid || defined __stub___issetugid | choke me | #endif | | int | main () | { | return issetugid (); | ; | return 0; | } configure:53799: result: no configure:53815: checking for sysconf configure:53871: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lm -lz >&5 configure:53878: $? = 0 configure:53900: result: yes configure:53928: checking for SBC configure:53935: $PKG_CONFIG --exists --print-errors "sbc >= 1.0" Package sbc was not found in the pkg-config search path. Perhaps you should add the directory containing `sbc.pc' to the PKG_CONFIG_PATH environment variable No package 'sbc' found configure:53938: $? = 1 configure:53951: $PKG_CONFIG --exists --print-errors "sbc >= 1.0" Package sbc was not found in the pkg-config search path. Perhaps you should add the directory containing `sbc.pc' to the PKG_CONFIG_PATH environment variable No package 'sbc' found configure:53954: $? = 1 No package 'sbc' found configure:53981: result: no configure:54600: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by wireshark config.status 2.1.0, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on linux-q645 config.status:1604: creating Makefile config.status:1604: creating doxygen.cfg config.status:1604: creating asn1/Makefile config.status:1604: creating wireshark.pc config.status:1604: creating asn1/Ericsson-INAP-CS1plus/Makefile config.status:1604: creating asn1/Ericsson_rnsap/Makefile config.status:1604: creating asn1/Ericsson_rtcsp/Makefile config.status:1604: creating asn1/Ericsson-S1AP/Makefile config.status:1604: creating asn1/eri_gprscdr/Makefile config.status:1604: creating asn1/lme_map/Makefile config.status:1604: creating asn1/lnpdqp/Makefile config.status:1604: creating asn1/acp133/Makefile config.status:1604: creating asn1/acse/Makefile config.status:1604: creating asn1/ansi_map/Makefile config.status:1604: creating asn1/ansi_tcap/Makefile config.status:1604: creating asn1/atn-cm/Makefile config.status:1604: creating asn1/atn-cpdlc/Makefile config.status:1604: creating asn1/atn-ulcs/Makefile config.status:1604: creating asn1/c1222/Makefile config.status:1604: creating asn1/camel/Makefile config.status:1604: creating asn1/cdt/Makefile config.status:1604: creating asn1/charging_ase/Makefile config.status:1604: creating asn1/cmip/Makefile config.status:1604: creating asn1/cmp/Makefile config.status:1604: creating asn1/crmf/Makefile config.status:1604: creating asn1/cms/Makefile config.status:1604: creating asn1/credssp/Makefile config.status:1604: creating asn1/dap/Makefile config.status:1604: creating asn1/disp/Makefile config.status:1604: creating asn1/dop/Makefile config.status:1604: creating asn1/dsp/Makefile config.status:1604: creating asn1/ess/Makefile config.status:1604: creating asn1/ftam/Makefile config.status:1604: creating asn1/goose/Makefile config.status:1604: creating asn1/gprscdr/Makefile config.status:1604: creating asn1/gsm_map/Makefile config.status:1604: creating asn1/h225/Makefile config.status:1604: creating asn1/h235/Makefile config.status:1604: creating asn1/h245/Makefile config.status:1604: creating asn1/h248/Makefile config.status:1604: creating asn1/h282/Makefile config.status:1604: creating asn1/h283/Makefile config.status:1604: creating asn1/h323/Makefile config.status:1604: creating asn1/h450/Makefile config.status:1604: creating asn1/h450-ros/Makefile config.status:1604: creating asn1/h460/Makefile config.status:1604: creating asn1/h501/Makefile config.status:1604: creating asn1/HI2Operations/Makefile config.status:1604: creating asn1/hnbap/Makefile config.status:1604: creating asn1/idmp/Makefile config.status:1604: creating asn1/ilp/Makefile config.status:1604: creating asn1/inap/Makefile config.status:1604: creating asn1/isdn-sup/Makefile config.status:1604: creating asn1/kerberos/Makefile config.status:1604: creating asn1/lcsap/Makefile config.status:1604: creating asn1/ldap/Makefile config.status:1604: creating asn1/logotypecertextn/Makefile config.status:1604: creating asn1/lpp/Makefile config.status:1604: creating asn1/lppa/Makefile config.status:1604: creating asn1/lppe/Makefile config.status:1604: creating asn1/lte-rrc/Makefile config.status:1604: creating asn1/m3ap/Makefile config.status:1604: creating asn1/mms/Makefile config.status:1604: creating asn1/mpeg-audio/Makefile config.status:1604: creating asn1/mpeg-pes/Makefile config.status:1604: creating asn1/nbap/Makefile config.status:1604: creating asn1/ns_cert_exts/Makefile config.status:1604: creating asn1/novell_pkis/Makefile config.status:1604: creating asn1/ocsp/Makefile config.status:1604: creating asn1/p1/Makefile config.status:1604: creating asn1/p22/Makefile config.status:1604: creating asn1/p7/Makefile config.status:1604: creating asn1/p772/Makefile config.status:1604: creating asn1/pcap/Makefile config.status:1604: creating asn1/pkcs1/Makefile config.status:1604: creating asn1/pkcs12/Makefile config.status:1604: creating asn1/pkinit/Makefile config.status:1604: creating asn1/pkixac/Makefile config.status:1604: creating asn1/pkix1explicit/Makefile config.status:1604: creating asn1/pkix1implicit/Makefile config.status:1604: creating asn1/pkixproxy/Makefile config.status:1604: creating asn1/pkixqualified/Makefile config.status:1604: creating asn1/pkixtsp/Makefile config.status:1604: creating asn1/pres/Makefile config.status:1604: creating asn1/q932/Makefile config.status:1604: creating asn1/q932-ros/Makefile config.status:1604: creating asn1/qsig/Makefile config.status:1604: creating asn1/ranap/Makefile config.status:1604: creating asn1/rnsap/Makefile config.status:1604: creating asn1/ros/Makefile config.status:1604: creating asn1/rrc/Makefile config.status:1604: creating asn1/rrlp/Makefile config.status:1604: creating asn1/rtse/Makefile config.status:1604: creating asn1/rua/Makefile config.status:1604: creating asn1/s1ap/Makefile config.status:1604: creating asn1/sabp/Makefile config.status:1604: creating asn1/sbc-ap/Makefile config.status:1604: creating asn1/smrse/Makefile config.status:1604: creating asn1/snmp/Makefile config.status:1604: creating asn1/spnego/Makefile config.status:1604: creating asn1/sv/Makefile config.status:1604: creating asn1/t124/Makefile config.status:1604: creating asn1/t125/Makefile config.status:1604: creating asn1/t38/Makefile config.status:1604: creating asn1/tcap/Makefile config.status:1604: creating asn1/tetra/Makefile config.status:1604: creating asn1/ulp/Makefile config.status:1604: creating asn1/wlancertextn/Makefile config.status:1604: creating asn1/x2ap/Makefile config.status:1604: creating asn1/x509af/Makefile config.status:1604: creating asn1/x509ce/Makefile config.status:1604: creating asn1/x509if/Makefile config.status:1604: creating asn1/x509sat/Makefile config.status:1604: creating asn1/x721/Makefile config.status:1604: creating capchild/Makefile config.status:1604: creating capchild/doxygen.cfg config.status:1604: creating caputils/Makefile config.status:1604: creating caputils/doxygen.cfg config.status:1604: creating doc/Makefile config.status:1604: creating docbook/Makefile config.status:1604: creating epan/Makefile config.status:1604: creating epan/compress/Makefile config.status:1604: creating epan/crypt/Makefile config.status:1604: creating epan/doxygen.cfg config.status:1604: creating epan/dfilter/Makefile config.status:1604: creating epan/dissectors/Makefile config.status:1604: creating epan/dissectors/dcerpc/Makefile config.status:1604: creating epan/dissectors/pidl/Makefile config.status:1604: creating epan/ftypes/Makefile config.status:1604: creating epan/nghttp2/Makefile config.status:1604: creating epan/wmem/Makefile config.status:1604: creating epan/wslua/Makefile config.status:1604: creating extcap/Makefile config.status:1604: creating codecs/Makefile config.status:1604: creating ui/Makefile config.status:1604: creating ui/doxygen.cfg config.status:1604: creating ui/gtk/Makefile config.status:1604: creating ui/gtk/doxygen.cfg config.status:1604: creating ui/cli/Makefile config.status:1604: creating ui/qt/Makefile config.status:1604: creating ui/qt/doxygen.cfg config.status:1604: creating help/Makefile config.status:1604: creating packaging/Makefile config.status:1604: creating packaging/macosx/Info.plist config.status:1604: creating packaging/macosx/Makefile config.status:1604: creating packaging/macosx/osx-dmg.sh config.status:1604: creating packaging/macosx/Wireshark_package.pmdoc/index.xml config.status:1604: creating packaging/nsis/Makefile config.status:1604: creating packaging/rpm/Makefile config.status:1604: creating packaging/rpm/SPECS/Makefile config.status:1604: creating packaging/rpm/SPECS/wireshark.spec config.status:1604: creating packaging/svr4/Makefile config.status:1604: creating packaging/svr4/checkinstall config.status:1604: creating packaging/svr4/pkginfo config.status:1604: creating plugins/Makefile config.status:1604: creating plugins/docsis/Makefile config.status:1604: creating plugins/easy_codec/Makefile config.status:1604: creating plugins/ethercat/Makefile config.status:1604: creating plugins/gryphon/Makefile config.status:1604: creating plugins/irda/Makefile config.status:1604: creating plugins/m2m/Makefile config.status:1604: creating plugins/mate/Makefile config.status:1604: creating plugins/opcua/Makefile config.status:1604: creating plugins/profinet/Makefile config.status:1604: creating plugins/stats_tree/Makefile config.status:1604: creating plugins/unistim/Makefile config.status:1604: creating plugins/wimax/Makefile config.status:1604: creating plugins/wimaxasncp/Makefile config.status:1604: creating plugins/wimaxmacphy/Makefile config.status:1604: creating randpkt_core/doxygen.cfg config.status:1604: creating randpkt_core/Makefile config.status:1604: creating tools/Makefile config.status:1604: creating tools/lemon/Makefile config.status:1604: creating wiretap/Makefile config.status:1604: creating wsutil/Makefile config.status:1604: creating echld/Makefile config.status:1604: creating ericsson/acnv/Makefile config.status:1604: creating ericsson/adf/Makefile config.status:1604: creating ericsson/alrp/Makefile config.status:1604: creating ericsson/ap/Makefile config.status:1604: creating ericsson/aup/Makefile config.status:1604: creating ericsson/bp/Makefile config.status:1604: creating ericsson/bssm/Makefile config.status:1604: creating ericsson/cc/Makefile config.status:1604: creating ericsson/chp/Makefile config.status:1604: creating ericsson/ciurouter/Makefile config.status:1604: creating ericsson/clr/Makefile config.status:1604: creating ericsson/coa/Makefile config.status:1604: creating ericsson/conrm/Makefile config.status:1604: creating ericsson/cp2cp/Makefile config.status:1604: creating ericsson/csp/Makefile config.status:1604: creating ericsson/csse/Makefile config.status:1604: creating ericsson/dcp/Makefile config.status:1604: creating ericsson/dump_tdm/Makefile config.status:1604: creating ericsson/efd/Makefile config.status:1604: creating ericsson/el2tp/Makefile config.status:1604: creating ericsson/ersl/Makefile config.status:1604: creating ericsson/etv_csm/Makefile config.status:1604: creating ericsson/etv_dsm/Makefile config.status:1604: creating ericsson/etv_mgp/Makefile config.status:1604: creating ericsson/etv_reflex_v1/Makefile config.status:1604: creating ericsson/etv_reflex_v4/Makefile config.status:1604: creating ericsson/etv_reflex_v5/Makefile config.status:1604: creating ericsson/facn/Makefile config.status:1604: creating ericsson/ftm/Makefile config.status:1604: creating ericsson/g31-oml/Makefile config.status:1604: creating ericsson/gfc-rc/Makefile config.status:1604: creating ericsson/gsm-ericsson/Makefile config.status:1604: creating ericsson/gtpdp/Makefile config.status:1604: creating ericsson/h248eri/Makefile config.status:1604: creating ericsson/h248term/Makefile config.status:1604: creating ericsson/ibssap_plus/Makefile config.status:1604: creating ericsson/idws/Makefile config.status:1604: creating ericsson/introip/Makefile config.status:1604: creating ericsson/isgsap/Makefile config.status:1604: creating ericsson/lbc/Makefile config.status:1604: creating ericsson/lh/Makefile config.status:1604: creating ericsson/lh_pfp/Makefile config.status:1604: creating ericsson/lsd/Makefile config.status:1604: creating ericsson/macic/Makefile config.status:1604: creating ericsson/md/Makefile config.status:1604: creating ericsson/nois/Makefile config.status:1604: creating ericsson/ocp_omt/Makefile config.status:1604: creating ericsson/omci/Makefile config.status:1604: creating ericsson/omd/Makefile config.status:1604: creating ericsson/omdse/Makefile config.status:1604: creating ericsson/oml/Makefile config.status:1604: creating ericsson/pgsl/Makefile config.status:1604: creating ericsson/PhoneLogReader/Makefile config.status:1604: creating ericsson/qmip/Makefile config.status:1604: creating ericsson/rd/Makefile config.status:1604: creating ericsson/rpbe/Makefile config.status:1604: creating ericsson/rpmo-rtt/Makefile config.status:1604: creating ericsson/scs/Makefile config.status:1604: creating ericsson/scip/Makefile config.status:1604: creating ericsson/sipdp/Makefile config.status:1604: creating ericsson/spxlc/Makefile config.status:1604: creating ericsson/ssnm/Makefile config.status:1604: creating ericsson/tfo/Makefile config.status:1604: creating ericsson/tfp/Makefile config.status:1604: creating ericsson/tibcp/Makefile config.status:1604: creating ericsson/tup/Makefile config.status:1604: creating ericsson/tlm/Makefile config.status:1604: creating ericsson/upld/Makefile config.status:1604: creating ericsson/temonitor/Makefile config.status:1604: creating config.h config.status:1826: config.h is unchanged config.status:1878: executing depfiles commands config.status:1878: executing libtool commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_enable_usr_local=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_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBGNUTLS_CFLAGS_set= ac_cv_env_LIBGNUTLS_CFLAGS_value= ac_cv_env_LIBGNUTLS_LIBS_set= ac_cv_env_LIBGNUTLS_LIBS_value= ac_cv_env_LIBNL1_CFLAGS_set= ac_cv_env_LIBNL1_CFLAGS_value= ac_cv_env_LIBNL1_LIBS_set= ac_cv_env_LIBNL1_LIBS_value= ac_cv_env_LIBNL2_CFLAGS_set= ac_cv_env_LIBNL2_CFLAGS_value= ac_cv_env_LIBNL2_LIBS_set= ac_cv_env_LIBNL2_LIBS_value= ac_cv_env_LIBNL3_CFLAGS_set= ac_cv_env_LIBNL3_CFLAGS_value= ac_cv_env_LIBNL3_LIBS_set= ac_cv_env_LIBNL3_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LUA_CFLAGS_set= ac_cv_env_LUA_CFLAGS_value= ac_cv_env_LUA_LIBS_set= ac_cv_env_LUA_LIBS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_SBC_CFLAGS_set= ac_cv_env_SBC_CFLAGS_value= ac_cv_env_SBC_LIBS_set= ac_cv_env_SBC_LIBS_value= ac_cv_env_YACC_set= ac_cv_env_YACC_value= ac_cv_env_YFLAGS_set= ac_cv_env_YFLAGS_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_func_bpf_image=yes ac_cv_func_connect=yes ac_cv_func_dladdr=yes ac_cv_func_dlopen=no ac_cv_func_getaddrinfo=yes ac_cv_func_getopt_long=yes ac_cv_func_getprotobynumber=yes ac_cv_func_inflatePrime=yes ac_cv_func_issetugid=no ac_cv_func_mkdtemp=yes ac_cv_func_mkstemp=yes ac_cv_func_pcap_create=yes ac_cv_func_pcap_datalink_name_to_val=yes ac_cv_func_pcap_datalink_val_to_description=yes ac_cv_func_pcap_datalink_val_to_name=yes ac_cv_func_pcap_findalldevs=yes ac_cv_func_pcap_free_datalinks=yes ac_cv_func_pcap_freecode=yes ac_cv_func_pcap_get_selectable_fd=yes ac_cv_func_pcap_lib_version=yes ac_cv_func_pcap_list_datalinks=yes ac_cv_func_pcap_open_dead=yes ac_cv_func_pcap_set_datalink=yes ac_cv_func_pcap_set_tstamp_precision=no ac_cv_func_popcount=no ac_cv_func_setresgid=yes ac_cv_func_setresuid=yes ac_cv_func_shl_load=no ac_cv_func_strptime=yes ac_cv_func_sysconf=yes ac_cv_glib_supports_modules=yes ac_cv_glib_supports_printf_grouping=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_arpa_nameser_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_getopt_h=yes ac_cv_header_grp_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_krb5_h=yes ac_cv_header_lauxlib_h=yes ac_cv_header_linux_if_bonding_h=yes ac_cv_header_linux_sockios_h=yes ac_cv_header_lua_h=yes ac_cv_header_lualib_h=yes ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_pcap_h=yes ac_cv_header_portaudio_h=no ac_cv_header_pwd_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_param_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_utsname_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_unistd_h=yes ac_cv_header_zlib_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_GeoIP_GeoIP_new=no ac_cv_lib_Gtk_gtk_mac_menu_set_menu_bar=no ac_cv_lib_adns_adns_init=no ac_cv_lib_cap_cap_set_flag=no ac_cv_lib_cares_ares_init=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_gtkmacintegration_gtk_mac_menu_set_menu_bar=no ac_cv_lib_gtkmacintegration_gtkosx_application_set_menu_bar=no ac_cv_lib_lex=-lfl ac_cv_lib_pcap_pcap_open_live=yes ac_cv_lib_ssh_ssh_new=no ac_cv_lib_ssh_ssh_userauth_agent=no ac_cv_objext=o ac_cv_path_DESKTOP_FILE_INSTALL=/usr/bin/desktop-file-install ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_HTML_VIEWER=/usr/bin/xdg-open ac_cv_path_LEX=/usr/bin/flex ac_cv_path_LIBGCRYPT_CONFIG=/usr/bin/libgcrypt-config ac_cv_path_PERL=/usr/bin/perl ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_POD2HTML=/usr/bin/pod2html ac_cv_path_POD2MAN=/usr/bin/pod2man ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_SED=/usr/bin/sed ac_cv_path_W3M=/usr/bin/w3m ac_cv_path_XMLLINT=/usr/bin/xmllint ac_cv_path_XSLTPROC=/usr/bin/xsltproc ac_cv_path_YACCDUMMY=/usr/bin/bison ac_cv_path_ac_pt_KRB5_CONFIG=/usr/lib/mit/bin/krb5-config ac_cv_path_ac_pt_PCAP_CONFIG=/usr/bin/pcap-config 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_pcap_debug_defined=no ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -std=gnu99 -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_HAVE_A2X=no ac_cv_prog_HAVE_BLESS=no ac_cv_prog_HAVE_DOXYGEN=no ac_cv_prog_HAVE_DPKG_BUILDPACKAGE=no ac_cv_prog_HAVE_FOP=no ac_cv_prog_HAVE_HDIUTIL=no ac_cv_prog_HAVE_LYNX=no ac_cv_prog_HAVE_PKGMK=no ac_cv_prog_HAVE_PKGPROTO=no ac_cv_prog_HAVE_PKGTRANS=no ac_cv_prog_HAVE_W3M=yes ac_cv_prog_HAVE_XCODEBUILD=no ac_cv_prog_HAVE_XMLLINT=yes ac_cv_prog_HAVE_XSLTPROC=yes ac_cv_prog_LEX=flex ac_cv_prog_YACC='bison -y' 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_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_ac_cv_wireshark_have_rpm=yes ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_cc_gcc_c_o=yes ac_cv_prog_cc_stdc=-std=gnu99 ac_cv_prog_cxx_g=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_have_sw_vers=no ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_make_set=yes ac_cv_search_ceil='none required' ac_cv_search_exp='none required' ac_cv_search_floor=-lm ac_cv_search_floorl='none required' ac_cv_search_inet_aton='none required' ac_cv_search_inet_ntop='none required' ac_cv_search_inet_pton='none required' ac_cv_search_log10='none required' ac_cv_search_log='none required' ac_cv_search_lrint='none required' ac_cv_search_luaL_openlibs=no ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_target=x86_64-unknown-linux-gnu ac_cv_wireshark_have_rpm=yes ac_cv_wireshark_have_tm_zone=yes ac_cv_wireshark_struct_sa_len=no ac_cv_wireshark_struct_st_flags=no am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_prog_tar_ustar=gnutar lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/x86_64-suse-linux/bin/ld lt_cv_path_LDCXX='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64' lt_cv_path_NM='/usr/bin/nm -B' 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\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 ## ----------------- ## ## Output variables. ## ## ----------------- ## A2X='' ACLOCAL='${SHELL} /home/eth/plugin_dev/OneWireshark2.10/trunk/missing --run aclocal-1.11' AC_MIN_VERSION='2.60' ADNS_LIBS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/eth/plugin_dev/OneWireshark2.10/trunk/missing --run tar' AM_BACKSLASH='\' AM_DEFAULT_VERBOSITY='0' APPLICATIONSERVICES_FRAMEWORKS='' AR='ar' AUTOCONF='${SHELL} /home/eth/plugin_dev/OneWireshark2.10/trunk/missing --run autoconf' AUTOHEADER='${SHELL} /home/eth/plugin_dev/OneWireshark2.10/trunk/missing --run autoheader' AUTOMAKE='${SHELL} /home/eth/plugin_dev/OneWireshark2.10/trunk/missing --run automake-1.11' AWK='gawk' BUILDING_WIRESHARK_FALSE='#' BUILDING_WIRESHARK_TRUE='' CC='gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CC_FOR_BUILD='gcc -std=gnu99' CFLAGS='-g -O2' CFLAGS_FOR_BUILD=' -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -fPIE -msse4.2' CFLAGS_SSE42='-msse4.2' CONFIG_ARGS='--prefix=/app/EWshark/R2.10/LMWP3 --with-ssl=/usr/local/ssl --enable-setuid-install --with-gtk2' COREFOUNDATION_FRAMEWORKS='' CPP='gcc -std=gnu99 -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' C_ARES_LIBS='' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DESKTOP_FILE_INSTALL='/usr/bin/desktop-file-install' DOXYGEN='' DSYMUTIL='' DUMPBIN='' DUMPCAP_GROUP='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' ENABLE_STATIC='' ENABLE_STATIC_FALSE='' ENABLE_STATIC_TRUE='#' EXEEXT='' FGREP='/usr/bin/grep -F' FLOORL_LO='' FOP='' GEOIP_LIBS='' GETOPT_LO='' GLIB_CFLAGS='-pthread -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include ' GLIB_COMPILE_RESOURCES='' GLIB_GENMARSHAL='glib-genmarshal' GLIB_LIBS='-pthread -Wl,--export-dynamic -lgthread-2.0 -lrt -lgmodule-2.0 -lglib-2.0 ' GLIB_MIN_VERSION='2.16.0' GLIB_MKENUMS='glib-mkenums' GOBJECT_QUERY='gobject-query' GREP='/usr/bin/grep' GTK2_MIN_VERSION='2.12.0' GTK3_MIN_VERSION='3.0.0' GTK_CFLAGS='-isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 ' GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ' GUI_CONFIGURE_FLAGS=' --with-gtk2' HAVE_A2X='no' HAVE_A2X_FALSE='' HAVE_A2X_TRUE='#' HAVE_BLESS='no' HAVE_DOXYGEN='no' HAVE_DOXYGEN_FALSE='' HAVE_DOXYGEN_TRUE='#' HAVE_DPKG_BUILDPACKAGE='no' HAVE_DUMPCAP_GROUP_FALSE='' HAVE_DUMPCAP_GROUP_TRUE='#' HAVE_ECHLD_FALSE='' HAVE_ECHLD_TRUE='#' HAVE_EXTCAP_FALSE='#' HAVE_EXTCAP_TRUE='' HAVE_FOP='no' HAVE_FOP_FALSE='' HAVE_FOP_TRUE='#' HAVE_GRESOURCE_FALSE='' HAVE_GRESOURCE_TRUE='#' HAVE_GTK_FALSE='#' HAVE_GTK_TRUE='' HAVE_HDIUTIL='no' HAVE_LIBLUA_FALSE='' HAVE_LIBLUA_TRUE='#' HAVE_LIBPORTAUDIO_FALSE='' HAVE_LIBPORTAUDIO_TRUE='#' HAVE_LYNX='no' HAVE_LYNX_FALSE='' HAVE_LYNX_TRUE='#' HAVE_OSX_PACKAGING='no' HAVE_OS_X_FRAMEWORKS_FALSE='' HAVE_OS_X_FRAMEWORKS_TRUE='#' HAVE_PKGMK='no' HAVE_PKGPROTO='no' HAVE_PKGTRANS='no' HAVE_PLUGINS_FALSE='#' HAVE_PLUGINS_TRUE='' HAVE_Qt_FALSE='' HAVE_Qt_TRUE='#' HAVE_RPM='yes' HAVE_SBC_FALSE='' HAVE_SBC_TRUE='#' HAVE_SVR4_PACKAGING='no' HAVE_W3M='yes' HAVE_W3M_FALSE='#' HAVE_W3M_TRUE='' HAVE_WARNINGS_AS_ERRORS_FALSE='#' HAVE_WARNINGS_AS_ERRORS_TRUE='' HAVE_XCODEBUILD='no' HAVE_XMLLINT='yes' HAVE_XMLLINT_FALSE='#' HAVE_XMLLINT_TRUE='' HAVE_XSLTPROC='yes' HAVE_XSLTPROC_FALSE='#' HAVE_XSLTPROC_TRUE='' HTML_VIEWER='/usr/bin/xdg-open' INET_ATON_LO='' INET_NTOP_LO='' INET_PTON_LO='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' KRB5_CFLAGS='' KRB5_CONFIG='/usr/lib/mit/bin/krb5-config' KRB5_LIBS='-L/usr/lib64 -lkrb5 -lk5crypto -lcom_err -lkeyutils -lresolv -ldl ' LD='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64' LDFLAGS='' LDFLAGS_SHAREDLIB='' LEX='/usr/bin/flex' LEXLIB='-lfl' LEX_OUTPUT_ROOT='lex.yy' LIBCAP_LIBS='' LIBGCRYPT_CFLAGS='' LIBGCRYPT_CONFIG='/usr/bin/libgcrypt-config' LIBGCRYPT_LIBS='-L/lib64 -lgcrypt -lgpg-error' LIBGNUTLS_CFLAGS='' LIBGNUTLS_LIBS='' LIBNL1_CFLAGS='' LIBNL1_LIBS='' LIBNL2_CFLAGS='' LIBNL2_LIBS='' LIBNL3_CFLAGS='' LIBNL3_LIBS='' LIBOBJS='' LIBS='-lm -lz' LIBSMI_CFLAGS='' LIBSMI_LDFLAGS='' LIBSMI_VERSION='' LIBSSH_LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_DEPS='./ltmain.sh' LIPO='' LN_S='ln -s' LTLIBOBJS='' LUA_CFLAGS='-I/usr/local/include' LUA_LIBS='' LYNX='' MAKEINFO='${SHELL} /home/eth/plugin_dev/OneWireshark2.10/trunk/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' MOC='' MOC_OPTIONS='' NEED_INET_NTOP_LO_FALSE='' NEED_INET_NTOP_LO_TRUE='#' NEED_INET_PTON_LO_FALSE='' NEED_INET_PTON_LO_TRUE='#' NM='/usr/bin/nm -B' NMEDIT='' NOT_OS_X_FALSE='#' NOT_OS_X_TRUE='' NSL_LIBS='' OBJDUMP='objdump' OBJEXT='o' OSX_APP_FLAGS=' -gtk' OSX_DMG_FLAGS='-gtk' OSX_MIN_VERSION='' OTOOL64='' OTOOL='' PACKAGE='wireshark' PACKAGE_BUGREPORT='http://bugs.wireshark.org/' PACKAGE_NAME='wireshark' PACKAGE_STRING='wireshark 2.1.0' PACKAGE_TARNAME='wireshark' PACKAGE_VERSION='2.1.0' PATH_SEPARATOR=':' PCAP_CONFIG='' PCAP_LIBS='-lpcap' PERL='/usr/bin/perl' PIE_CFLAGS='-fPIE' PIE_LDFLAGS='-pie' PKG_CONFIG='/usr/bin/pkg-config' PLUGIN_LIBS='' POD2HTML='/usr/bin/pod2html' POD2MAN='/usr/bin/pod2man' POPCOUNT_LO='popcount.lo' PORTAUDIO_INCLUDES='' PORTAUDIO_LIBS='' PYTHON='/usr/bin/python' QTCHOOSER='' QT_MIN_VERSION='4.7.0' Qt_LDFLAGS='' Qt_LIBS='' RANLIB='ranlib' RCC='' RPMBUILD_WITH_ARGS='--without gtk3 --with gtk2 --without qt --without qt5 --without lua' SBC_CFLAGS='' SBC_LIBS='' SED='/usr/bin/sed' SETCAP='' SETCAP_INSTALL_FALSE='' SETCAP_INSTALL_TRUE='#' SETUID_INSTALL_FALSE='#' SETUID_INSTALL_TRUE='' SET_MAKE='' SHELL='/bin/sh' SOCKET_LIBS='' SSE42_SUPPORTED_FALSE='#' SSE42_SUPPORTED_TRUE='' SSL_LIBS='' STRIP='strip' STRPTIME_LO='' SYSTEMCONFIGURATION_FRAMEWORKS='' UIC='' USE_PROFILE_BUILD_FALSE='' USE_PROFILE_BUILD_TRUE='#' VERSION='2.1.0' W3M='/usr/bin/w3m' WS_CFLAGS=' -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wdeclaration-after-statement -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 ' WS_CPPFLAGS='-DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -D_FORTIFY_SOURCE=2 -I/usr/local/include '\''-DPLUGIN_INSTALL_DIR="$(plugindir)"'\'' '\''-DEXTCAP_DIR="$(extcapdir)"'\''' WS_CXXFLAGS=' -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Qunused-arguments -fvisibility=hidden -isystem/usr/include/gtk-2.0 -isystem/usr/lib64/gtk-2.0/include -isystem/usr/include/atk-1.0 -isystem/usr/include/cairo -isystem/usr/include/pango-1.0 -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/pixman-1 -isystem/usr/include/freetype2 -isystem/usr/include/libpng12 ' WS_LDFLAGS=' -Wl,--as-needed -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib' XMLLINT='/usr/bin/xmllint' XSLTPROC='/usr/bin/xsltproc' YACC='bison -y' YACCDUMMY='/usr/bin/bison' YFLAGS='' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' ac_cv_wireshark_have_rpm='yes' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' androiddump_bin='androiddump$(EXEEXT)' androiddump_man='' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' capinfos_bin='capinfos$(EXEEXT)' capinfos_man='capinfos.1' captype_bin='captype$(EXEEXT)' captype_man='captype.1' datadir='${datarootdir}' datarootdir='${prefix}/share' dftest_bin='dftest$(EXEEXT)' dftest_man='dftest.1' docdir='/app/EWshark/R2.10/LMWP3/share/doc/wireshark' dumpcap_bin='dumpcap$(EXEEXT)' dumpcap_man='dumpcap.1' dvidir='${docdir}' echld_dir='' echld_test_bin='' editcap_bin='editcap$(EXEEXT)' editcap_man='editcap.1' exec_prefix='${prefix}' extcapdir='${libdir}/wireshark/extcap' have_sw_vers='no' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/eth/plugin_dev/OneWireshark2.10/trunk/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' lt_ECHO='echo' mandir='${datarootdir}/man' mergecap_bin='mergecap$(EXEEXT)' mergecap_man='mergecap.1' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' plugindir='${libdir}/wireshark/plugins/2.1.0' plugins_dir='plugins' prefix='/app/EWshark/R2.10/LMWP3' program_transform_name='s,x,x,' psdir='${docdir}' randpkt_bin='randpkt$(EXEEXT)' randpkt_man='randpkt.1' randpktdump_bin='randpktdump$(EXEEXT)' randpktdump_man='' rawshark_bin='rawshark$(EXEEXT)' rawshark_man='rawshark.1' reordercap_bin='reordercap$(EXEEXT)' reordercap_man='reordercap.1' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sshdump_bin='' sshdump_man='' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' text2pcap_bin='text2pcap$(EXEEXT)' text2pcap_man='text2pcap.1' tfshark_bin='' tfshark_man='' tshark_bin='tshark$(EXEEXT)' tshark_man='tshark.1' wireshark_SUBDIRS='codecs ui/gtk' wireshark_bin='wireshark-gtk$(EXEEXT)' wireshark_man='wireshark.1' wiresharkfilter_man='wireshark-filter.4' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "wireshark" #define PACKAGE_TARNAME "wireshark" #define PACKAGE_VERSION "2.1.0" #define PACKAGE_STRING "wireshark 2.1.0" #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" #define PACKAGE "wireshark" #define VERSION "2.1.0" #define VERSION_MAJOR 2 #define VERSION_MINOR 1 #define VERSION_MICRO 0 #define VERSION_FLAVOR "Development Build" #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 LT_OBJDIR ".libs/" #define YYTEXT_POINTER 1 #define HAVE_XDG_OPEN 1 #define HTML_VIEWER "xdg-open" #define HAVE_FLOORL 1 #define HAVE_LRINT 1 #define HAVE_LIBGCRYPT 1 #define HAVE_NL80211 1 #define HAVE_SSE4_2 1 #define _U_ __attribute__((unused)) #define WANT_PACKET_EDITOR 1 #define DATAFILE_DIR "/app/EWshark/R2.10/LMWP3/share/wireshark" #define DOC_DIR "/app/EWshark/R2.10/LMWP3/share/doc/wireshark" #define HAVE_DLADDR 1 #define HAVE_GLIB_PRINTF_GROUPING 1 #define HAVE_LIBPCAP 1 #define HAVE_PCAP_OPEN_DEAD 1 #define HAVE_PCAP_FREECODE 1 #define HAVE_PCAP_BREAKLOOP 1 #define HAVE_PCAP_FINDALLDEVS 1 #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 #define HAVE_PCAP_LIST_DATALINKS 1 #define HAVE_PCAP_SET_DATALINK 1 #define HAVE_PCAP_LIB_VERSION 1 #define HAVE_PCAP_GET_SELECTABLE_FD 1 #define HAVE_PCAP_FREE_DATALINKS 1 #define HAVE_PCAP_CREATE 1 #define CAN_SET_CAPTURE_BUFFER_SIZE 1 #define HAVE_BPF_IMAGE 1 #define PCAP_NG_DEFAULT 1 #define HAVE_LIBZ 1 #define HAVE_INFLATEPRIME 1 #define HAVE_LUA_H 1 #define HAVE_LUALIB_H 1 #define HAVE_LAUXLIB_H 1 #define HAVE_SETRESUID 1 #define HAVE_SETRESGID 1 #define HAVE_FCNTL_H 1 #define HAVE_GETOPT_H 1 #define HAVE_GRP_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_NETDB_H 1 #define HAVE_PWD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_ARPA_NAMESER_H 1 #define HAVE_LINUX_SOCKIOS_H 1 #define HAVE_LINUX_IF_BONDING_H 1 #define HAVE_KERBEROS 1 #define HAVE_MIT_KERBEROS 1 #define HAVE_GETADDRINFO 1 #define WS_MSVC_NORETURN /**/ #define HAVE_TM_ZONE 1 #define HAVE_GETOPT_LONG 1 #define HAVE_MKSTEMP 1 #define HAVE_MKDTEMP 1 #define HAVE_INET_ATON 1 #define HAVE_INET_NTOP_PROTO 1 #define HAVE_STRPTIME 1 #define HAVE_GETPROTOBYNUMBER 1 #define HAVE_SYSCONF 1 #define HAVE_PLUGINS 1 #define HAVE_EXTCAP 1 configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by wireshark config.status 2.1.0, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status config.h on linux-q645 config.status:1604: creating config.h config.status:1826: config.h is unchanged -----Original Message----- From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Peter Wu Sent: den 22 februari 2016 16:22 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Build failing on SLES 11.2 On Mon, Feb 22, 2016 at 11:52:41AM +0000, João Valverde wrote: > On 22-02-2016 10:03, Peter Wu wrote: > >CMake also checks whether the requested compiler is Clang which is > >not done by the autotools script. It can also fail based on certain > >strings in the cc output (besides just checking for a non-zero status > >code). > > > >For now I think you have to add a check clang too before setting the flag. > > Fine with me, but in that case we need a clang check that is more > robust than AC_WIRESHARK_COMPILER_FLAGS_CHECK, not less. > > I'd still like to understand what the failure is here. Older versions of gcc report an exit code of 0 even if arguments are not recognized: $ echo 'int main(){}' | gcc-4.3 -xc - -Qunused-arguments; echo $? gcc-4.3: unrecognized option '-Qunused-arguments' 0 Note that the output posted by Anders are not errors, it is just a diagnostic. Compare it to gcc 5.3: $ echo 'int main(){}' | gcc -xc - -Qunused-arguments; echo $? gcc: error: unrecognized command line option ‘-Qunused-arguments’ 1 As I mentioned before, CMake can also fail a test based on the occurrence of the "unrecognized command line option" text. Somehow you have to teach autotools the same. Kind regards, Peter > >Kind regards, > >Peter > >https://lekensteyn.nl > >(pardon my brevity, top-posting and formatting, sent from my phone) > > > > > >On 22 February 2016 10:06:42 CET, "João Valverde" <joao.valverde@xxxxxxxxxxxxxxxxxx> wrote: > >> > >> > >>On 22-02-2016 09:02, João Valverde wrote: > >>> > >>> > >>>On 22-02-2016 08:55, Anders Broman wrote: > >>>>Hi, > >>>> > >>>>A collegue is trying to build on SLES 11.2 but the build is > >>>>failing > >>with > >>>> > >>>>eth@linux-q645:~/plugin_dev/ > >>>><mailto:eth@linux-q645:~/plugin_dev/OneWireshark2.10/trunk> > make > >>>> > >>>>/usr/bin/perl ./make-version.pl . > >>>> > >>>>Version configuration file version.conf not found. Using defaults. > >>>> > >>>>version.h has been updated. > >>>> > >>>>make all-recursive > >>>> > >>>>make[1]: Entering directory `/home/eth/plugin_dev/ ' > >>>> > >>>>Making all in tools > >>>> > >>>>make[2]: Entering directory `/home/eth/plugin_dev/ /tools' > >>>> > >>>>Making all in lemon > >>>> > >>>>make[3]: Entering directory `/home/eth/plugin_dev/ tools/lemon' > >>>> > >>>> CC lemon-lemon.o > >>>> > >>>>gcc: unrecognized option '-Qunused-arguments' > >>>> > >>>>this is on a trunk version from sometime last week. Ideas? > >>> > >>>See > >>> > >>https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h= > >>3ce0e60b43770543bc5bdd4c9fdf5c1d2f6e134e > >> > >>I'm assuming the configure script is not performing this test > >>correctly > >> > >>on your colleague's machine. Checking config.log for clues might be > >>helpful. > >> > >>> > >>> > >>>> > >>>>Best regards > >>>> > >>>>Anders > >>>> > >>>> > >>>> > >>>> > >>____________________________________________________________________ > >>_______ > >>>> > >>>>Sent via: Wireshark-dev mailing list > >><wireshark-dev@xxxxxxxxxxxxx> > >>>>Archives: https://www.wireshark.org/lists/wireshark-dev > >>>>Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > >>>> > >>>>mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe > >>>> > >>> > >>____________________________________________________________________ > >>_______ > >>>Sent via: Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx> > >>>Archives: https://www.wireshark.org/lists/wireshark-dev > >>>Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > >>> > >>mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe > >>> > >>___________________________________________________________________________ > >>Sent via: Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx> > >>Archives: https://www.wireshark.org/lists/wireshark-dev > >>Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > >> > >>mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe > > > ___________________________________________________________________________ > Sent via: Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx> > Archives: https://www.wireshark.org/lists/wireshark-dev > Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev > > mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe -- Kind regards, Peter Wu https://lekensteyn.nl ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe
- Follow-Ups:
- Re: [Wireshark-dev] Build failing on SLES 11.2
- From: João Valverde
- Re: [Wireshark-dev] Build failing on SLES 11.2
- References:
- [Wireshark-dev] Build failing on SLES 11.2
- From: Anders Broman
- Re: [Wireshark-dev] Build failing on SLES 11.2
- From: João Valverde
- Re: [Wireshark-dev] Build failing on SLES 11.2
- From: João Valverde
- Re: [Wireshark-dev] Build failing on SLES 11.2
- From: Peter Wu
- Re: [Wireshark-dev] Build failing on SLES 11.2
- From: João Valverde
- Re: [Wireshark-dev] Build failing on SLES 11.2
- From: Peter Wu
- [Wireshark-dev] Build failing on SLES 11.2
- Prev by Date: Re: [Wireshark-dev] Build failing on SLES 11.2
- Next by Date: [Wireshark-dev] Generating DCE/RPC dissectors in Windows
- Previous by thread: Re: [Wireshark-dev] Build failing on SLES 11.2
- Next by thread: Re: [Wireshark-dev] Build failing on SLES 11.2
- Index(es):