<div dir="ltr">Hi,<div><br></div><div><div>I'm currently trying to get a fix for <a href="https://bugs.kde.org/show_bug.cgi?id=321982">https://bugs.kde.org/show_bug.cgi?id=321982</a>.</div><div><br></div><div>Right now, I'm trying to create a KUrl from a Path and I'm getting the error "undefined reference to 'KDevelop::Path::toUrl() const'", any advice? Someone on irc suggested making sure that I uninstalled all traces of kdevelop / kdevplatform from my package manager; I have done that but no luck.</div>
</div><div><br></div><div>I'm assuming that this is some sort of build dependency error, given that the error is occurring during linking, but I'm not sure how to fix it. The full error is as follows:</div><div><br>
</div><div><div>Building CXX object outputview/CMakeFiles/kdevplatformoutputview.dir/outputfilteringstrategies.cpp.o</div><div>Linking CXX shared library ../lib/libkdevplatformoutputview.so</div><div>CMakeFiles/kdevplatformoutputview.dir/outputfilteringstrategies.cpp.o: In function `KDevelop::CompilerFilterStrategy::errorInLine(QString const&)':</div>
<div>/home/tmn/src/kdevplatform/outputview/outputfilteringstrategies.cpp:283: undefined reference to `KDevelop::Path::pathOrUrl() const'</div><div>/home/tmn/src/kdevplatform/outputview/outputfilteringstrategies.cpp:286: undefined reference to `KDevelop::Path::toUrl() const'</div>
<div>collect2: error: ld returned 1 exit status</div></div><div><br></div><div><br></div><div>Thanks!</div><div><br></div><div>-Todd Nowacki</div></div>