[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: RFC: Towards a better symbol/package pin-mapping strategy (was: Re: slotting and power pins)
Hi Michael,
On Mon, 2009-06-29 at 05:44 +0000, Michael Sokolov wrote:
> Bert Timmerman <bert.timmerman@xxxxxxxxx> wrote:
>
> > > cvs -d anoncvs@xxxxxxxxxxxxxxxxxxx:/fs1/IFCTF-cvs co ueda
> >
> > [...]
> >
> > copy-pasting the cvs command to a Bourne shell on my workstation gives
> > that a password other than <Enter> is required.
>
> Oops, forgot the :pserver: part; try the following:
>
> cvs -d :pserver:anoncvs@xxxxxxxxxxxxxxxxxxx:/fs1/IFCTF-cvs co ueda
>
> MS
>
>
> _______________________________________________
> geda-user mailing list
> geda-user@xxxxxxxxxxxxxx
> http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
got cvs co working
Simply typing make barfs the following:
<logged output>
[MySandbox]$ cd ueda
[ueda]$ make
cd libueda; make
make[1]: Entering directory `/users/users/bert/MySandbox/ueda/libueda'
cc -O -c -o readmcl.o readmcl.c
readmcl.c: In function ‘read_MCL’:
readmcl.c:41: warning: incompatible implicit declaration of built-in
function ‘exit’
readmcl.c:58: warning: incompatible implicit declaration of built-in
function ‘exit’
readmcl.c:74: warning: incompatible implicit declaration of built-in
function ‘exit’
readmcl.c:84: warning: incompatible implicit declaration of built-in
function ‘exit’
readmcl.c:90: warning: incompatible implicit declaration of built-in
function ‘exit’
readmcl.c:96: warning: incompatible implicit declaration of built-in
function ‘exit’
readmcl.c: At top level:
readmcl.c:112: error: static declaration of ‘setup_partdef’ follows
non-static declaration
readmcl.c:50: error: previous implicit declaration of ‘setup_partdef’
was here
readmcl.c: In function ‘setup_partdef’:
readmcl.c:122: warning: incompatible implicit declaration of built-in
function ‘exit’
readmcl.c:128: warning: incompatible implicit declaration of built-in
function ‘exit’
readmcl.c: At top level:
readmcl.c:140: error: static declaration of ‘parse_refdes_list’ follows
non-static declaration
readmcl.c:53: error: previous implicit declaration of
‘parse_refdes_list’ was here
readmcl.c: In function ‘parse_refdes_list’:
readmcl.c:149: warning: incompatible implicit declaration of built-in
function ‘exit’
readmcl.c: At top level:
readmcl.c:168: error: static declaration of ‘finish_component’ follows
non-static declaration
readmcl.c:49: error: previous implicit declaration of ‘finish_component’
was here
readmcl.c:184: error: static declaration of ‘clone_component’ follows
non-static declaration
readmcl.c:179: error: previous implicit declaration of ‘clone_component’
was here
readmcl.c: In function ‘clone_component’:
readmcl.c:192: warning: incompatible implicit declaration of built-in
function ‘exit’
readmcl.c: At top level:
readmcl.c:203: error: static declaration of ‘handle_part_ref’ follows
non-static declaration
readmcl.c:103: error: previous implicit declaration of ‘handle_part_ref’
was here
readmcl.c: In function ‘handle_part_ref’:
readmcl.c:212: warning: incompatible implicit declaration of built-in
function ‘exit’
readmcl.c:236: warning: incompatible implicit declaration of built-in
function ‘exit’
readmcl.c:241: warning: incompatible implicit declaration of built-in
function ‘exit’
readmcl.c: At top level:
readmcl.c:246: error: static declaration of ‘getline’ follows non-static
declaration
readmcl.c:44: error: previous implicit declaration of ‘getline’ was here
make[1]: *** [readmcl.o] Error 1
make[1]: Leaving directory `/users/users/bert/MySandbox/ueda/libueda'
make: *** [libueda] Error 2
[ueda]$
</logged output>
Hope this helps in any way :)
Kind regards,
Bert Timmerman.
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user