scons install tried to compile lyxclient which it should not try...
because it fails.

Is it destined to fail? Then, I need to handle this.

Please remove client from

 env.Install(env['BIN_DIR'], [lyx, tex2lyx, client])

and change

if 'client' in targets or 'install' in targets:

to

if 'client' in targets:

Then try 'scons install' again. (I would like to see if Resources is
corrected installed.

Also, does windows have msgfmt command to process .po files? Where the
generated .gmo files are supposed to be installed?

Bo

Reply via email to