| Summary: | SDL failed to build due to error LNK2019: unresolved external symbol _memset referenced in function _IMA_ADPCM_Decode with MSVC on Windows | ||
|---|---|---|---|
| Product: | SDL | Reporter: | LinGao <gaolin01> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | icculus |
| Version: | HG 2.1 | ||
| Hardware: | x86 | ||
| OS: | Windows 10 | ||
| Attachments: | log_x86_build | ||
|
Description
LinGao
2019-06-10 06:31:36 UTC
Fixed, thanks! https://hg.libsdl.org/SDL/rev/cee49246e1bc Hi Sam, Thanks for your reply! We re-build with cee49246e1bc changeset. This issue still exists. Could you please help have a look about this issue? Thanks in advance! Actual result: SDL_wave.obj : error LNK2019: unresolved external symbol _memset referenced in function _IMA_ADPCM_Decode [D:\SDL\src\VisualC\SDL\SDL.vcxproj] D:\SDL\src\VisualC\Win32\Release\SDL2.dll : fatal error LNK1120: 1 unresolved externals [D:\SDL\src\VisualC\SDL\SDL.vcxproj] Done Building Project "D:\SDL\src\VisualC\SDL\SDL.vcxproj" (Rebuild target(s)) -- FAILED. (In reply to LinGao from comment #2) > We re-build with cee49246e1bc changeset. This issue still exists. Could you > please help have a look about this issue? Thanks in advance! We missed one; it's fixed now in https://hg.libsdl.org/SDL/rev/4fb5e61382b7 --ryan. |