lua-users home
lua-l archive

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


> You could try wrapping an ???extern ???C??? { ??? }??? around your #include ???lua???.h???s.

Or just #include "lua.hpp".

And I think you may need to create the .so with g++ instead of gcc.