Bo Peng wrote:
IIRC, your symbolic link src/tex2lyx/TextClass.h should not exist
because tex2lyx can use src/TextClass.h after Andre's use.
I meant after 'Andre modified the way src/*.h is used in src/tex2lyx'.
Right. I see those links haven't been updated in a while. I'll remove them.
> IIRC, your symbolic link src/tex2lyx/TextClass.h should not exist
> because tex2lyx can use src/TextClass.h after Andre's use.
I meant after 'Andre modified the way src/*.h is used in src/tex2lyx'.
Bo
> I don't have this problem and don't know why. I know there's something
> funny about tex2lyx, that when I modify files in src/ those ones seem
> magically to get modified, too.
IIRC, your symbolic link src/tex2lyx/TextClass.h should not exist
because tex2lyx can use src/TextClass.h after Andre's
And further to the below, I should learn how to build with scons, if
only so that I can check that everything works there. I still don't know
how to do that, or how to build with CMake, or any of the other
twenty-six build systems. ;-)
rh
Richard Heck wrote:
Bo Peng wrote:
Have you checke
Bo Peng wrote:
Have you checked tex2lyx? I get:
try1/src/tex2lyx/TextClass.cpp: In constructor
`lyx::TextClass::TextClass(const std::string&, const std::string&,
const std::string&, bool)':
try1/src/tex2lyx/TextClass.cpp:110: error: `modular_' was not declared
in this scope
try1/src/tex2lyx/Text
On 8/29/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Author: rgheck
> Date: Wed Aug 29 19:59:49 2007
> New Revision: 19893
>
> URL: http://www.lyx.org/trac/changeset/19893
> Log:
> This is one of a series of patches that will merge the layout modules
> development in personal/branches/rgheck