Package Details: ipe 7.2.30-1

Git Clone URL: https://aur.archlinux.org/ipe.git (read-only, click to copy)
Package Base: ipe
Description: The extensible drawing editor
Upstream URL: http://ipe.otfried.org/
Licenses: GPL
Conflicts: ipe
Submitter: foxcub
Maintainer: foxcub
Last Packager: foxcub
Votes: 81
Popularity: 0.077975
First Submitted: 2007-01-02 01:58 (UTC)
Last Updated: 2024-06-01 15:24 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 Next › Last »

foxcub commented on 2012-12-14 17:07 (UTC)

Try it now.

foxcub commented on 2012-12-14 17:00 (UTC)

I see this problem, too, when building. It's easy to fix, but then there is another problem with poppler that I don't know how to fix. I won't update the package until I figure it out.

RobLikesBrunch commented on 2012-12-14 16:36 (UTC)

I get the same thing as Liquen: Compiling ipelib.cpp... g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fpic -DIPEUI_QT -I../include -c -o ../../build/obj/ipelua/ipelib.o ipelib.cpp ipelib.cpp: In function ‘void ipelua::make_metatable(lua_State*, const char*, const luaL_Reg*)’: ipelib.cpp:51:30: error: ‘luaL_register’ was not declared in this scope ipelib.cpp: In function ‘int ipe_splinetobeziers(lua_State*)’: ipelib.cpp:539:27: error: ‘lua_objlen’ was not declared in this scope ipelib.cpp: In function ‘int luaopen_ipe(lua_State*)’: ipelib.cpp:620:39: error: ‘luaL_register’ was not declared in this scope make[1]: *** [../../build/obj/ipelua/ipelib.o] Error 1 make[1]: Leaving directory `/tmp/yaourt-tmp-robert/aur-ipe/src/ipe-7.1.2/src/ipelua' make: *** [ipelua] Error 2 And I have lua51 installed. Any ideas?

foxcub commented on 2012-12-13 17:45 (UTC)

Ok, an easy workaround is to install lua51. I'll add it to the dependencies.

foxcub commented on 2012-12-13 17:44 (UTC)

Actually, there seems to be some weirdness with the new Lua package. Let me check with the Arch package maintainer.

foxcub commented on 2012-12-13 17:42 (UTC)

That's an upstream problem. Can you report it on Ipe's bugtracker?

Liquen commented on 2012-12-12 18:03 (UTC)

Thank you for your response! I get this when rebuilding: Compiling ipelib.cpp... g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fpic -DIPEUI_QT -I../include -c -o ../../build/obj/ipelua/ipelib.o ipelib.cpp ipelib.cpp: In function ‘void ipelua::make_metatable(lua_State*, const char*, const luaL_Reg*)’: ipelib.cpp:51:30: error: ‘luaL_register’ was not declared in this scope ipelib.cpp: In function ‘int ipe_splinetobeziers(lua_State*)’: ipelib.cpp:539:27: error: ‘lua_objlen’ was not declared in this scope ipelib.cpp: In function ‘int luaopen_ipe(lua_State*)’: ipelib.cpp:620:39: error: ‘luaL_register’ was not declared in this scope make[1]: *** [../../build/obj/ipelua/ipelib.o] Error 1 make[1]: Leaving directory `/home/*******/ipe/src/ipe-7.1.2/src/ipelua' make: *** [ipelua] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

foxcub commented on 2012-12-12 17:07 (UTC)

What happens if you rebuild Ipe?

Liquen commented on 2012-12-12 16:42 (UTC)

I get the following error after lua update from 5.1.5 to 5.2.1: ipe: error while loading shared libraries: liblua.so.5.1: cannot open shared object file: No such file or directory Does anyone have a solution? Thanks in advance.