On Wed, 2009-01-14 at 09:29 -0600, John Griessen wrote: > I compile OK from pcjc2's cairo_place_lines branch, > > but when I cloned http://git.gpleda.org/, made a new branch from master It > stops at libgeda with errors. > > Is master the right branch to use?
master is good. It now has far more cairo support than the above branch you mentioned. To get libgeda building, you may need to: make reconfig make install at toplevel. Failing that: make reconfig make libgeda_config make libgeda_install make config make install (That probably duplicates a build or two, but since libgeda isn't "make clean"'d in between, it ought to be fairly fast). -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

