X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Fri, 14 Dec 2012 08:27:50 +0100 (CET) X-X-Sender: igor2 AT igor2priv To: geda-user AT delorie DOT com X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] Find rat lines - prototype solver for minimal cut short-resolving In-Reply-To: <50CACDF3.9090707@xs4all.nl> Message-ID: References: <20121204183305 DOT 6b04c0dc AT jive DOT levalinux DOT org> <20121208112649 DOT 388a9d22 AT jive DOT levalinux DOT org> <1355011808 DOT 19390 DOT 8 DOT camel AT localhost> <50CACDF3 DOT 9090707 AT xs4all DOT nl> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 14 Dec 2012, Bert Timmerman wrote: > Hi Tibor, > > Maybe it's mentioned already: after checking out trying make fails "solve.h". > > > [bert AT vortex pcb-mincut]$ make > cc -g -Wall -c -o main.o main.c > main.c: In function ?main?: > main.c:12: warning: implicit declaration of function ?exit? > main.c:12: warning: incompatible implicit declaration of built-in function > ?exit? > main.c:14: warning: implicit declaration of function ?solve? > cc -g -Wall -c -o solve.o solve.c > solve.c:22:19: error: solve.h: No such file or directory > solve.c:34: error: expected ?)? before ?*? token > solve.c:184: error: expected ?)? before ?*? token > make: *** [solve.o] Error 1 > [bert AT vortex pcb-mincut]$ > > > Could you please include solve.h so I can test and play with pcb-mincut. Oops, sorry, I forgot to commit that. Thanks for reporting. > > Maybe we can adapt pcb-mincut into a plug-in for pcb ;-) Yup, that'd be possible. I've written it in plain C with no dependencies to make such things easier. Best regards, Tibor