You are not logged in.

#1 2015-06-11 08:59:33

garga
Member
From: Padova, Italy
Registered: 2015-06-11
Posts: 2

compiling error while installing IPE from AUR

Hi guys,
I am new in this forum and I really need your help. I have to use IPE but I can not install it from AUR, since I get an error.
I am using Yaourt, so giving the command:

[stefano@arch-laptop ~]$ yaourt -S ipe

I get this output:

Compiling ipelib.cpp...
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -g -O2 -fpic -D_FORTIFY_SOURCE=2 -DIPEUI_QT -I../include   -c -o ../../build/obj/ipelua/ipelib.o ipelib.cpp
ipelib.cpp: In function ‘int check_pageno(lua_State*, int, ipe::Document*, int)’:
ipelib.cpp:143:29: error: ‘luaL_checkint’ was not declared in this scope
   int n = luaL_checkint(L, i);
                             ^
ipelib.cpp: In function ‘int document_page_iterator(lua_State*)’:
ipelib.cpp:175:29: error: ‘luaL_checkint’ was not declared in this scope
   int i = luaL_checkint(L, 2);
                             ^
../common.mak:193: instruction set for the objective "../../build/obj/ipelua/ipelib.o" not successful
make[1]: *** [../../build/obj/ipelua/ipelib.o] Error 1
make[1]: exiting directory "/tmp/yaourt-tmp-stefano/aur-ipe/src/ipe-7.1.7/src/ipelua"
Makefile:40: instruction set for the objective "ipelua" not successful
make: *** [ipelua] Error 2
==> ERROR: There was an error in build().
    The operation will be interrupted...
==> ERROR: Makepkg can not compile ipe.

Please, help me smile

Thanks
garga

Offline

#2 2015-06-11 11:11:00

mauritiusdadd
Member
From: Benevento, Italy
Registered: 2013-10-27
Posts: 776

Re: compiling error while installing IPE from AUR

I can confirm that the package fails to build. I've left a comment on the AUR page of the package


About me - github

-- When you have eliminated the impossible, whatever remains, however improbable, must be the truth -- Spock | Sherlock Holmes

Offline

#3 2015-06-19 18:18:32

garga
Member
From: Padova, Italy
Registered: 2015-06-11
Posts: 2

Re: compiling error while installing IPE from AUR

Thank you! smile

Offline

Board footer

Powered by FluxBB