On Tue, Mar 13, 2012 at 7:51 PM, Alon Bar-Lev <alon.bar...@gmail.com> wrote:
> On Tue, Mar 13, 2012 at 7:27 PM, Athanasios Douitsis <aduit...@gmail.com> > wrote: > > > > Hi again, > > > > Some more feedback. > > > > 1.Trying to use MSVC2010 (or later I suppose) to build the project using > > the new method outlined in your link, I noticed that 'vcbuild' has been > > removed after vc2008. They recommend using msbuild, whatever that is, > which > > requires different cli parameters and also requires that the project be > > converted accordingly. You may want to note this for future reference. I > > haven't been able to compile, currently trying to find a VC2008 > installation > > to try again. > > Thanks! > I will try MSVC2010... need to find time to install that. > However, please note that the mingw is the configuration that is most > flexible and probably be maintained.... > A question then: The generic method is supposed to be invoked from cmd or from the cygwin shell? Because I suspect the cygwin bash shell dislikes the carriage returns in the build script so naturally one must convert the files before running it. Even after converting, I saw further errors, but I want to view them carefully before reporting. Kind Regards, Athanasios > > > > > 2.Sometimes the script fails to download the parts that are hosted on > > github, I suspect because github emits a 302. > > All? > This is strange.... > The script tries to redirect by location response header... > Can you please add WScript.Echo(location) after the var location= so > we can what we get? > And maybe add WScript.Echo(http.GetAllReponseHeaders()); > > Thanks! > -- Athanasios Douitsis