Package Details: ipe 7.2.28-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: 80
Popularity: 0.065701
First Submitted: 2007-01-02 01:58 (UTC)
Last Updated: 2023-08-14 21:06 (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: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.

esponki commented on 2012-07-17 17:38 (UTC)

This will fix the build problem --- a/xmloutputdev.cpp +++ b/xmloutputdev.cpp @@ -30,7 +30,7 @@ FILE *f; if (!(f = fopen(fileName, "wb"))) { - error(-1, "Couldn't open output file '%s'", fileName); + fprintf(stderr, "Couldn't open output file '%s'\n", fileName); ok = gFalse; return; } Also please update the MD5 sum for IpePresenter: a0385f1a27aa8ed2730bd407d4680843

foxcub commented on 2012-06-28 05:17 (UTC)

entidi and ayr0, have you (and if not, can you) file the bug in Ipe's bugtracker?