-
Notifications
You must be signed in to change notification settings - Fork 46
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
ifdef request for pcre on *BSD #30
Comments
./configure CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" |
Gets past the configure part...
|
whats distributive you use ? |
FreeBSD 11-release |
can you add at line 16: #include <sys/types.h> and try again ? |
In which file? |
hi @adubovikov, edited the file:
not any better:
|
my compiler:
|
here's https://github.com/freebsd/freebsd-base-graphics/blob/master/sys/netinet/ip.h |
any suggestions? |
Can you please provide ssh access to the system? Unfortunately we don't
have any FreeBSD around.
…On Dec 14, 2016 03:38, "jungle-boogie" ***@***.***> wrote:
any suggestions?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AETdJVHl2ryL5u1oUyy0sq6uwYlErxAgks5rH1adgaJpZM4LFuhY>
.
|
I was just using an old i386 machine to build on. You can use vagrant and pull down a virtual machine here: You could also make a digital ocean droplet: Either way, these are what you'll want to do once it's installed: Then clone your repo and attempt to build. |
closing this as #27 is more accurate. |
Hello,
*BSD puts it here:
/usr/local/include/pcre.h
The text was updated successfully, but these errors were encountered: