-
Notifications
You must be signed in to change notification settings - Fork 199
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
[Conan] Building on Windows 10 x86 - linking error #61
Comments
You are in the wrong place. This GitHub project is for PCRE2 (the 10.xx series). The 8.xx series is PCRE1, which is obsolete and no longer maintained. In any case, this looks more like some kind of packaging issue rather than a PCRE issue. It does look as if it's compiled the library, but failed on the pcregrep program. |
Ok but... I have the same problem with PCRE2. |
You will need to find somebody who understands Windows and Microsoft VS and conan; I am not a Windows user, and I've never heard of conan, so I don't know what it does. PCRE2 is provided with two building methods: Autotools (./configure) or CMake. If there is an issue with one of them, we can try to fix it, The errors you posted above are not in English, but my guess is that it is trying to link pcre2grep and not finding the PCRE2 library. I still think this is some kind of packaging issue. |
Hello!
I am trying compile on Windows by conan.
Library: pcre/8.45
Operating System: Windows 10 (x86)
Compiler version: VS 15
Conan version: conan 1.43.0
Python version: Python 3.8.0
Conan profile:
Error: Full log
The text was updated successfully, but these errors were encountered: