[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#496219: openoffice.org-dev: Incorrect paths in setsdkenv_unix.sh



Hi!

On Saturday 23 August 2008, you wrote:
> Are you sure OO_SDK_URE_HOME also need to be changed? Last time I tried
> this (though with 2.4.1, so not the 3-layer-OOo) it made builds fail.
> The Fedora bug you referenced also only talks about OFFICE_BASE_HOME.

If I leave it empty, types.rdb won't be found during the extension build 
process, which breaks things. I use $(URE_TYPES) from settings/std.mk, where 
it says

  URE_TYPES="$(subst \,/,$(URE_MISC)$(PS)types.rdb)"

and URE_MISC is defined in settings/settings.mk as

  URE_MISC=$(OO_SDK_URE_HOME)/share/misc

Since types.rdb is located at /usr/lib/ure/share/misc/types.rdb, we need
  OO_SDK_URE_HOME=/usr/lib/ure
for this expansion to reach correct result.

In current Fedora setsdkenv_unix.sh seems to contain
  OO_SDK_URE_HOME=/usr/lib/openoffice.org/ure
which is correct for that distribution.

Harri



Reply to: