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
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
RSS Feed