I'll add fallback definitions for those RENAME_* constants.
For the error in sha1.c, would you mind just using gcc 4.9 or later? It's already a decade old.
Search found 474 matches
- Sat Apr 20, 2024 5:31 am
- Forum: wimlib discussion
- Topic: 'RENAME_NOREPLACE' undeclared
- Replies: 3
- Views: 12638
- Sat Apr 06, 2024 7:58 pm
- Forum: wimlib discussion
- Topic: After creating a backup, WIM is recognized with inaccuracy.
- Replies: 1
- Views: 8577
Re: After creating a backup, WIM is recognized with inaccuracy.
It comes from "SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProductName" in the Windows registry. So it must still say Windows 10. If there's something else that should be used instead, wimlib could look at that.
- Tue Mar 12, 2024 3:10 am
- Forum: wimlib discussion
- Topic: wimlib 1.14.4 released
- Replies: 2
- Views: 13087
Re: wimlib 1.14.4 released
Thanks, I've fixed the date.
- Sat Feb 24, 2024 7:25 pm
- Forum: wimlib discussion
- Topic: wimlib 1.14.4 released
- Replies: 2
- Views: 13087
wimlib 1.14.4 released
I've released wimlib 1.14.4: Fixed potential crash when writing WIM XML data, introduced in v1.14.0. Improved some documentation. Fixed the Windows build script to avoid an unnecessary DLL dependency when building with MSYS2 MINGW32 or MSYS2 MINGW64. The files and their SHA-256 checksums are: 3633db...
- Sat Feb 10, 2024 5:36 pm
- Forum: wimlib discussion
- Topic: ARM64 Support
- Replies: 38
- Views: 111313
Re: ARM64 Support
Since this is off-topic from ARM64 support, can you please create a new thread? Please include a clear report of the issue, including the error message(s) you're currently seeing and attaching the DLL that's not working. Please use the latest git master branch only, without anything reverted , and i...
- Thu Feb 08, 2024 3:30 am
- Forum: wimlib discussion
- Topic: ARM64 Support
- Replies: 38
- Views: 111313
Re: ARM64 Support
Code: Select all
if "$cc" --version | grep -q '(GCC)'; then
configure_args+=("CC=$cc -static -static-libgcc -static-libstdc++")
fi
- Thu Feb 08, 2024 3:21 am
- Forum: wimlib discussion
- Topic: ARM64 Support
- Replies: 38
- Views: 111313
Re: ARM64 Support
Why not do the build on one of those, then?Yes, I haven't seen the issue on newer operating systems such as Windows 10, and surely wouldn't run into it on Windows Server 2022 either.
- Wed Feb 07, 2024 6:42 am
- Forum: wimlib discussion
- Topic: ARM64 Support
- Replies: 38
- Views: 111313
Re: ARM64 Support
(I would also encourage you to start a new thread if you have issues that are unrelated to the ARM64 support, which this thread is about.)
- Wed Feb 07, 2024 6:42 am
- Forum: wimlib discussion
- Topic: ARM64 Support
- Replies: 38
- Views: 111313
Re: ARM64 Support
Hi, It turned out that the windows-build.sh script had a bug that made it not use the -static-libgcc compiler flag in the MINGW32 and MINGW64 MSYS2 environments as intended, causing the DLL to depend on libgcc. I've pushed out a commit that fixed this. This did not affect the official i686 and x86_6...
- Wed Feb 07, 2024 12:18 am
- Forum: wimlib discussion
- Topic: ARM64 Support
- Replies: 38
- Views: 111313
Re: ARM64 Support
What dependency problems are you referring to, specifically? The ARM64 libwim-15.dll has the same dependencies as the x86_64 one, I believe. It only depends on standard Windows DLLs (ntdll, msvcrt, advapi32, user32, kernel32).