Bo Peng wrote: > With --with-frontend='qt3 qt4', I am forced to compile both frontends > each time. And with > $ configure --with-frontend=qt3 > $ make > $ configure --with-frontend=qt4 (slow) > $ make > The last one is likely to be a full rebuild (Am I right here?)
No. It would be a full rebuild if xforms appeared in one of the two frontend options and not in the other, because config.h gets HAVE_FLIMAGE_H and USE_JPEG_IMAGE_LOADER only if xforms is used. Georg