mkschreder / orangerpcd

Websocket RPC server for OpenWRT
Other
27 stars 11 forks source link

utype/avl.h: No such file or directory #12

Closed Pillar1989 closed 7 years ago

Pillar1989 commented 7 years ago

Hi I use your last code. But It's compiled error. do you know how to fix it ?

In file included from orange_luaobject.c:22:0:
orange_luaobject.h:23:23: fatal error: utype/avl.h: No such file or directory
 #include <utype/avl.h>
                       ^
compilation terminated.
make[4]: *** [liborange_la-orange_luaobject.lo] Error 1
make[4]: Leaving directory `/home/pillar/MTK/openwrt/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/orange-rpcd-2.16.08-90fe14edf6ee6fdb369f501e8b2d13905887ffd9/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/pillar/MTK/openwrt/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/orange-rpcd-2.16.08-90fe14edf6ee6fdb369f501e8b2d13905887ffd9'
make[2]: *** [/home/pillar/MTK/openwrt/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/orange-rpcd-2.16.08-90fe14edf6ee6fdb369f501e8b2d13905887ffd9/.built] Error 2
make[2]: Leaving directory `/home/pillar/MTK/openwrt/feeds/juci/orange-rpcd'
make[1]: *** [package/feeds/juci/orange-rpcd/compile] Error 2
make[1]: Leaving directory `/home/pillar/MTK/openwr
mkschreder commented 7 years ago

Use latest version of libutype.

On 11 Oct 2016 17:04, "Baozhu Zuo" notifications@github.com wrote:

Hi I use your last code. But It's compiled error. do you know how to fix it ?

In file included from orange_luaobject.c:22:0: orange_luaobject.h:23:23: fatal error: utype/avl.h: No such file or directory

include <utype/avl.h>

                   ^

compilation terminated. make[4]: * [liborange_la-orange_luaobject.lo] Error 1 make[4]: Leaving directory `/home/pillar/MTK/openwrt/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/orange-rpcd-2.16.08-90fe14edf6ee6fdb369f501e8b2d13905887ffd9/src'make[3]: * [all-recursive] Error 1make[3]: Leaving directory/home/pillar/MTK/openwrt/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/orange-rpcd-2.16.08-90fe14edf6ee6fdb369f501e8b2d13905887ffd9'make[2]: **\* [/home/pillar/MTK/openwrt/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/orange-rpcd-2.16.08-90fe14edf6ee6fdb369f501e8b2d13905887ffd9/.built] Error 2make[2]: Leaving directory/home/pillar/MTK/openwrt/feeds/juci/orange-rpcd'make[1]: *** [package/feeds/juci/orange-rpcd/compile] Error 2make[1]: Leaving directory`/home/pillar/MTK/openwr

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mkschreder/orangerpcd/issues/12, or mute the thread https://github.com/notifications/unsubscribe-auth/AERqiXLQNTg-V1C3Mjr3r4w2WBXZgxm6ks5qy6VbgaJpZM4KTvMW .

Pillar1989 commented 7 years ago

Thank you!