Re: How do start a cygwin shell session from a script ?

2014-05-13 Thread Larry Hall (Cygwin)
On 05/13/2014 07:25 AM, Timothy Madden wrote: It appears I found my missing shell session settings: the access rights on the current build and source directories. The manual build was always run within the user home directory in cygwin, and cygwin could see the proper access right on all the fil

Re: How do start a cygwin shell session from a script ?

2014-05-13 Thread Timothy Madden
It appears I found my missing shell session settings: the access rights on the current build and source directories. The manual build was always run within the user home directory in cygwin, and cygwin could see the proper access right on all the files used in the build. But outside the user home

Re: How do start a cygwin shell session from a script ?

2014-05-12 Thread Larry Hall (Cygwin)
On 05/12/2014 06:12 AM, Timothy Madden wrote: Hello I have a CMake build script for my application, that among other things tries to build libvpx (open-source video codec, see webmproject.org). libvpx library v1.3.0 compiles fine by hand when I open a cygwin terminal from the Windows start menu

How do start a cygwin shell session from a script ?

2014-05-12 Thread Timothy Madden
Hello I have a CMake build script for my application, that among other things tries to build libvpx (open-source video codec, see webmproject.org). libvpx library v1.3.0 compiles fine by hand when I open a cygwin terminal from the Windows start menu and type in the needed `configure`; `make` and