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

Can't build podofo #112

Closed pschlan closed 1 year ago

pschlan commented 1 year ago

Describe the bug Building podofo-0.9.6 fails with:

sw.exe build org.sw.demo.podofo-0.9.6
[139/140] C:/Users/Patrick/.sw/storage/pkg/f2/a8/99a4/src/sdir/sw.cpp
Exception in file D:/dev/cppan2/client2/src/sw/builder/command.cpp:840, function execute1: When executing: C:/Users/Patrick/.sw/storage/pkg/f2/a8/99a4/src/sdir/sw.cpp
C:/Users/Patrick/.sw/storage/pkg/f2/a8/99a4/src/sdir/sw.cpp(25): error C2039: "TargetOS" ist kein Member von "sw::TargetSettings".
C:\Users\Patrick\.sw\storage\pkg\95\f7\eb55\src\sdir\src\sw/core/settings.h(23): note: Siehe Deklaration von "sw::TargetSettings"
C:/Users/Patrick/.sw/storage/pkg/f2/a8/99a4/src/sdir/sw.cpp(49): error C2039: "TargetOS" ist kein Member von "sw::TargetSettings".
C:\Users\Patrick\.sw\storage\pkg\95\f7\eb55\src\sdir\src\sw/core/settings.h(23): note: Siehe Deklaration von "sw::TargetSettings"
command failed: exit code = 2
Total errors: 1

Expected behavior Build should work

To Reproduce Steps to reproduce the behavior:

sw --self-upgrade
sw build org.sw.demo.podofo-0.9.6

Information:

egorpugin commented 1 year ago

I've added 0.9.8. Try again sw build org.sw.demo.podofo-0.9.6.

pschlan commented 1 year ago

It works, thanks a lot!