On Monday 22 September 2003 8:01 pm, Martin Vermeer wrote: > On Mon, Sep 22, 2003 at 08:18:08PM +0000, Angus Leeming spake thusly: > > shrug. Fair enough. If the container is complaining that it needs > > LyXFont, then maybe we should believe it. Perhaps paragraph_pimpl.h > > itself is inconsistent on your box. Ie, it wouldn't compile on its own. > > > > I attach the tester script that I've been using. Put check_compile.sh and > > compile_utils.sh in the same directory and, from ${LYXTOP}/src run > > $ sh {PATH_TO}/check_compile.sh paragraph_pimpl.h > > > > If _that_ falls over, then the correct place to put the #include is in > > the header file itself. > > > > -- > > Angus > > "paragraph_pimpl.h could not be compiled."
Good. So the solution is to add #include "lyxfont.h" to paragraph_pimpl.h. Thanks for doing the detective work. I'll commit the fix now... Angus