-
Notifications
You must be signed in to change notification settings - Fork 7
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
Odb on Windows: problem with pcre #95
Comments
It is definitely odd that oasis's configure doesn't find it. |
On 10/16/2012 05:21 AM, mmouratov wrote:
Don't speak too fast. ;) Here is how to give your own configure shell commands when installing a tool to lookup annotations for Objective Caml source code within an editorannot git=git://github.com/avsm/ocaml-annot.git config={./configure code coverage analysis toolbisect darcs=http://bisect.x9c.fr config={chmod 755 configure; So, add config={SOME_COMMANDS_TO_CONFIGURE} on the packages file line |
Steps to reproduce the problem
configure --host=i686-w64-mingw32
(should succeed);make install
.Problem
Possible root of evil
The build system doesn't seem to find pcre-config (even though it resides in /usr/bin). When building pcre-ocaml by hand one can provide a
--with_pcre_config
flag to./configure
. Odb doesn't allow to do that.The text was updated successfully, but these errors were encountered: