Quoting Wood, David ([EMAIL PROTECTED]): > Please please tell me I can compile pango without having X installed. I've > been trying to build an X-less development system but I'm having little > luck.
Pango can be built without having X installed by passing the argument "--without-x" to configure. There was a version of Pango one or two weeks ago that failed to build an example without pangox. Please send us logs of things that you cannot compile on an X-less system. > PS - Do we have a firm release date on the multi-app core? I will most likely checkin my current tree at the end of this week. I don't want to checkin until the single application core can be built out of this tree again. You should be able to select the core type at configure time. I am cleaning up and partly restructuring the core to minimize the code difference between both core types. There are no changes to the external API, so programs will require no changes to run on the multi application core. However, the implementation of interfaces required some changes to be independent from the underlying core, e.g. removing direct access to some internal core structures that are different in the two core types. There are also minor changes to the input and graphics driver APIs for fulfilling the needs of the multi application core. Some changes will also improve the single application version, e.g. ABI version handling and dynamically allocated private driver data instead of static (and therefore limited) data. Hmm, that's a bit more than just the answer to your question ;) -- Denis Oliver Kropp ( convergence ) ( integrated media gmbh ) -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.
