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

swgui for Windows deprecated #120

Closed MK-3PP closed 3 months ago

MK-3PP commented 10 months ago

Hello,

after fixing the C++23 issue with older Visual C++ compilers, cmake still did not like me and I tried building tesseract with swgui for windows. Unfortunately, the builds on https://software-network.org/client/ are from December 2022.

And thus I get an error:

[140/140] D:/Tools/sw/.sw/cfg/258933/loc.sw.self.d8df57-0.0.30.dll Exception in file D:/dev/cppan2/client2/src/sw/driver/module.cpp:74, function Module: Bad config ABI version. Module ABI (31) is greater than binary ABI (30). Update your sw binary. Will rebuild on the next run.

I can build it using the command line client from June 2023, but it is cumbersome to configure.

Bottom line: Maybe update the binary clients more frequently :-)

egorpugin commented 9 months ago

Hi,

I've updated swgui. Try it now.

Be sure you are downloading the right file with arch suffix. https://software-network.org/client/swgui-master-windows_x86_64-client.zip

MK-3PP commented 9 months ago

Sorry, already made it using just cmake. Appreciating the update though.