X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=0VlSXj6vVy5oV8hIvSHhvNd68OaKmDZzxDIR9Sq37SQ=; b=mFRsCo6/3E+pRlbOs11s8Put75z5e6YuO1n36tGRLzQhTWNSi5Ww7fv4Vaj2MgXNcd yYp3mhtRhynJjZxgSiA+JYM+bcbtNA3SjEofJywU4VhomoPb+5N984MzsBR5S6gzYkYJ 6F7TMaEkuVwRbICYq+4nhyo4I888ajtOK8ClaamlKcdj3++0+odJrkOgua81gsQhpkm8 eAXx4n/vW/phN8TFgyWqM1EcqGW9zii94JiFy24UJ+Kv3ZmGyvELnQlf8RdsPw7PZ2m3 xCr3sxpzqiJMBnii6ZthifyJ1QZYEYzXXDbVXFWXvRKK84Oz2fA/HDK6pjDIyE+pdKoo F07Q== MIME-Version: 1.0 In-Reply-To: <50F56E36.2000007@ecosensory.com> References: <50F20C2D DOT 5080407 AT ecosensory DOT com> <201301130123 DOT r0D1NwQJ003903 AT envy DOT delorie DOT com> <50F34397 DOT 8000700 AT ecosensory DOT com> <50F46D96 DOT 8000506 AT ecosensory DOT com> <50F4E4FF DOT 70602 AT ecosensory DOT com> <50F56E36 DOT 2000007 AT ecosensory DOT com> Date: Tue, 15 Jan 2013 10:25:46 -0500 Message-ID: Subject: Re: [geda-user] windows pcb version From: Bob Paddock To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk >> This gets you bash/sh there is no need to run from inside of MSys unless you are trying to build something. > Are you saying to not have the msys shell on the path? Having MSys/bin in the path is fine. It is if you run msys.bat or not. For what I think you are doing you do not want to run msys.bat, You only want to have the tools in the path. If you run msys.bat then you will be inside of the MSys build environment which may or may not be where you want to be depending on the task at hand. Being inside the MSys build environment will make things work in a more Unix like style that non-Windows people would find more comfortable, and it is the only way to build some packages on Windows. A pure Windows user would find running from inside MSys confusing.