Skip to content

Instantly share code, notes, and snippets.

@linneman
Created June 21, 2010 20:31
Show Gist options
  • Save linneman/447430 to your computer and use it in GitHub Desktop.
Save linneman/447430 to your computer and use it in GitHub Desktop.
solaris:lib ol$ ls
ImageMagick-6.3.3 libfuse.2.dylib libiconv.2.4.0.dylib
ImageMagick-6.4.1 libfuse.dylib libiconv.2.dylib
charset.alias libfuse.la libiconv.dylib
gettext libfuse_ino64.2.7.3.dylib libiconv.la
libBox2D.2.1.0.dylib libfuse_ino64.2.dylib libintl.3.4.3.dylib
libBox2D.a libfuse_ino64.dylib libintl.3.dylib
libBox2D.dylib libfuse_ino64.la libintl.8.0.2.dylib
libMagick++.10.0.7.dylib libgdraw.1.0.14.dylib libintl.8.dylib
libMagick++.10.dylib libgdraw.1.dylib libintl.a
libMagick++.a libgdraw.dylib libintl.dylib
libMagick++.dylib libgdraw.la libintl.la
libMagick++.la libgettextlib-0.14.5.dylib libntfs-3g.40.0.0.dylib
libMagick.10.0.7.dylib libgettextlib-0.17.dylib libntfs-3g.40.dylib
libMagick.10.dylib libgettextlib.dylib libntfs-3g.a
libMagick.a libgettextlib.la libntfs-3g.dylib
libMagick.dylib libgettextpo.0.1.0.dylib libntfs-3g.la
libMagick.la libgettextpo.0.4.0.dylib libntfs.9.0.0.dylib
libWand.10.0.7.dylib libgettextpo.0.dylib libntfs.9.dylib
libWand.10.dylib libgettextpo.a libntfs.a
libWand.a libgettextpo.dylib libntfs.dylib
libWand.dylib libgettextpo.la libntfs.la
libWand.la libgettextsrc-0.14.5.dylib libprl_sdk.dylib
libasprintf.0.0.0.dylib libgettextsrc-0.17.dylib libpth.dylib
libasprintf.0.dylib libgettextsrc.dylib libuninameslist-fr.0.0.1.dylib
libasprintf.a libgettextsrc.la libuninameslist-fr.0.dylib
libasprintf.dylib libgsl.0.10.0.dylib libuninameslist-fr.dylib
libasprintf.la libgsl.0.dylib libuninameslist-fr.la
libcharset.1.0.0.dylib libgsl.a libuninameslist.0.0.1.dylib
libcharset.1.dylib libgsl.dylib libuninameslist.0.dylib
libcharset.dylib libgsl.la libuninameslist.dylib
libcharset.la libgslcblas.0.0.0.dylib libuninameslist.la
libdsp_x86.a libgslcblas.0.dylib libwmf.a
libfreetype.6.3.12.dylib libgslcblas.a libwmf.la
libfreetype.6.dylib libgslcblas.dylib libwmflite.a
libfreetype.a libgslcblas.la libwmflite.la
libfreetype.dylib libgunicode.2.0.3.dylib ocaml
libfreetype.la libgunicode.2.dylib pkgconfig
libfuse.0.dylib libgunicode.dylib valgrind
libfuse.2.7.3.dylib libgunicode.la
solaris:lib ol$ cd ..
solaris:local ol$ ls -lhd lib
lrwxr-xr-x 1 root wheel 14B 4 Sep 2009 lib -> /usr/local/lib
solaris:local ol$ echo $PATH
/Developer/Tools/narwhal/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin:/usr/X11/bin:/Users/ol/bin
solaris:local ol$ pwd
/Developer/SDKs/MacOSX10.6.sdk/usr/local
solaris:local ol$ cd lib/
solaris:lib ol$ sudo mv libgettextlib-0.14.5.dylib _libgettextlib-0.14.5.dylib
Password:
solaris:lib ol$ sudo mv libgettextlib-0.17.dylib _libgettextlib-0.17.dylib
solaris:lib ol$ sudo mv libgettextlib.la _libgettextlib.la
solaris:lib ol$ sudo mv libgettextlib.dylib _libgettextlib.dylib
solaris:lib ol$ cd ~/tmp/GPGMail/GPGMail/
solaris:GPGMail ol$ ls
Dependencies GPGMail.xcodeproj Plists Source
Documentation GPGMail_Prefix.pch Release Utilities
Frameworks Makefile Resources build
solaris:GPGMail ol$ cd Dependencies/
solaris:Dependencies ol$ ls
MacGPGME
solaris:Dependencies ol$ cd MacGPGME/
solaris:MacGPGME ol$ ls
COPYING.LESSER GPGKeyGroup.m German.lproj
Danish.lproj GPGKeySignature.h Info-GPGTester.plist
DocExternalReferences.xref GPGKeySignature.m Info-MacGPGME.plist
English.lproj GPGObject.h Italian.lproj
French.lproj GPGObject.m LocalizableStrings.h
GNUmakefile GPGOptions.h LocalizableStrings.m
GPGAsyncHelper.h GPGOptions.m MacGPGME.h
GPGAsyncHelper.m GPGPrettyInfo.h MacGPGME.hdoc
GPGContext.h GPGPrettyInfo.m MacGPGME.xcodeproj
GPGContext.m GPGRemoteKey.h MacGPGMETestCase.h
GPGData.h GPGRemoteKey.m MacGPGMETestCase.m
GPGData.m GPGRemoteUserID.h MacGPGMETesting-Info.plist
GPGDefines.h GPGRemoteUserID.m MacGPGME_Prefix.pch
GPGEngine.h GPGSignature.h README
GPGEngine.m GPGSignature.m Spanish.lproj
GPGEngineHelper.h GPGSignatureNotation.h Swedish.lproj
GPGEngineHelper.m GPGSignatureNotation.m TODO
GPGExceptions.h GPGSubkey.h Utilities
GPGExceptions.m GPGSubkey.m build
GPGInternals.h GPGTester dist
GPGKey.h GPGTrustItem.h frameworkEmbedding.sh
GPGKey.m GPGTrustItem.m gpgme.patch
GPGKeyDefines.h GPGUserID.h headerDoc2HTML.config
GPGKeyGroup.h GPGUserID.m sources
solaris:MacGPGME ol$ rm -rf build/
solaris:MacGPGME ol$ cd Utilities/
solaris:Utilities ol$ ./build_gpgme
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 14.4M 100 14.4M 0 0 707k 0 0:00:20 0:00:20 --:--:-- 744k
grep: conftest.s: No such file or directory
grep: conftest.s: No such file or directory
configure: WARNING: libintl.h: present but cannot be compiled
configure: WARNING: libintl.h: check for missing prerequisite headers?
configure: WARNING: libintl.h: see the Autoconf documentation
configure: WARNING: libintl.h: section "Present But Cannot Be Compiled"
configure: WARNING: libintl.h: proceeding with the compiler's result
ranlib: for architecture: x86_64 file: .libs/libintl.a(threadlib.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libintl.a(printf.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libintl.a(osdep.o) has no symbols
ranlib: for architecture: i386 file: .libs/libintl.a(threadlib.o) has no symbols
ranlib: for architecture: i386 file: .libs/libintl.a(printf.o) has no symbols
ranlib: for architecture: i386 file: .libs/libintl.a(osdep.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libintl.a(threadlib.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libintl.a(printf.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libintl.a(osdep.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libintl.a(threadlib.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libintl.a(printf.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libintl.a(osdep.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libintl.a(threadlib.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libintl.a(printf.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libintl.a(osdep.o) has no symbols
ranlib: for architecture: i386 file: .libs/libintl.a(threadlib.o) has no symbols
ranlib: for architecture: i386 file: .libs/libintl.a(printf.o) has no symbols
ranlib: for architecture: i386 file: .libs/libintl.a(osdep.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libintl.a(threadlib.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libintl.a(printf.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libintl.a(osdep.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libintl.a(threadlib.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libintl.a(printf.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libintl.a(osdep.o) has no symbols
term-ostream.oo.c: In function ‘out_attr_change’:
term-ostream.oo.c:1280: warning: comparison is always true due to limited range of data type
term-ostream.oo.c:1371: warning: comparison is always true due to limited range of data type
term-ostream.oo.c: In function ‘out_attr_change’:
term-ostream.oo.c:1280: warning: comparison is always true due to limited range of data type
term-ostream.oo.c:1371: warning: comparison is always true due to limited range of data type
libcroco/cr-statement.c: In function ‘cr_statement_dump_ruleset’:
libcroco/cr-statement.c:2610: warning: format not a string literal and no format arguments
libcroco/cr-statement.c: In function ‘cr_statement_dump_charset’:
libcroco/cr-statement.c:2661: warning: format not a string literal and no format arguments
libcroco/cr-statement.c: In function ‘cr_statement_dump_page’:
libcroco/cr-statement.c:2688: warning: format not a string literal and no format arguments
libcroco/cr-statement.c: In function ‘cr_statement_dump_media_rule’:
libcroco/cr-statement.c:2714: warning: format not a string literal and no format arguments
libcroco/cr-statement.c: In function ‘cr_statement_dump_import_rule’:
libcroco/cr-statement.c:2740: warning: format not a string literal and no format arguments
libcroco/cr-statement.c: In function ‘cr_statement_dump_ruleset’:
libcroco/cr-statement.c:2610: warning: format not a string literal and no format arguments
libcroco/cr-statement.c: In function ‘cr_statement_dump_charset’:
libcroco/cr-statement.c:2661: warning: format not a string literal and no format arguments
libcroco/cr-statement.c: In function ‘cr_statement_dump_page’:
libcroco/cr-statement.c:2688: warning: format not a string literal and no format arguments
libcroco/cr-statement.c: In function ‘cr_statement_dump_media_rule’:
libcroco/cr-statement.c:2714: warning: format not a string literal and no format arguments
libcroco/cr-statement.c: In function ‘cr_statement_dump_import_rule’:
libcroco/cr-statement.c:2740: warning: format not a string literal and no format arguments
libxml/tree.c: In function ‘xmlNodeSetBase’:
libxml/tree.c:4851: warning: passing argument 1 of ‘xmlFree’ discards qualifiers from pointer target type
libxml/tree.c: In function ‘xmlNodeSetBase’:
libxml/tree.c:4851: warning: passing argument 1 of ‘xmlFree’ discards qualifiers from pointer target type
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-DOCBparser.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-HTMLparser.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-HTMLtree.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-SAX.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-c14n.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-catalog.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-debugXML.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-legacy.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-nanoftp.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-nanohttp.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-pattern.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-relaxng.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-schematron.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-xinclude.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-xlink.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-xmlmodule.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-xmlregexp.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-xmlschemas.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-xmlschemastypes.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-xmlunicode.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-xpath.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libxml_rpl.a(libxml_rpl_la-xpointer.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-DOCBparser.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-HTMLparser.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-HTMLtree.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-SAX.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-c14n.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-catalog.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-debugXML.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-legacy.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-nanoftp.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-nanohttp.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-pattern.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-relaxng.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-schematron.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-xinclude.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-xlink.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-xmlmodule.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-xmlregexp.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-xmlschemas.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-xmlschemastypes.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-xmlunicode.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-xpath.o) has no symbols
ranlib: for architecture: i386 file: .libs/libxml_rpl.a(libxml_rpl_la-xpointer.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(threadlib.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(tls.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(u16-mbtouc-aux.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(u8-mbtouc-aux.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(u8-mbtouc-unsafe-aux.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-c14n.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-catalog.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-debugXML.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-DOCBparser.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-HTMLparser.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-HTMLtree.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-legacy.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-nanoftp.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-nanohttp.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-pattern.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-relaxng.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-SAX.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-schematron.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-xinclude.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-xlink.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-xmlmodule.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-xmlregexp.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-xmlschemas.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-xmlschemastypes.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-xmlunicode.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-xpath.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextlib.a(libxml_rpl_la-xpointer.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(threadlib.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(tls.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(u16-mbtouc-aux.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(u8-mbtouc-aux.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(u8-mbtouc-unsafe-aux.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-c14n.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-catalog.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-debugXML.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-DOCBparser.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-HTMLparser.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-HTMLtree.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-legacy.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-nanoftp.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-nanohttp.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-pattern.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-relaxng.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-SAX.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-schematron.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-xinclude.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-xlink.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-xmlmodule.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-xmlregexp.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-xmlschemas.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-xmlschemastypes.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-xmlunicode.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-xpath.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextlib.a(libxml_rpl_la-xpointer.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(threadlib.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(tls.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(u16-mbtouc-aux.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(u8-mbtouc-aux.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(u8-mbtouc-unsafe-aux.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-c14n.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-catalog.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-debugXML.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-DOCBparser.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-HTMLparser.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-HTMLtree.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-legacy.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-nanoftp.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-nanohttp.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-pattern.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-relaxng.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-SAX.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-schematron.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xinclude.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xlink.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xmlmodule.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xmlregexp.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xmlschemas.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xmlschemastypes.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xmlunicode.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xpath.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xpointer.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(threadlib.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(tls.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(u16-mbtouc-aux.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(u8-mbtouc-aux.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(u8-mbtouc-unsafe-aux.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-c14n.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-catalog.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-debugXML.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-DOCBparser.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-HTMLparser.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-HTMLtree.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-legacy.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-nanoftp.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-nanohttp.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-pattern.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-relaxng.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-SAX.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-schematron.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xinclude.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xlink.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xmlmodule.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xmlregexp.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xmlschemas.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xmlschemastypes.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xmlunicode.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xpath.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextlib.a(libxml_rpl_la-xpointer.o) has no symbols
m-fgrep.c: In function ‘Fcompile’:
m-fgrep.c:109: warning: format not a string literal and no format arguments
m-fgrep.c:117: warning: format not a string literal and no format arguments
m-fgrep.c: In function ‘Fcompile’:
m-fgrep.c:109: warning: format not a string literal and no format arguments
m-fgrep.c:117: warning: format not a string literal and no format arguments
m-regex.c: In function ‘compile’:
m-regex.c:109: warning: format not a string literal and no format arguments
m-regex.c: In function ‘compile’:
m-regex.c:109: warning: format not a string literal and no format arguments
In file included from regex.c:59:
regex_internal.h:45:1: warning: "__libc_lock_init" redefined
In file included from regex.c:21:
../config.h:2192:1: warning: this is the location of the previous definition
In file included from regex.c:59:
regex_internal.h:46:1: warning: "__libc_lock_lock" redefined
In file included from regex.c:21:
../config.h:2193:1: warning: this is the location of the previous definition
In file included from regex.c:59:
regex_internal.h:47:1: warning: "__libc_lock_unlock" redefined
In file included from regex.c:21:
../config.h:2194:1: warning: this is the location of the previous definition
In file included from regex.c:59:
regex_internal.h:45:1: warning: "__libc_lock_init" redefined
In file included from regex.c:21:
../config.h:2192:1: warning: this is the location of the previous definition
In file included from regex.c:59:
regex_internal.h:46:1: warning: "__libc_lock_lock" redefined
In file included from regex.c:21:
../config.h:2193:1: warning: this is the location of the previous definition
In file included from regex.c:59:
regex_internal.h:47:1: warning: "__libc_lock_unlock" redefined
In file included from regex.c:21:
../config.h:2194:1: warning: this is the location of the previous definition
ranlib: for architecture: x86_64 file: libgrep.a(dummy.o) has no symbols
ranlib: for architecture: i386 file: libgrep.a(dummy.o) has no symbols
/usr/bin/nm: no name list
/usr/bin/nm: no name list
/usr/bin/nm: no name list
/usr/bin/nm: no name list
/usr/bin/nm: no name list
ranlib: for architecture: x86_64 file: .libs/libgnu.a(threadlib.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgnu.a(tls.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgnu.a(u16-mbtouc-aux.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgnu.a(u8-mbtouc-aux.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgnu.a(u8-mbtouc-unsafe-aux.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgnu.a(threadlib.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgnu.a(tls.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgnu.a(u16-mbtouc-aux.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgnu.a(u8-mbtouc-aux.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgnu.a(u8-mbtouc-unsafe-aux.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextpo.a(threadlib.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextpo.a(tls.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextpo.a(u16-mbtouc-aux.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextpo.a(u8-mbtouc-aux.o) has no symbols
ranlib: for architecture: x86_64 file: .libs/libgettextpo.a(u8-mbtouc-unsafe-aux.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextpo.a(threadlib.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextpo.a(tls.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextpo.a(u16-mbtouc-aux.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextpo.a(u8-mbtouc-aux.o) has no symbols
ranlib: for architecture: i386 file: .libs/libgettextpo.a(u8-mbtouc-unsafe-aux.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextpo.a(threadlib.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextpo.a(tls.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextpo.a(u16-mbtouc-aux.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextpo.a(u8-mbtouc-aux.o) has no symbols
ranlib: for architecture: x86_64 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextpo.a(u8-mbtouc-unsafe-aux.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextpo.a(threadlib.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextpo.a(tls.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextpo.a(u16-mbtouc-aux.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextpo.a(u8-mbtouc-aux.o) has no symbols
ranlib: for architecture: i386 file: /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/dist/lib/libgettextpo.a(u8-mbtouc-unsafe-aux.o) has no symbols
Wrote /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/sources/gettext-0.18.1.1/gettext-tools/misc/elc.38648/po-compat.elc
In po-ediff-buffers-exit-recursive:
po-mode.el:2277:30:Warning: `insert-buffer' used from Lisp code
That command is designed for interactive use only
po-mode.el:2280:19:Warning: reference to free variable `entry-buffer'
In po-send-mail:
po-mode.el:3495:40:Warning: `insert-buffer' used from Lisp code
That command is designed for interactive use only
In end of data:
po-mode.el:3564:1:Warning: the following functions are not known to be
defined: make-extent, set-extent-face, set-extent-endpoints,
detach-extent, ediff-quit
Wrote /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/sources/gettext-0.18.1.1/gettext-tools/misc/elc.38648/po-mode.elc
Wrote /Users/ol/tmp/GPGMail/GPGMail/Dependencies/MacGPGME/Utilities/sources/gettext-0.18.1.1/gettext-tools/misc/elc.38648/start-po.elc
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 425k 100 425k 0 0 435k 0 --:--:-- --:--:-- --:--:-- 698k
rm: extra-h.in: No such file or directory
make[1]: [extra-h.in] Error 1 (ignored)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 439k 100 439k 0 0 364k 0 0:00:01 0:00:01 --:--:-- 653k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 849k 100 849k 0 0 542k 0 0:00:01 0:00:01 --:--:-- 694k
configure: WARNING:
***
*** getenv() is not thread-safe and getenv_r() does not exist
***
configure: WARNING: GnuPG not executable, version check disabled
configure: WARNING:
***
*** Could not find GpgSM, install GpgSM or use --with-gpgsm=PATH to enable it
***
configure: WARNING:
***
*** Could not find gpgconf, install gpgconf or use --with-gpgconf=PATH to enable it
***
configure: WARNING:
***
*** Could not find g13, install g13 or use --with-g13=PATH to enable it
***
conversion.c: In function ‘_gpgme_parse_timestamp’:
conversion.c:358: warning: implicit declaration of function ‘timegm’
conversion.c: In function ‘_gpgme_parse_timestamp’:
conversion.c:358: warning: implicit declaration of function ‘timegm’
key.c: In function ‘gpgme_key_from_uid’:
key.c:392: warning: passing argument 2 of ‘_gpgme_key_append_name’ discards qualifiers from pointer target type
key.c: In function ‘gpgme_key_from_uid’:
key.c:392: warning: passing argument 2 of ‘_gpgme_key_append_name’ discards qualifiers from pointer target type
engine-gpg.c: In function ‘gpg_keylist_preprocess’:
engine-gpg.c:2061: warning: implicit declaration of function ‘asprintf’
engine-gpg.c: In function ‘gpg_keylist_preprocess’:
engine-gpg.c:2061: warning: implicit declaration of function ‘asprintf’
assuan-support.c: In function ‘my_spawn’:
assuan-support.c:162: warning: passing argument 2 of ‘_gpgme_io_spawn’ from incompatible pointer type
assuan-support.c: In function ‘my_spawn’:
assuan-support.c:162: warning: passing argument 2 of ‘_gpgme_io_spawn’ from incompatible pointer type
engine-assuan.c: In function ‘llass_new’:
engine-assuan.c:256: warning: implicit declaration of function ‘asprintf’
engine-assuan.c: In function ‘llass_new’:
engine-assuan.c:256: warning: implicit declaration of function ‘asprintf’
vfs-mount.c: In function ‘_gpgme_vfs_mount_status_handler’:
vfs-mount.c:71: warning: implicit declaration of function ‘strcasecmp’
vfs-mount.c: In function ‘_gpgme_op_vfs_mount’:
vfs-mount.c:180: warning: implicit declaration of function ‘asprintf’
vfs-mount.c: At top level:
vfs-mount.c:129: warning: ‘gpgme_op_vfs_transact_start’ defined but not used
vfs-mount.c: In function ‘_gpgme_vfs_mount_status_handler’:
vfs-mount.c:71: warning: implicit declaration of function ‘strcasecmp’
vfs-mount.c: In function ‘_gpgme_op_vfs_mount’:
vfs-mount.c:180: warning: implicit declaration of function ‘asprintf’
vfs-mount.c: At top level:
vfs-mount.c:129: warning: ‘gpgme_op_vfs_transact_start’ defined but not used
vfs-create.c: In function ‘_gpgme_op_vfs_create’:
vfs-create.c:134: warning: implicit declaration of function ‘asprintf’
vfs-create.c: At top level:
vfs-create.c:72: warning: ‘gpgme_op_vfs_transact_start’ defined but not used
vfs-create.c: In function ‘_gpgme_op_vfs_create’:
vfs-create.c:134: warning: implicit declaration of function ‘asprintf’
vfs-create.c: At top level:
vfs-create.c:72: warning: ‘gpgme_op_vfs_transact_start’ defined but not used
posix-util.c: In function ‘_gpgme_get_uiserver_socket_path’:
posix-util.c:83: warning: assignment discards qualifiers from pointer target type
posix-util.c:91: warning: implicit declaration of function ‘stpcpy’
posix-util.c:91: warning: incompatible implicit declaration of built-in function ‘stpcpy’
posix-util.c: In function ‘_gpgme_get_uiserver_socket_path’:
posix-util.c:83: warning: assignment discards qualifiers from pointer target type
posix-util.c:91: warning: implicit declaration of function ‘stpcpy’
posix-util.c:91: warning: incompatible implicit declaration of built-in function ‘stpcpy’
debug.c: In function ‘_gpgme_debug_begin’:
debug.c:254: warning: implicit declaration of function ‘vasprintf’
debug.c: In function ‘_gpgme_debug_add’:
debug.c:281: warning: implicit declaration of function ‘asprintf’
debug.c: In function ‘_gpgme_debug_begin’:
debug.c:254: warning: implicit declaration of function ‘vasprintf’
debug.c: In function ‘_gpgme_debug_add’:
debug.c:281: warning: implicit declaration of function ‘asprintf’
gpgme-tool.c: In function ‘argp_parse’:
gpgme-tool.c:321: warning: implicit declaration of function ‘strcasecmp’
gpgme-tool.c: In function ‘cmd_export’:
gpgme-tool.c:2355: warning: implicit declaration of function ‘strncasecmp’
gpgme-tool.c: In function ‘argp_parse’:
gpgme-tool.c:321: warning: implicit declaration of function ‘strcasecmp’
gpgme-tool.c: In function ‘cmd_export’:
gpgme-tool.c:2355: warning: implicit declaration of function ‘strncasecmp’
gpgme was built successfully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment