のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

wsl

MIDebuggerPath

Unable to start debugging. Launch options string provided by project system is invalid. Unable to determine path to debugger. Please specify the "MIDebuggerPath" optiongithub.comgdbが入ってなかった。 $sudo s apt install gdbUnable to start …

wsl vscode install

wsl

code.visualstudio.com $ /usr/share/code/bin/../code: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directoryaskubuntu.com github.com $ /usr/share/code/bin/../code: error while loading sh…

wsl ubuntu 16.04 fontview

wsl

wsl fontview ubuntu 16.04だと、スライダーの文字が文字化けしない。 ubuntu 18.04だと、スライダーの文字が文字化けする fontview

wslに、ubuntu 16.04 と18.04を入れたとき、デフォルトのbashの切り替え方

wsl

wslconfig /s Linux 用 Windows サブシステムの管理操作を実行します 使用法: /l、/list [/all] - 登録されたディストリビューションを一覧表示します。 /all - すべてのディストリビューションを一覧表示します (オプション)。 現在インストールまたはアン…

ragel make automake

wsl

m_fujii@None53-Surface:~/github/fontview/src/third_party/ragel/ragel$ make cd . && /bin/bash /home/m_fujii/github/fontview/src/third_party/ragel/ragel/missing automake-1.14 --foreign /home/m_fujii/github/fontview/src/third_party/ragel/rage…

wsl freetype configure error

wsl

m_fujii@None53-Surface:~/github/fontview/src/third_party/freetype/freetype2$ ./configure FreeType build system -- automatic system detection The following settings are used: platform unix compiler cc configuration directory ./builds/unix c…

wsl ubuntu fontview "freetype2 >= 19.0.13 is missing"

wsl

~/github$ cd fontview $ git submodule init Submodule 'src/third_party/freetype/freetype2' (git://git.sv.nongnu.org/freetype/freetype2.git) registered for path 'src/third_party/freetype/freetype2' Submodule 'src/third_party/fribidi/fribidi'…

sudo apt-get upgradeでエラー

wsl

m_fujii@None53-Surface:~$ sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following package was automatically installed and is no longer required…

windows10のwslのubuntuでxwindowを動かす

www.yokoweb.net