JasonTang

Results 2 issues of JasonTang

When I was trying to build click's kernel module by running `./configure --enable-linuxmodule`, it gave me an error as below: ``` ========================================= Your Linux kernel header files cause errors when...

I clone it with `--recursive-submodules` and built it successfully. During building, I encountered some errors: ``` src/Game.cpp:194:13: error: non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list...