tclgpgme

FreeBSD 5.4-RELEASE, tkabber 0.9.7

# ./configure --with-tcl=/usr/local/lib/tcl8.4/ --with-tclinclude=/usr/local/include/tcl8.4/

loading cache ./config.cache
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking host system type... i386-unknown-freebsd5.4
checking build system type... i386-unknown-freebsd5.4
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) pass_all
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking whether -lc should be explicitly linked in... (cached) yes
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
finding the maximum length of command line arguments... (cached) 24577
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd5.4 ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
creating cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking host system type... i386-unknown-freebsd5.4
checking build system type... i386-unknown-freebsd5.4
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking for ranlib... ranlib
checking for strip... strip
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking whether -lc should be explicitly linked in... yes
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
finding the maximum length of command line arguments... 24577
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd5.4 ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking for gpgme-config... /usr/local/bin/gpgme-config
checking for GPGME - version >= 0.3.0... yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... yes
checking for ranlib... (cached) ranlib
checking for Cygwin environment... (cached) no
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking for Tcl configuration... found /usr/local/lib/tcl8.4/tclConfig.sh
checking for existence of /usr/local/lib/tcl8.4/tclConfig.sh... loading
checking for Tcl public headers... /usr/local/include/tcl8.4/
checking for building with threads... no (default)
checking how to build libraries... shared
checking for build with symbols... no
checking for tclsh... /usr/local/bin/tclsh8.4
updating cache ./config.cache
creating ./config.status
creating Makefile

# make or gmake

