SoftwareNetwork / sw

Software Manager. Build System, Build System Generator and Package Manager. C/C++ and other languages. Tools and libraries for Software Management.
https://software-network.org
Other
115 stars 23 forks source link

org.sw.demo.apache.thrift: Build failure #86

Closed pschlan closed 2 years ago

pschlan commented 2 years ago

org.sw.demo.apache.thrift doesn't build since it seems the dependency on boost.locale is not declared.

Exception in file D:/dev/cppan2/client2/src/sw/builder/command.cpp:764, function execute1: When executing: [org.sw.demo.apache.thrift-0.13.0]/src/thrift/protocol/TJSONProtocol.cpp
C:/Users/patrick.NET79/.sw/storage/pkg/db/47/225d/src/sdir/lib/cpp/src/thrift/protocol/TJSONProtocol.cpp(22): fatal error C1083: Datei (Include) kann nicht geffnet werden: "boost/locale.hpp": No such file or directory
command failed: exit code = 2
Total errors: 1
egorpugin commented 2 years ago

Hi,

I have uploaded fixed 0.15.0 thrift version.

pschlan commented 2 years ago

Thanks - builds fine now!