hi,
i like to create a pdf … for that i found PDF with LUA at:
http://luahpdf.colloquiki.com/
but for that i would need to compile something and have no idea how
I have not a unix, but a mac system, so when i tried as described
“make demo” i got
cc -DHPDF_SHARED -I/usr/include/lua5.2 -Wall -O2 -fomit-frame-pointer -shared -fPIC -c -o hpdf.o hpdf.c
clang: warning: argument unused during compilation: ‘-shared’
hpdf.c:7:10: fatal error: ‘lua.h’ file not found
#include <lua.h>
dont think it has to do with my mac, as it says, missing lua.h
Any idea how to include finally that cool module to create PDFs from within Corona?
Thanks
Chris