We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
As I was updating the MacPorts Portfile for analog, I ran into the build error for pcre2.
analog
pcre2
However, MacPorts provides pcre2, so I added -DHAVE_PCRE to DEFS and -lpcre2-8 to LIBS.
-DHAVE_PCRE
DEFS
-lpcre2-8
LIBS
Unfortunately, the build of pcre2 was again attempted, with predictable results.
Full log attached: analog-main.log
The text was updated successfully, but these errors were encountered:
any luck on this thread?
Sorry, something went wrong.
Nope!
No branches or pull requests
As I was updating the MacPorts Portfile for
analog
, I ran into the build error forpcre2
.However, MacPorts provides
pcre2
, so I added-DHAVE_PCRE
toDEFS
and-lpcre2-8
toLIBS
.Unfortunately, the build of
pcre2
was again attempted, with predictable results.Full log attached: analog-main.log
The text was updated successfully, but these errors were encountered: