RE: [Modcplusplus-user] problems compiling modcplusplus
Brought to you by:
gr84b8,
johnksterling
From: Nathan S. <na...@al...> - 2002-08-29 13:14:37
|
On Thu, 2002-08-29 at 07:46, John K. Sterling wrote: > I think the only files that need rope are helpers and are not actually required > as part of the project (request_env etc..) > > try removing those files from your project and just building the core. > > sterling > A small note to add to John's reply, since I was the one who wrote the code that used ropes and hashmap. As John says, you can safely remove the request_env class and compile. However I'm going to be rewriting that code soon, as the latest version of g++, version 3.2 has moved all the non-standard sgi stl stuff out of the std:: namespace and into a wierd __gnu_cxx namespace. I can understand not placing the classes in the std:: namespace, but don't really understand putting it in __gnu_cxx. I argued for the creation of a gnu:: namespace or something, but apearently wasn't heard :( At any rate the code will have to be rewritten to remove the reliance on ropes and hashmap. I've got it on my todo list, and will get it done soon, as I've been moving to use g++ 3.2 for seperate project. Nathan > >-- Original Message -- > >To: mod...@li... > >From: Elm...@mu... > >Subject: [Modcplusplus-user] problems compiling modcplusplus > >Date: Thu, 29 Aug 2002 11:47:15 +0200 > > > > > >I've tried to compile modcplusplus using Win NT with MS VC++ 6.0 but I > >couldn't > >find the includes <rope.h> and <hashmap.h>. So I've finally downloaded > >the gnuc-libraries that go with cygwin > >(and that do have these includes) but now some other errors occured. Can > >somebody > >help me with that problem ? > > > >thanks, > >Elmar > > > > > > > > > >------------------------------------------------------- > >This sf.net email is sponsored by:ThinkGeek > >Welcome to geek heaven. > >http://thinkgeek.com/sf > >_______________________________________________ > >Modcplusplus-user mailing list > >Mod...@li... > >https://lists.sourceforge.net/lists/listinfo/modcplusplus-user > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Modcplusplus-user mailing list > Mod...@li... > https://lists.sourceforge.net/lists/listinfo/modcplusplus-user > |