You are not logged in.

#1 2011-01-27 17:56:47

Rothsdad
Member
Registered: 2009-09-01
Posts: 13

lua-gd package cannot use

in AUR the lua-gd package cannot use

this is the make information:

gcc -o gd.so `gdlib-config --features |sed -e "s/GD_/-DGD_/g"` `gdlib-config --cflags` `pkg-config lua --cflags` -O3 -Wall -shared `gdlib-config --ldflags` `gdlib-config --libs` `pkg-config lua --libs` -lgd luagd.c
lua test_features.lua
lua: error loading module 'gd' from file './gd.so':
    ./gd.so: undefined symbol: gdImageGifAnimEndPtr
stack traceback:
    [C]: ?
    [C]: in function 'require'
    test_features.lua:5: in main chunk
    [C]: ?
make: *** [gd.so] error 1

anybody help me?

Offline

#2 2011-01-28 07:55:05

Rothsdad
Member
Registered: 2009-09-01
Posts: 13

Re: lua-gd package cannot use

my lua version is lua 5.1.4

lua-gd is lua-gd-2.0.33r2

Offline

Board footer

Powered by FluxBB