User forums > Help
configure/make error when libtinyxml-dev installed.
stahta01:
Trying to attach the config.log a second time.
I am still building Code::Blocks to confirm the problem returned after installing libtinyxml-dev.
Tim S.
stahta01:
Still has the make error.
--- Code: ---make[4]: Entering directory '/home/stahta01/devel/open_source_code/version_control/codeblocks_https_metadata-git/src/plugins/codecompletion'
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -O2 -ffast-math -Winvalid-pch -fPIC -fexceptions -module -shared -version-info 0:1:0 -no-undefined -avoid-version -Wl,--no-undefined -o libcodecompletion.la -rpath /opt/codeblocks-git/lib/codeblocks/plugins ccoptionsdlg.lo ccoptionsprjdlg.lo cctreectrl.lo classbrowser.lo classbrowserbuilderthread.lo codecompletion.lo coderefactoring.lo doxygen_parser.lo gotofunctiondlg.lo insertclassmethoddlg.lo nativeparser.lo nativeparser_base.lo selectincludefile.lo systemheadersthread.lo parser/ccdebuginfo.lo parser/cclogger.lo parser/parser.lo parser/parser_base.lo parser/parserthread.lo parser/parserthreadedtask.lo parser/profiletimer.lo parser/token.lo parser/tokenizer.lo parser/tokentree.lo parser/searchtree.lo parser/expression.lo ../../sdk/libcodeblocks.la -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o .libs/ccoptionsdlg.o .libs/ccoptionsprjdlg.o .libs/cctreectrl.o .libs/classbrowser.o .libs/classbrowserbuilderthread.o .libs/codecompletion.o .libs/coderefactoring.o .libs/doxygen_parser.o .libs/gotofunctiondlg.o .libs/insertclassmethoddlg.o .libs/nativeparser.o .libs/nativeparser_base.o .libs/selectincludefile.o .libs/systemheadersthread.o parser/.libs/ccdebuginfo.o parser/.libs/cclogger.o parser/.libs/parser.o parser/.libs/parser_base.o parser/.libs/parserthread.o parser/.libs/parserthreadedtask.o parser/.libs/profiletimer.o parser/.libs/token.o parser/.libs/tokenizer.o parser/.libs/tokentree.o parser/.libs/searchtree.o parser/.libs/expression.o -Wl,-rpath -Wl,/home/stahta01/devel/open_source_code/version_control/codeblocks_https_metadata-git/src/sdk/.libs -Wl,-rpath -Wl,/opt/codeblocks-git/lib ../../sdk/.libs/libcodeblocks.so -L/usr/lib/x86_64-linux-gnu -lwx_gtk2u_aui-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -L/usr/lib/gcc/x86_64-linux-gnu/6 -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/6/crtfastmath.o /usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,--no-undefined -pthread -pthread -Wl,-soname -Wl,libcodecompletion.so -o .libs/libcodecompletion.so
.libs/nativeparser.o: In function `NativeParser::OnProjectLoadingHook(cbProject*, TiXmlElement*, bool)':
nativeparser.cpp:(.text+0xe81f): undefined reference to `TiXmlNode::FirstChildElement(char const*) const'
nativeparser.cpp:(.text+0xe837): undefined reference to `TiXmlNode::FirstChildElement(char const*) const'
nativeparser.cpp:(.text+0xe87f): undefined reference to `TiXmlNode::NextSiblingElement(char const*) const'
nativeparser.cpp:(.text+0xe896): undefined reference to `TiXmlElement::Attribute(char const*) const'
nativeparser.cpp:(.text+0xe8a6): undefined reference to `TiXmlElement::Attribute(char const*) const'
nativeparser.cpp:(.text+0xe8f3): undefined reference to `TiXmlNode::FirstChildElement(char const*) const'
nativeparser.cpp:(.text+0xe90d): undefined reference to `TiXmlElement::TiXmlElement(char const*)'
nativeparser.cpp:(.text+0xe918): undefined reference to `TiXmlNode::InsertEndChild(TiXmlNode const&)'
nativeparser.cpp:(.text+0xe92c): undefined reference to `TiXmlElement::~TiXmlElement()'
nativeparser.cpp:(.text+0xe954): undefined reference to `TiXmlNode::Clear()'
nativeparser.cpp:(.text+0xe996): undefined reference to `TiXmlElement::SetAttribute(char const*, char const*)'
nativeparser.cpp:(.text+0xe9e8): undefined reference to `TiXmlElement::TiXmlElement(char const*)'
nativeparser.cpp:(.text+0xe9f3): undefined reference to `TiXmlNode::InsertEndChild(TiXmlNode const&)'
nativeparser.cpp:(.text+0xea07): undefined reference to `TiXmlElement::~TiXmlElement()'
nativeparser.cpp:(.text+0xea85): undefined reference to `TiXmlElement::~TiXmlElement()'
collect2: error: ld returned 1 exit status
Makefile:684: recipe for target 'libcodecompletion.la' failed
make[4]: *** [libcodecompletion.la] Error 1
--- End code ---
Tim S.
Jenna:
I commit a fix this evening (UTC+2).
C::B core is already fixed in my working copy, I compile contrib-plugins currently.
Jenna:
Can you test revision 11062 ?
I hope I did not miss a plugin.
stahta01:
--- Quote from: jens on May 11, 2017, 01:02:57 am ---Can you test revision 11062 ?
I hope I did not miss a plugin.
--- End quote ---
OK, Rebooting now to Linux; be about 1 to 2 hours before it gets done.
Tim S.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version