From kevku at gmx.com Wed Jul 18 08:14:31 2012 From: kevku at gmx.com (kevku) Date: Thu Jul 19 06:38:51 2012 Subject: [libxsd-frontend-users] Boost Filesystem Version 2 removed in Boost 1.50 Message-ID: <1662993.AMnuWv0yj8@laptop> http://www.boost.org/users/history/version_1_50_0.html Filesystem Version 2 was removed in boost 1.50 libxsd-frontend still uses v2 so that breaks with boost>=1.50 From boris at codesynthesis.com Thu Jul 19 06:53:30 2012 From: boris at codesynthesis.com (Boris Kolpackov) Date: Thu Jul 19 06:43:52 2012 Subject: [libxsd-frontend-users] Boost Filesystem Version 2 removed in Boost 1.50 In-Reply-To: <1662993.AMnuWv0yj8@laptop> References: <1662993.AMnuWv0yj8@laptop> Message-ID: Hi, kevku writes: > http://www.boost.org/users/history/version_1_50_0.html > Filesystem Version 2 was removed in boost 1.50 > libxsd-frontend still uses v2 so that breaks with boost>=1.50 Yes, this is a know issue. In the next release of libxsd-frontend we are getting rid of the dependency on Boost altogether. In the meantime, the xsd-3.3.0-2+dep package contains a patched-up libxsd-frontend that builds with recent versions of Boost. You can get it here: http://www.codesynthesis.com/download/xsd/3.3/ Boris