Hi,

CVS compilation gets stuck at:

[...]
gmake[4]: Entering directory `/home/lahaye/SOFTWARE/lyx-devel/src/frontends/xforms'
cmp -s lyx_forms.h-tmp lyx_forms.h || {\
        rm -f lyx_forms.h ;\
        cp lyx_forms.h-tmp lyx_forms.h ;\
}
echo timestamp > stamp-forms
if cmp -s lyx_xpm.h-tmp lyx_xpm.h || {\
        rm -f lyx_xpm.h ;\
        cp lyx_xpm.h-tmp lyx_xpm.h ;\
}
/usr/local/bin/bash: -c: line 2: syntax error: unexpected end of file
gmake[4]: *** [stamp-xpm] Error 2


Syntac error? Could it be that you should use "(...)" instead of "{...}" here for grouping commands?

This is up-to-date LyX-CVS on FreeBSD box.

Rob.



Reply via email to