Package Details: medit-full 1.2.0-3

Git Clone URL: https://aur.archlinux.org/medit-full.git (read-only, click to copy)
Package Base: medit-full
Description: Medit with the python bindings restored
Upstream URL: http://mooedit.sourceforge.net
Licenses: GPL
Conflicts: medit
Provides: medit
Replaces: medit
Submitter: ConnorBehan
Maintainer: ConnorBehan
Last Packager: ConnorBehan
Votes: 6
Popularity: 0.000000
First Submitted: 2010-04-25 20:59 (UTC)
Last Updated: 2023-12-16 21:15 (UTC)

Latest Comments

ConnorBehan commented on 2023-12-16 21:33 (UTC)

Thanks. I have built and tested it by adding python to makedepends.

PlasticSoup commented on 2023-12-16 19:11 (UTC)

Package fails to build in a clean chroot.

make[2]: Entering directory '/build/medit-full/src/medit-1.2.0/moo'
  GEN    marshals.h
/usr/bin/env: ‘python3’: No such file or directory
make[2]: *** [Makefile:6330: marshals.h] Error 127

Adding "python" to depends allowed it to build, however I do not know enough about the software to say if it just needs to be a makedepends.

ConnorBehan commented on 2012-04-03 02:51 (UTC)

Thanks!

<deleted-account> commented on 2012-04-02 19:00 (UTC)

I had issues compiling this with gmodule and gthread, so I had to change this line in the PKGBUILD > gcc -L../.libs -lmoo `pkg-config --libs gtk+-2.0` -o medit main.o > gcc -L../.libs -lmoo `pkg-config --libs gtk+-2.0 gmodule-2.0 gthread-2.0` -o medit main.o After that it compiled fine.

ConnorBehan commented on 2011-05-15 01:36 (UTC)

No problem. It will be gone again soon since Muntyan went back to autoconf with medit 1.0.

markoer commented on 2011-05-10 14:37 (UTC)

please add cmake as dependecy