Samuel Marks

Results 339 comments of Samuel Marks

Yeah, well I think the main thing that people want to see when they land on your page, is an interactive Go REPL. If wagon isn't it, a link to...

Thanks @egorpugin but that didn't do anything. I'm trying a `sw build -static` of `sw` itself now, but don't have enough free space so am working on clearing that up.

Yeah it's weird, I wasn't using `sudo` before now with `sudo` and after deleting and recreating the build dir I get a `Could NOT find SW (missing: SW_EXECUTABLE)` error, but...

Hmm, same error still. Just had to do one runaround on permissions to solve the `is executable but not readable. CMake is ignoring it for compatibility.` using `chmod`

Same error. Even after deleting my build dir and remaking it. ``` $ sw --version sw.client.sw version 1.0.0 git revision d947222bd478c72865471c82fc05229d4cb2627d assembled on 06.04.2021 11:59:32 UTC 06.04.2021 21:59:32 AEST ```

No dice: ``` /tmp/imgui3 $ sudo sw setup /tmp/imgui3 $ sw setup /tmp/imgui3 $ rm -rf ~/.cmake /tmp/imgui3 $ rm -rf build && mkdir build && cd $_ /tmp/imgui3/build $...

Yes just did that still same error: ``` $ cmake .. -- The CXX compiler identification is AppleClang 12.0.0.12000032 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI...

Same error after: ``` $ curl -L https://raw.githubusercontent.com/SoftwareNetwork/sw/ef77960d6576e9055df39e95a3c025e00e584d61/src/sw/client/common/inserts/SWConfig.cmake -o ~/.cmake/packages/SWConfig.cmake $ sudo sw setup $ sw setup $ rm -rf build && mkdir build && cd $_ $ cmake .....

@egorpugin Same error. Tried with d947222bd478c72865471c82fc05229d4cb2627d instead of ef77960d6576e9055df39e95a3c025e00e584d61. Tried with `sw setup` before and after the `curl` line (ensuring to remove and remake the `build` dir each time). To...