Jean-Marc Lasgouttes wrote: >>> Shall I apply it, or do you want to test it first? > > Angus> I'll try and test it over the w/e if you like. > > Thanks. > JMarc
JMarc, I haven't forgotten, but I haven't tested this yet. One thing I noticed last night when trying to put together a tex2lyx shapshot on Windows (i.e., the 1.4.x tree, not the 1.3.x one) was that $ cd <top src dir> $ ./autogen.sh $ mkdir build && cd build $ ../configure --prefix="J:/Programs/LyX" $ (cd boost && make) $ (cd src/support && make) $ (cd src/tex2lyx && make install) $ (cd lib && make install) Leads to everything necessary being installed in J:/Programs/LyX, but the directory hierarchy looks like (from memory) Programs LyX bin noweb2lyx reLyX tex2lyx.exe man man1 reLyX.1 Resources lyx # Everything you'd expect to find here, except # the reLyX directory. share reLyX syntax.default # also reLyX perl files. tex2lyx was unhappy with this because it couldn't find 'syntax.default'. >From memory also, your patch addresses this particular problem, so I'd suggest that you just commit it and I'll try and run a few tests this evening. -- Angus