[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: PCB, configure: error: batch is not a valid gui
> >
> http://www.seul.org/pipermail/geda-announce/2008-November/thread.html
> >
> > is broken.
>
>
> thats because when that file was added it didn't get added to the list
> of files which go into the distribution file. I fixed it in git this
> afternoon and although I didn't fix my release procedure I left a big
> note in the procedure stating what needs fixing up to catch errors like
> this in the future.
>
> -Dan
>
>
After inclusion of this patch
# in current snapshot 20081128 a file src/hid/batch/hid.conf is missing
src_unpack() {
unpack ${A}
cd "${S}"
cp src/hid/gtk/hid.conf src/hid/batch/
}
it compiles fine, but I get some quality warnings. May this be an
indication for more missing files (i.e. header files)?
* QA Notice: Package has poor programming practices which may compile
* fine but exhibit random runtime failures.
* hid/batch/batch.c:65: warning: implicit declaration of function
‘print_actions’
* hid/batch/batch.c:85: warning: implicit declaration of function
‘GetLayerGroupNumberByNumber’
* hid/batch/batch.c:161: warning: implicit declaration of function
‘isatty’
* hid/batch/batch.c:190: warning: implicit declaration of function
‘hid_parse_command_line’
* hid/batch/batch.c:506: warning: implicit declaration of function
‘hid_register_hid’
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
- References:
- gEDA-user: PCB, configure: error: batch is not a valid gui
- Re: gEDA-user: PCB, configure: error: batch is not a valid gui
- Re: gEDA-user: PCB, configure: error: batch is not a valid gui
- Re: gEDA-user: PCB, configure: error: batch is not a valid gui
- Re: gEDA-user: PCB, configure: error: batch is not a valid gui
- Re: gEDA-user: PCB, configure: error: batch is not a valid gui
- Re: gEDA-user: PCB, configure: error: batch is not a valid gui
- Re: gEDA-user: PCB, configure: error: batch is not a valid gui
- Re: gEDA-user: PCB, configure: error: batch is not a valid gui
- Re: gEDA-user: PCB, configure: error: batch is not a valid gui