uNetworking / uSockets

Miniscule cross-platform eventing, networking & crypto for async applications
Apache License 2.0
1.29k stars 268 forks source link

failed compile on ubuntu 16.04 #8

Closed EugeneBogush closed 6 years ago

EugeneBogush commented 6 years ago

/opt/uSockets$ make for f in examples/.c; do gcc -flto -std=c11 -DLIBUS_NO_SSL -O3 -o $(basename "$f" ".c") -Isrc src/.c src/eventing/*.c "$f"; done examples/echo_server.c:4:20: fatal error: helper.h: No such file or directory compilation terminated. examples/hammer_test.c:4:20: fatal error: helper.h: No such file or directory compilation terminated. examples/http_load_test.c:4:20: fatal error: helper.h: No such file or directory compilation terminated. examples/http_server.c:4:20: fatal error: helper.h: No such file or directory compilation terminated. Makefile:2: recipe for target 'default' failed make: *** [default] Error 1

ghost commented 6 years ago

Looks like I forgot to track helper.h

EugeneBogush commented 6 years ago

Yes. I didn't find this file in project

ghost commented 6 years ago

I'll track and commit it later today

ghost commented 6 years ago

Pull now

EugeneBogush commented 6 years ago

yes