Looks like either permissions are messed up, or that its trying to install into something strange like /cygdrive ?

Or perhaps is "downloads" a regular file in d:\ ?

Or perhaps curl tries to download to a temporary directory first, before moving into the downloads directory, and somehow you can't write to that temporary directory? Have you checked your TMPDIR environment variable to see if it is set, and if so, set to something strange?

Alec

Simon Fell wrote:
Thanks for the pointer, my chandler foo must be very low, I couldn't get
that to work either.

A) the mincyg.zip doesn't have sed in it, which is used by the makefile.
B) I installed the full cygwin, but that didn't include make by default,
so went round in circles a couple of times there as well 
C) still can't get it to work.

[EMAIL PROTECTED] /cygdrive/d/chandler
$ make install
mkdir -p /cygdrive/d/downloads
curl  -f -o /cygdrive/d/downloads/Launchers-release-0.6-1.tar.gz
http://builds.osafoundation.org/external/windows/Launchers-release-0.6-1
.tar.gz
  % Total    % Received % Xferd  Average Speed          Time
Curr.
                                 Dload  Upload Total    Current  Left
Speed
  1  365k    1  3780    0     0   3258      0  0:01:54  0:00:01  0:01:53
9356
curl: (23) Failed writing body
make: *** [/cygdrive/d/downloads/Launchers-release-0.6-1.tar.gz] Error
23	


Running curl  -f -o foo
http://builds.osafoundation.org/external/windows/Launchers-release-0.6-1
.tar.gz works fine, so not sure what's going on, any tips ?

Tx
Simon

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Heikki Toivonen
Sent: Wednesday, February 22, 2006 11:31 AM
Cc: [email protected]
Subject: Re: [Dev] chandler hacker newbie

Simon Fell wrote:
  
RunChandler.bat doesn't work because it calls RunPython.bat which 
attempts to run release\bin\python.exe, but the installer doesn't 
install a python.exe to the release\bin directory. (the only 
executable i have in there is chandler.exe)
    

Hmm, I thought we had fixed this
(https://bugzilla.osafoundation.org/show_bug.cgi?id=4743), but it seems
like the change that we needed didn't make it in.

It seems you need to get the source from our Subversion repository. Read
the "quick build" instructions here:
http://wiki.osafoundation.org/bin/view/Projects/BuildingChandler

--
  Heikki Toivonen


_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "Dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/dev
  

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "Dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/dev

Reply via email to