On Sun, 13 Sep 2009 06:28:03 +0200, Joost wrote: > But: At step 11 - atk - compilation failed for the first time. It is > here, where more than the MinGW/Msys core is needed, the perl script > glib-mkenums has to be run at the start of make. Apparently perl tries > to write something into /usr/bin/env, which doesn't exist. Creating it > manually - from the msys shell or not - changes the error message to > include "Permission denied" then (of course i did all this with admin > privileges).
This sounds like the hashbang contains something like "#!/usr/bin/env perl" and there's no env program on msys, which results in somewhat confusing messages. Try replacing /usr/bin/env perl with /bin/perl, and it should work then. -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
