David Chu | 2 Apr 2008 16:23
Picon

Re: Windows Development Environment

Someone replied me from the boost-build mailing list regarding with the build problem I had when building boost on Windows.

I guess I send it to the wrong mailing list.  They suggested me to send my problem to the boost-developer mailing list.

I'll do that tonight after work.  At the meantime, I'll start looking/working on the design and API.

- dc

On Fri, Mar 28, 2008 at 6:23 AM, Alvarez, Alan SPC MIL USA FORSCOM <alan.alvarez-SrL5qGCgbQJGMJYXDe/CxA@public.gmane.org> wrote:
In the client it's used for asio. This is the way used to catch errors because of the new modifications to asio's interface. I could go without using it with the penalty of not being to catch errors/exceptions.

In the server serialization is being used to write and read the xml file that contains the plaintextdirectory implementation. We could also go without this if you plan to go another way with the plaintext implementation.

Respectfully,

Alan Alvarez
SPC(P), USA

----- Original Message -----
From: David Chu <beyonddc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date: Friday, March 28, 2008 7:28
Subject: Re: [Mira-development] Windows Development Environment
To: Mira Development Mailing List <mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>

> Alan,
>
> I haven't look at the code yet but can you explain the usage of system
> library in client and serialization library in server briefly?
>
> A sentence or two would be fine.  I was just interested to know
> what're we
> using it for.
>
> Thanks,
>
> David
>
> On Thu, Mar 27, 2008 at 9:53 AM, Alvarez, Alan SPC MIL USA FORSCOM <
> alan.alvarez-SrL5qGCgbQJGMJYXDe/CxA@public.gmane.org> wrote:
>
> > David,
> >
> >    At the beginning of the email you say you're not able to
> build the
> > system, python and serialization libraries, but then you say
> that you are.
> > Which one is it?
> >
> > You will need the system library to build the client, and the
> > serialization library to build the current implementation of the
> directory> layer in the server.
> >
> > I assume this is for version 1.35 since the system library was
> introduced> in this version. And please do document how you did it
> in the wiki since
> > Thurston seems to be having some issues and I'm sure I'll run
> into some
> > issues when I try to do it myself.
> >
> > Thank you.
> >
> > Respectfully,
> >
> > Alan Alvarez
> > SPC(P), USA
> >
> > ----- Original Message -----
> > From: David Chu <beyonddc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > Date: Thursday, March 27, 2008 6:41
> > Subject: Re: [Mira-development] Windows Development Environment
> >  To: Mira Development Mailing List <mira-
> development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org> >
> >
> > > There's a total of 15 boost libraries that you can build.
> > > I am able to build most of them except function_types, mpi,
> python,> > serialization, system and wave.
> > > Any of them is what we're using?
> > >
> > > I'm going to update the mira wiki on how I build these libraries.
> > > Should be
> > > available in an hour or two.
> > >
> > > - dc
> > >
> > > 1. date_time
> > > 2. filesystem
> > > 3. function_types
> > > 4. graph
> > > 5. iostreams
> > > 6. mpi
> > > 7. program_options
> > > 8. python
> > > 9. regex
> > > 10 serialization
> > > 11 signals
> > > 12 system
> > > 13 test
> > > 14 thread
> > > 15 wave
> > >
> > >
> > >
> > > On 3/26/08, David Chu <beyonddc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > > >
> > > > Which boost library we're using in mira as of right now?
> > > >
> > > > Which one are we planning to use?  I want to know so I can just
> > > build the
> > > > one I need.  I'm having some difficulty to build some of
> them on
> > > Windows.>
> > > > - dc
> > > >
> > > > On Wed, Mar 26, 2008 at 12:22 AM, David Chu <beyonddc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > > wrote:>
> > > > > Will do
> > > > >
> > > > > Have you guys successfully building it?
> > > > >
> > > > > I think I done that long time ago but I forgot what I did.
> > > > > Anyway, I'm using bjam to build boost right now.  Crossing my
> > > finger and
> > > > > hope it will build.
> > > > >
> > > > > - dc
> > > > >
> > > > > On Tue, Mar 25, 2008 at 10:45 PM, Thurston Stone
> > > <tstone2077-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>> > wrote:
> > > > >
> > > > > > Hi David,
> > > > > >
> > > > > > when you build boost, can you document the steps and add it
> > > to the
> > > > > > wiki?
> > > > > >
> > > > > > Thanks,
> > > > > > Thurston
> > > > > >
> > > > > > ------------------------------
> > > > > > Date: Tue, 25 Mar 2008 22:25:33 -0400
> > > > > > From: beyonddc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
> > > > > > To: mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > > > > > Subject: Re: [Mira-development] Windows Development
> Environment> > > > >
> > > > > > Cool~!  Thanks...
> > > > > >
> > > > > > I got mingw and codeblock setup.
> > > > > >
> > > > > > I'm now building wxWidgets then boost would be next.
> > > > > >
> > > > > > - dc
> > > > > >
> > > > > > On Tue, Mar 25, 2008 at 4:10 AM, Alvarez, Alan SPC MIL USA
> > > FORSCOM <
> > > > > > alan.alvarez-SrL5qGCgbQJGMJYXDe/CxA@public.gmane.org> wrote:
> > > > > >
> > > > > > I think for now the only requirement should be Boost
> 1.35 (not
> > > > > > released yet, only availably from SVN) because of the system
> > > library in
> > > > > > boost. Everything else shouldn't really matter much what
> > > version you use.
> > > > > > It's always good be to as up to date as possible.
> > > > > >
> > > > > > wxWidgets needs to be 2.8+. The build system doesn't
> work on
> > > windows> > > yet, so use the codeblock files to compile if you use
> > > codeblocks. I'll try
> > > > > > to get the build system to work on windows once I get a
> chance.> > > > >
> > > > > > Respectfully,
> > > > > >
> > > > > > Alan Alvarez
> > > > > > SPC(P), USA
> > > > > >
> > > > > > ----- Original Message -----
> > > > > > From: David Chu <beyonddc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > > > > > Date: Tuesday, March 25, 2008 7:18
> > > > > > Subject: [Mira-development]  Windows Development Environment
> > > > > > To: Mira Development Mailing List <
> > > > > > mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
> > > > > >
> > > > > > > I'm following this website and setup my environment for
> > > Windows.> > > >
> > > > > >
> > >
> >
> http://miragroupware.org/wiki/doku.php/development/environment_setup#windows>> > > >
> > > > > > > Just making sure, are these the versions we're using?
> > > > > > >
> > > > > > >   - binutils-2.17.50
> > > > > > >   - gcc-3.4.5
> > > > > > >   - gcc-g++-3.4.5
> > > > > > >   - mingw-runtime-3.13
> > > > > > >   - w32api-3.10
> > > > > > >   - msys-1.0.10
> > > > > > >   - Boost 1.35
> > > > > > >   - wxWidgets 2.8.4
> > > > > > >
> > > > > > > Thanks
> > > > > > >
> > > > > > > - dc
> > > > > > >
> > > > > >
> > > > > >
> > > > > > ---------------------------------------------------------
> ----
> > > ------------
> > > > > > This SF.net email is sponsored by: Microsoft
> > > > > > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > > > > > _______________________________________________
> > > > > > Mira-development mailing list
> > > > > > Mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > > > > > https://lists.sourceforge.net/lists/listinfo/mira-
> development> > > > >
> > > > > >
> > > > > >
> > > > > > ------------------------------
> > > > > > In a rush? Get real-time answers with Windows Live
> > > Messenger.<
> >
> http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_realtime_042008>>> > >
> > > > > >
> > > > > > ---------------------------------------------------------
> ----
> >  > ------------
> > > > > > Check out the new SourceForge.net Marketplace.
> > > > > > It's the best place to buy or sell services for
> > > > > > just about anything Open Source.
> > > > > >
> > > > > >
> > >
> >
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace>> > > _______________________________________________
> > > > > > Mira-development mailing list
> > > > > > Mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > > > > > https://lists.sourceforge.net/lists/listinfo/mira-
> development> > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> > -----------------------------------------------------------------
> --------
> > Check out the new SourceForge.net Marketplace.
> > It's the best place to buy or sell services for
> > just about anything Open Source.
> >
> >
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace> _______________________________________________
> > Mira-development mailing list
> > Mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > https://lists.sourceforge.net/lists/listinfo/mira-development
> >
>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Mira-development mailing list
Mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mira-development

Picon

Re: Windows Development Environment

I thought you said you were going to code on linux ...?

Respectfully,

Alan Alvarez
SPC(P), USA

----- Original Message -----
From: David Chu <beyonddc@...>
Date: Wednesday, April 2, 2008 17:24
Subject: Re: [Mira-development] Windows Development Environment
To: Mira Development Mailing List <mira-development@...>

> Someone replied me from the boost-build mailing list regarding 
> with the
> build problem I had when building boost on Windows.
> 
> I guess I send it to the wrong mailing list.  They suggested me to 
> send my
> problem to the boost-developer mailing list.
> 
> I'll do that tonight after work.  At the meantime, I'll start
> looking/working on the design and API.
> 
> - dc
> 
> On Fri, Mar 28, 2008 at 6:23 AM, Alvarez, Alan SPC MIL USA FORSCOM <
> alan.alvarez@...> wrote:
> 
> > In the client it's used for asio. This is the way used to catch 
> errors> because of the new modifications to asio's interface. I 
> could go without
> > using it with the penalty of not being to catch errors/exceptions.
> >
> > In the server serialization is being used to write and read the 
> xml file
> > that contains the plaintextdirectory implementation. We could 
> also go
> > without this if you plan to go another way with the plaintext
> > implementation.
> >
> > Respectfully,
> >
> > Alan Alvarez
> > SPC(P), USA
> >
> > ----- Original Message -----
> > From: David Chu <beyonddc@...>
> > Date: Friday, March 28, 2008 7:28
> > Subject: Re: [Mira-development] Windows Development Environment
> > To: Mira Development Mailing List <mira-
> development@...>>
> > > Alan,
> > >
> > > I haven't look at the code yet but can you explain the usage 
> of system
> > > library in client and serialization library in server briefly?
> > >
> > > A sentence or two would be fine.  I was just interested to know
> > > what're we
> > > using it for.
> > >
> > > Thanks,
> > >
> > > David
> > >
> > > On Thu, Mar 27, 2008 at 9:53 AM, Alvarez, Alan SPC MIL USA 
> FORSCOM <
> > > alan.alvarez@...> wrote:
> > >
> > > > David,
> > > >
> > > >    At the beginning of the email you say you're not able to
> > > build the
> > > > system, python and serialization libraries, but then you say
> > > that you are.
> > > > Which one is it?
> > > >
> > > > You will need the system library to build the client, and the
> > > > serialization library to build the current implementation of the
> > > directory> layer in the server.
> > > >
> > > > I assume this is for version 1.35 since the system library was
> > > introduced> in this version. And please do document how you 
> did it
> > > in the wiki since
> > > > Thurston seems to be having some issues and I'm sure I'll run
> > > into some
> > > > issues when I try to do it myself.
> > > >
> > > > Thank you.
> > > >
> > > > Respectfully,
> > > >
> > > > Alan Alvarez
> > > > SPC(P), USA
> > > >
> > > > ----- Original Message -----
> > > > From: David Chu <beyonddc@...>
> > > > Date: Thursday, March 27, 2008 6:41
> > > > Subject: Re: [Mira-development] Windows Development Environment
> > > >  To: Mira Development Mailing List <mira-
> > > development@...> >
> > > >
> > > > > There's a total of 15 boost libraries that you can build.
> > > > > I am able to build most of them except function_types, mpi,
> > > python,> > serialization, system and wave.
> > > > > Any of them is what we're using?
> > > > >
> > > > > I'm going to update the mira wiki on how I build these 
> libraries.> > > > Should be
> > > > > available in an hour or two.
> > > > >
> > > > > - dc
> > > > >
> > > > > 1. date_time
> > > > > 2. filesystem
> > > > > 3. function_types
> > > > > 4. graph
> > > > > 5. iostreams
> > > > > 6. mpi
> > > > > 7. program_options
> > > > > 8. python
> > > > > 9. regex
> > > > > 10 serialization
> > > > > 11 signals
> > > > > 12 system
> > > > > 13 test
> > > > > 14 thread
> > > > > 15 wave
> > > > >
> > > > >
> > > > >
> > > > > On 3/26/08, David Chu <beyonddc@...> wrote:
> > > > > >
> > > > > > Which boost library we're using in mira as of right now?
> > > > > >
> > > > > > Which one are we planning to use?  I want to know so I 
> can just
> > > > > build the
> > > > > > one I need.  I'm having some difficulty to build some of
> > > them on
> > > > > Windows.>
> > > > > > - dc
> > > > > >
> > > > > > On Wed, Mar 26, 2008 at 12:22 AM, David Chu 
> <beyonddc@...>> > > > wrote:>
> > > > > > > Will do
> > > > > > >
> > > > > > > Have you guys successfully building it?
> > > > > > >
> > > > > > > I think I done that long time ago but I forgot what I did.
> > > > > > > Anyway, I'm using bjam to build boost right now.  
> Crossing my
> > > > > finger and
> > > > > > > hope it will build.
> > > > > > >
> > > > > > > - dc
> > > > > > >
> > > > > > > On Tue, Mar 25, 2008 at 10:45 PM, Thurston Stone
> > > > > <tstone2077@...>> > wrote:
> > > > > > >
> > > > > > > > Hi David,
> > > > > > > >
> > > > > > > > when you build boost, can you document the steps and 
> add it
> > > > > to the
> > > > > > > > wiki?
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Thurston
> > > > > > > >
> > > > > > > > ------------------------------
> > > > > > > > Date: Tue, 25 Mar 2008 22:25:33 -0400
> > > > > > > > From: beyonddc@...
> > > > > > > > To: mira-development@...
> > > > > > > > Subject: Re: [Mira-development] Windows Development
> > > Environment> > > > >
> > > > > > > > Cool~!  Thanks...
> > > > > > > >
> > > > > > > > I got mingw and codeblock setup.
> > > > > > > >
> > > > > > > > I'm now building wxWidgets then boost would be next.
> > > > > > > >
> > > > > > > > - dc
> > > > > > > >
> > > > > > > > On Tue, Mar 25, 2008 at 4:10 AM, Alvarez, Alan SPC 
> MIL USA
> > > > > FORSCOM <
> > > > > > > > alan.alvarez@...> wrote:
> > > > > > > >
> > > > > > > > I think for now the only requirement should be Boost
> > > 1.35 (not
> > > > > > > > released yet, only availably from SVN) because of 
> the system
> > > > > library in
> > > > > > > > boost. Everything else shouldn't really matter much what
> > > > > version you use.
> > > > > > > > It's always good be to as up to date as possible.
> > > > > > > >
> > > > > > > > wxWidgets needs to be 2.8+. The build system doesn't
> > > work on
> > > > > windows> > > yet, so use the codeblock files to compile if 
> you use
> > > > > codeblocks. I'll try
> > > > > > > > to get the build system to work on windows once I 
> get a
> > > chance.> > > > >
> > > > > > > > Respectfully,
> > > > > > > >
> > > > > > > > Alan Alvarez
> > > > > > > > SPC(P), USA
> > > > > > > >
> > > > > > > > ----- Original Message -----
> > > > > > > > From: David Chu <beyonddc@...>
> > > > > > > > Date: Tuesday, March 25, 2008 7:18
> > > > > > > > Subject: [Mira-development]  Windows Development 
> Environment> > > > > > > To: Mira Development Mailing List <
> > > > > > > > mira-development@...>
> > > > > > > >
> > > > > > > > > I'm following this website and setup my 
> environment for
> > > > > Windows.> > > >
> > > > > > > >
> > > > >
> > > >
> > >
> > 
> http://miragroupware.org/wiki/doku.php/development/environment_setup#windows>>> > > >
> > > > > > > > > Just making sure, are these the versions we're using?
> > > > > > > > >
> > > > > > > > >   - binutils-2.17.50
> > > > > > > > >   - gcc-3.4.5
> > > > > > > > >   - gcc-g++-3.4.5
> > > > > > > > >   - mingw-runtime-3.13
> > > > > > > > >   - w32api-3.10
> > > > > > > > >   - msys-1.0.10
> > > > > > > > >   - Boost 1.35
> > > > > > > > >   - wxWidgets 2.8.4
> > > > > > > > >
> > > > > > > > > Thanks
> > > > > > > > >
> > > > > > > > > - dc
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > -----------------------------------------------------
> ----
> > > ----
> > > > > ------------
> > > > > > > > This SF.net email is sponsored by: Microsoft
> > > > > > > > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > > > > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > > > > > > > _______________________________________________
> > > > > > > > Mira-development mailing list
> > > > > > > > Mira-development@...
> > > > > > > > https://lists.sourceforge.net/lists/listinfo/mira-
> > > development> > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > ------------------------------
> > > > > > > > In a rush? Get real-time answers with Windows Live
> > > > > Messenger.<
> > > >
> > >
> > 
>
http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_realtime_042008>>>>
> >
> > > > > > > >
> > > > > > > > -----------------------------------------------------
> ----
> > > ----
> > > >  > ------------
> > > > > > > > Check out the new SourceForge.net Marketplace.
> > > > > > > > It's the best place to buy or sell services for
> > > > > > > > just about anything Open Source.
> > > > > > > >
> > > > > > > >
> > > > >
> > > >
> > >
> > 
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace>>> > > _______________________________________________
> > > > > > > > Mira-development mailing list
> > > > > > > > Mira-development@...
> > > > > > > > https://lists.sourceforge.net/lists/listinfo/mira-
> > > development> > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > > > -------------------------------------------------------------
> ----
> > > --------
> > > > Check out the new SourceForge.net Marketplace.
> > > > It's the best place to buy or sell services for
> > > > just about anything Open Source.
> > > >
> > > >
> > >
> > 
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace>> _______________________________________________
> > > > Mira-development mailing list
> > > > Mira-development@...
> > > > https://lists.sourceforge.net/lists/listinfo/mira-development
> > > >
> > >
> >
> > -----------------------------------------------------------------
> --------
> > Check out the new SourceForge.net Marketplace.
> > It's the best place to buy or sell services for
> > just about anything Open Source.
> >
> > 
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace> _______________________________________________
> > Mira-development mailing list
> > Mira-development@...
> > https://lists.sourceforge.net/lists/listinfo/mira-development
> >
> 

