|
From: Ricardo M. <rm...@wa...> - 2008-03-19 22:51:37
|
Hi! first of all i am sorry not to respond in the suitable thread. I am on the last trunk revision of boost and i think that the last change in 'protocol/http/impl/request.hpp' include was wrong: ricardo@miles:~/devel/boost-trunk/boost/fusion/container$ svn info map.hpp Path: map.hpp Name: map.hpp URL: http://svn.boost.org/svn/boost/trunk/boost/fusion/container/map.hpp Repository Root: http://svn.boost.org/svn/boost Repository UUID: b8fc166d-592f-0410-95f2-cb63ce0dd405 Revision: 43733 Node Kind: file Schedule: normal Last Changed Author: djowel Last Changed Rev: 40392 Last Changed Date: 2007-10-24 04:36:29 +0200 (Wed, 24 Oct 2007) Text Last Updated: 2008-03-18 21:00:02 +0100 (Tue, 18 Mar 2008) Checksum: cd5020bc5f53af8a4e000c796160e048 Seems that map.hpp is located in container directory not on sequence/container. If i revert the change, cpp-netlib compiles without problems. I am doing something wrong? Regards, Ricardo Muñoz |
|
From: <div...@gm...> - 2008-03-20 12:37:01
|
I'm sorry. I just double checked. I was using an older revision of the trunk and I made the last commit changing the header file in the implementation. I guess changing the header include will fix it. Thanks for pointing it out. Please change the include and commit. Thanks, Divye Kapoor On 3/20/08, Ricardo Muñoz <rm...@wa...> wrote: > Hi! first of all i am sorry not to respond in the suitable thread. > > I am on the last trunk revision of boost and i think that the last > change in 'protocol/http/impl/request.hpp' include was wrong: > > ricardo@miles:~/devel/boost-trunk/boost/fusion/container$ svn info > map.hpp > > Path: map.hpp > Name: map.hpp > URL: http://svn.boost.org/svn/boost/trunk/boost/fusion/container/map.hpp > Repository Root: http://svn.boost.org/svn/boost > Repository UUID: b8fc166d-592f-0410-95f2-cb63ce0dd405 > Revision: 43733 > Node Kind: file > Schedule: normal > Last Changed Author: djowel > Last Changed Rev: 40392 > Last Changed Date: 2007-10-24 04:36:29 +0200 (Wed, 24 Oct 2007) > Text Last Updated: 2008-03-18 21:00:02 +0100 (Tue, 18 Mar 2008) > Checksum: cd5020bc5f53af8a4e000c796160e048 > > Seems that map.hpp is located in container directory not on > sequence/container. If i revert the change, cpp-netlib compiles without > problems. > > I am doing something wrong? > > Regards, > > Ricardo Muñoz > > > ------------------------------------------------------------------------- > 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/ > _______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > -- Whether the chicken crossed the road or the road moved beneath the chicken depends upon your frame of reference. My official web site: http://www.iitr.ernet.in/studenthomepages/homepages/061305 |
|
From: <div...@gm...> - 2008-03-20 13:32:26
|
Changed the include. Hope that compiles now. Divye On 3/20/08, div...@gm... <div...@gm...> wrote: > I'm sorry. I just double checked. I was using an older revision of the > trunk and I made the last commit changing the header file in the > implementation. I guess changing the header include will fix it. > Thanks for pointing it out. Please change the include and commit. > > Thanks, > Divye Kapoor > > > On 3/20/08, Ricardo Muñoz <rm...@wa...> wrote: > > Hi! first of all i am sorry not to respond in the suitable thread. > > > > I am on the last trunk revision of boost and i think that the last > > change in 'protocol/http/impl/request.hpp' include was wrong: > > > > ricardo@miles:~/devel/boost-trunk/boost/fusion/container$ svn info > > map.hpp > > > > Path: map.hpp > > Name: map.hpp > > URL: http://svn.boost.org/svn/boost/trunk/boost/fusion/container/map.hpp > > Repository Root: http://svn.boost.org/svn/boost > > Repository UUID: b8fc166d-592f-0410-95f2-cb63ce0dd405 > > Revision: 43733 > > Node Kind: file > > Schedule: normal > > Last Changed Author: djowel > > Last Changed Rev: 40392 > > Last Changed Date: 2007-10-24 04:36:29 +0200 (Wed, 24 Oct 2007) > > Text Last Updated: 2008-03-18 21:00:02 +0100 (Tue, 18 Mar 2008) > > Checksum: cd5020bc5f53af8a4e000c796160e048 > > > > Seems that map.hpp is located in container directory not on > > sequence/container. If i revert the change, cpp-netlib compiles without > > problems. > > > > I am doing something wrong? > > > > Regards, > > > > Ricardo Muñoz > > > > > > ------------------------------------------------------------------------- > > 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/ > > _______________________________________________ > > Cpp-netlib-devel mailing list > > Cpp...@li... > > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > > > > -- > Whether the chicken crossed the road or the road moved beneath the > chicken depends upon your frame of reference. > My official web site: > http://www.iitr.ernet.in/studenthomepages/homepages/061305 > -- Whether the chicken crossed the road or the road moved beneath the chicken depends upon your frame of reference. My official web site: http://www.iitr.ernet.in/studenthomepages/homepages/061305 |
|
From: Ricardo M. <rm...@wa...> - 2008-03-20 17:20:06
|
On Thu, 2008-03-20 at 19:02 +0530, div...@gm... wrote:
> Changed the include. Hope that compiles now.
Yes it works!.
Ricardo Muñoz,
1.
> Divye
>
> On 3/20/08, div...@gm... <div...@gm...> wrote:
> > I'm sorry. I just double checked. I was using an older revision of the
> > trunk and I made the last commit changing the header file in the
> > implementation. I guess changing the header include will fix it.
> > Thanks for pointing it out. Please change the include and commit.
> >
> > Thanks,
> > Divye Kapoor
> >
> >
> > On 3/20/08, Ricardo Muñoz <rm...@wa...> wrote:
> > > Hi! first of all i am sorry not to respond in the suitable thread.
> > >
> > > I am on the last trunk revision of boost and i think that the last
> > > change in 'protocol/http/impl/request.hpp' include was wrong:
> > >
> > > ricardo@miles:~/devel/boost-trunk/boost/fusion/container$ svn info
> > > map.hpp
> > >
> > > Path: map.hpp
> > > Name: map.hpp
> > > URL: http://svn.boost.org/svn/boost/trunk/boost/fusion/container/map.hpp
> > > Repository Root: http://svn.boost.org/svn/boost
> > > Repository UUID: b8fc166d-592f-0410-95f2-cb63ce0dd405
> > > Revision: 43733
> > > Node Kind: file
> > > Schedule: normal
> > > Last Changed Author: djowel
> > > Last Changed Rev: 40392
> > > Last Changed Date: 2007-10-24 04:36:29 +0200 (Wed, 24 Oct 2007)
> > > Text Last Updated: 2008-03-18 21:00:02 +0100 (Tue, 18 Mar 2008)
> > > Checksum: cd5020bc5f53af8a4e000c796160e048
> > >
> > > Seems that map.hpp is located in container directory not on
> > > sequence/container. If i revert the change, cpp-netlib compiles without
> > > problems.
> > >
> > > I am doing something wrong?
> > >
> > > Regards,
> > >
> > > Ricardo Muñoz
> > >
> > >
> > > -------------------------------------------------------------------------
> > > 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/
> > > _______________________________________________
> > > Cpp-netlib-devel mailing list
> > > Cpp...@li...
> > > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel
> > >
> >
> >
> > --
> > Whether the chicken crossed the road or the road moved beneath the
> > chicken depends upon your frame of reference.
> > My official web site:
> > http://www.iitr.ernet.in/studenthomepages/homepages/061305
> >
>
>
|