#20997: gtk+-2.16.6 build fails with "gtk-update-icon-cache: The generated cache was invalid." -------------------------------------+-------------------------------------- Reporter: Anders.Montonen@… | Owner: nox@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Resolution: worksforme | Keywords: Port: gtk2 | -------------------------------------+-------------------------------------- Comment(by naturaltwig@…): Replying to [comment:11 michael.klein@…]:
Did you rebuild glib2 after changing macports.conf?
What's the output of {{{grep G_BYTE_ORDER /opt/local/lib/glib-2.0/include/glibconfig.h}}}? If must be {{{G_BIG_ENDIAN}}} on PPC.
rebuilt glib2 and now it works. the output of that line was originally: #define G_BYTE_ORDER G_LITTLE_ENDIAN and now after rebuilding it's: #define G_BYTE_ORDER G_BIG_ENDIAN thanks. -- Ticket URL: <http://trac.macports.org/ticket/20997#comment:16> MacPorts <http://www.macports.org/> Ports system for Mac OS