Package Details: qtgrace 0.2.7-1

Git Clone URL: https://aur.archlinux.org/qtgrace.git (read-only, click to copy)
Package Base: qtgrace
Description: A program to display or plot data, analyze data and prepare it for printing, Qt version of the Grace
Upstream URL: http://plasma-gate.weizmann.ac.il/Grace/
Licenses: GPL
Submitter: sirocco
Maintainer: sirocco
Last Packager: sirocco
Votes: 6
Popularity: 0.000634
First Submitted: 2012-09-04 09:52 (UTC)
Last Updated: 2022-08-23 05:40 (UTC)

Dependencies (3)

Required by (0)

Sources (5)

Latest Comments

banana-bred commented on 2025-05-22 23:45 (UTC)

I get an error trying to build this package with gcc version 15.1.1 :

src/files.cpp:2080:15: warning: pointer ‘fp_7(D)’ may be used after ‘pclose’ [-Wuse-after-free]
 2080 |         fclose(fp);
      |         ~~~~~~^~~~
src/files.cpp:2079:15: note: call to ‘pclose’ here
 2079 |     if (pclose(fp) == -1) {
      |         ~~~~~~^~~~
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'qtgrace-0.2.7-1':
error: packages failed to build: qtgrace-0.2.7-1

sirocco commented on 2017-05-10 12:12 (UTC)

Done, thanks for the patch.

munyamunya commented on 2017-05-10 10:21 (UTC) (edited on 2017-05-10 10:22 (UTC) by munyamunya)

It can be painlessly build with Qt5. With 5.8 one line change is required https://pastebin.com/fq6v3Wpr

karamaz0v commented on 2013-04-30 21:28 (UTC)

due to qt upgrade qmake is now for qt 5 by default I've just compiled succesfully changing line DESTDIR="${pkgdir}" PREFIX="/usr" qmake src.pro in PKGBUILD to DESTDIR="${pkgdir}" PREFIX="/usr" qmake-qt4 src.pro

mrbit commented on 2012-09-04 10:45 (UTC)

...works....

sirocco commented on 2012-09-04 10:38 (UTC)

Added, but not tested.

mrbit commented on 2012-09-04 10:05 (UTC)

add PKGBUILD x86_64..????