Opened 15 years ago
Closed 14 years ago
#5792 closed bug (fixed)
Loading catalog add-ons needs to be hybrid build aware
Reported by: | bonefish | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1/alpha3 |
Component: | Kits/Locale Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
When starting a gcc4 application on a gcc2 hybrid Haiku, liblocale needs to load gcc4 versions of the catalog add-ons, hence:
- HaikuImage must be adjusted to add the add-ons for the alternative gcc.
- RosterData::InitializeCatalogAddOns() must check for the ABI and load the respective add-ons. (e.g. cf. BTranslatorRoster::Private::Private()).
Note:
See TracTickets
for help on using tickets.
done in hrev37490