sw
sw copied to clipboard
Software Manager. Build System, Build System Generator and Package Manager. C/C++ and other languages. Tools and libraries for Software Management.
**Describe the bug** Last output of `sw build -static` after running on 7ce601e30bffd31598b746831a439b181eaa6b04: ``` [830/833] generate: ".sw/storage/pkg/8e/71/b3e2/obj/bld/591737/bd/options_cl.generated.cpp", ".sw/storage/pkg/8e/71/b3e2/obj/bld/591737/bd/options_cl.generated.h" [831/833] [config pch] Exception in file D:/dev/cppan2/client2/src/sw/builder/command.cpp:764, function execute1: When executing: [config...
**Describe the bug** Compiler is not implemented: '' or 'AppleClang' **Expected behavior** It to be implemented **To Reproduce** ### `CMakeLists.txt` ```cmake cmake_minimum_required(VERSION 3.2) project(pp VERSION 0.0.0 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 14)...
software-network.org is unreachable and any attempt to build with sw fails with the following error: `Exception in file D:/dev/swst/pkg/dd/cf/960d/src/sdir/src/http/src/http.cpp:258, function download_file: url = https://software-network.org/static/specification.json, curl error: Couldn't connect to server`
I'm generating tesseract sln with > cmake .. -G "Visual Studio 16 2019" -A Win32 -DCMAKE_BUILD_TYPE=Release but when i'm compiling release x86 i'm get link error what .lib not exists...
I am trying to build Tesseract on Windows, which uses sw. I've run `sw setup` and then the build command for Tesseract. I get the following error. My home directory...
**Describe the bug** I am building an application with opencv libs. if i put set(SW_BUILD_SHARED_LIBS 0), everything compiles as expected if i put set(SW_BUILD_SHARED_LIBS 1), it gives the following error:...
- SW installs without UI and puts nearly 1GB on my SSD (C drive). How to move this to an other drive? What are those files? Can I remove them?...
**Describe the bug** I have troubles setting up software network on my computer. I downloaded the binary and ran `sw setup` This produced the following error message: ``` Sqlite3 error:...
**Describe the bug** `sw` needs `flex` and `bison` to work and it seems to be missing from the README. **Expected behavior** Dependencies are written on the README or on the...