Hi, The reported scons/tex2lyx problem with msvc is caused by imcomplete intl/unicode support for tex2lyx. I have tested that if we remove src/tex2lyx/gettext.h/C and copy src/gettext.h/C and src/messages.h/C when compling tex2lyx, tex2lyx would compile under both linux and msvc.
Any objection to this change? (Is there any reason we use a separate gettext.h/C in the first place?) Bo