troy

I've got the tarball.

FYI : BCP gives me problems so I turned it off, building the rest with no static or static runtime all was OK except the following 2 link errors. (I am using MPI)

JB

Error 1 error LNK2019: unresolved external symbol "public: static class boost::archive::detail::basic_serializer const * __cdecl boost::archive::detail::archive_serializer_map<class boost::mpi::packed_iarchive>::find(class boost::serialization::extended_type_info const &)" (?f...@?$archive_serializer_map@vpacked_iarch...@mpi@boost@@@det...@archive@boost@@sapbvbasic_seriali...@234@abvextended_type_i...@serialization@4@@Z) referenced in function "public: virtual class boost::archive::detail::basic_pointer_iserializer const * __thiscall boost::archive::detail::common_iarchive<class boost::mpi::packed_iarchive>::find(class boost::serialization::extended_type_info const &)const " (?f...@?$common_iarchive@vpacked_iarch...@mpi@boost@@@det...@archive@boost@@ubepbvbasic_pointer_iseriali...@234@abvextended_type_i...@serialization@4@@Z) mpi_process_group.obj Error 2 fatal error LNK1120: 1 unresolved externals D:\cmakebuild\boost-1-40\bin\RelWithDebInfo\boost_graph_parallel-vc90-mt-1_40.dll Error 3 error LNK2019: unresolved external symbol "public: static class boost::archive::detail::basic_serializer const * __cdecl boost::archive::detail::archive_serializer_map<class boost::mpi::packed_iarchive>::find(class boost::serialization::extended_type_info const &)" (?f...@?$archive_serializer_map@vpacked_iarch...@mpi@boost@@@det...@archive@boost@@sapbvbasic_seriali...@234@abvextended_type_i...@serialization@4@@Z) referenced in function "public: virtual class boost::archive::detail::basic_pointer_iserializer const * __thiscall boost::archive::detail::common_iarchive<class boost::mpi::packed_iarchive>::find(class boost::serialization::extended_type_info const &)const " (?f...@?$common_iarchive@vpacked_iarch...@mpi@boost@@@det...@archive@boost@@ubepbvbasic_pointer_iseriali...@234@abvextended_type_i...@serialization@4@@Z) mpi_process_group.obj Error 4 fatal error LNK1120: 1 unresolved externals D:\cmakebuild\boost-1-40\bin\RelWithDebInfo\boost_graph_parallel-vc90-mt-gd-1_40.dll



John Biddiscombe wrote:
troy

Here is the direct download link for the cmake/1.40.0 branch,

  http://gitorious.org/boost/cmake/archive-tarball/1.40.0
I tried this several times over the last week or so and it only ever gives

The archive is currently being generated, try again later


Is there some secret handshake required to get past this obstacle?


Not that I know of.   I just now went to this page:

http://gitorious.org/~straszheim/boost/cmake/commits/1.40.0

click the 'download as .tar.gz' on the right, and the download started immediately. It appears that the site doesn't generate tarballs until they're requested, and this can take a while depending on load. Or maybe there is some kind of http proxying issue on your end?

You have the option to clone the archive and generate one yourself; I just did this, and put the tarball here;

  http://sodium.resophonic.com/boost-cmake

I've called it boost-1.40.0.cmake0.tar.gz, this corresponds to the tag 1.40.0.cmake0, which I've pushed to the git repo. So we'll call this the zeroth 'release' of the cmake build for boost v. 1.40.0; future bugfix releases of 1.40.0 will increment the N of cmakeN, get tagged and tarballed like this.

-t


_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake


--
John Biddiscombe,                            email:biddisco @ cscs.ch
http://www.cscs.ch/
CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07
Via Cantonale, 6928 Manno, Switzerland      | Fax:  +41 (91) 610.82.82

_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

Reply via email to