From: Mat M. <mm...@ad...> - 2005-05-24 18:18:29
|
Some of the issues with char_traits weren't related to the build tools. We fixed a bug where the libraries tried to instantiate a string of unsigned chars. This didn't cause any problems for the compilers whose char is unsigned by default. But for gcc, whose chars are unsigned by default, this caused a link error, since vendors only provide the necessary char_traits explicit specializations for (at most) char and wchar_t. - Mat --On Tuesday, May 24, 2005 7:57 PM +0200 Tobias Schwinger <tsc...@ne...> wrote: > Hello David, > > is this still an issue ? > > Usually, the gcc tools "just know" where to find their default > libraries, unless explicitly told to "forget" (command line option). > AFAIK the "Zero Link" feature of XCode can cause strange errors > like these - are you sure it's entirely disabled ? > > Regards, > > Tobias > > David Catmull wrote: > >> I get these link errors when I try to build the visual app. With >> the way the names are mangled, I can't tell what files I should >> be looking for to add to the projects. >> >> __ZN5boost9call_onceEPFvvER22_opaque_pthread_once_t >> __ZNSt11char_traitsIhE11eq_int_typeERKmS2_ >> __ZNSt11char_traitsIhE11to_int_typeERKh >> __ZNSt11char_traitsIhE12to_char_typeERKm >> __ZNSt11char_traitsIhE2eqERKhS2_ >> __ZNSt11char_traitsIhE3eofEv >> __ZNSt11char_traitsIhE4copyEPhPKhm >> __ZNSt11char_traitsIhE6assignERhRKh >> __ZNSt11char_traitsIhE7not_eofERKm >> >> > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create apps using > Yahoo! > Search APIs Find out how you can build Yahoo! directly into your own > Applications - visit > http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 > _______________________________________________ > Adobe-source-devel mailing list > Ado...@li... > https://lists.sourceforge.net/lists/listinfo/adobe-source-devel > > |