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
but I try the first hello world example, the client seems fail to build:
root@vultr:~/duda-examples/001_hello_world# make
[CC] main.o
main.c: In function ‘_duda_main’:
main.c:95:5: error: ‘router’ undeclared (first use in this function)
router->map("/foo/", cb_foo);
^
main.c:95:5: note: each undeclared identifier is reported only once for each function it appears in
Makefile:25: recipe for target 'main.o' failed
make: *** [main.o] Error 1
The text was updated successfully, but these errors were encountered:
I am using dudac client to build these example.
but I try the first hello world example, the client seems fail to build:
root@vultr:~/duda-examples/001_hello_world# make
[CC] main.o
main.c: In function ‘_duda_main’:
main.c:95:5: error: ‘router’ undeclared (first use in this function)
router->map("/foo/", cb_foo);
^
main.c:95:5: note: each undeclared identifier is reported only once for each function it appears in
Makefile:25: recipe for target 'main.o' failed
make: *** [main.o] Error 1
The text was updated successfully, but these errors were encountered: