2

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,

4

1 回答 1

1

听起来像是ige-mac-integration被弃用了,

改用gtk-osx-application

port install gtk2 +quartz +no_x11

port install gtk-osx-application -python27
于 2013-04-24T11:05:56.013 回答