Opened 13 years ago

Last modified 12 years ago

#31725 closed defect

apiextractor @0.10.8 (devel) uses -I/Library/Frameworks/libxml2.framework/Headers/libxml — at Version 1

Reported by: litzomatic@… Owned by: mmoll@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: apiextractor

Description (last modified by ryandesign (Ryan Carsten Schmidt))

This seems like it's due to CMAKE, and I can't seem to get it working with the environment variables either.

See http://cmake.org/cmake/help/cmake-2-8-docs.html#command:find_library

You can either use NO_DEFAULT_PATH or HINTS for correct behavior.

Supposedely I can use:

$CMAKE_LIBRARY_PATH
$CMAKE_FRAMEWORK_PATH
$CMAKE_INCLUDE_PATH

and I set to /opt/local/include/libxml2/libxml, but, with no effect.

line that fails.

:info:build /Developer/usr/bin/llvm-g++-4.2   -DAPIEXTRACTOR_EXPORTS -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_PLUGIN -DQT_SHARED -DRXX_ALLOCATOR_INIT_0 -DQT_NO_DEBUG -O2 -arch x86_64  -Wall -fvisibility=hidden -O3 -DNDEBUG -arch x86_64 -isysroot / -mmacosx-version-min=10.7 -fPIC -I/opt/local/include -I/opt/local/include/QtGui -I/opt/local/include/QtXml -I/opt/local/include/QtCore -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/parser -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/parser/rpp -I/Library/Frameworks/libxml2.framework/Headers/libxml    -F/Library/Frameworks  -o CMakeFiles/apiextractor.dir/docparser.cpp.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp

output:

