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
while I build example at webui\examples\C\minimal, I meet an error:
E:\tool\ui\webui\examples\C\minimal>mingw32-make
"Build C Example (gcc release static)..."
D:\Users\yl3410\AppData\Local\Temp\cc8Ga2nq.o:main.c:(.text.startup+0xf): undefined reference to webui_new_window' D:\Users\yl3410\AppData\Local\Temp\cc8Ga2nq.o:main.c:(.text.startup+0x1f): undefined reference to webui_show'
D:\Users\yl3410\AppData\Local\Temp\cc8Ga2nq.o:main.c:(.text.startup+0x24): undefined reference to `webui_wait'
collect2.exe: error: ld returned 1 exit status
GNUmakefile:99: recipe for target 'release' failed
mingw32-make: *** [release] Error 1
The text was updated successfully, but these errors were encountered:
while I build example at webui\examples\C\minimal, I meet an error:
E:\tool\ui\webui\examples\C\minimal>mingw32-make
"Build C Example (gcc release static)..."
D:\Users\yl3410\AppData\Local\Temp\cc8Ga2nq.o:main.c:(.text.startup+0xf): undefined reference to
webui_new_window' D:\Users\yl3410\AppData\Local\Temp\cc8Ga2nq.o:main.c:(.text.startup+0x1f): undefined reference to
webui_show'D:\Users\yl3410\AppData\Local\Temp\cc8Ga2nq.o:main.c:(.text.startup+0x24): undefined reference to `webui_wait'
collect2.exe: error: ld returned 1 exit status
GNUmakefile:99: recipe for target 'release' failed
mingw32-make: *** [release] Error 1
The text was updated successfully, but these errors were encountered: