Re: Compiling gtk+ with MinGW on WindowsXP - perl problem
- From: Jernej Simončič <jernej listsonly ena si>
- To: gtk-list gnome org
- Subject: Re: Compiling gtk+ with MinGW on WindowsXP - perl problem
- Date: Sun, 13 Sep 2009 22:20:48 +0200
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/ >
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]