David Chu | 2 Apr 2008 16:59
Picon

Re: Windows Development Environment

At minimum I would like to compile on Windows to test interoperability.  But I can start on Linux first.

- dc

On Wed, Apr 2, 2008 at 10:28 AM, Alvarez, Alan SPC MIL USA FORSCOM <alan.alvarez-SrL5qGCgbQJGMJYXDe/CxA@public.gmane.org> wrote:
I thought you said you were going to code on linux ...?

Respectfully,

Alan Alvarez
SPC(P), USA

----- Original Message -----
From: David Chu <beyonddc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date: Wednesday, April 2, 2008 17:24
Subject: Re: [Mira-development] Windows Development Environment
To: Mira Development Mailing List <mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>

> Someone replied me from the boost-build mailing list regarding
> with the
> build problem I had when building boost on Windows.
>
> I guess I send it to the wrong mailing list.  They suggested me to
> send my
> problem to the boost-developer mailing list.
>
> I'll do that tonight after work.  At the meantime, I'll start
> looking/working on the design and API.
>
> - dc
>
> On Fri, Mar 28, 2008 at 6:23 AM, Alvarez, Alan SPC MIL USA FORSCOM <
> alan.alvarez-SrL5qGCgbQJGMJYXDe/CxA@public.gmane.org> wrote:
>
> > In the client it's used for asio. This is the way used to catch
> errors> because of the new modifications to asio's interface. I
> could go without
> > using it with the penalty of not being to catch errors/exceptions.
> >
> > In the server serialization is being used to write and read the
> xml file
> > that contains the plaintextdirectory implementation. We could
> also go
> > without this if you plan to go another way with the plaintext
> > implementation.
> >
> > Respectfully,
> >
> > Alan Alvarez
> > SPC(P), USA
> >
> > ----- Original Message -----
> > From: David Chu <beyonddc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > Date: Friday, March 28, 2008 7:28
> > Subject: Re: [Mira-development] Windows Development Environment
> > To: Mira Development Mailing List <mira-
> development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>>
> > > Alan,
> > >
> > > I haven't look at the code yet but can you explain the usage
> of system
> > > library in client and serialization library in server briefly?
> > >
> > > A sentence or two would be fine.  I was just interested to know
> > > what're we
> > > using it for.
> > >
> > > Thanks,
> > >
> > > David
> > >
> > > On Thu, Mar 27, 2008 at 9:53 AM, Alvarez, Alan SPC MIL USA
> FORSCOM <
> > > alan.alvarez-SrL5qGCgbQJGMJYXDe/CxA@public.gmane.org> wrote:
> > >
> > > > David,
> > > >
> > > >    At the beginning of the email you say you're not able to
> > > build the
> > > > system, python and serialization libraries, but then you say
> > > that you are.
> > > > Which one is it?
> > > >
> > > > You will need the system library to build the client, and the
> > > > serialization library to build the current implementation of the
> > > directory> layer in the server.
> > > >
> > > > I assume this is for version 1.35 since the system library was
> > > introduced> in this version. And please do document how you
> did it
> > > in the wiki since
> > > > Thurston seems to be having some issues and I'm sure I'll run
> > > into some
> > > > issues when I try to do it myself.
> > > >
> > > > Thank you.
> > > >
> > > > Respectfully,
> > > >
> > > > Alan Alvarez
> > > > SPC(P), USA
> > > >
> > > > ----- Original Message -----
> > > > From: David Chu <beyonddc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > > > Date: Thursday, March 27, 2008 6:41
> > > > Subject: Re: [Mira-development] Windows Development Environment
> > > >  To: Mira Development Mailing List <mira-
> > > development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org> >
> > > >
> > > > > There's a total of 15 boost libraries that you can build.
> > > > > I am able to build most of them except function_types, mpi,
> > > python,> > serialization, system and wave.
> > > > > Any of them is what we're using?
> > > > >
> > > > > I'm going to update the mira wiki on how I build these
> libraries.> > > > Should be
> > > > > available in an hour or two.
> > > > >
> > > > > - dc
> > > > >
> > > > > 1. date_time
> > > > > 2. filesystem
> > > > > 3. function_types
> > > > > 4. graph
> > > > > 5. iostreams
> > > > > 6. mpi
> > > > > 7. program_options
> > > > > 8. python
> > > > > 9. regex
> > > > > 10 serialization
> > > > > 11 signals
> > > > > 12 system
> > > > > 13 test
> > > > > 14 thread
> > > > > 15 wave
> > > > >
> > > > >
> > > > >
> > > > > On 3/26/08, David Chu <beyonddc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > > > > >
> > > > > > Which boost library we're using in mira as of right now?
> > > > > >
> > > > > > Which one are we planning to use?  I want to know so I
> can just
> > > > > build the
> > > > > > one I need.  I'm having some difficulty to build some of
> > > them on
> > > > > Windows.>
> > > > > > - dc
> > > > > >
> > > > > > On Wed, Mar 26, 2008 at 12:22 AM, David Chu
> <beyonddc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> > > > wrote:>
> > > > > > > Will do
> > > > > > >
> > > > > > > Have you guys successfully building it?
> > > > > > >
> > > > > > > I think I done that long time ago but I forgot what I did.
> > > > > > > Anyway, I'm using bjam to build boost right now.
> Crossing my
> > > > > finger and
> > > > > > > hope it will build.
> > > > > > >
> > > > > > > - dc
> > > > > > >
> > > > > > > On Tue, Mar 25, 2008 at 10:45 PM, Thurston Stone
> > > > > <tstone2077-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>> > wrote:
> > > > > > >
> > > > > > > > Hi David,
> > > > > > > >
> > > > > > > > when you build boost, can you document the steps and
> add it
> > > > > to the
> > > > > > > > wiki?
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Thurston
> > > > > > > >
> > > > > > > > ------------------------------
> > > > > > > > Date: Tue, 25 Mar 2008 22:25:33 -0400
> > > > > > > > From: beyonddc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
> > > > > > > > To: mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > > > > > > > Subject: Re: [Mira-development] Windows Development
> > > Environment> > > > >
> > > > > > > > Cool~!  Thanks...
> > > > > > > >
> > > > > > > > I got mingw and codeblock setup.
> > > > > > > >
> > > > > > > > I'm now building wxWidgets then boost would be next.
> > > > > > > >
> > > > > > > > - dc
> > > > > > > >
> > > > > > > > On Tue, Mar 25, 2008 at 4:10 AM, Alvarez, Alan SPC
> MIL USA
> > > > > FORSCOM <
> > > > > > > > alan.alvarez-SrL5qGCgbQJGMJYXDe/CxA@public.gmane.org> wrote:
> > > > > > > >
> > > > > > > > I think for now the only requirement should be Boost
> > > 1.35 (not
> > > > > > > > released yet, only availably from SVN) because of
> the system
> > > > > library in
> > > > > > > > boost. Everything else shouldn't really matter much what
> > > > > version you use.
> > > > > > > > It's always good be to as up to date as possible.
> > > > > > > >
> > > > > > > > wxWidgets needs to be 2.8+. The build system doesn't
> > > work on
> > > > > windows> > > yet, so use the codeblock files to compile if
> you use
> > > > > codeblocks. I'll try
> > > > > > > > to get the build system to work on windows once I
> get a
> > > chance.> > > > >
> > > > > > > > Respectfully,
> > > > > > > >
> > > > > > > > Alan Alvarez
> > > > > > > > SPC(P), USA
> > > > > > > >
> > > > > > > > ----- Original Message -----
> > > > > > > > From: David Chu <beyonddc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > > > > > > > Date: Tuesday, March 25, 2008 7:18
> > > > > > > > Subject: [Mira-development]  Windows Development
> Environment> > > > > > > To: Mira Development Mailing List <
> > > > > > > > mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
> > > > > > > >
> > > > > > > > > I'm following this website and setup my
> environment for
> > > > > Windows.> > > >
> > > > > > > >
> > > > >
> > > >
> > >
> >
> http://miragroupware.org/wiki/doku.php/development/environment_setup#windows>>> > > >
> > > > > > > > > Just making sure, are these the versions we're using?
> > > > > > > > >
> > > > > > > > >   - binutils-2.17.50
> > > > > > > > >   - gcc-3.4.5
> > > > > > > > >   - gcc-g++-3.4.5
> > > > > > > > >   - mingw-runtime-3.13
> > > > > > > > >   - w32api-3.10
> > > > > > > > >   - msys-1.0.10
> > > > > > > > >   - Boost 1.35
> > > > > > > > >   - wxWidgets 2.8.4
> > > > > > > > >
> > > > > > > > > Thanks
> > > > > > > > >
> > > > > > > > > - dc
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > -----------------------------------------------------
> ----
> > > ----
> > > > > ------------
> > > > > > > > This SF.net email is sponsored by: Microsoft
> > > > > > > > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > > > > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > > > > > > > _______________________________________________
> > > > > > > > Mira-development mailing list
> > > > > > > > Mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > > > > > > > https://lists.sourceforge.net/lists/listinfo/mira-
> > > development> > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > ------------------------------
> > > > > > > > In a rush? Get real-time answers with Windows Live
> > > > > Messenger.<
> > > >
> > >
> >
> http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_realtime_042008>>>> > >
> > > > > > > >
> > > > > > > > -----------------------------------------------------
> ----
> > > ----
> > > >  > ------------
> > > > > > > > Check out the new SourceForge.net Marketplace.
> > > > > > > > It's the best place to buy or sell services for
> > > > > > > > just about anything Open Source.
> > > > > > > >
> > > > > > > >
> > > > >
> > > >
> > >
> >
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace>>> > > _______________________________________________
> > > > > > > > Mira-development mailing list
> > > > > > > > Mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > > > > > > > https://lists.sourceforge.net/lists/listinfo/mira-
> > > development> > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > > > -------------------------------------------------------------
> ----
> > > --------
> > > > Check out the new SourceForge.net Marketplace.
> > > > It's the best place to buy or sell services for
> > > > just about anything Open Source.
> > > >
> > > >
> > >
> >
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace>> _______________________________________________
> > > > Mira-development mailing list
> > > > Mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > > > https://lists.sourceforge.net/lists/listinfo/mira-development
> > > >
> > >
> >
> > -----------------------------------------------------------------
> --------
> > Check out the new SourceForge.net Marketplace.
> > It's the best place to buy or sell services for
> > just about anything Open Source.
> >
> >
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace> _______________________________________________
> > Mira-development mailing list
> > Mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > https://lists.sourceforge.net/lists/listinfo/mira-development
> >
>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Mira-development mailing list
Mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mira-development

Stefan Constantin | 8 Apr 2008 21:00
Picon

A little question

Hello everyone,

About 2 weeks ago (I think) I had a disscution with Alan on the irc channel where I commited too writing the plugin system for mira.
Since then I'm in France where my company sent me, and I had no way/time to write any code on it.

I will be back home on Sunday so I'll get into what I promised.

As I understood Shafi was also researching this so the reason I'm writing is twofold, one that I commit to commit (:) ) the code for this (well at least present it for peer review) and two that I would like to ask if anything was written for the pluggin system and If I can look at it/use it... or I can use the from scratch aproach.

Best regards

--
Stefan Constantin

Picon

Re: A little question

Shafi has already been working on this. Look into Shafi's branch in the svn repository. That's where the
code is. I haven't tested to code, but by reading the code my guess is that he already has basic
functionality for loading plugins. You might want to get in contact with him if you still want to work on
this. 

Respectfully,

Alan Alvarez
SPC(P), USA

----- Original Message -----
From: Stefan Constantin <stefan.constantin@...>
Date: Tuesday, April 8, 2008 22:01
Subject: [Mira-development] A little question
To: Mira Development Mailing List <mira-development@...>

> Hello everyone,
> 
> About 2 weeks ago (I think) I had a disscution with Alan on the 
> irc channel
> where I commited too writing the plugin system for mira.
> Since then I'm in France where my company sent me, and I had no 
> way/time to
> write any code on it.
> 
> I will be back home on Sunday so I'll get into what I promised.
> 
> As I understood Shafi was also researching this so the reason I'm 
> writing is
> twofold, one that I commit to commit (:) ) the code for this (well 
> at least
> present it for peer review) and two that I would like to ask if 
> anything was
> written for the pluggin system and If I can look at it/use it... 
> or I can
> use the from scratch aproach.
> 
> Best regards
> 
> -- 
> Stefan Constantin
> 

Picon

Move to launchpad

What does everybody think about moving from Subversion to Bazaar and leaving Sourceforge behind and
moving to Launchpad completely. The only exception would be this mailing list probably. 

I think we could get a lot of benefits by doing this move. Everything in launchpad is much more integrated to
include bazaar itselft. To see some of the nice integrations Launchpad includes with bazaar look at: http://doc.bazaar-vcs.org/latest/en/tutorials/using_bazaar_with_launchpad.html

The workflow I propose we use is the Centralized with local commits. This way we still have a centralized VCS
like we do now with SVN, but we still have the possibility to commit while not online.

http://bazaar-vcs.org/Workflows#head-8b6348176ddc592bc64a124bd917e88569615def

Does anybody any oppositions to doing this? If we don't have any oppositions I think we should do the change
maybe in two to three weeks to give people time to get familiar with the system.

Here's a small tutorial and the official user guide:
- http://doc.bazaar-vcs.org/latest/en/mini-tutorial/index.html
- http://doc.bazaar-vcs.org/latest/en/user-guide/index.html

Respectfully,

Alan Alvarez
SPC(P), USA

David Chu | 9 Apr 2008 16:50
Picon

Re: Move to launchpad

Alan

I don't mind, but I might need your help if I couldn't figure out how to get source cod and etc from Bazaar.

