-
Notifications
You must be signed in to change notification settings - Fork 255
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
FreeBSD 13.1 compilation attempt #139
Comments
|
i test latest release. it seems ok. but it says at the end it says : Making all in win32 |
|
Thanks for the report, I'll have a look at it! |
|
There's something off on the main branch with including stdint.h on FreeBSD. If I include it manually in each source file that has this problem, it builds fine. For now, use the released version, and ignore the |
|
thank you for fast response. i am happy to see you are adding testing cases for libnet. i think it will be able to test on freebsd but release version does not have it. i should have github version to test it. for future release , does test section will be released?
how can i find them and make them on to test the branch? is it possible? i also asked FreeBSD port update for latest version. i think with unit testing option we will be sure that freebsd can update the port to latest version. it will ease the job. thank you. |
|
Yes, tests will be included in the next release. I've not pushed the fixes yet, because Help investigating the root cause on FreeBSD would be very appreciated. |
|
i dont know how to investigate but if you tell me what to change and look with tests. i can do that. |
|
No time to explain, the latest commit to master should work. |
|
I will look when i have time to look. thank you for commit. have a nice day. |
stdint.h is required to get UINT32_MAX et al on FreeBSD, and possibly other *BSD as well, not just Win32. So moving this include to the common include section. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
stdint.h is required to get UINT32_MAX et al on FreeBSD, and possibly other *BSD as well, not just Win32. So moving this include to the common include section. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
stdint.h is required to get UINT32_MAX et al on FreeBSD, and possibly other *BSD as well, not just Win32. So moving this include to the common include section. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
stdint.h is required to get UINT32_MAX et al on FreeBSD, and possibly other *BSD as well, not just Win32. So moving this include to the common include section. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
stdint.h is required to get UINT32_MAX et al on FreeBSD, and possibly other *BSD as well, not just Win32. So moving this include to the common include section. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
stdint.h is required to get UINT32_MAX et al on FreeBSD, and possibly other *BSD as well, not just Win32. So moving this include to the common include section. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
it gave this error below when i want to compile. all necessary ports are installed before compilation.
it downloaded zip file 10 mins ago from github link : https://github.com/libnet/libnet/archive/refs/heads/master.zip 10
The text was updated successfully, but these errors were encountered: