Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Thu, 2011-07-14 at 22:44 +0700, Ta Duc Tung wrote:
Hi,

After getting the code from repo, I could build it very well. Then I 
tried to modify some trivial code, building's still OK. However, after 
half of a day of browsing source code and *maybe* modified some code 
(I'm not sure about this cause I think I've disable all of my changes), 
I've come back and try to re-build it but it has given me this: (detail 
in http://pastebin.com/3rh37Zju)

I happen to know that i18npool/source/localedata/data is the first place
that we execute anything through the uno bridge which suggests that
either it is broken, unlikely, or some of the libraries or data files it
is using are out of date due to bad dependency tracking for them. 

You could try attaching your i18npool/unxlng*/misc/saxparser.rdb here to
see if that one broken somehow.

You could also try adding gdb --args to the
i18npool/source/localedata/data/makefile.mk, i.e.
- $(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(OUT_FOR_BUILD)$/bin$/saxparser
+ $(AUGMENT_LIBRARY_PATH) $(WRAPCMD) gdb --args $(OUT_FOR_BUILD)$/bin
$/saxparser
and run dmake in that dir (after source Linux*Env.sh) and type "run"
into gdb to run in a debugger, bt to get a backtrace.

A full rebuild (make clean; make) I guess is always an option.

C.


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.