You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x86_64-w64-mingw32-gcc: error: /W4: linker input file not found: No such file or directoryx86_64-w64-mingw32-gcc: warning: /wd4100: linker input file unused because linking not donex86_64-w64-mingw32-gcc: error: /wd4100: linker input file not found: No such file or directoryx86_64-w64-mingw32-gcc: warning: /wd4200: linker input file unused because linking not donex86_64-w64-mingw32-gcc: error: /wd4200: linker input file not found: No such file or directoryx86_64-w64-mingw32-gcc: warning: /wd4130: linker input file unused because linking not donex86_64-w64-mingw32-gcc: error: /wd4130: linker input file not found: No such file or directoryx86_64-w64-mingw32-gcc: warning: /wd4127: linker input file unused because linking not donex86_64-w64-mingw32-gcc: error: /wd4127: linker input file not found: No such file or directorymake[2]: *** [src/CMakeFiles/nats.dir/asynccb.c.obj] Error 1make[2]: *** Deleting file `src/CMakeFiles/nats.dir/asynccb.c.obj'make[2]: *** Waiting for unfinished jobs....
Credit goes to @mtmk with the proposed fix and verification that it
works on mingw.
I have verified that the change still works when building on my Windows
VM, so I don't expect windows users to have any issue with that.
Resolves#827
Signed-off-by: Ivan Kozlovic <[email protected]>
Observed behavior
These compile flags can only be used with MSVC.
nats.c/CMakeLists.txt
Lines 210 to 215 in 7b5d3d7
Expected behavior
Work.
Server and client version
tag: v3.9.2
Host environment
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: