[Libreoffice-bugs] [Bug 51278] Opening Report fails with Error Message

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 3 17:14:28 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=51278

Andras Timar <timar74 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtardon at redhat.com

--- Comment #9 from Andras Timar <timar74 at gmail.com> 2012-07-03 08:14:28 PDT ---
[ build XCS ]
reportbuilder/registry/schema/org/openoffice/Office/UI/ReportCommands.xcs
warning: failed to load external entity
"C:/lo/libo-master/reportbuilder/registry/schema//org/openoffice/Office/UI/WindowState.xcs"
[ build XCU ]
reportbuilder/registry/data/org/openoffice/TypeDetection/Filter.xcu
[ build XCU ]
reportbuilder/registry/data/org/openoffice/TypeDetection/Types.xcu
warning: failed to load external entity
"C:/lo/libo-master/reportbuilder/registry/schema//org/openoffice/Office/UI/Commands.xcs"
warning: failed to load external entity
"C:/lo/libo-master/reportbuilder/registry/schema//org/openoffice/Office/UI/Commands.xcs"

gbuild makefile does not copy those xcs files from solver to build dir. dmake
makefile contained these lines:

"$(PWD)$/$(MISC)$/$(EXTNAME)$/registry$/schema$/$(PACKAGEDIR)$/Commands.xcs":
$(SOLARXMLDIR)$/registry$/schema$/$(PACKAGEDIR)$/Commands.xcs
    @@-$(MKDIRHIER) $(@:d)
    $(COPY) $< $@

"$(PWD)$/$(MISC)$/$(EXTNAME)$/registry$/schema$/$(PACKAGEDIR)$/WindowState.xcs"
: $(SOLARXMLDIR)$/registry$/schema$/$(PACKAGEDIR)$/WindowState.xcs
    @@-$(MKDIRHIER) $(@:d)
    $(COPY) $< $@

"$(PWD)$/$(MISC)$/$(EXTNAME)$/registry$/schema$/$(PACKAGEDIR)$/Controller.xcs"
: $(SOLARXMLDIR)$/registry$/schema$/$(PACKAGEDIR)$/Controller.xcs
    @@-$(MKDIRHIER) $(@:d)
    $(COPY) $< $@

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list