#13802: libpcap 0.9.5 fails to compile ---------------------------------+------------------------------------------ Reporter: albatros@icemx.net | Owner: ricci@macports.org Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Comment (by albatros@icemx.net): Btw, here are lines 84ff from scanner.l, i.e. where the first error occurs (that then seem to trigger the linker errors -- the Makefile doesn't seem to be too bright: it shouldn't attempt to link after such an error in the first place). {{{ %a 18400 %o 21500 %e 7600 %k 4550 %p 27600 %n 2000 }}} And the first lines of error from flex, when running "make" manually. {{{ flex -Ppcap_ -t scanner.l > $$.scanner.c; mv $$.scanner.c scanner.c scanner.l:84: bad character: % scanner.l:84: unknown error processing section 1 scanner.l:84: unknown error processing section 1 scanner.l:84: bad character: 1 ... }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13802#comment:9> MacPorts </projects/macports> Ports system for Mac OS