Hi Laurent, Am 06.05.2013 um 17:02 schrieb Laurent Blume <[email protected]>: > On 06/05/13 16:31, Carsten Grzemba wrote: >> because this in gobject-introspection build recipe: >> >> # Python isn't 64-bit yet >> #BUILD64 = 1 >> >> you should not enable gobject-introspection for 64bit builds?? > > Well, something must have been done, it started working, and I find no trace > of gcc anymore. > I did have to add this, else it won't pick the .pc files it needs: > > === > # Needed for introspection > EXTRA_BUILD_EXPORTS += PKG_CONFIG_PATH > === > > Now at least it builds to the end. I've not tested it yet nor reviewed the > build output.
The default is to export that only during configure time. Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
