Package Details: lua-hpdf 2.3.0-3

Git Clone URL: https://aur.archlinux.org/lua-hpdf.git (read-only, click to copy)
Package Base: lua-hpdf
Description: Programmatically create PDF files using Lua.
Upstream URL: http://luahpdf.colloquiki.com/
Licenses: MIT
Submitter: z33ky
Maintainer: z33ky
Last Packager: z33ky
Votes: 0
Popularity: 0.000000
First Submitted: 2017-06-03 09:03 (UTC)
Last Updated: 2020-10-11 12:16 (UTC)

Latest Comments

jannes-m commented on 2020-10-22 19:47 (UTC)

Excellent, thank you very much!!

z33ky commented on 2020-10-11 12:16 (UTC)

The build-error should be fixed now.

jannes-m commented on 2020-10-10 20:12 (UTC)

I have encountered the same error.

Kalinda commented on 2020-09-26 15:42 (UTC)

Hmm, I get this error when trying to build:

==> Starting build()... cc -Wall -O2 -fomit-frame-pointer -shared -fPIC -c -o hpdf.o hpdf.c hpdf.c: In function ‘LclTblNum’: hpdf.c:481:30: error: expected ‘)’ before ‘LUA_QS’ 481 | else luaL_error(L, "field " LUA_QS " not found", NameStr); | ^~~~~~~ | ) hpdf.c: In function ‘LclTblInt’: hpdf.c:524:30: error: expected ‘)’ before ‘LUA_QS’ 524 | else luaL_error(L, "field " LUA_QS " not found", NameStr); | ^~~~~~~ | ) hpdf.c: In function ‘LclTblChar’: hpdf.c:547:56: error: expected ‘)’ before ‘LUA_QS’ 547 | if (! Str) luaL_error(L, "expecting character field " LUA_QS, NameStr); | ^~~~~~~ | ) make: *** [Makefile:50: hpdf.o] Error 1