On Tue, Apr 25, 2006 at 11:45:25AM +0000, Angus Leeming wrote: > Uwe Stöhr <[EMAIL PROTECTED]> writes: > > Hello LyXers, under https://developer.berlios.de/ > > you can find the windows installer for LyX 1.4.1. > > A belated congratulations, Uwe! > > > These problems are known: > > - LyX's menus are not localized (english is used) > > Hmmmm. What's strange is that it worked for me on my box when I was packaging > this up. I'll find some time to investigate further.
It works because it finds things where they should be, but if you try renaming a single dir in the path were you installed LyX, it won't work anymore. I think that you should have a closer look at intl/relocatable.c. Specifically, IMO it is not sufficient to define ENABLE_RELOCATABLE but a libintl_set_relocation_prefix() function needs to be written. If I am not at a fault, the current state of affairs is that the following applies: #define libintl_set_relocation_prefix libintl_set_relocation_prefix such that the call libintl_set_relocation_prefix (orig_prefix_arg, curr_prefix_arg); in intl/relocatable.c simply doesn't work. I may well be wrong, though, and you may have already provided a libintl_set_relocation_prefix() function in your build. -- Enrico