[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: gnetlist Makefile question
Hi Chris,
>The Makefile in devel/gnetlist/src tries to process the gschem2pcb
>script.
It basically needs to know that it exists so it can install it
later.
>
>If that file is not there, the make fails and stops. You can not build
>gnetlist. Since I think there is no way to automatically recreate it if
>it gets deleted for any reason, and it is only used by people who will
>be using PCB, the make shouldn't fail because of it.
I think it should fail, because I consider gschem2pcb sort of
an important part of gnetlist. Not having it there is almost equivalent
to removing one of the .c files.
>
>Sould we remove the reference to it in the Makefile, or just make it a
>warning message ?
It has to be in the Makefile, otherwise it will not be installed.
The error message you are getting is similar to:
make: *** No rule to make target `gschem2pcb', needed by `all-am'. Stop.
Yeah, I think that is the right thing to do.
-Ales
PS. Do you want me to send you a copy of gschem2pcb. <grin> :)