- dc

On Tue, Apr 8, 2008 at 8:12 PM, Alvarez, Alan SPC MIL USA FORSCOM <alan.alvarez-SrL5qGCgbQJGMJYXDe/CxA@public.gmane.org> wrote:
What does everybody think about moving from Subversion to Bazaar and leaving Sourceforge behind and moving to Launchpad completely. The only exception would be this mailing list probably.

I think we could get a lot of benefits by doing this move. Everything in launchpad is much more integrated to include bazaar itselft. To see some of the nice integrations Launchpad includes with bazaar look at: http://doc.bazaar-vcs.org/latest/en/tutorials/using_bazaar_with_launchpad.html

The workflow I propose we use is the Centralized with local commits. This way we still have a centralized VCS like we do now with SVN, but we still have the possibility to commit while not online.

http://bazaar-vcs.org/Workflows#head-8b6348176ddc592bc64a124bd917e88569615def

Does anybody any oppositions to doing this? If we don't have any oppositions I think we should do the change maybe in two to three weeks to give people time to get familiar with the system.

Here's a small tutorial and the official user guide:
- http://doc.bazaar-vcs.org/latest/en/mini-tutorial/index.html
- http://doc.bazaar-vcs.org/latest/en/user-guide/index.html

Respectfully,

Alan Alvarez
SPC(P), USA

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mira-development mailing list
Mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mira-development

Picon

Re: Move to launchpad

Bazaar is pretty easy to use, just read the 5 minutes tutorial and you'll be ok.

I'll post specific commands for that concern us when we move the code to a bzr branch.

Respectfully,

Alan Alvarez
SPC(P), USA

----- Original Message -----
From: David Chu <beyonddc@...>
Date: Wednesday, April 9, 2008 17:55
Subject: Re: [Mira-development] Move to launchpad
To: Mira Development Mailing List <mira-development@...>

> Alan
> 
> I don't mind, but I might need your help if I couldn't figure out 
> how to get
> source cod and etc from Bazaar.
> 
> - dc
> 
> On Tue, Apr 8, 2008 at 8:12 PM, Alvarez, Alan SPC MIL USA FORSCOM <
> alan.alvarez@...> wrote:
> 
> > What does everybody think about moving from Subversion to Bazaar and
> > leaving Sourceforge behind and moving to Launchpad completely. 
> The only
> > exception would be this mailing list probably.
> >
> > I think we could get a lot of benefits by doing this move. 
> Everything in
> > launchpad is much more integrated to include bazaar itselft. To 
> see some of
> > the nice integrations Launchpad includes with bazaar look at:
> > http://doc.bazaar-
> vcs.org/latest/en/tutorials/using_bazaar_with_launchpad.html>
> > The workflow I propose we use is the Centralized with local 
> commits. This
> > way we still have a centralized VCS like we do now with SVN, but 
> we still
> > have the possibility to commit while not online.
> >
> >
> > http://bazaar-vcs.org/Workflows#head-
> 8b6348176ddc592bc64a124bd917e88569615def>
> > Does anybody any oppositions to doing this? If we don't have any
> > oppositions I think we should do the change maybe in two to 
> three weeks to
> > give people time to get familiar with the system.
> >
> > Here's a small tutorial and the official user guide:
> > - http://doc.bazaar-vcs.org/latest/en/mini-tutorial/index.html
> > - http://doc.bazaar-vcs.org/latest/en/user-guide/index.html
> >
> > Respectfully,
> >
> > Alan Alvarez
> > SPC(P), USA
> >
> > -----------------------------------------------------------------
> --------
> > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> > Don't miss this year's exciting event. There's still time to 
> save $100.
> > Use priority code J8TL2D2.
> >
> > 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone> _______________________________________________
> > Mira-development mailing list
> > Mira-development@...
> > https://lists.sourceforge.net/lists/listinfo/mira-development
> >
> 

J_K9 | 10 Apr 2008 10:23
Picon
Gravatar

Re: Move to launchpad

I'm completely for it. As long as it won't hinder us too much (and we all learn how to use Bazaar within the next two weeks), I think we should move over to it according to your timescale, Alan. Bazaar is definitely superior to SVN.

With regards to graphical clients, TortoiseBZR isn't as advanced as TortoiseCVS or TortoiseSVN but it works very well and should be expanding its featureset over the next few months: http://bazaar-vcs.org/TortoiseBzr
On Linux, there's the Olive graphical Bazaar client (http://bazaar-vcs.org/Olive) as part of the bzr-gtk package (http://bazaar-vcs.org/bzr-gtk), which has a few more features and is better looking than its Windows counterpart.
Personally, I prefer to use the command-line app but at least TortoiseBZR and Olive are there for those who want to use them.

All our old revisions will remain during the migration to Bazaar, so that won't be a problem either thanks to svn2bzr (http://bazaar-vcs.org/svn2bzr).

Regards,

-Max


On 09/04/2008, Alvarez, Alan SPC MIL USA FORSCOM <alan.alvarez-SrL5qGCgbQJGMJYXDe/CxA@public.gmane.org> wrote:
What does everybody think about moving from Subversion to Bazaar and leaving Sourceforge behind and moving to Launchpad completely. The only exception would be this mailing list probably.

I think we could get a lot of benefits by doing this move. Everything in launchpad is much more integrated to include bazaar itselft. To see some of the nice integrations Launchpad includes with bazaar look at: http://doc.bazaar-vcs.org/latest/en/tutorials/using_bazaar_with_launchpad.html

The workflow I propose we use is the Centralized with local commits. This way we still have a centralized VCS like we do now with SVN, but we still have the possibility to commit while not online.

http://bazaar-vcs.org/Workflows#head-8b6348176ddc592bc64a124bd917e88569615def

Does anybody any oppositions to doing this? If we don't have any oppositions I think we should do the change maybe in two to three weeks to give people time to get familiar with the system.

Here's a small tutorial and the official user guide:
- http://doc.bazaar-vcs.org/latest/en/mini-tutorial/index.html
- http://doc.bazaar-vcs.org/latest/en/user-guide/index.html

Respectfully,

Alan Alvarez
SPC(P), USA

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mira-development mailing list
Mira-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/mira-development


Picon

moving to bazaar and launchpad

So I suppose we all agree to moving to bazaar. I've talked to Thurston and he likes the idea too, so I think
that's all of us.

I'm thinking of doing a trial move sometime today or this weekend so that we can play around with it and make
sure we all feel confortable with it. Make sure that if you make any real changes they are reflected in the
SVN respository as well though.

Is anyone by any chance working on any uncomitted work at the moment? If so I'd recommend committing as soon
as possible to avoid any conflicts when we make the final move.

I've read the whole Bazaar user-guide and have a pretty good idea of how to get things working right.
I'll send out a list of common commands for us to use after I get more hands-on with the trial branch moved.

Respectfully,

Alan Alvarez
SPC(P), USA


Gmane