https://bugs.winehq.org/show_bug.cgi?id=55698
Bug ID: 55698
Summary: secur32:negotiate & secur32:ntlm fail on macOS due to
lack of NTLM support
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
secur32:negotiate & secur32:ntlm fail on macOS due to lack of NTLM support.
secur32:negotiate:
negotiate.c:136: Test failed: AcquireCredentialsHandleA returned c0000001
negotiate.c:246: Tests skipped: setup_client returned c0000001, skipping test
secur32:ntlm:
ntlm.c:1358: Test failed: NTLM package not installed, skipping test
ntlm.c:1282: Test failed: NTLM package not installed, skipping test
See https://test.winehq.org/data/patterns.html#secur32:negotiatehttps://test.winehq.org/data/patterns.html#secur32:ntlm
Where 0xc0000001 == STATUS_UNSUCCESSFUL
This may be happening because of missing libraries (or rather ntlm_auth?) on
Remi's macOS test machines (see rbernon-macos-*).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55694
Bug ID: 55694
Summary: missing functions in winelib: _stricmp, _wcsicmp,
_mbsicmp, _stricmp_l, _wcsicmp_l, _mbsicmp_l
Product: Wine
Version: 8.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: milahu(a)gmail.com
Distribution: ---
these functions are not implemented by winelib:
_stricmp, _wcsicmp, _mbsicmp, _stricmp_l, _wcsicmp_l, _mbsicmp_l
compiler errors from g++ 12.3.0:
error: ‘_stricmp’ was not declared in this scope
error: ‘_wcsicmp’ was not declared in this scope
error: ‘_mbsicmp’ was not declared in this scope
error: ‘_stricmp_l’ was not declared in this scope
error: ‘_wcsicmp_l’ was not declared in this scope
error: ‘_mbsicmp_l’ was not declared in this scope
some official reference for these functions:
https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/stricmp-w…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55692
Bug ID: 55692
Summary: gdi32:dc fails on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
gdi32:dc fails on macOS:
dc.c:421: Test failed: GetBoundsRect returned (0,0)-(0,0) type 1 for display dc
dc.c:421: Test failed: GetBoundsRect returned (0,0)-(0,0) type 1 for display dc
dc.c:695: Test failed: expected ret2 > 0, got 0
dc.c:710: Test failed: expected desc.nSize == sizeof(descr), got 0
See https://test.winehq.org/data/patterns.html#gdi32:dc
The failures are systematic but it is not known when they started.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55691
Bug ID: 55691
Summary: winemaker does not recognize the C++ file extensions
*.cc *.c++ *.C *.hh *.h++
Product: Wine
Version: 8.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: milahu(a)gmail.com
Distribution: ---
working C++ file extensions: *.cpp *.cxx *.hpp *.hxx *.H *.HPP
not working C++ file extensions: *.cc *.c++ *.C and *.hh *.h++
*.cc *.c++ *.hh *.h++ files are ignored completely
*.C files are renamed to *.c (this is wrong)
*.H *.HPP files seem to work, at least they are not renamed
*.CPP files are renamed to *.cpp (this is ok)
see also:
https://stackoverflow.com/questions/1545080/c-code-file-extension-what-is-t…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.