1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 <2012> 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 <2012> 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: SynApps build error : win32-x86 |
From: | "Brands Helge" <[email protected]> |
To: | <[email protected]> |
Cc: | [email protected] |
Date: | Fri, 29 Jun 2012 15:00:37 +0200 |
Hi Josh, the problem is make. You have two solutions : 1) throw
away the PATH form cygwin and use an other perl 2) when
you don’t want to do it change the makefile $(subst \\,/,$(LEMON)) o=. -g
$< >[email protected] the problem is the redirection (>[email protected]) . Gnumake
calls the cygwin shell because of it and the standard exchange of the slash
with two backslashes generates the error, because “sh” throught
them out. Helge -------------------------------------------------- Paul Scherrer Institut Dr. Helge Brands WBGB/013 5232 Villigen PSI Switzerland Tel.: +41 56 310 5408 E-Mail: [email protected] -------------------------------------------------- |