On 11/15/11 3:10 PM, stef wrote: > I've done an (from scratch) installation of macport (2.0.3) trying to > install kde4-kile > port but the installation fails. > > 1) The installation stops when trying to install okular with the > following message > > "Error: Target org.macports.configure returned: Poppler must be > installed with +qt4 and +quartz variants > Error: Failed to install okular" > > 2) Tried to install Poppler with +qt4 option give the following error > > "Error: Unable to execute port: Can't install unixODBC because > conflicting ports are installed: libiodbc virtuoso" > > So I've tried to force the installation of unixODBC instead of > libiodbc but the procedure fails when trying to > install okular > > 3) Tried to install Poppler with +quartz option but useless as it > continues to give Error message 1) > > How I can go around this problem (by the way I don't think I really > need okular for kde4-kile as I > can use Preview instead) > > Does anyone has any suggestions ? > > Thanks > > Stefano > You need to install poppler with both +qt4 and +quartz variants
sudo port install poppler +qt4 +quartz unixODBC is a dependency of qt4-x11 _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
