[haiku-commits] Re: r36175 - in haiku/trunk: build/jam data/catalogs data/catalogs/kits data/catalogs/kits/locale headers/os/locale ...

  • From: Jérôme Duval <korli@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 12 Apr 2010 09:17:38 +0200

2010/4/12  <pulkomandy@xxxxxxxxx>:
> Modified: haiku/trunk/src/kits/locale/Jamfile
> ===================================================================
> --- haiku/trunk/src/kits/locale/Jamfile 2010-04-11 22:48:33 UTC (rev 36174)
> +++ haiku/trunk/src/kits/locale/Jamfile 2010-04-11 23:00:25 UTC (rev 36175)
> @@ -35,3 +35,10 @@
>          UnicodeChar.cpp
>        : be $(TARGET_LIBSTDC++) libicu-common.so libicu-i18n.so
>        ;
> +
> +DoCatalogs liblocale.so :
> +       system
> +       : ../shared/StringForSize.cpp

This path construction doesn't look right, did you try with the following ?
SEARCH_SOURCE += [ FDirName $(SUBDIR) $(DOTDOT) shared ] ;

> Modified: haiku/trunk/src/kits/locale/LocaleRoster.cpp
> ===================================================================
> --- haiku/trunk/src/kits/locale/LocaleRoster.cpp        2010-04-11 22:48:33 
> UTC (rev 36174)
> +++ haiku/trunk/src/kits/locale/LocaleRoster.cpp        2010-04-11 23:00:25 
> UTC (rev 36175)
> @@ -415,6 +415,16 @@
>
>
>  status_t
> +BLocaleRoster::GetSystemCatalog(BCatalogAddOn **catalog) const
> +{
> +       if(!catalog)

A blank between if and the left parenthesis.

Bye,
Jérôme

Other related posts: