Hello, should the cvs trunk compile? a configure first gave me errors. I had to replace any appearance of "[config.h]" to config.h in the Makefile. Then a make did not finish: make[2]: Entering directory `/usr/src/tinc/lib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/tinc/lib' Making all in src make[2]: Entering directory `/usr/src/tinc/src' gcc -g -O2 -DCONFDIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALSTATEDIR=\"/usr/local/var\" -g -O2 -o tincd conf.o connection.o edge.o event.o graph.o logger.o meta.o net.o net_packet.o net_setup.o net_socket.o netutl.o node.o process.o protocol.o protocol_auth.o protocol_edge.o protocol_misc.o protocol_key.o protocol_subnet.o route.o subnet.o tincd.o ../lib/libvpn.a -lcrypto -lz -llzo graph.o: In function `sssp_bfs':/usr/src/tinc/src/graph.c:278: undefined reference to `device' ... tincd.o: In function `main':/usr/src/tinc/src/tincd.c:504: undefined reference to `dump_device_stats' collect2: ld returned 1 exit status make[2]: *** [tincd] Error 1 make[2]: Leaving directory `/usr/src/tinc/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/tinc' make: *** [all-recursive-am] Error 2 Thx, Axel
On Sun, May 14, 2006 at 06:57:17PM +0200, Axel Christiansen wrote:> should the cvs trunk compile?Yes.> a configure first gave me errors. I had to replace > any appearance of "[config.h]" to config.h in the > Makefile.You shouldn't edit makefiles yourself. You should run this command before running configure: autoreconf -f -s -i If configure still gives errors, send me a copy of config.log. -- Met vriendelijke groet / with kind regards, Guus Sliepen <guus@sliepen.eu.org> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://brouwer.uvt.nl/pipermail/tinc-devel/attachments/20060601/7b9a177e/attachment.pgp