Package Details: dia 0.97.3-9

Git Clone URL: https://aur.archlinux.org/dia.git (read-only, click to copy)
Package Base: dia
Description: A GTK+ based diagram creation program
Upstream URL: http://live.gnome.org/Dia
Licenses: GPL
Submitter: Foxboron
Maintainer: eclairevoyant
Last Packager: Foxboron
Votes: 15
Popularity: 0.94
First Submitted: 2022-08-27 09:54 (UTC)
Last Updated: 2022-08-27 09:54 (UTC)

Latest Comments

« First ‹ Previous 1 2

hfath commented on 2022-10-26 11:59 (UTC)

The build as of today breaks with

[...]
pydia-color.c:116:6: error: 'cmpfunc' undeclared here (not in a function)
  116 |     (cmpfunc)PyDiaColor_Compare,
      |      ^~~~~~~
pydia-color.c:116:14: error: expected '}' before 'PyDiaColor_Compare'
  116 |     (cmpfunc)PyDiaColor_Compare,
      |              ^~~~~~~~~~~~~~~~~~

micwoj92 commented on 2022-09-20 23:01 (UTC)

You should be using Arch Linux archive and not other distro repos.

mast3r_waf1z commented on 2022-09-12 11:35 (UTC) (edited on 2022-09-12 12:17 (UTC) by mast3r_waf1z)

I have the same issue, this is unfortunately a dependency for the ns3 simulation program so it also breaks that package: https://aur.archlinux.org/packages/ns3

EDIT: you can install it through the manjaro repositories here: https://mirrors.dotsrc.org/manjaro/stable/community/x86_64/dia-0.97.3-9-x86_64.pkg.tar.zst

Paul_arch commented on 2022-09-07 12:22 (UTC) (edited on 2022-09-07 12:26 (UTC) by Paul_arch)

Hello, unfortunately it doesn't work, there are compilation errors:

pydia-color.c: In function 'PyDiaColor_Str': pydia-color.c:98:10: error: implicit declaration of function 'PyString_FromString'; did you mean 'PyLong_FromString'? [-Werror=implicit-function-declaration] 98 | py_s = PyString_FromString(s);

pydia-color.c:115:5: note: (near initialization for 'PyDiaColor_Type.tp_as_async') pydia-color.c:116:6: error: 'cmpfunc' undeclared here (not in a function) 116 | (cmpfunc)PyDiaColor_Compare, | ^~~~~~~ pydia-color.c:116:14: error: expected '}' before 'PyDiaColor_Compare' 116 | (cmpfunc)PyDiaColor_Compare