[ooo-build] CMake progress

Michael Meeks michael.meeks at novell.com
Tue Jun 9 02:05:01 PDT 2009


On Tue, 2009-06-09 at 01:07 +0300, Jussi Pakkanen wrote:
> I have gotten a bit further with CMake. I can run idlc but it crashes
> with a segfault in store/source/store.cxx:319

	How interesting; in these cases I would tend to compare the "strace -e
file" output of the command-line, with the same thing run inside the
environment that OO.o sets up - no doubt there is some random variable
that is set wrong, and this path has never been hit before :-)

> The debugger says that m_pBody->m_hImpl is NULL. Any help would be appreciated.

	If it doesn't jump out of the straces; can you attach them here so we
can see ?

	I wonder if idlc needs to do at least some degree of UNO
boot-strapping, if so you hit one of the world's least friendly things
to get right :-) The joy of the component model [ apart from it making
simple things difficult ;-) ] is that it is -really- hard to get
bootstrapped correctly, and this sterilises the field in many ways - not
least in-tree unit tests ;-)

	HTH,

		Michael.

-- 
 michael.meeks at novell.com  <><, Pseudo Engineer, itinerant idiot




More information about the ooo-build mailing list