-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
memmem issue on Apple's 10.6 SDK (was: Package the code to vcpkg) #652
Comments
Sure you can. See the various cmake or mingw autotools recipes. |
I have submit a pr to vcpkg. microsoft/vcpkg#30005. This is the usage: All scripts I configured are based on the cmake build system. I came across a configuration item that needed to be lowered.
|
The memmem issue on Apple's 10.6 SDK is already handled by the 2nd case in common.h, just the declaration is missing. There I assume HAVE_MEMMEM is 1, but the decl in string.h is missing. |
Well, it is. HAVE_MEMMEM was evalated as 1 but it reports |
So I'll try to come up with a better fix |
I've added now a vcpkg.json |
@rurban Got it. I've noticed that with the current quick iteration, maybe we can create our own registry for quick iterative updates, and then push it to the official VCPKG registry when it stabilizes. Please refer to:
I will create a pr implement it a bit later. |
msclock ***@***.***> schrieb am Fr., 4. Aug. 2023, 05:01:
@rurban <https://github.com/rurban> Got it. I've noticed that with the
current quick iteration, maybe we can create our own registry for quick
iterative updates, and then push it to the official VCPKG registry when it
stabilizes. Please refer to:
- create registry
<https://learn.microsoft.com/en-us/vcpkg/maintainers/registries>, and
refer to the example
<https://github.com/northwindtraders/vcpkg-registry>.
- using registry
<https://learn.microsoft.com/en-us/vcpkg/users/registries>, and refer
to example <https://github.com/northwindtraders/beison-ptr>.
I'm rather happy with you pushing to the registry for releases. Nightlies
not so much.
Reini
|
Can we package the code to vcpkg?
Are there any guidelines or permits I should follow?
The text was updated successfully, but these errors were encountered: