I'm trying to add my own plugin to the wireshark build. I followed all the instructions in README.plugins down to a tee. When I try to run ./autogen.sh I get an error saying:
Previously when I got the error(when I wasn't trying to add a plugin) I just skipped that one and went with ./configure and the build worked. However if I do that now the configure doesn't create a plugins/xxx/Makefile for my plugin. What am I doing wrong? asked 07 Feb '11, 09:42 Rodayo |
One Answer:
So I tried to combat that issue, by going into configure and manually adding my own entries for my plugin. I just followed the format it used for the other plugins. Now ./configure creates the makefile but when I run 'make' I get this error:
answered 07 Feb '11, 09:55 Rodayo |