You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many systems have PCRE installed in non-default locations. In my case, Macports installs pcre to /opt/local. It would be nice if we could tell ruby_speech where to find pcre.h. My suggestion is to use
--with-pcre=/opt/local
Where pcre.h is expected to be within the /opt/local/include directory, and libpcre is expected to be at /opt/local/lib.
The text was updated successfully, but these errors were encountered:
Many systems have PCRE installed in non-default locations. In my case, Macports installs pcre to /opt/local. It would be nice if we could tell ruby_speech where to find pcre.h. My suggestion is to use
--with-pcre=/opt/local
Where pcre.h is expected to be within the /opt/local/include directory, and libpcre is expected to be at /opt/local/lib.
The text was updated successfully, but these errors were encountered: