You are not logged in.

#1 2011-09-16 16:02:51

danan
Member
Registered: 2011-01-19
Posts: 30

IPE doesn't compile

Hi,

I just stumbled upon IPE and would like to try it. It's available in AUR (this is why I love AUR :-), but sadly it doesn't compile fully. It finishes with:

Compiling image.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/ipelets/image.o image.cpp
image.cpp:33:23: fatal error: QFileDialog: No such file or directory
compilation terminated.
make[1]: *** [../../../build/obj/ipelets/image.o] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-andre/aur-ipe/src/ipe-7.1.1/src/ipelets/image'
make: *** [ipelets/image] Error 2

It seems, that the same error appears while manual compilation. It is quite active developed and also the AUR entries are quite new, so I hope someone involved or who had the same problem can help me.

Regards,
André

Offline

#2 2011-09-16 16:42:13

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: IPE doesn't compile

https://aur.archlinux.org/packages.php?ID=7971 installed just fine using makepkg.
QFileDialog is provided by qt - do you have it installed?

Offline

Board footer

Powered by FluxBB