:info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:29:
:info:build /opt/local/include/libxslt/xsltutils.h:19:26: error: libxml/xpath.h: No such file or directory
:info:build /opt/local/include/libxslt/xsltutils.h:20:25: error: libxml/dict.h: No such file or directory
:info:build /opt/local/include/libxslt/xsltutils.h:21:29: error: libxml/xmlerror.h: No such file or directory
:info:build In file included from /opt/local/include/libxslt/xsltutils.h:23,
:info:build                  from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:29:
:info:build /opt/local/include/libxslt/xsltInternals.h:16:25: error: libxml/tree.h: No such file or directory
:info:build /opt/local/include/libxslt/xsltInternals.h:17:25: error: libxml/hash.h: No such file or directory
:info:build /opt/local/include/libxslt/xsltInternals.h:21:30: error: libxml/xmlstring.h: No such file or directory
:info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:30:
:info:build /opt/local/include/libxslt/transform.h:15:27: error: libxml/parser.h: No such file or directory
:info:build /opt/local/include/libxslt/transform.h:16:26: error: libxml/xmlIO.h: No such file or directory
:info:build In file included from /opt/local/include/libxslt/xsltInternals.h:24,
:info:build                  from /opt/local/include/libxslt/xsltutils.h:23,
:info:build                  from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:29:
:info:build /opt/local/include/libxslt/xsltlocale.h:27: error: ‘xmlChar’ does not name a type
:info:build /opt/local/include/libxslt/xsltlocale.h:52: error: expected ‘,’ or ‘...’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltlocale.h:52: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltlocale.h:54: error: expected constructor, destructor, or type conversion before ‘*’ token
:info:build /opt/local/include/libxslt/xsltlocale.h:55: error: expected ‘,’ or ‘...’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltlocale.h:55: error: ISO C++ forbids declaration of ‘xsltLocaleChar’ with no type
:info:build In file included from /opt/local/include/libxslt/xsltInternals.h:25,
:info:build                  from /opt/local/include/libxslt/xsltutils.h:23,
:info:build                  from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:29:
:info:build /opt/local/include/libxslt/numbersInternals.h:29: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/numbersInternals.h:29: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/numbersInternals.h:30: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/numbersInternals.h:30: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/numbersInternals.h:31: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/numbersInternals.h:31: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/numbersInternals.h:32: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/numbersInternals.h:32: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/numbersInternals.h:33: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/numbersInternals.h:33: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/numbersInternals.h:38: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/numbersInternals.h:39: error: ‘xmlNodePtr’ does not name a type
:info:build In file included from /opt/local/include/libxslt/xsltutils.h:23,
:info:build                  from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:29:
:info:build /opt/local/include/libxslt/xsltInternals.h:235: error: ‘xmlFreeFunc’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:277: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:277: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:279: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:279: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:280: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:280: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:281: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:281: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:282: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:282: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:283: error: ‘xmlNodePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:284: error: ‘xmlNodePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:291: error: ISO C++ forbids declaration of ‘xmlNsPtr’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:291: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:308: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:308: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:310: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:310: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:311: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:311: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:313: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:313: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:314: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:314: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:315: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:315: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:317: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:317: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:318: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:318: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:319: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:319: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:320: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:320: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:321: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:321: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:334: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:350: error: ‘xmlNodePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:351: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:351: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:352: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:352: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:353: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:353: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:354: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:354: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:355: error: ‘xmlXPathCompExprPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:356: error: ‘xmlXPathCompExprPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:357: error: ISO C++ forbids declaration of ‘xmlNsPtr’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:357: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:371: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:371: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:372: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:372: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:373: error: ‘xmlHashTablePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:407: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltInternals.h:408: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltInternals.h:419: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltInternals.h:478: error: ‘xmlNodePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1368: error: ‘xmlNodePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1374: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1374: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1377: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1377: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1380: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1380: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1383: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1383: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1386: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1386: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1391: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1391: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1393: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1393: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1396: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1396: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1397: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1397: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1399: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1399: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1403: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1403: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1406: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1406: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1411: error: ‘xmlXPathCompExprPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1412: error: ISO C++ forbids declaration of ‘xmlNsPtr’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1412: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1429: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1429: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1430: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1430: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1431: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1431: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1432: error: ‘xmlNodePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1434: error: ‘xmlXPathObjectPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1435: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1494: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1495: error: ‘xmlHashTablePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1498: error: ‘xmlHashTablePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1524: error: ‘xmlHashTablePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1529: error: ‘xmlHashTablePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1535: error: ‘xmlHashTablePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1555: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1555: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1556: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1556: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1557: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1557: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1558: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1558: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1566: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1566: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1567: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1567: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1569: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1569: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1578: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1578: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1579: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1579: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1588: error: ‘xmlHashTablePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1599: error: ‘xmlDictPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1608: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1608: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1638: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1683: error: ‘xmlHashTablePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1684: error: ‘xmlHashTablePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1685: error: ‘xmlHashTablePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1687: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1687: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1688: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1688: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1693: error: ‘xmlNodePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1694: error: ‘xmlNodeSetPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1697: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1698: error: ‘xmlNodePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1700: error: ‘xmlXPathContextPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1706: error: ‘xmlHashTablePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1708: error: ‘xmlNodePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1729: error: ‘xmlGenericErrorFunc’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1738: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1739: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1745: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1745: error: expected ‘;’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1759: error: ‘xmlDictPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1760: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1768: error: ‘xmlNodePtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1769: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1772: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1775: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1834: error: expected ‘,’ or ‘...’ before ‘*’ token
:info:build /opt/local/include/libxslt/xsltInternals.h:1834: error: ISO C++ forbids declaration of ‘xmlChar’ with no type
:info:build /opt/local/include/libxslt/xsltInternals.h:1838: error: ‘xmlChar’ was not declared in this scope
:info:build /opt/local/include/libxslt/xsltInternals.h:1838: error: ‘str’ was not declared in this scope
:info:build /opt/local/include/libxslt/xsltInternals.h:1843: error: ‘xmlChar’ has not been declared
:info:build /opt/local/include/libxslt/xsltInternals.h:1847: error: ‘xmlDocPtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltInternals.h:1850: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltInternals.h:1852: error: ‘xmlDocPtr’ was not declared in this scope
:info:build /opt/local/include/libxslt/xsltInternals.h:1854: error: ‘xmlDocPtr’ was not declared in this scope
:info:build /opt/local/include/libxslt/xsltInternals.h:1855: error: expected primary-expression before ‘style’
:info:build /opt/local/include/libxslt/xsltInternals.h:1855: error: initializer expression list treated as compound expression
:info:build /opt/local/include/libxslt/xsltInternals.h:1857: error: ‘xmlDocPtr’ was not declared in this scope
:info:build /opt/local/include/libxslt/xsltInternals.h:1861: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltInternals.h:1862: error: ‘xmlXPathError’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1870: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltInternals.h:1878: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltInternals.h:1882: error: ‘xmlDocPtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltInternals.h:1885: error: ‘xmlDocPtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltInternals.h:1888: error: ‘xmlDocPtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltInternals.h:1892: error: ‘xmlXPathObjectPtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltInternals.h:1900: error: ‘xmlDocPtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltInternals.h:1914: error: ‘xmlAttrPtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltInternals.h:1915: error: expected constructor, destructor, or type conversion before ‘*’ token
:info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:29:
:info:build /opt/local/include/libxslt/xsltutils.h:85: error: expected constructor, destructor, or type conversion before ‘*’ token
:info:build /opt/local/include/libxslt/xsltutils.h:89: error: expected initializer before ‘*’ token
:info:build /opt/local/include/libxslt/xsltutils.h:140: error: ‘xmlGenericErrorFunc’ does not name a type
:info:build /opt/local/include/libxslt/xsltutils.h:142: error: ‘xmlGenericErrorFunc’ does not name a type
:info:build /opt/local/include/libxslt/xsltutils.h:148: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltutils.h:151: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltutils.h:152: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltutils.h:155: error: ‘xmlGenericErrorFunc’ has not been declared
:info:build /opt/local/include/libxslt/xsltutils.h:158: error: ‘xmlGenericErrorFunc’ has not been declared
:info:build /opt/local/include/libxslt/xsltutils.h:162: error: ‘xmlGenericErrorFunc’ has not been declared
:info:build /opt/local/include/libxslt/xsltutils.h:166: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltutils.h:178: error: variable or field ‘xsltDocumentSortFunction’ declared void
:info:build /opt/local/include/libxslt/xsltutils.h:178: error: ‘xmlNodeSetPtr’ was not declared in this scope
:info:build /opt/local/include/libxslt/xsltutils.h:186: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltutils.h:190: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltutils.h:192: error: expected constructor, destructor, or type conversion before ‘*’ token
:info:build /opt/local/include/libxslt/xsltutils.h:200: error: expected initializer before ‘*’ token
:info:build /opt/local/include/libxslt/xsltutils.h:204: error: expected initializer before ‘*’ token
:info:build /opt/local/include/libxslt/xsltutils.h:208: error: expected initializer before ‘*’ token
:info:build /opt/local/include/libxslt/xsltutils.h:217: error: ‘xmlOutputBufferPtr’ was not declared in this scope
:info:build /opt/local/include/libxslt/xsltutils.h:218: error: ‘xmlDocPtr’ was not declared in this scope
:info:build /opt/local/include/libxslt/xsltutils.h:219: error: expected primary-expression before ‘style’
:info:build /opt/local/include/libxslt/xsltutils.h:219: error: initializer expression list treated as compound expression
:info:build /opt/local/include/libxslt/xsltutils.h:222: error: ‘xmlDocPtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltutils.h:227: error: ‘xmlDocPtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltutils.h:231: error: ‘xmlDocPtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltutils.h:234: error: ‘xmlChar’ was not declared in this scope
:info:build /opt/local/include/libxslt/xsltutils.h:234: error: ‘doc_txt_ptr’ was not declared in this scope
:info:build /opt/local/include/libxslt/xsltutils.h:235: error: expected primary-expression before ‘int’
:info:build /opt/local/include/libxslt/xsltutils.h:236: error: ‘xmlDocPtr’ was not declared in this scope
:info:build /opt/local/include/libxslt/xsltutils.h:237: error: expected primary-expression before ‘style’
:info:build /opt/local/include/libxslt/xsltutils.h:237: error: initializer expression list treated as compound expression
:info:build /opt/local/include/libxslt/xsltutils.h:242: error: ‘xmlXPathCompExprPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltutils.h:252: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/xsltutils.h:286: error: typedef ‘xsltHandleDebuggerCallback’ is initialized (use __typeof__ instead)
:info:build /opt/local/include/libxslt/xsltutils.h:286: error: ‘xmlNodePtr’ was not declared in this scope
:info:build /opt/local/include/libxslt/xsltutils.h:286: error: ‘xmlNodePtr’ was not declared in this scope
:info:build /opt/local/include/libxslt/xsltutils.h:287: error: expected primary-expression before ‘templ’
:info:build /opt/local/include/libxslt/xsltutils.h:287: error: expected primary-expression before ‘ctxt’
:info:build /opt/local/include/libxslt/xsltutils.h:288: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/xsltutils.h:299: error: ‘xmlNodePtr’ has not been declared
:info:build In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:30:
:info:build /opt/local/include/libxslt/transform.h:37: error: ‘xmlDocPtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:42: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/transform.h:51: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:58: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:59: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/transform.h:63: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/include/libxslt/transform.h:70: error: ‘xmlDocPtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:73: error: ‘xmlSAXHandlerPtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:74: error: ‘xmlOutputBufferPtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:77: error: ‘xmlDocPtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:80: error: ‘xmlSAXHandlerPtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:81: error: ‘xmlOutputBufferPtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:86: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:87: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:92: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:93: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:97: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:98: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:102: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:103: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:107: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:108: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:112: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:113: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:117: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:118: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:122: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:123: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:127: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:128: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:132: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:133: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:137: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:138: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:142: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:143: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:147: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:148: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:152: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:153: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:157: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:158: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:162: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:163: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:167: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:168: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:172: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:173: error: ‘xmlNodePtr’ has not been declared
:info:build /opt/local/include/libxslt/transform.h:178: error: ‘xmlNodePtr’ does not name a type
:info:build /opt/local/include/libxslt/transform.h:197: error: variable or field ‘xslHandleDebugger’ declared void
:info:build /opt/local/include/libxslt/transform.h:197: error: ‘xmlNodePtr’ was not declared in this scope
:info:build /opt/local/include/libxslt/transform.h:198: error: ‘xmlNodePtr’ was not declared in this scope
:info:build /opt/local/include/libxslt/transform.h:199: error: expected primary-expression before ‘templ’
:info:build /opt/local/include/libxslt/transform.h:200: error: expected primary-expression before ‘ctxt’
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp: In constructor ‘DocParser::DocParser()’:
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:34: error: ‘xmlSubstituteEntitiesDefault’ was not declared in this scope
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp: At global scope:
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:69: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:71: error: ‘xmlDocPtr’ does not name a type
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp: In constructor ‘<unnamed>::XslResources::XslResources()’:
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:73: error: class ‘<unnamed>::XslResources’ does not have any field named ‘xmlDoc’
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:73: error: class ‘<unnamed>::XslResources’ does not have any field named ‘xslResult’
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp: In destructor ‘<unnamed>::XslResources::~XslResources()’:
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:80: error: ‘xslResult’ was not declared in this scope
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:81: error: ‘xmlFreeDoc’ was not declared in this scope
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:83: error: ‘xmlDoc’ was not declared in this scope
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:84: error: ‘xmlFreeDoc’ was not declared in this scope
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:87: error: ‘xmlCleanupParser’ was not declared in this scope
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp: In member function ‘QString DocParser::applyDocModifications(const DocModificationList&, const QString&) const’:
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:133: error: ‘struct<unnamed>::XslResources’ has no member named ‘xmlDoc’
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:133: error: ‘xmlParseMemory’ was not declared in this scope
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:134: error: ‘struct<unnamed>::XslResources’ has no member named ‘xmlDoc’
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:140: error: ‘xmlDocPtr’ was not declared in this scope
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:140: error: expected `;' before ‘xslDoc’
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:141: error: ‘xslDoc’ was not declared in this scope
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:145: error: ‘xslDoc’ was not declared in this scope
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:145: error: ‘xsltParseStylesheetDoc’ cannot be used as a function
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:150: error: ‘struct<unnamed>::XslResources’ has no member named ‘xslResult’
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:150: error: ‘struct<unnamed>::XslResources’ has no member named ‘xmlDoc’
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:150: error: ‘xsltApplyStylesheet’ was not declared in this scope
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:151: error: ‘xmlChar’ was not declared in this scope
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:151: error: ‘buffer’ was not declared in this scope
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:154: error: ‘struct<unnamed>::XslResources’ has no member named ‘xslResult’
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8/docparser.cpp:154: error: ‘xsltSaveResultToString’ cannot be used as a function
:info:build make[2]: *** [CMakeFiles/apiextractor.dir/docparser.cpp.o] Error 1
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8'
:info:build make[1]: *** [CMakeFiles/apiextractor.dir/all] Error 2
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8'
:info:build make: *** [all] Error 2
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8'
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/work/apiextractor-0.10.8" && /usr/bin/make -j2 -w all " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for apiextractor): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Log for apiextractor is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_apiextractor/apiextractor/main.log

Change History (1)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: openmaintainer@… mmoll@… removed
Description: modified (diff)
Owner: changed from macports-tickets@… to mmoll@…
Note: See TracTickets for help on using tickets.