-
Notifications
You must be signed in to change notification settings - Fork 84
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
PFCONF_FILENAME doesn't working #28
Comments
Thanks for the report. It should be fixed now, so please try again. |
Thanks for your support. I tried but it is not fixed yet. But, when I tried to add this code in file misc.h to build and it was successful:
So, after built I received
Can you tell me what should I do next? Thanks for your support. |
Unfortunately I don't have a Mac, so have only tested the First, if you have not already done so, add the following line to
Next you need to enable the firewall.
This should fix the "No ALTQ support" error. The syntax errors might be a different issue, I am not sure. The |
Before, I have already added
And I have already turned on firewall. So, it's not working. Have you any idea about error:
Thanks for your support! |
Try deleting the following line from the
It seems OpenBSD and FreeBSD/MacOSX have syntax differences. |
Sorry, I can't find the |
The source file is I am not sure if it will fix the issue but it is worth a try. |
I have same issue here. I tried everything you guys said. In my case, there is no |
Here is log.
|
I am not sure what the problem is as I still do not have a Mac. I notice there is a |
Hi and sorry for my poor English.
I have a problem when buid for MacOS. When I run command "make client_install_macosx", I have an error with PFCONF_FILENAME:
macosx/capture.c:59:37: error: expected ',' or ';' before 'PFCONF_FILENAME'
"/sbin/pactl -a " ANCHOR " -f " PFCONF_FILENAME;
Please guide me for fix this bug.
Thanks!
The text was updated successfully, but these errors were encountered: