Skip to content
Commit 49135be2 authored by Andreas Müller's avatar Andreas Müller Committed by Martin Jansa
Browse files

devilspie2: update to 0.33



Note: 0.24 failed if lua >= 5.2 was build before devilspie (e.g world build) with

| src/script.c: In function 'init_script':
| src/script.c:65:2: warning: implicit declaration of function 'lua_open' [-Wimplicit-function-declaration]
|   lua_State *lua=lua_open();
|   ^
| src/script.c:65:17: warning: initialization makes pointer from integer without a cast [enabled by default]
|   lua_State *lua=lua_open();
|                  ^
| arm-angstrom-linux-gnueabi-gcc  -march=armv7-a -mthumb -mthumb-interwork -mfloat-abi=hard -mfpu=neon --sysroot=/home/superandy/tmp/oe-core-eglibc/sysroots/overo -ldl -lm -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed  obj/devilspie2.o obj/xutils.o obj/script.o obj/script_functions.o -o bin/devilspie2 -lX11 `pkg-config --libs gtk+-2.0 libwnck-1.0 lua5.1`
| src/script.c:65: error: undefined reference to 'lua_open'

Signed-off-by: default avatarAndreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent 3a42cf58
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment