[MacPorts] #34154: kdevplatform @1.3.1 fails to build: Undefined symbols "KDevelop::IPlugin::extensions() const"
MacPorts
noreply at macports.org
Tue Apr 24 21:37:12 PDT 2012
#34154: kdevplatform @1.3.1 fails to build: Undefined symbols
"KDevelop::IPlugin::extensions() const"
--------------------------+-------------------------------------------------
Reporter: blixa@… | Owner: nicos@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.4
Keywords: lion | Port: kdevplatform
--------------------------+-------------------------------------------------
Comment(by gregory.verret@…):
Woot after hours (days ?) I finally made it.
But first, I must say that my problem was linking error with sublime. But
when I tried to remove the tests and examples of sublime, the build
process stopped at the same linking error as this ticket.
So, I was successful after installing macports clang-3.1 After an include
file not found, I changed a line in :
/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/kde/kdevplatform/work/kdevplatform-1.3.1/language/editor/modificationrevision.cpp
I changed the line :
{{{
#elif defined GXX_LT_4_3
}}}
for :
{{{
#elif defined GXX_LT_4_3 || __APPLE__
}}}
and it worked.
--
Ticket URL: <https://trac.macports.org/ticket/34154#comment:4>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list