Re: [anjuta-devel] Port to Windows
- From: Varad Gautam <varadgautam gmail com>
- To: "Arnel A. Borja" <kyoushuu yahoo com>
- Cc: Anjuta Mailing List <anjuta-devel-list gnome org>
- Subject: Re: [anjuta-devel] Port to Windows
- Date: Sun, 5 May 2013 22:56:53 +0530
- Shell scripts. Windows do not support shell scripts, and g_spawn_*
will not be able to find them (since they are not recognized as
executable by Windows). I created a program to fake scripts temporarily;
it will look for the scripts in PATH then check the shebang to know what
interpreter to spawn. This also means we would depend to sh or bash (not
sure if bash is available in Windows) to run scripts like autogen.sh,
configure, autoconf and automake. I might merge the code of this program
later to AnjutaLauncher.
Can you use Cygwin or MinGW to run those shell scripts on windows?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]