[MacPorts] #20199: qt4-mac fails to build
MacPorts
noreply at macports.org
Sat Dec 19 03:07:58 PST 2009
#20199: qt4-mac fails to build
----------------------------------+-----------------------------------------
Reporter: jwhowse4@… | Owner: erickt@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.7.1
Keywords: | Port: qt4-mac
----------------------------------+-----------------------------------------
Comment(by pjb@…):
Replying to [comment:15 macsforever2000@…]:
> Replying to [comment:14 payam.minoofar@…]:
> > I have deactivated kde3, but qt4 still fails to compile. I am not sure
where to find the files that need to be modified in order to get the
process to go. More detailed instructions for the uninitiated would be
greatly appreciated.
>
> Run the following:
>
> {{{
> sudo port deactivate kdelibs3 libevent
> }}}
Better deactivate each of them independently, for if one is not installed,
the other won't be deactivated:
{{{
for p in kdelibs4 kdelibs3 libevent ; do sudo port deactivate $p ; done
}}}
--
Ticket URL: <http://trac.macports.org/ticket/20199#comment:48>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list