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
I meet this error too. This function which met errors seems not important.
So I slove this issue by set "NO_X86" during cmake ("-DNO_X86=ON"), so that this function does not work.
This is how i build GKlib:
Platform Win10,SDK 10.0.26100.0
While trying building project for VS2022 I get such errors
7>E:\GKlib\test\gkuniq.c(79,13): error C2065: 'asm': undeclared identifier
7>E:\GKlib\test\gkuniq.c(79,13): error C2143: syntax error: missing ';' before 'volatile'
7>E:\GKlib\test\gkuniq.c(85,11): error C2065: 'asm': undeclared identifier
7>E:\GKlib\test\gkuniq.c(85,11): error C2143: syntax error: missing ';' before 'volatile'
I don't have any idea how to fix it
The text was updated successfully, but these errors were encountered: