-
Notifications
You must be signed in to change notification settings - Fork 25
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
Build fails to find <config.h> #6
Comments
Could you share your OS and your Wireshark version ? |
I'm using Void Linux and Wireshark version 3.4.5 |
Same issue here on Artix Linux, |
In case someone stumbles over this: config.h is really missing, but only two defines are needed. So in packet-minecraft.c if you delete the #include config.h and add #define VERSION_MAJOR 4 instead, all fine. I will submit a pull request but I am afraid this project is no longer maintained? |
Should solve aresrpg#6
This project is indeed no longer maintained but I'm up to review and merge PRs, however your PR is not the ideal way to solve this. This is an interesting information anyway that it's able to compile and work without the config.h, i'll try to take a quick look to see if I canno't use something else to get the wireshark version 🤔 |
Without that line it fails differently:
The text was updated successfully, but these errors were encountered: