Package Details: miranda 2.066-1

Git Clone URL: https://aur.archlinux.org/miranda.git (read-only, click to copy)
Package Base: miranda
Description: Miranda programming language
Upstream URL: http://miranda.org.uk/
Keywords: Miranda
Licenses: custom
Submitter: apol
Maintainer: soimort
Last Packager: soimort
Votes: 10
Popularity: 0.000000
First Submitted: 2010-01-08 23:42 (UTC)
Last Updated: 2020-03-04 23:20 (UTC)

Latest Comments

megapoliss commented on 2024-01-22 09:34 (UTC)

Package is still broken, however may be fixed in PKGBUILD:

   make cleanup
   make 'CFLAGS+=-fcommon'

soimort commented on 2021-05-07 14:51 (UTC)

Since this generally affects gcc 10 on all platforms, perhaps it's better to report this and get the Makefile fixed in the upstream?

Morn commented on 2021-05-01 15:02 (UTC)

This needs "CFLAGS = -fcommon" in the Makefile to actually compile and link. Apparently the gcc default settings have changed: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85678

<deleted-account> commented on 2011-05-14 21:49 (UTC)

The wget line in the build() section of the PKGBUILD needs to be changed to match the name of the tarball: wget http://www.cs.kent.ac.uk/people/staff/dat/ccount/click.php?id=2 -O mira-2042-i686-Linux.tgz Or the _name needs to be changed to match the downloaded file.