| View previous topic :: View next topic |
| Author |
Message |
jsharrad
Joined: 20 Oct 2005 Posts: 102
|
Posted: Thu Jul 20, 2006 5:55 pm Post subject: Can't compile 0.20 |
|
|
I get this error while trying to compile both svn source and the source on luaplayer.org
| Quote: |
src/luaplayer.cpp: In function 'const char* runScript(const char*, bool)':
src/luaplayer.cpp:20: error: 'luaL_openlibs' was not declared in this scope
make: *** [src/luaplayer.o] Error 1
|
Other versions compile fine though. |
|
| Back to top |
|
 |
Shine
Joined: 03 Dec 2004 Posts: 728 Location: Germany
|
Posted: Fri Jul 21, 2006 5:34 am Post subject: Re: Can't compile 0.20 |
|
|
| Try to update the Lua library. |
|
| Back to top |
|
 |
jsharrad
Joined: 20 Oct 2005 Posts: 102
|
Posted: Fri Jul 21, 2006 8:09 am Post subject: |
|
|
| Thanks that did it, I thought I did that but I guess I missed a lib :) |
|
| Back to top |
|
 |
|