[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Can't find luaL_dofile in liblua.a
- From: liam mail <liam.list@...>
- Date: Thu, 5 Apr 2012 10:38:04 +0100
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