-
Notifications
You must be signed in to change notification settings - Fork 77
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
5.3.28 tag problem (same than 5.3.21) #8
Comments
My vote for this as well. I am compiling with Visual Studio 2022, there are some name collisions with Windows atomic: Regards |
Pull requests are welcome On Dec 14, 2022, at 4:25 PM, greenkalx ***@***.***> wrote:
My vote for this as well.
These folders are missing from the repo: build_android, build_vxworks, build_wince, build_windows
But they are available in the 5.3.28 release: https://github.com/berkeleydb/libdb/releases/download/v5.3.28/db-5.3.28.tar.gz
I am compiling with Visual Studio 2022, there are some name collisions with Windows atomic:
C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.34.31933\include\atomic
I can provide a patch to rename some macros to avoid this.
Note these compile issues are not present for Visual Studio 2017.
Regards
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I think we need to have 5.3.28 first, because my VS2022 patch modifies db.h in build_windows, and seven more files. |
I tried merging all the files from the release tarball, but it's 9000+ files and my git Fork app is spinning all night when I push. Is it enough to create a local branch and push for the branch to be created on github? |
I also wasn't sure about the license and which files it covers for this repo. |
There is a problem of tag (5.3.21 = 5.3.28) here and the last official build with Sleepycat license is 6.0.19: |
The patch I'm using to compile with VS2022: |
@gburd: There is a tag problem for 5.3.28:
Currently :
Can you add the 5.3.28 code to do not have only 5.3.21.
Can you add the last code in master and create the good tag?
Thanks in advance.
The text was updated successfully, but these errors were encountered: