|
From: Jacob F. <ja...@gm...> - 2008-03-24 22:15:50
|
Hi, I just tried to d/load 1.0.36. UNTGZ crashes while expanding Intel TBB. Just curious if you had any ideas? (I'm on WinXP SP2 w/ VC 8.0) I know this is not your archive, but, fwiw, it happens to crash after: > Creating directory: > tbb20_014oss_src/examples/concurrent_hash_map/count_strings/xcode/count_strings.xcodeproj > OK > I expanded the archive using another tool, and that seemed to work fine. However, the build breaks at this point: > compile-c-c++ > C:\Development\3rdParty\Adobe\asl_1.0.36\adobe_root\built_artifacts\msvc- > 8.0\debug\asl-dev\atomics-tbb\link-static\threading-multi\ > xstring.cpp > ..\intel_tbb_libraries\include\tbb/atomic.h(158) : error C2220: warning > treated as error - no 'object' file generated > ..\intel_tbb_libraries\include\tbb/atomic.h(158) : while compiling > class template member function 'tbb::internal::atomic_traits<Size,M>::word > Size,M>::word,tbb::internal::atomic_traits<Size,M>::word)' > with > [ > Size=4, > M=__TBB_full_fence > ] > ..\intel_tbb_libraries\include\tbb/atomic.h(344) : see reference > to class template instantiation 'tbb::internal::atomic_traits<Size,M>' being > with > [ > Size=4, > M=__TBB_full_fence > ] > ..\intel_tbb_libraries\include\tbb/atomic.h(348) : see reference > to function template instantiation 'tbb::atomic<void*>::value_type > tbb::atomi > e_type)' being compiled > ..\intel_tbb_libraries\include\tbb/atomic.h(158) : warning C4244: > 'argument' : conversion from 'tbb::internal::atomic_traits<Size,M>::word' to > 'int', > with > [ > Size=4, > M=__TBB_full_fence > ] > ..\intel_tbb_libraries\include\tbb/atomic.h(158) : warning C4244: > 'argument' : conversion from 'tbb::internal::atomic_traits<Size,M>::word' to > 'int', > with > [ > Size=4, > M=__TBB_full_fence > ] > ..\intel_tbb_libraries\include\tbb/atomic.h(158) : warning C4244: > 'argument' : conversion from 'tbb::internal::atomic_traits<Size,M>::word' to > 'int', > with > [ > Size=4, > M=__TBB_full_fence > ] > ..\intel_tbb_libraries\include\tbb/atomic.h(158) : while compiling > class template member function 'tbb::internal::atomic_traits<Size,M>::word > e,M>::word)' > with > [ > Size=4, > M=__TBB_full_fence > ] > ..\intel_tbb_libraries\include\tbb/atomic.h(158) : warning C4244: > 'argument' : conversion from 'tbb::internal::atomic_traits<Size,M>::word' to > 'int', > with > [ > Size=4, > M=__TBB_full_fence > ] > ..\intel_tbb_libraries\include\tbb/atomic.h(158) : while compiling > class template member function 'tbb::internal::atomic_traits<Size,M>::word > ize,M>::word)' > with > [ > Size=4, > M=__TBB_full_fence > ] > Please let me know if you have any ideas, or if I can provide more information. Thanks, Jacob On Fri, Mar 21, 2008 at 8:06 PM, Mat Marcus <mm...@ad...> wrote: > Corrected subject line: 1.0.36 has been released, not 1.0.46. > > Mat Marcus <mm...@ad...> writes: > > > Version 1.0.36 of the Adobe Source Libraries has been released. > > Highlights of this release include: ASL: > > > > * version_1 types (replace version_0 types) - better, defined binary > layout and carry allocator for applications with replaced new/delete. > > * capture_allocator, an std::allocator compatible allocator which > carries a paired new/delete. > > * Allocator support in closed_hash_set<>, closed_hash_map<>, and > vector<>. > > * Vastly improved move library (Thanks to Dave Abrahams!). > > * Vastly improved copy-on-write library (now uses move library to > reduce number of increment/decrements). > > * Bug fix in layout library that caused containers with the width > driven by the frame width to layout children incorrectly. > > * Bug fix in forest::erase where the beginning of the erased range > has a lower depth then the end of the range. > > * Forest test cases and minor fixes to forest types. > > * Misc bug fixes. > > * Fixes to build and distribution tools. > > * Fixed search on documentation site to point to stlab and not > > * opensource domain. > > > > Change list information can be found here: > > http://stlab.adobe.com/asl_release_notes.html > > > > Documentation to get started with the release is here: > > http://stlab.adobe.com/asl_readme.html > > > > Distribution files can be downloaded from here: > > http://sourceforge.net/project/showfiles.php?group_id=132417 > > > > - Mat > > ------------------------------------------------------------------------- > 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/ > _______________________________________________ > Adobe-source-devel mailing list > Ado...@li... > https://lists.sourceforge.net/lists/listinfo/adobe-source-devel > |