SimonSchick / lua-checker

Automatically exported from code.google.com/p/lua-checker
Other
0 stars 1 forks source link

some build problems #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout, then run make

What is the expected output? What do you see instead?
g++-4.4 complains about undefined functions (e.g. exit, strcmp).  I solved it 
by adding some includes.

What version of the product are you using? On what operating system?
svn checkout from today, on Debian unstable amd64

Please provide any additional information below.
I also had to link against -llua51 instead of lua/src/liblua.a

Original issue reported on code.google.com by nkie...@gmail.com on 9 Jul 2010 at 5:30

Attachments: