Re: Building Chandler 2 on Windows without Visual Studio (Grant Baillie)

12 messages Options
Embed this post
Permalink
Robbie MacKay-2

Re: Building Chandler 2 on Windows without Visual Studio (Grant Baillie)

Reply Threaded More More options
Print post
Permalink
Hey,

I've checked out the Chandler source code from http://svn.osafoundation.org/chandler/trunk/chandler
and tried running 'make' from cygwin - but it fails everytime it tries to install zope.interface, with the following error message:

Searching for zope.interface
Best match: zope.interface 3.3.0b2-r71371
Processing zope.interface-3.3.0b2-r71371.tar.bz2
Running zope.interface-3.3.0b2-r71371\setup.py -q bdist_egg --dist-dir c:\docume
~1\robbie\locals~1\temp\easy_install-4yfbif\zope.interface-3.3.0b2-r71371\egg-di
st-tmp-_jfjri
warning: no previously-included files found matching 'setup.cfg'
error: Setup script exited with error: Python was built with Visual Studio 2003;

extensions must be built with a compiler than can generate compatible binaries.
Visual Studio 2003 was not found on this system. If you have Cygwin installed,
you can try compiling with MingW32, by passing "-c mingw32" to setup.py.
make: *** [zope.interface] Error 1

Any ideas on how to get around this?

Thanks,

Robbie MacKay


On Sun, Apr 26, 2009 at 7:00 AM, <[hidden email]> wrote:
Send chandler-dev mailing list submissions to
       [hidden email]

To subscribe or unsubscribe via the World Wide Web, visit
       http://lists.osafoundation.org/mailman/listinfo/chandler-dev
or, via email, send a message with subject or body 'help' to
       [hidden email]

You can reach the person managing the list at
       [hidden email]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of chandler-dev digest..."


Today's Topics:

  1. Building Chandler 2 on Windows without Visual Studio
     (Robbie MacKay)
  2. Re: Building Chandler 2 on Windows without Visual Studio
     (Grant Baillie)


----------------------------------------------------------------------

Message: 1
Date: Sat, 25 Apr 2009 10:06:26 +1200
From: Robbie MacKay <[hidden email]>
Subject: [chandler-dev] Building Chandler 2 on Windows without Visual
       Studio
