User forums > Help
configure/make error when libtinyxml-dev installed.
stahta01:
--- Code: ---libtinyxml-dev TinyXml library - header and static library
--- End code ---
--- Code: ---.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()'
--- End code ---
Trying to get past this error by using "--disable-code-completion" in configuration.
--- Code: ---$ uname -a
Linux debian 4.9.0-2-amd64 #1 SMP Debian 4.9.18-1 (2017-03-30) x86_64 GNU/Linux
--- End code ---
--- Code: ---Revision: 11059
--- End code ---
Tim S.
stahta01:
I had to disable three core plugins for the same issue.
--- Code: -----disable-code-completion --disable-debugger --disable-projects-importer
--- End code ---
stahta01:
--- Code: ---.libs/envvars.o: In function `EnvVars::OnProjectLoadingHook(cbProject*, TiXmlElement*, bool)':
envvars.cpp:(.text+0x1f7f): undefined reference to `TiXmlNode::FirstChildElement(char const*) const'
envvars.cpp:(.text+0x1fa0): undefined reference to `TiXmlElement::Attribute(char const*) const'
envvars.cpp:(.text+0x2109): undefined reference to `TiXmlNode::FirstChildElement(char const*) const'
envvars.cpp:(.text+0x2121): undefined reference to `TiXmlNode::Clear()'
envvars.cpp:(.text+0x2261): undefined reference to `TiXmlElement::SetAttribute(char const*, char const*)'
envvars.cpp:(.text+0x22c0): undefined reference to `TiXmlElement::TiXmlElement(char const*)'
envvars.cpp:(.text+0x22cb): undefined reference to `TiXmlNode::InsertEndChild(TiXmlNode const&)'
envvars.cpp:(.text+0x22df): undefined reference to `TiXmlElement::~TiXmlElement()'
envvars.cpp:(.text+0x2391): undefined reference to `TiXmlElement::~TiXmlElement()'
--- End code ---
Looks like I am going to uninstall libtinyxml-dev because I need the envvars plugin.
Tim S.
Jenna:
Can you tell me the debian-version (not the kernel) ? stable, testing, unstable ?
So I can set up a test-machine.
I use it on Fedora with installed tinyxml-devel without issues.
The config.log (at least the tinyxml-related parts) is also of interest.
stahta01:
--- Quote from: jens on May 10, 2017, 06:16:40 am ---Can you tell me the debian-version (not the kernel) ? stable, testing, unstable ?
So I can set up a test-machine.
I use it on Fedora with installed tinyxml-devel without issues.
The config.log (at least the tinyxml-related parts) is also of interest.
--- End quote ---
Edit: stretch it was testing; but, it looks like it might be stable now or in the very near future.
I will try reinstalling tinyxml-devel and post the config.log.
Tim S.
Navigation
[0] Message Index
[#] Next page
Go to full version