Skip to content
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

Subversion build error #2

Closed
Dumonde opened this issue Dec 13, 2023 · 5 comments
Closed

Subversion build error #2

Dumonde opened this issue Dec 13, 2023 · 5 comments

Comments

@Dumonde
Copy link

Dumonde commented Dec 13, 2023

D:\SDK\src\sqlite\sqlite3.c(34597,16): error C4013: sqlite3PagerWalSystemErrno: undefined; assuming "extern" returning "int" [D:\SDK\src\subversion\build\win32\vcnet-vcproj\libsvn_subr.vcxproj]
(compilation of source file "../../../subversion/libsvn_subr/sqlite3wrapper.c")

All sources downloaded via srccreate.bat, then
vs17 && x64 && avx 0 && quic 0 && go full
vs17 && x64 && avx 0 && quic 0 && go subversion

@nono303
Copy link
Owner

nono303 commented Dec 14, 2023

Hi @Dumonde,
Yes, I'm aware of this issue: sqlite3.c need USE_SEH config flag to expose sqlite3PagerWalSystemErrno
Better than (re)compiling sqlite3.c for sqlite3wrapper.c, I'm currently patching gen_win_dependencies.py to use shared sqlite3 dll
But as 1.14.x py scripts are not compatible with latest pyton3 (patch from trunk had not been back-ported) I've to manage different patch for 1.14 & 1.15 (trunk)
With recent 1.14.3 release, I'll also refactor dependencies generation (go full will be replaced by go subversion-deps) for a fastest and easiest way to provide a clean bundle.
I'll commit these changes here under tag 1.8.3 and release 1.14.3 on https://github.com/nono303/win-svn ASAP

nono303 pushed a commit that referenced this issue Dec 14, 2023
@nono303
Copy link
Owner

nono303 commented Dec 14, 2023

I just pushed https://github.com/nono303/win-build-scripts/tree/1.8.3
I let you test it and give me your feedback
And if you can, don't hesitate to check & validate https://github.com/nono303/win-svn/tree/1.14.3 ;)

@Dumonde
Copy link
Author

Dumonde commented Dec 15, 2023

Yeah, the error is gone, thanks.
I've successfully built httpd, subversion and deps.
PS: Hardcoded path /cygdrive/c/sdk/ gives error while building icu, coz my PATH_SDK_ROOT=D:\SDK.
I've changed manually to /cygdrive/d/sdk

@nono303
Copy link
Owner

nono303 commented Dec 16, 2023

Oups... Missed this one, will fix it.
Many thx for your feedback!

@nono303
Copy link
Owner

nono303 commented Dec 18, 2023

PS: Hardcoded path [/cygdrive/c/sdk/](https://github.com/nono303/win-build-scripts

Fixed in 1.8.4

@nono303 nono303 closed this as completed Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants