From: Justin Y. <ju...@sk...> - 2003-04-10 17:58:48
|
Yeah, I saw that you changed them. It doesn't matter much to me whether we keep glib. You'll have to be a little more specific on the details of how to replace the C++ versions of those functions with the C counterparts... I searched google and couldn't find any of those functions except in glibmm, since trying to use C versions was my first thought. I have no idea how common glib is, though I believe it exists on most unixes... I know I've never used a linux distro that didn't have it. Justin On Thu, 10 Apr 2003 13:45:51 -0400 "Jason Long" <jl...@me...> wrote: > I assume you already noticed I replaced glib::ustring with std::string. > > Do we want to remove glib (the C library and C++ wrapper library) > completely or just glibmm (the wrapper library)? If the former, you can just > replace the spawn calls with their C counterparts. This wouldn't be too bad > because glib is a much easier dependency to satisfy than glibmm. > > If the latter, we'll also need to change code in CfgTypeRegistry, which > uses a hash table implementation from glib. I'm pretty sure there is a STL > equivalent. > > Jason > > >>> Justin Yackoski <ju...@sk...> 04/10/03 12:19PM >>> > Jason, > > I've removed all of the Glib::getenv and Glib::file_get_contents, we just > need to take care of the two Glib::spawn calls. I suspect they'll be a > little hard to replace, but I'll try to do it shortly since I'm pretty bored > here... > > Justin > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Config4gnu-developer mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/config4gnu-developer > > -- SkiingYAC Custom Solutions http://www.SkiingYAC.com |