To: [hidden email]
Message-ID: <[hidden email]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hey,
I'm interested in getting involved in the development of Chandler.
But I can only find instructions on setting up a build environment in
Linux (http://chandlerproject.org/Developers/ChandlerTwoSetup)
Has anyone managed to get Chandler 2 to build in windows?
Is there anyway to build it using Cygwin & gcc rather than Microsoft
Visual Studio .NET 2003 ??
I've made some attempts but I'm not having much luck so wondering if
anyone can give me some pointers?
Thanks,
Robbie MacKay.


------------------------------

Message: 2
Date: Fri, 24 Apr 2009 17:51:17 -0700
From: Grant Baillie <[hidden email]>
Subject: Re: [chandler-dev] Building Chandler 2 on Windows without
       Visual  Studio
To: [hidden email]
Message-ID: <[hidden email]>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

On 24 Apr, 2009, at 15:06, Robbie MacKay wrote:

> Hey,
> I'm interested in getting involved in the development of Chandler.
> But I can only find instructions on setting up a build environment in
> Linux (http://chandlerproject.org/Developers/ChandlerTwoSetup)
> Has anyone managed to get Chandler 2 to build in windows?
> Is there anyway to build it using Cygwin & gcc rather than Microsoft
> Visual Studio .NET 2003 ??
> I've made some attempts but I'm not having much luck so wondering if
> anyone can give me some pointers?
> Thanks,
> Robbie MacKay.

Hi, Robbie

Sorry, I need to update that documentation for other platforms ...
I'll do that first thing Monday.

The executive summary will be that you shouldn't need anything other
than Cygwin, if you use chandler1's Makefile to get various binaries
(like python, wxPython).

Cheers,
--Grant




------------------------------

_______________________________________________
chandler-dev mailing list
[hidden email]
http://lists.osafoundation.org/mailman/listinfo/chandler-dev


End of chandler-dev Digest, Vol 67, Issue 6
*******************************************


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

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev
Grant Baillie

Re: Building Chandler 2 on Windows without Visual Studio (Grant Baillie)

Reply Threaded More More options
Print post
Permalink

On 29 Apr, 2009, at 04:07, Robbie MacKay wrote:

> Hey,
>
> I've checked out the Chandler source code from http://svn.osafoundation.org/chandler/trunk/chandler
> and tried running 'make' from cygwin - but it fails everytime it  
> tries to install zope.interface, with the following error message:
>
> Searching for zope.interface
> Best match: zope.interface 3.3.0b2-r71371
> Processing zope.interface-3.3.0b2-r71371.tar.bz2
> Running zope.interface-3.3.0b2-r71371\setup.py -q bdist_egg --dist-
> dir c:\docume
> ~1\robbie\locals~1\temp\easy_install-4yfbif\zope.interface-3.3.0b2-
> r71371\egg-di
> st-tmp-_jfjri
> warning: no previously-included files found matching 'setup.cfg'
> error: Setup script exited with error: Python was built with Visual  
> Studio 2003;
>
> extensions must be built with a compiler than can generate  
> compatible binaries.
> Visual Studio 2003 was not found on this system. If you have Cygwin  
> installed,
> you can try compiling with MingW32, by passing "-c mingw32" to  
> setup.py.
> make: *** [zope.interface] Error 1
>
> Any ideas on how to get around this?

Hi, Robbie

This is my mistake: I made some build changes a month or two ago, and  
thought that this python package (zope.interface) didn't require a C  
compiler, when it actually does. I will upload a built package once I  
have access to a Windows machine (this evening).

--Grant


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

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev
Grant Baillie

Re: Building Chandler 2 on Windows without Visual Studio (Grant Baillie)

Reply Threaded More More options
Print post
Permalink

On 30 Apr, 2009, at 08:54, Grant Baillie wrote:

>
> On 29 Apr, 2009, at 04:07, Robbie MacKay wrote:
>
>> Hey,
>>
>> I've checked out the Chandler source code from http://svn.osafoundation.org/chandler/trunk/chandler
>> and tried running 'make' from cygwin - but it fails everytime it
>> tries to install zope.interface, with the following error message:
>>
>> Searching for zope.interface
>> Best match: zope.interface 3.3.0b2-r71371
>> Processing zope.interface-3.3.0b2-r71371.tar.bz2
>> Running zope.interface-3.3.0b2-r71371\setup.py -q bdist_egg --dist-
>> dir c:\docume
>> ~1\robbie\locals~1\temp\easy_install-4yfbif\zope.interface-3.3.0b2-
>> r71371\egg-di
>> st-tmp-_jfjri
>> warning: no previously-included files found matching 'setup.cfg'
>> error: Setup script exited with error: Python was built with Visual
>> Studio 2003;
>>
>> extensions must be built with a compiler than can generate
>> compatible binaries.
>> Visual Studio 2003 was not found on this system. If you have Cygwin
>> installed,
>> you can try compiling with MingW32, by passing "-c mingw32" to
>> setup.py.
>> make: *** [zope.interface] Error 1
>>
>> Any ideas on how to get around this?
>
> Hi, Robbie
>
> This is my mistake: I made some build changes a month or two ago, and
> thought that this python package (zope.interface) didn't require a C
> compiler, when it actually does. I will upload a built package once I
> have access to a Windows machine (this evening).

OK, I checked in a fix ... try svn update & make.

--Grant

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

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev
Robbie MacKay-2

Re: Building Chandler 2 on Windows without Visual Studio (Grant Baillie)

Reply Threaded More More options
Print post
Permalink
Hey Grant,

Cheers for that.
I succeeded at running the chandler1 makefile ('make archives').
Then ran:
make develop PYTHON=$SANDBOX/release/RunPython.bat SETUP_OPTS="--script-dir=$SANDBOX/bin -Z"

I got an error: 'ImportError: cannot import name decorators'
I ran 'easy_install.exe DecoratorTools'

then: 'ImportError: cannot import name imports'
ran "easy_install importing"

However I'm stuck with:
"No local packages or download links found for AddOns==dev,>=0.7dev-r2409
error: Could not find suitable distribution for Requirement.parse('AddOns==dev,>
=0.7dev-r2409')
make: *** [develop] Error 1"

I tried running "easy_install AddOns" but still getting the same issues
I'm going to keep  trying a few things but any help would be appreciated.

Cheers,

Robbie MacKay


On Sat, May 2, 2009 at 10:33 AM, Grant Baillie <[hidden email]> wrote:

On 30 Apr, 2009, at 08:54, Grant Baillie wrote:

>
> On 29 Apr, 2009, at 04:07, Robbie MacKay wrote:
>
>> Hey,
>>
>> I've checked out the Chandler source code from http://svn.osafoundation.org/chandler/trunk/chandler
>> and tried running 'make' from cygwin - but it fails everytime it
>> tries to install zope.interface, with the following error message:
>>
>> Searching for zope.interface
>> Best match: zope.interface 3.3.0b2-r71371
>> Processing zope.interface-3.3.0b2-r71371.tar.bz2
>> Running zope.interface-3.3.0b2-r71371\setup.py -q bdist_egg --dist-
>> dir c:\docume
>> ~1\robbie\locals~1\temp\easy_install-4yfbif\zope.interface-3.3.0b2-
>> r71371\egg-di
>> st-tmp-_jfjri
>> warning: no previously-included files found matching 'setup.cfg'
>> error: Setup script exited with error: Python was built with Visual
>> Studio 2003;
>>
>> extensions must be built with a compiler than can generate
>> compatible binaries.
>> Visual Studio 2003 was not found on this system. If you have Cygwin
>> installed,
>> you can try compiling with MingW32, by passing "-c mingw32" to
>> setup.py.
>> make: *** [zope.interface] Error 1
>>
>> Any ideas on how to get around this?
>
> Hi, Robbie
>
> This is my mistake: I made some build changes a month or two ago, and
> thought that this python package (zope.interface) didn't require a C
> compiler, when it actually does. I will upload a built package once I
> have access to a Windows machine (this evening).

OK, I checked in a fix ... try svn update & make.

--Grant

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

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


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

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev
Grant Baillie

Re: Building Chandler 2 on Windows without Visual Studio (Grant Baillie)

Reply Threaded More More options
Print post
Permalink

On 2 May, 2009, at 02:34, Robbie MacKay wrote:

> Hey Grant,
>
> Cheers for that.
> I succeeded at running the chandler1 makefile ('make archives').
> Then ran:
> make develop PYTHON=$SANDBOX/release/RunPython.bat SETUP_OPTS="--
> script-dir=$SANDBOX/bin -Z"
>
> I got an error: 'ImportError: cannot import name decorators'
> I ran 'easy_install.exe DecoratorTools'
>
> then: 'ImportError: cannot import name imports'
> ran "easy_install importing"
>
> However I'm stuck with:
> "No local packages or download links found for AddOns==dev,>=0.7dev-
> r2409
> error: Could not find suitable distribution for  
> Requirement.parse('AddOns==dev,>
> =0.7dev-r2409')
> make: *** [develop] Error 1"
>
> I tried running "easy_install AddOns" but still getting the same  
> issues
> I'm going to keep  trying a few things but any help would be  
> appreciated.

Hi, Robbie

Hm ... this works for me (I need to change the instructions to include  
the ".bat" in RunPython, as you noticed). What is SANDBOX set to for  
you?

--Grant

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

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev
Robbie MacKay-2

Re: Building Chandler 2 on Windows without Visual Studio (Grant Baillie)

Reply Threaded More More options
Print post
Permalink
Hey Grant,
SANDBOX is set to /cygdrive/c/chandler
The chandler 2 files are checked out into /cygdrive/c/chandler/chandler2/

Any ideas?
How would I get AddOns 0.7dev-r2409 installed??
Might end up just waiting till I have a linux box setup to develop on - but it would be good to get this sorted out for any other potential windows developers.

Robbie MacKay

On Tue, May 5, 2009 at 1:43 AM, Grant Baillie <[hidden email]> wrote:

On 2 May, 2009, at 02:34, Robbie MacKay wrote:

> Hey Grant,
>
> Cheers for that.
> I succeeded at running the chandler1 makefile ('make archives').
> Then ran:
> make develop PYTHON=$SANDBOX/release/RunPython.bat SETUP_OPTS="--
> script-dir=$SANDBOX/bin -Z"
>
> I got an error: 'ImportError: cannot import name decorators'
> I ran 'easy_install.exe DecoratorTools'
>
> then: 'ImportError: cannot import name imports'
> ran "easy_install importing"
>
> However I'm stuck with:
> "No local packages or download links found for AddOns==dev,>=0.7dev-
> r2409
> error: Could not find suitable distribution for
> Requirement.parse('AddOns==dev,>
> =0.7dev-r2409')
> make: *** [develop] Error 1"
>
> I tried running "easy_install AddOns" but still getting the same
> issues
> I'm going to keep  trying a few things but any help would be
> appreciated.

Hi, Robbie

Hm ... this works for me (I need to change the instructions to include
the ".bat" in RunPython, as you noticed). What is SANDBOX set to for
you?

--Grant

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

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


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

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev
Robbie MacKay-2

Re: Building Chandler 2 on Windows without Visual Studio (Grant Baillie)

Reply Threaded More More options
Print post
Permalink
Hey Grant,

There appears to be something odd going on with the dependencies, in particular those with a required revision like: AddOns==dev,>=0.7dev-r2409
I see they get built but I get errors about the .svn/entries format and the folder is created as r0 (ie addons-0.7dev_r0-py2.5.egg).
I found if I renamed these manually to the required revision then the install worked.

Also - there appear to be issues with the Twisted and Zope installs using the Chandler1 makefile - I had to manually download Twisted-8.2.0-py2.5-win32.egg and zope.interface-3.3.0b2-py2.5-win32.egg from http://builds.osafoundation.org/external/ before 'make archives' would complete.

Is that enough info for you to go on? I can get the full error outputs but I'll have to make clean and then run the builds/installs again I think.

Robbie MacKay

On Tue, May 12, 2009 at 10:20 AM, Robbie MacKay <[hidden email]> wrote:
Hey Grant,
SANDBOX is set to /cygdrive/c/chandler
The chandler 2 files are checked out into /cygdrive/c/chandler/chandler2/

Any ideas?
How would I get AddOns 0.7dev-r2409 installed??
Might end up just waiting till I have a linux box setup to develop on - but it would be good to get this sorted out for any other potential windows developers.

Robbie MacKay


On Tue, May 5, 2009 at 1:43 AM, Grant Baillie <[hidden email]> wrote:

On 2 May, 2009, at 02:34, Robbie MacKay wrote:

> Hey Grant,
>
> Cheers for that.
> I succeeded at running the chandler1 makefile ('make archives').
> Then ran:
> make develop PYTHON=$SANDBOX/release/RunPython.bat SETUP_OPTS="--
> script-dir=$SANDBOX/bin -Z"
>
> I got an error: 'ImportError: cannot import name decorators'
> I ran 'easy_install.exe DecoratorTools'
>
> then: 'ImportError: cannot import name imports'
> ran "easy_install importing"
>
> However I'm stuck with:
> "No local packages or download links found for AddOns==dev,>=0.7dev-
> r2409
> error: Could not find suitable distribution for
> Requirement.parse('AddOns==dev,>
> =0.7dev-r2409')
> make: *** [develop] Error 1"
>
> I tried running "easy_install AddOns" but still getting the same
> issues
> I'm going to keep  trying a few things but any help would be
> appreciated.

Hi, Robbie

Hm ... this works for me (I need to change the instructions to include
the ".bat" in RunPython, as you noticed). What is SANDBOX set to for
you?

--Grant

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

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



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

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev
Robbie MacKay-2

Re: Building Chandler 2 on Windows without Visual Studio (Grant Baillie)

Reply Threaded More More options
Print post
Permalink
Ok - one more thing I should I have checked before posting earlier.
Once I get the build to finish successfully - theres still no chandler-demo file to run??

Robbie MacKay

On Tue, May 12, 2009 at 1:37 PM, Robbie MacKay <[hidden email]> wrote:
Hey Grant,

There appears to be something odd going on with the dependencies, in particular those with a required revision like: AddOns==dev,>=0.7dev-r2409
I see they get built but I get errors about the .svn/entries format and the folder is created as r0 (ie addons-0.7dev_r0-py2.5.egg).
I found if I renamed these manually to the required revision then the install worked.

Also - there appear to be issues with the Twisted and Zope installs using the Chandler1 makefile - I had to manually download Twisted-8.2.0-py2.5-win32.egg and zope.interface-3.3.0b2-py2.5-win32.egg from http://builds.osafoundation.org/external/ before 'make archives' would complete.

Is that enough info for you to go on? I can get the full error outputs but I'll have to make clean and then run the builds/installs again I think.

Robbie MacKay


On Tue, May 12, 2009 at 10:20 AM, Robbie MacKay <[hidden email]> wrote:
Hey Grant,
SANDBOX is set to /cygdrive/c/chandler
The chandler 2 files are checked out into /cygdrive/c/chandler/chandler2/

Any ideas?
How would I get AddOns 0.7dev-r2409 installed??
Might end up just waiting till I have a linux box setup to develop on - but it would be good to get this sorted out for any other potential windows developers.

Robbie MacKay


On Tue, May 5, 2009 at 1:43 AM, Grant Baillie <[hidden email]> wrote:

On 2 May, 2009, at 02:34, Robbie MacKay wrote:

> Hey Grant,
>
> Cheers for that.
> I succeeded at running the chandler1 makefile ('make archives').
> Then ran:
> make develop PYTHON=$SANDBOX/release/RunPython.bat SETUP_OPTS="--
> script-dir=$SANDBOX/bin -Z"
>
> I got an error: 'ImportError: cannot import name decorators'
> I ran 'easy_install.exe DecoratorTools'
>
> then: 'ImportError: cannot import name imports'
> ran "easy_install importing"
>
> However I'm stuck with:
> "No local packages or download links found for AddOns==dev,>=0.7dev-
> r2409
> error: Could not find suitable distribution for
> Requirement.parse('AddOns==dev,>
> =0.7dev-r2409')
> make: *** [develop] Error 1"
>
> I tried running "easy_install AddOns" but still getting the same
> issues
> I'm going to keep  trying a few things but any help would be
> appreciated.

Hi, Robbie

Hm ... this works for me (I need to change the instructions to include
the ".bat" in RunPython, as you noticed). What is SANDBOX set to for
you?

--Grant

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

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




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

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev
Grant Baillie

Re: Building Chandler 2 on Windows without Visual Studio (Grant Baillie)

Reply Threaded More More options
Print post
Permalink

On 11 May, 2009, at 18:52, Robbie MacKay wrote:

> Ok - one more thing I should I have checked before posting earlier.
> Once I get the build to finish successfully - theres still no  
> chandler-demo file to run??
>
> Robbie MacKay
>
> On Tue, May 12, 2009 at 1:37 PM, Robbie MacKay <[hidden email]>  
> wrote:
> Hey Grant,
>
> There appears to be something odd going on with the dependencies, in  
> particular those with a required revision like: AddOns==dev,>=0.7dev-
> r2409
> I see they get built but I get errors about the .svn/entries format  
> and the folder is created as r0 (ie addons-0.7dev_r0-py2.5.egg).
> I found if I renamed these manually to the required revision then  
> the install worked.
>
> Also - there appear to be issues with the Twisted and Zope installs  
> using the Chandler1 makefile - I had to manually download  
> Twisted-8.2.0-py2.5-win32.egg and zope.interface-3.3.0b2-py2.5-
> win32.egg from http://builds.osafoundation.org/external/ before  
> 'make archives' would complete.
>
> Is that enough info for you to go on? I can get the full error  
> outputs but I'll have to make clean and then run the builds/installs  
> again I think.

Hi, Robbie

Thanks for the info: I think this is mostly enough for me to go on.  
One other thing: What is the output for you of

svn --version

Thanks,
--Grant


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

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev
Robbie MacKay-2

Re: Building Chandler 2 on Windows without Visual Studio (Grant Baillie)

Reply Threaded More More options
Print post
Permalink
svn, version 1.6.1 (r37116)
compiled Apr 11 2009, 12:07:06

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - handles 'http' scheme
  - handles 'https' scheme


Thanks,
Robbie MacKay

On Wed, May 13, 2009 at 2:17 AM, Grant Baillie <[hidden email]> wrote:

On 11 May, 2009, at 18:52, Robbie MacKay wrote:

> Ok - one more thing I should I have checked before posting earlier.
> Once I get the build to finish successfully - theres still no
> chandler-demo file to run??
>
> Robbie MacKay
>
> On Tue, May 12, 2009 at 1:37 PM, Robbie MacKay <[hidden email]>
> wrote:
> Hey Grant,
>
> There appears to be something odd going on with the dependencies, in
> particular those with a required revision like: AddOns==dev,>=0.7dev-
> r2409
> I see they get built but I get errors about the .svn/entries format
> and the folder is created as r0 (ie addons-0.7dev_r0-py2.5.egg).
> I found if I renamed these manually to the required revision then
> the install worked.
>
> Also - there appear to be issues with the Twisted and Zope installs
> using the Chandler1 makefile - I had to manually download
> Twisted-8.2.0-py2.5-win32.egg and zope.interface-3.3.0b2-py2.5-
> win32.egg from http://builds.osafoundation.org/external/ before
> 'make archives' would complete.
>
> Is that enough info for you to go on? I can get the full error
> outputs but I'll have to make clean and then run the builds/installs
> again I think.

Hi, Robbie

Thanks for the info: I think this is mostly enough for me to go on.
One other thing: What is the output for you of

svn --version

Thanks,
--Grant


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

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


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

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev
Grant Baillie

Re: Building Chandler 2 on Windows without Visual Studio (Grant Baillie)

Reply Threaded More More options
Print post
Permalink

On 12 May, 2009, at 12:42, Robbie MacKay wrote:

> svn, version 1.6.1 (r37116)
> compiled Apr 11 2009, 12:07:06

Thanks. There's bug, apparently, with svn version 1.6.x and python  
setuptools, see:

http://bugs.python.org/setuptools/issue64

I'll try to get a patched version built and made available. I've also  
run some tests on a windows machine without a MSVC compiler, and  
uncovered some problems I'll be patching soon.

--Grant

>
> Copyright (C) 2000-2009 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
> This product includes software developed by CollabNet (http://www.Collab.Net/ 
> ).
>
> The following repository access (RA) modules are available:
>
> * ra_neon : Module for accessing a repository via WebDAV protocol  
> using Neon.
>   - handles 'http' scheme
>   - handles 'https' scheme
> * ra_svn : Module for accessing a repository using the svn network  
> protocol.
>   - with Cyrus SASL authentication
>   - handles 'svn' scheme
> * ra_local : Module for accessing a repository on local disk.
>   - handles 'file' scheme
> * ra_serf : Module for accessing a repository via WebDAV protocol  
> using serf.
>   - handles 'http' scheme
>   - handles 'https' scheme
>
>
> Thanks,
> Robbie MacKay
>
> On Wed, May 13, 2009 at 2:17 AM, Grant Baillie <[hidden email]
> > wrote:
>
> On 11 May, 2009, at 18:52, Robbie MacKay wrote:
>
> > Ok - one more thing I should I have checked before posting earlier.
> > Once I get the build to finish successfully - theres still no
> > chandler-demo file to run??
> >
> > Robbie MacKay
> >
> > On Tue, May 12, 2009 at 1:37 PM, Robbie MacKay <[hidden email]>
> > wrote:
> > Hey Grant,
> >
> > There appears to be something odd going on with the dependencies, in
> > particular those with a required revision like:  
> AddOns==dev,>=0.7dev-
> > r2409
> > I see they get built but I get errors about the .svn/entries format
> > and the folder is created as r0 (ie addons-0.7dev_r0-py2.5.egg).
> > I found if I renamed these manually to the required revision then
> > the install worked.
> >
> > Also - there appear to be issues with the Twisted and Zope installs
> > using the Chandler1 makefile - I had to manually download
> > Twisted-8.2.0-py2.5-win32.egg and zope.interface-3.3.0b2-py2.5-
> > win32.egg from http://builds.osafoundation.org/external/ before
> > 'make archives' would complete.
> >
> > Is that enough info for you to go on? I can get the full error
> > outputs but I'll have to make clean and then run the builds/installs
> > again I think.
>
> Hi, Robbie
>
> Thanks for the info: I think this is mostly enough for me to go on.
> One other thing: What is the output for you of
>
> svn --version
>
> Thanks,
> --Grant
>
>
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
> Open Source Applications Foundation "chandler-dev" mailing list
> http://lists.osafoundation.org/mailman/listinfo/chandler-dev
>
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
> Open Source Applications Foundation "chandler-dev" mailing list
> http://lists.osafoundation.org/mailman/listinfo/chandler-dev

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

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev
Grant Baillie

Re: Building Chandler 2 on Windows without Visual Studio (Grant Baillie)

Reply Threaded More More options
Print post
Permalink

On 13 May, 2009, at 17:14, Grant Baillie wrote:

>
> On 12 May, 2009, at 12:42, Robbie MacKay wrote:
>
>> svn, version 1.6.1 (r37116)
>> compiled Apr 11 2009, 12:07:06
>
> Thanks. There's bug, apparently, with svn version 1.6.x and python
> setuptools, see:
>
> http://bugs.python.org/setuptools/issue64
>
> I'll try to get a patched version built and made available. I've also
> run some tests on a windows machine without a MSVC compiler, and
> uncovered some problems I'll be patching soon.

Unfortunately, the patch originally in that bug was incorrect for a  
couple of reasons. I've addressed those problems and uploaded a new  
patch. I've also updated the chandler2 build instructions to show how  
to work around the problem by getting a new version of the setuptools  
package.

--Grant


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

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