When I update my CVS copy of dia and compile, my "make" ends with:

    make[2]: Entering directory `/home/twilson/CVS/dia/plug-ins'
    Making all in cgm
    make[3]: Entering directory `/home/twilson/CVS/dia/plug-ins/cgm'
    make[3]: *** No rule to make target `all'.  Stop.
    make[3]: Leaving directory `/home/twilson/CVS/dia/plug-ins/cgm'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/twilson/CVS/dia/plug-ins'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/twilson/CVS/dia'
    make: *** [all-recursive-am] Error 2

The directory plug-ins/cgm has, as its only file, an empty Makefile
(size 0).  Adding the line "all:        " to this Makefile allows the
compilation to continue, but then later I get:

    Making all in po
    make[2]: Entering directory `/home/twilson/CVS/dia/po'
    make[2]: *** No rule to make target `../plug-ins/cgm/cgm.c', \
                                       \ needed by `dia.pot'.  Stop.
    make[2]: Leaving directory `/home/twilson/CVS/dia/po'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/twilson/CVS/dia'
    make: *** [all-recursive-am] Error 2

so, it seems that I didn't get everything that was needed for cgm.
What do I need to do?

-- 
Todd Wilson
Computer Science Department
California State University, Fresno

Reply via email to