Abdelrazak Younes <[EMAIL PROTECTED]> writes: > >> Fixed. Having a readable pixmap format is really an advantage, I've just added > >> a 'X' to have a consistent file (also gimp complains with the old one). > > > > But couldn't we catch the error? > > I already said that
XPM files can be compiled into the source. If you were to do that, you'd have a compile time check. Now, I'm not suggesting that you compile them into LyX itself, but you could compile a dummy program as part of the configure process that generates a minimal C++ file that simply #includes all of the .xpm files in lib/images and then tries to compile this file. Angus