On Sat, 20 Apr 2002, Vitaly Lipatov wrote: > After cvs update I type > $aclocal > $make > I get the error > make[2]: Entering directory `/mnt/hda10/Compile/dia-0.89/intl' > make[2]: *** No rule to make target `all'. Stop. > > In Makefile.am > SUBDIRS contains 'intl' but /intl is empty > > What is the right way to compile dia?
Run ./autogen.sh, it will call the various auto* and intltool programs. > In /app I get the error > lineprops_area.c:29:27: render_pixmap.h: No such file or directory > I really don't have render_pixmap.h in /app This one is my bad, I forgot to add these which are used for the new arrow menu rendering. -Lars -- Lars Clausen (http://shasta.cs.uiuc.edu/~lrclause)| H�rdgrim of Numenor "I do not agree with a word that you say, but I |---------------------------- will defend to the death your right to say it." | Where are we going, and --Evelyn Beatrice Hall paraphrasing Voltaire | what's with the handbasket? _______________________________________________ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list
