-
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
Install of PDB files does not work (with a possible fix?) #79
Comments
I just wanted to add that its also possible to generate and store
Then the install command should work for the static and the shared case. PS: I'm assuming here that the library target is called |
I am not a Windows user so have no way of testing this. However, it seems obvious from your first patch that the file names were incorrectly set up when PCRE2 was forked from PCRE1. Looks like nobody has tried to use this in the last seven years! I have applied your changes and committed the patch. I haven't done anything about your second message because you said "something long these lines", as though it might be incomplete or untested. If you can provide a known working patch, I will apply it. |
Thanks a lot for applying the patch, it's really appreciated! I think its fine not to support the static case, for now, so I'll close this issue? We can open a new one if the request comes up. |
For me the installation of debugger
pdb
files in MSVC does not work. I do not know if this is caused by some build flags that I'm using or if this is a general issue(?)I looked a bit at CMakeLists.txt and was under the impression that the library names in the PDB install command are incorrect. Here is a patch that I found makes the install work for me. If this works and is sensible, I would be more than happy if this could be included (no copyright attached):
The text was updated successfully, but these errors were encountered: