You are not logged in.
Pages: 1
Hello:
I'm trying to install open source Qt 4.0 but when i type in "./configure" i get this error at the end and no make file is made:
make: *** [qfsfileengine_unix.o]] Error 1
I'm using the current Arch gcc.
Offline
*I think* that requires gcc 4.0. Try installing it (gcc 4.0) from testing repo and give it another shot.
Offline
Nope, it doesn't.
I've successfully built Qt4 with GCC 3.4.3-2.
I haven't installed it yet.. that's a totally different conversation (not because it doesn't work, but because I didn't have time to play with it).
:: / my web presence
Offline
Can you specify the exact command line you have used? Just ./configure doesn't do the job. I had to specify the architecture with -platform to make it work.
Offline
there is a qt4 PKGBUILD in AUR:
http://aur.archlinux.org/packages.php?d … =1&ID=1383
Offline
Thanks everyone. My only configure line wa "./configure" I'll try out the package in the AUR.
Offline
Err.. indeed. I assumed you were using Qt in AUR, as I have.
:: / my web presence
Offline
Pages: 1