Package Details: qt3 1:3.3.8b-21

Git Clone URL: https://aur.archlinux.org/qt3.git (read-only, click to copy)
Package Base: qt3
Description: A cross-platform application and UI framework
Upstream URL: http://qt.io
Licenses: GPL
Submitter: McNoggins
Maintainer: frazar0
Last Packager: frazar0
Votes: 48
Popularity: 0.009507
First Submitted: 2014-05-30 03:06 (UTC)
Last Updated: 2024-02-27 07:51 (UTC)

Latest Comments

1 2 3 4 Next › Last »

frazar0 commented on 2021-09-02 20:08 (UTC)

The compilation error mentioned by @koroki should be fixed now

piussj2 commented on 2021-08-27 03:30 (UTC)

@koroki I did not understand. How would the pkgbuild?

koroki commented on 2021-08-26 07:02 (UTC)

I solved the problem with some extra sed

for i in find | grep Makefile; do sed -i "s|-Werror=format-security| |" $i; done

After all prepare() and just before make.

koroki commented on 2021-08-25 19:29 (UTC) (edited on 2021-08-26 07:00 (UTC) by koroki)

Hi, I have this error when I try to compile it:

g++ -c -o project.o -pipe -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/home/koroki/.cache/yay/qt3/src/qt-x11-free-3.3.8b/include/qmake -I/home/koroki/.cache/yay/qt3/src/qt-x11-free-3.3.8b/include -I/home/koroki/.cache/yay/qt3/src/qt-x11-free-3.3.8b/include -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/home/koroki/.cache/yay/qt3/src/qt-x11-free-3.3.8b/mkspecs/linux-g++-64 -DHAVE_QCONFIG_CPP project.cpp project.cpp: In member function ‘bool QMakeProject::read(uchar)’: project.cpp:688:24: error: format not a string literal and no format arguments [-Werror=format-security] 688 | fprintf(stderr,"Changed QT version number to " + test_version + "!\n"); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: some warnings being treated as errors

thse commented on 2021-01-31 17:11 (UTC)

please change the download link in PKGBUILD from "archive-new" to "new-archive".

frazar0 commented on 2021-01-31 15:24 (UTC)

Thank you! The archive link was updated to download.qt.io/new-archive/qt/3/

cmsigler commented on 2021-01-31 01:00 (UTC)

Hi,

I tried to build qt3 today (2021-01-30), but this failed due to download failure. I believe Qt download has been reorganized and the older Qt versions have been "trimmed" from the archive :\

It should be downloadable from SF:

https://master.dl.sourceforge.net/project/math-linux/OldFiles/qt-x11-free-3.3.8b.tar.gz?viasf=1

This passed the sha256 checksum :) HTH.

Clemmitt Sigler

superhdj commented on 2020-02-03 00:51 (UTC)

cache/yay/qt3/src/qt-x11-free-3.3.8b' make: *** [Makefile:8: init] Error 2 ==> ERROR: Se produjo un fallo en build(). Cancelando... Error making: qt3

octopus commented on 2019-01-05 18:01 (UTC)

Insalling postgresql-9.6 solved the problem for me. Maybe a build dependency on postgresql<=9.6 should be included in the PKGBUILD

chrko commented on 2018-12-23 12:50 (UTC)

@zoe, I think depending on postgresql<10 should do it. Using postgresql-9.6 (like in centos7) works for me.