lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2012/4/5 devfua <devfua@qq.com>:
> test.c:7: warning: assignment makes pointer from integer without a cast

It is not just luaL_dofile which you program has a problem with, the
declarations for functions prefixed with luaL is luaxlib.h. It would
also seem that you have not linked the math library or ld?

Liam