husbd
husbd
If you open up json editor in Edge browser, the horizontal scroll bar shows up for empty editor randomly.
I tried to compile [google/brotli](https://github.com/google/brotli) project with kcc. The following error occurred during compilation: ``` Fatal error: exception Stack overflow ``` I minimized this error: ``` // main.c #include #include...
As title. KCC version: ``` kcc: version 1.0 GNU-compatible Build number: 86da32c-1543374821277 Current profile: x86_64-linux-gcc-glibc Installed profiles: x86_64-linux-gcc-glibc-gnuc x86_64-linux-gcc-glibc-gnuc-reverse-eval-order x86_64-linux-gcc-glibc-reverse-eval-order x86_64-linux-gcc-glibc x86-gcc-limited-libc Default profile: x86_64-linux-gcc-glibc ``` This problem can be...
Linking error produced when compiling iotivity project. The error message is like follows: ``` ...... out/linux/x86_64/release/libconnectivity_abstraction.so: In function `leadvertisement1_skeleton_class_inita3f2ccc6-e65a-11e8-a2e0-bf468d18afb9': (.text+0x2ef7a): undefined reference to `g_type_check_class_cast' out/linux/x86_64/release/libconnectivity_abstraction.so: In function `leadvertisement1_skeleton_new': (.text+0x2f038): undefined...
You can reproduce the problem like this: ``` git clone https://github.com/Lycbel/cs510Files cd cs510Files # the script listed the tested platform including kcc version ./bug_report_curl.sh # this problem was minimized into...