Inconsistent 1.55 downloads
The contents of boost_1_55_0.zip and boost_1_55.tar.bz2 are not consistent from: http://sourceforge.net/projects/boost/files/boost/1.55.0/ The tar.bz2 version compiles on linux, but the zip version does not. It complains about unknown modules when running b2. Rob Conde
On Tue, Feb 11, 2014 at 08:39:19PM +0000, Rob Conde wrote:
The tar.bz2 version compiles on linux, but the zip version does not. It complains about unknown modules when running b2.
Note that by design there are two distinct types of archives. zip and 7z have Windows line endings. tar.gz and tar.bz2 have UNIX line endings. At what point is this failing? bootstrapping b2? Running b2? -- Lars Viklund | zao@acc.umu.se
I apologize...it appears my configuration got messed up. Sorry for the false alarm.
Rob
________________________________________
From: Boost-users
The tar.bz2 version compiles on linux, but the zip version does not. It complains about unknown modules when running b2.
Note that by design there are two distinct types of archives. zip and 7z have Windows line endings. tar.gz and tar.bz2 have UNIX line endings. At what point is this failing? bootstrapping b2? Running b2? -- Lars Viklund | zao@acc.umu.se _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Lars Viklund
-
Rob Conde