http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1595
------- Comment #2 from luis.ontanon@xxxxxxxxx 2007-05-09 15:04 GMT -------
You probably forgot to run ./autogen.sh
$ ./autogen.sh
$ ./configure ...
$ make
dtd_parse.c is generated from dtd_parse.l (via lex), there's more generated *.c
files that are deleted with distclean (leaves what's on svn only) make clean
does not delete these.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.