-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to build a standalone plugin #15
Comments
I think FindWireshark.cmake is broken completely. You can't run |
ok, that's the way how I fixed it:
|
Hey thanks for this! This is strange, as my dev machine as well as Travis using Wireshark 2.4.4 from
What particular Wireshark version are you using? |
hm.. interesting. I have 2.4.6 installed but there is no WiresharkConfig.cmake provided. Let me try to figure it out |
https://bugs.gentoo.org/654158 So it looks like a Gentoo bug. I'm closing this ticket for now. Thank you for the hint! |
Hm.. ok, it is not a Gentoo bug. Apparently, wireshark supports both cmake and autotools build tools. Would you consider reverting back to an independent approach? |
FYI, wireshark provides
|
Thanks again! I'll try to take a look on the best way to support this scenario, but as you said it might be that I'll need to reintroduce supporting |
that's not exactly what I suggested ;-) pkg-config does not depend on either of them. It is possible to call it from a cmake script as well (similar to FindGLIB2.cmake script?). There is also the following comment in the old cmake file:
This is no longer true. btw, Gentoo devs agreed to migrate to cmake (just 1 hour ago) and it is no longer an issue for this distro |
Oh OK, just re-read it and it makes more sense to me know that you clarified that piece. |
As this was already solved in Gentoo, and also Wireshark has just moved into fully removing support for autotools (https://code.wireshark.org/review/#/c/26969/), I'm closing this one. |
That is correct, Gentoo has fixed my report, however they migrated the latest 2.6.1 wireshark only. |
git clone && mkdir build && cd build && cmake ..
:I have checked, and there is no WiresharkPlugin file indeed.
The text was updated successfully, but these errors were encountered: