cygwin gives Bad interpreter No such file or directory
Hello all, I tried finding a solution as best I could but nothing came up after several hours. My problem is that I am trying to build webkit - I know that I have everything installed (Checked 3 or 4 times) and I know the file is where I would expect because when I type: find WebKit/WebKitTools/Scripts/build-webkit its there plain as day. So what am I missing? I am using windows Vista and Visual C++ 2005 Express Edition Thanks, Andy
On Dec 6, 2008, at 12:07 PM, Andrew Adcock wrote:
Hello all,
I tried finding a solution as best I could but nothing came up after several hours. My problem is that I am trying to build webkit - I know that I have everything installed (Checked 3 or 4 times) and I know the file is where I would expect because when I type: find WebKit/WebKitTools/Scripts/build-webkit its there plain as day.
So what am I missing?
I am using windows Vista and Visual C++ 2005 Express Edition
Thanks, Andy _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev Did you install Cygwin with Perl?
Darren VanBuren onekopaka@gmail.com ---------------------------------------------- Administrator of Onekopakaspace Blog: http://oks.kicks-ass.net/~onekopaka/blog/ Sweetcron install: http://sweetcron.oks.kicks-ass.net/ PGP Key: 66F46296 (gpg --keyserver pgp.mit.edu --recv-keys 66F46296)
I installed the downloader available through http://webkit.org/building/tools.html so I am not sure if it came with Perl - is there a way that I can check? Darren VanBuren wrote:
On Dec 6, 2008, at 12:07 PM, Andrew Adcock wrote:
Hello all,
I tried finding a solution as best I could but nothing came up after several hours. My problem is that I am trying to build webkit - I know that I have everything installed (Checked 3 or 4 times) and I know the file is where I would expect because when I type: find WebKit/WebKitTools/Scripts/build-webkit its there plain as day.
So what am I missing?
I am using windows Vista and Visual C++ 2005 Express Edition
Thanks, Andy _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev Did you install Cygwin with Perl?
Darren VanBuren onekopaka@gmail.com <mailto:onekopaka@gmail.com> ---------------------------------------------- Administrator of Onekopakaspace
Blog: http://oks.kicks-ass.net/~onekopaka/blog/ <http://oks.kicks-ass.net/%7Eonekopaka/blog/>
Sweetcron install: http://sweetcron.oks.kicks-ass.net/
PGP Key: 66F46296 (gpg --keyserver pgp.mit.edu --recv-keys 66F46296)
Run "perl --version" to see which build/version of Perl you're using, and "which perl" to see where in your path the perl.exe binary is located. Dave ________________________________ From: Andrew Adcock <andynsonya@comcast.net> To: Darren VanBuren <onekopaka@gmail.com> Cc: webkit-dev@lists.webkit.org Sent: Saturday, December 6, 2008 1:30:24 PM Subject: Re: [webkit-dev] cygwin gives Bad interpreter No such file or directory I installed the downloader available through http://webkit.org/building/tools.html so I am not sure if it came with Perl - is there a way that I can check? Darren VanBuren wrote:
On Dec 6, 2008, at 12:07 PM, Andrew Adcock wrote:
Hello all,
I tried finding a solution as best I could but nothing came up after several hours. My problem is that I am trying to build webkit - I know that I have everything installed (Checked 3 or 4 times) and I know the file is where I would expect because when I type: find WebKit/WebKitTools/Scripts/build-webkit its there plain as day.
So what am I missing?
I am using windows Vista and Visual C++ 2005 Express Edition
Thanks, Andy _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev Did you install Cygwin with Perl?
Darren VanBuren onekopaka@gmail.com <mailto:onekopaka@gmail.com> ---------------------------------------------- Administrator of Onekopakaspace
Blog: http://oks.kicks-ass.net/~onekopaka/blog/ <http://oks.kicks-ass.net/%7Eonekopaka/blog/>
Sweetcron install: http://sweetcron.oks.kicks-ass.net/
PGP Key: 66F46296 (gpg --keyserver pgp.mit.edu --recv-keys 66F46296)
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
participants (3)
-
Andrew Adcock
-
Darren VanBuren
-
David Kilzer