mintty
mintty
There would be no "Usage: flinux..." without having unpacked flinux.exe... (in clarification of a comment that has meanwhile been deleted)
Replaced two executables from https://ci.appveyor.com/project/wishstudio/flinux/build/artifacts. No change; doesn't work and no working installation instructions to be found.
OK, there is no configure script and autogen.sh stalled the first time but worked later. Now `configure` claims missing package fmt, which I don't know how to build.
The lib is mentioned as a dependency already. It is however obscure how to build it.
> meson build ... meson.build:10:2: ERROR: Unknown variable "libsimple_proj".
After installing libpango-devel, meson build succeeds. But: ~/tmp/paps/build: ninja [1/7] Compiling C++ object subprojects/fmt-9.1.0/cygfmt.dll.p/src_os.cc.o FAILED: subprojects/fmt-9.1.0/cygfmt.dll.p/src_os.cc.o c++ -Isubprojects/fmt-9.1.0/cygfmt.dll.p -Isubprojects/fmt-9.1.0 -I../subprojects/fmt-9.1.0 -I../subprojects/fmt-9.1.0/include -I/home/towo/usr/include -I/home/towo/usr/include/ncursesw -I/usr/include/ncursesw -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++14...
Update after release 0.8: Dependency intltools needed to be installed. Ran autogen.sh then configure, cd build; ninja: ../src/paps.cc: In function ‘void layout_turn_off_hyphens(PangoLayout*)’: ../src/paps.cc:1063:33: error: ‘pango_attr_insert_hyphens_new’ was not declared in this...
OK, I've also uncommented line 50 (wcwidth); now: ../subprojects/fmt-9.1.0/src/os.cc: In member function ‘int fmt::v9::buffered_file::descriptor() const’: ../subprojects/fmt-9.1.0/src/os.cc:206:27: error: ‘::fileno’ has not been declared; did you mean ‘file_’? 206 | int fd...
.net 4.7, 4.7.1 and 4.7.2 SDKs are installed Windows SDKs 10.0.16299.15 and 10.0.17134.12 are installed Among the tools needed, MSBuild.exe is not found. But I don't see an error message...
Found MSBuild.exe somewhere else and added to path. No success. Changed version references within Launcher. wsltty.appx is generated. However, Windows refuses to open wsltty.appx...