[MacPorts] #34545: Can't install kdevplatform

MacPorts noreply at macports.org
Fri Jun 8 05:41:55 PDT 2012


#34545: Can't install kdevplatform
-------------------------------+--------------------------------------------
 Reporter:  dave@…             |       Owner:  nicos@…           
     Type:  defect             |      Status:  new               
 Priority:  Normal             |   Milestone:                    
Component:  ports              |     Version:  2.1.1             
 Keywords:                     |        Port:  kdevplatform      
-------------------------------+--------------------------------------------

Comment(by dragan.glumac@…):

 Well if anyone's interested I've managed to get '''''kdevelop'''''
 installed as well, but I've had to modify the source code for two
 files:[[BR]]

 {{{
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdevelop/kdevelop/work/kdevelop-4.3.1/languages/cpp/cppduchain/declarationbuilder.cp
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_kdevelop/kdevelop/work/kdevelop-4.3.1/languages/cpp/codecompletion/context.cpp
 }}}

 I've had to remove the attempt to construct std::list ''worklist'' from
 QList iterators because Clang didn't like it at all. Instead I changed it
 to use QList ''decls'' itself and QList iterators that come with it.[[BR]]
 [[BR]]
 I've attached the two amended source files so hopefully if you're in a
 hurry to get '''''kdevelop''''' going, you can use these in place of the
 ones provided in the MacPorts kdevelop tarball.

-- 
Ticket URL: <https://trac.macports.org/ticket/34545#comment:14>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list