mirror of
https://github.com/moparisthebest/curl
synced 2024-11-17 06:55:02 -05:00
KNOWN_BUGS: curl compiled on OSX 10.13 failed to run on OSX 10.10
Closes #2905
This commit is contained in:
parent
917b1bb192
commit
e6ac3ba657
@ -47,6 +47,7 @@ problems may have been fixed or changed somewhat since this was written!
|
|||||||
5. Build and portability issues
|
5. Build and portability issues
|
||||||
5.1 tests not compatible with python3
|
5.1 tests not compatible with python3
|
||||||
5.2 curl-config --libs contains private details
|
5.2 curl-config --libs contains private details
|
||||||
|
5.3 curl compiled on OSX 10.13 failed to run on OSX 10.10
|
||||||
5.5 can't handle Unicode arguments in Windows
|
5.5 can't handle Unicode arguments in Windows
|
||||||
5.6 cmake support gaps
|
5.6 cmake support gaps
|
||||||
5.7 Visual Studio project gaps
|
5.7 Visual Studio project gaps
|
||||||
@ -377,6 +378,10 @@ problems may have been fixed or changed somewhat since this was written!
|
|||||||
run that might be needed only for building libcurl. Further, curl-config
|
run that might be needed only for building libcurl. Further, curl-config
|
||||||
--cflags suffers from the same effects with CFLAGS/CPPFLAGS.
|
--cflags suffers from the same effects with CFLAGS/CPPFLAGS.
|
||||||
|
|
||||||
|
5.3 curl compiled on OSX 10.13 failed to run on OSX 10.10
|
||||||
|
|
||||||
|
See https://github.com/curl/curl/issues/2905
|
||||||
|
|
||||||
5.5 can't handle Unicode arguments in Windows
|
5.5 can't handle Unicode arguments in Windows
|
||||||
|
|
||||||
If a URL or filename can't be encoded using the user's current codepage then
|
If a URL or filename can't be encoded using the user's current codepage then
|
||||||
|
Loading…
Reference in New Issue
Block a user