I installed GTK
for Mac OS
by followed command:
port install gtk2 +quartz +no_x11
but got error: Error: org.macports.archivefetch for port gtk2 returned: cairo must be installed with +quartz.
So I installed cairo
and pango
with +quartz
flag:
port install cairo +no_x11 +quartz
port install pango +no_x11 +quartz
After I reinstalled GTK
and it has installed successfully.
But when I try to install ige-mac-integration
get error:
port install ige-mac-integration
---> Fetching archive for py27-pygtk
Error: org.macports.archivefetch for port py27-pygtk returned: gtk2 must be installed with +x11.
but I need GTK
without x11
What should i do?
Thanks,