-
Notifications
You must be signed in to change notification settings - Fork 213
Patch 1 #338
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
Patch 1 #338
Conversation
|
To avoid potential compatibility issues, it is important to clearly specify the required dependency versions in your project documentation or user manuals. It is good practice to ensure flexibility and support for different configurations. This can be achieved by customizing your build or configuration scripts to be able to detect and act on the available version of libcurl as needed. |
|
The only thing I have fixed is the wrong name of the curl lib name from
libcurl-4.dll to libcurl-x64.dll. I don't understand your objection,
sorry. Can you clarify?
|
|
Hi Enrico,
libcurl-4.dll and libcurl.dll are valid names in previous curl versions.
Using only libcurl-x64.dll will inhibit the build of them.
Rafal is correctly suggesting to preserve backward compatibility in hbp
file for previous versions.
Best regards.
--
Maurizio
Il Ven 10 Nov 2023, 15:15 Enrico Maria Giordano ***@***.***>
ha scritto:
… The only thing I have fixed is the wrong name of the curl lib name from
libcurl-4.dll to libcurl-x64.dll. I don't understand your objection,
sorry. Can you clarify?
—
Reply to this email directly, view it on GitHub
<#338 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATLNKXXU22TTJNFSHFQH7TYDYZGVAVCNFSM6AAAAAA7GBRU3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBVHAYTQNBSGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
|
Ah, ok, I did not know. Done.
|
|
Anyway, please note that I had removed only libcurl-4.dll, not libcurl.dll. And I didn't find any curl package containing libcurl-4.dll. But you said that it exists so I trust you. |
|
Somebody could commit this change, please? |
* src/rdd/wacore.c * src/rtl/filebuf.c + Fixed locking mechanism for SMB related networks and Linux kernel >= 5.5 - Removed old HB_USE_BSDLOCKS implementation, now broken on Linux too Closes: harbour#388 issue: harbour#338
* src/rdd/wacore.c * src/rtl/filebuf.c + Fixed locking mechanism for SMB related networks and Linux kernel >= 5.5 - Removed old HB_USE_BSDLOCKS implementation, now broken on Linux too Closes: harbour#388 issue: harbour#338
* src/rdd/wacore.c * src/rtl/filebuf.c + Fixed locking mechanism for SMB related networks and Linux kernel >= 5.5 - Removed old HB_USE_BSDLOCKS implementation, now broken on Linux too Closes: harbour#388 issue: harbour#338
Fixed libcurl 64-bit name