[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-user: Building from sources
- To: geda-user@xxxxxxxx
- Subject: gEDA-user: Building from sources
- From: Daniel Wisehart <dw@xxxxxxxxxxxxx>
- Date: Sun, 12 Feb 2006 06:11:31 -0800
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Sun, 12 Feb 2006 08:12:08 -0500
- Organization: Yankee Robotics, LLC
- Reply-to: geda-user@xxxxxxxx
- Sender: owner-geda-user@xxxxxxxx
- User-agent: KMail/1.8
I pulled in the sources from CVS, made sure I had all of the packages listed
here: http://geda.seul.org/developer.html and I am trying to build gEDA from
the sources for the first time.
Running make all seems to go through the configure stage just fine, but make
fails in libgeda/src after building a few source files with this error:
no -L -R'f_print.c : *' ../noweb/f_print.nw > ../src/f_print.c
/bin/sh: no: command not found
What is the no command? Or is that just an indication that I don't have
something I need? Grepping for ' no' in the libgeda/src/Makefile gives this:
GINDENT = no
LIBGDGEDACONFIG = no
NOTANGLE = no
(comments omitted).
Is it noweb that I need?
Regards,
Daniel