Thanks! that worked...
On Wed, Jul 22, 2015 at 2:40 PM, Yousong Zhou <[email protected]> wrote: > On 22 July 2015 at 19:34, Tomer Eliyahu <[email protected]> wrote: >> Hi, >> >> Sorry if I am repeating this question (I posted it in the developers >> forum and stackoverflow), but I am out of luck for 3 days now and come >> to think it might be an openwrt bug, forgive me if i'm mistaken.. >> >> I am writing a GUI for openwrt which uses UBUS to get indications for >> system status. >> >> For some reason, I can't get it to compile with ubus / ubox - I keep >> getting the same error: >> >> [color=#FF0000]/local/store/openwrt/build_dir/target-arm_cortex-a7+neon-vfpv4_uClibc-0.9.33.2_eabi/ilixi_mgui-source/src/UBusThread.cpp:11: >> undefined reference to `uloop_init()'[/color] >> > > As a temporary workaround, you can try surrounding libubox and libubus > headers with "extern "C" {}". > > yousong _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