/bin/sh ./libtool --mode=compile gcc -DVERSION=\"1.01\" -DUSE_TCL_STUBS=1 -I. -I. -I"/usr/local/include/tcl8.4/" -I/usr/local/include/gpgme -I/usr/local/include -O -fPIC -c tclgpgme.c
gcc -DVERSION=\"1.01\" -DUSE_TCL_STUBS=1 -I. -I. -I/usr/local/include/tcl8.4/ -I/usr/local/include/gpgme -I/usr/local/include -O -fPIC -c tclgpgme.c -fPIC -DPIC -o .libs/tclgpgme.o
tclgpgme.c:64: warning: `GpgmeCtx' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1517)
tclgpgme.c:78: error: conflicting types for 'gpgme_ctx_t'
/usr/local/include/tcl8.4/gpgme.h:86: error: previous declaration of 'gpgme_ctx_t' was here
tclgpgme.c:85: error: syntax error before "GpgmeRecipients"
tclgpgme.c:107: error: `GPGME_DATA_TYPE_NONE' undeclared here (not in a function)
tclgpgme.c:107: error: initializer element is not constant
tclgpgme.c:107: error: (near initialization for `dt_pairs[0].p_value')
tclgpgme.c:107: error: initializer element is not constant
tclgpgme.c:107: error: (near initialization for `dt_pairs[0]')
tclgpgme.c:108: error: `GPGME_DATA_TYPE_MEM' undeclared here (not in a function)
tclgpgme.c:108: error: initializer element is not constant
tclgpgme.c:108: error: (near initialization for `dt_pairs[1].p_value')
tclgpgme.c:108: error: initializer element is not constant
tclgpgme.c:108: error: (near initialization for `dt_pairs[1]')
tclgpgme.c:109: error: `GPGME_DATA_TYPE_FD' undeclared here (not in a function)
tclgpgme.c:109: error: initializer element is not constant
tclgpgme.c:109: error: (near initialization for `dt_pairs[2].p_value')
tclgpgme.c:109: error: initializer element is not constant
tclgpgme.c:109: error: (near initialization for `dt_pairs[2]')
tclgpgme.c:110: error: `GPGME_DATA_TYPE_FILE' undeclared here (not in a function)
tclgpgme.c:110: error: initializer element is not constant
tclgpgme.c:110: error: (near initialization for `dt_pairs[3].p_value')
tclgpgme.c:110: error: initializer element is not constant
tclgpgme.c:110: error: (near initialization for `dt_pairs[3]')
tclgpgme.c:111: error: `GPGME_DATA_TYPE_CB' undeclared here (not in a function)
tclgpgme.c:111: error: initializer element is not constant
tclgpgme.c:111: error: (near initialization for `dt_pairs[4].p_value')
tclgpgme.c:111: error: initializer element is not constant
tclgpgme.c:111: error: (near initialization for `dt_pairs[4]')
tclgpgme.c:113: error: initializer element is not constant
tclgpgme.c:113: error: (near initialization for `dt_pairs[5]')
tclgpgme.c:209: error: `GPGME_PROTOCOL_AUTO' undeclared here (not in a function)
tclgpgme.c:209: error: initializer element is not constant
tclgpgme.c:209: error: (near initialization for `protocol_pairs[2].p_value')
tclgpgme.c:209: error: initializer element is not constant
tclgpgme.c:209: error: (near initialization for `protocol_pairs[2]')
tclgpgme.c:211: error: initializer element is not constant
tclgpgme.c:211: error: (near initialization for `protocol_pairs[3]')
tclgpgme.c: In function `c2t_result':
tclgpgme.c:432: error: `GPGME_No_Error' undeclared (first use in this function)
tclgpgme.c:432: error: (Each undeclared identifier is reported only once
tclgpgme.c:432: error: for each function it appears in.)
tclgpgme.c: In function `ctx2Obj':
tclgpgme.c:449: warning: initialization discards qualifiers from pointer target type
tclgpgme.c: At top level:
tclgpgme.c:643: warning: `GpgmeKey' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1532)
tclgpgme.c: In function `add_key':
tclgpgme.c:649: warning: `gpgme_key_get_string_attr' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:975)
tclgpgme.c:653: error: `GPGME_Invalid_Value' undeclared (first use in this function)
tclgpgme.c: At top level:
tclgpgme.c:670: warning: `GpgmeKey' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1532)
tclgpgme.c: In function `find_key':
tclgpgme.c:675: warning: `GpgmeKey' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1532)
tclgpgme.c:677: error: `GPGME_Invalid_Value' undeclared (first use in this function)
tclgpgme.c: At top level:
tclgpgme.c:685: warning: `GpgmeTrustItem' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1553)
tclgpgme.c:701: warning: `GpgmeTrustItem' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1553)
tclgpgme.c: In function `find_trustitem':
tclgpgme.c:706: warning: `GpgmeTrustItem' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1553)
tclgpgme.c:708: error: `GPGME_Invalid_Value' undeclared (first use in this function)
tclgpgme.c: In function `vfy2obj':
tclgpgme.c:720: warning: `GpgmeKey' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1532)
tclgpgme.c:725: warning: `gpgme_get_sig_status' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:771)
tclgpgme.c:732: warning: `gpgme_get_sig_ulong_attr' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:779)
tclgpgme.c:754: warning: `gpgme_get_sig_string_attr' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:782)
tclgpgme.c:756: warning: comparison between pointer and integer
tclgpgme.c:766: warning: `gpgme_get_sig_key' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:788)
tclgpgme.c:766: error: `GPGME_No_Error' undeclared (first use in this function)
tclgpgme.c: In function `ctx_getset':
tclgpgme.c:937: warning: `GpgmeKey' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1532)
tclgpgme.c:1069: warning: passing arg 2 of `gpgme_set_passphrase_cb' from incompatible pointer type
tclgpgme.c:1115: warning: assignment makes pointer from integer without a cast
tclgpgme.c:1148: error: `GPGME_No_Error' undeclared (first use in this function)
tclgpgme.c: In function `ctx_encrypt':
tclgpgme.c:1189: warning: `GpgmeData' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1518)
tclgpgme.c:1190: warning: `GpgmeData' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1518)
tclgpgme.c:1219: error: `GPGME_No_Error' undeclared (first use in this function)
tclgpgme.c:1228: error: structure has no member named `gd_recipients'
tclgpgme.c:1229: error: incompatible type for argument 3 of `gpgme_op_encrypt_sign'
tclgpgme.c:1229: error: too few arguments to function `gpgme_op_encrypt_sign'
tclgpgme.c:1231: error: structure has no member named `gd_recipients'
tclgpgme.c:1232: error: incompatible type for argument 3 of `gpgme_op_encrypt'
tclgpgme.c:1232: error: too few arguments to function `gpgme_op_encrypt'
tclgpgme.c:1242: warning: `gpgme_data_rewind' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:951)
tclgpgme.c:1248: error: too many arguments to function `gpgme_data_read'
tclgpgme.c:1258: error: `GPGME_EOF' undeclared (first use in this function)
tclgpgme.c: In function `ctx_decrypt':
tclgpgme.c:1291: warning: `GpgmeData' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1518)
tclgpgme.c:1292: warning: `GpgmeData' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1518)
tclgpgme.c:1293: warning: `GpgmeSigStat' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1523)
tclgpgme.c:1312: error: `GPGME_No_Error' undeclared (first use in this function)
tclgpgme.c:1321: error: too many arguments to function `gpgme_op_decrypt_verify'
tclgpgme.c:1333: warning: `gpgme_data_rewind' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:951)
tclgpgme.c:1344: error: too many arguments to function `gpgme_data_read'
tclgpgme.c:1354: error: `GPGME_EOF' undeclared (first use in this function)
tclgpgme.c: In function `ctx_sign':
tclgpgme.c:1394: warning: `GpgmeData' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1518)
tclgpgme.c:1395: warning: `GpgmeData' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1518)
tclgpgme.c:1418: error: `GPGME_No_Error' undeclared (first use in this function)
tclgpgme.c:1435: warning: `gpgme_data_rewind' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:951)
tclgpgme.c:1441: error: too many arguments to function `gpgme_data_read'
tclgpgme.c:1451: error: `GPGME_EOF' undeclared (first use in this function)
tclgpgme.c: In function `ctx_verify':
tclgpgme.c:1484: warning: `GpgmeData' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1518)
tclgpgme.c:1485: warning: `GpgmeData' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1518)
tclgpgme.c:1486: warning: `GpgmeSigStat' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1523)
tclgpgme.c:1500: error: `GPGME_No_Error' undeclared (first use in this function)
tclgpgme.c:1515: warning: passing arg 4 of `gpgme_op_verify' from incompatible pointer type
tclgpgme.c:1532: error: too many arguments to function `gpgme_data_read'
tclgpgme.c:1541: error: `GPGME_EOF' undeclared (first use in this function)
tclgpgme.c:1553: warning: assignment makes pointer from integer without a cast
tclgpgme.c: In function `ctx_start_key':
tclgpgme.c:1634: error: `GPGME_No_Error' undeclared (first use in this function)
tclgpgme.c: In function `ctx_next_key':
tclgpgme.c:1672: warning: `GpgmeKey' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1532)
tclgpgme.c:1688: error: `GPGME_EOF' undeclared (first use in this function)
tclgpgme.c:1693: error: `GPGME_No_Error' undeclared (first use in this function)
tclgpgme.c: At top level:
tclgpgme.c:1753: warning: `GpgmeKey' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1532)
tclgpgme.c: In function `ctx_info_key':
tclgpgme.c:1765: warning: `GpgmeKey' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1532)
tclgpgme.c:1781: warning: assignment makes pointer from integer without a cast
tclgpgme.c: At top level:
tclgpgme.c:1803: warning: `GpgmeKey' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1532)
tclgpgme.c: In function `ctx_info_key_aux':
tclgpgme.c:1818: warning: `gpgme_key_get_ulong_attr' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:983)
tclgpgme.c:1842: warning: `gpgme_key_get_string_attr' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:975)
tclgpgme.c:1846: warning: comparison between pointer and integer
tclgpgme.c: In function `ctx_start_trustitem':
tclgpgme.c:1918: error: `GPGME_No_Error' undeclared (first use in this function)
tclgpgme.c: In function `ctx_next_trustitem':
tclgpgme.c:1935: warning: `GpgmeTrustItem' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1553)
tclgpgme.c:1951: error: `GPGME_EOF' undeclared (first use in this function)
tclgpgme.c:1956: error: `GPGME_No_Error' undeclared (first use in this function)
tclgpgme.c: In function `ctx_info_trustitem':
tclgpgme.c:2019: warning: `GpgmeTrustItem' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1553)
tclgpgme.c:2036: warning: `gpgme_trust_item_get_int_attr' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1497)
tclgpgme.c:2058: warning: `gpgme_trust_item_get_string_attr' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1489)
tclgpgme.c:2059: warning: comparison between pointer and integer
tclgpgme.c: In function `ctx_free':
tclgpgme.c:2098: warning: `GpgmeKey' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1532)
tclgpgme.c:2106: warning: `gpgme_trust_item_release' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1481)
tclgpgme.c:2107: warning: `GpgmeTrustItem' is deprecated (declared at /usr/local/include/tcl8.4/gpgme.h:1553)
tclgpgme.c: In function `ctx_new':
tclgpgme.c:2165: error: `GPGME_No_Error' undeclared (first use in this function)
tclgpgme.c: In function `recip_add':
tclgpgme.c:2235: error: structure has no member named `gd_recipients'
tclgpgme.c:2238: error: `GPGME_No_Error' undeclared (first use in this function)
tclgpgme.c: In function `recip_count':
tclgpgme.c:2260: error: structure has no member named `gd_recipients'
tclgpgme.c: In function `recip_list':
tclgpgme.c:2285: error: structure has no member named `gd_recipients'
tclgpgme.c:2286: error: `GPGME_No_Error' undeclared (first use in this function)
tclgpgme.c:2291: error: structure has no member named `gd_recipients'
tclgpgme.c:2291: warning: assignment makes pointer from integer without a cast
tclgpgme.c:2295: error: structure has no member named `gd_recipients'
tclgpgme.c: In function `recip_free':
tclgpgme.c:2309: error: structure has no member named `gd_recipients'
tclgpgme.c:2316: error: structure has no member named `gd_recipients'
tclgpgme.c: In function `recip_new':
tclgpgme.c:2353: error: structure has no member named `gd_recipients'
tclgpgme.c:2354: error: `GPGME_No_Error' undeclared (first use in this function)
tclgpgme.c:2364: error: structure has no member named `gd_recipients'
tclgpgme.c: In function `misc_get_engine_info':
tclgpgme.c:2404: error: too few arguments to function `gpgme_get_engine_info'
tclgpgme.c: In function `Tclgpgme_Init':
tclgpgme.c:2569: error: `GPGME_No_Error' undeclared (first use in this function)
gmake: *** [tclgpgme.lo] Error 1

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Which version of GPGME are

Which version of GPGME are you using? tclgpgme requires 0.3.x.

Syndicate content