You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So i use MobaXterm 10.9 which is built off cygwin, and i do have make installed, and i cant seem to make the frontend for cygwin, this is the error i get when i do [2018-08-12 10:07.18] ~/git/wslbridge [zachd.DESKTOP-76DPIBI] ➤ cd frontend/ ✔ ───────────────────────────────────────────────────────────────── [2018-08-12 10:07.27] ~/git/wslbridge/frontend [zachd.DESKTOP-76DPIBI] ➤ make mkdir -p ../out g++ -std=c++11 -fno-exceptions \ -static -static-libgcc -static-libstdc++ \ -D_GNU_SOURCE -D_WIN32_WINNT=0x0600 -DUNICODE -D_UNICODE \ -DWSLBRIDGE_VERSION=0.2.5-dev \ -Wall -O2 wslbridge.cc ../common/SocketIo.cc -o ../out/wslbridge.exe wslbridge.cc: In function ‘void {anonymous}::spawnPressReturnProcess(HANDLE)’: wslbridge.cc:853:20: error: ‘to_wstring’ is not a member of ‘std’ cmdline.append(std::to_wstring(reinterpret_cast<uintptr_t>(bashProcess))); ^ ../common/SocketIo.cc: In function ‘std::string errorString(BridgedError)’: ../common/SocketIo.cc:143:36: error: ‘to_string’ is not a member of ‘std’ return "WSL error #" + std::to_string(err.actual); ^ Makefile:6: recipe for target '../out/wslbridge.exe' failed make: *** [../out/wslbridge.exe] Error 1 ✘ ───────────────────────────────────────────────────────────────── [2018-08-12 10:07.41] ~/git/wslbridge/frontend [zachd.DESKTOP-76DPIBI] ➤
I have no clue whats going on, as i dont know the errors Make spews out, sorry for my newbism
The text was updated successfully, but these errors were encountered:
So i use MobaXterm 10.9 which is built off cygwin, and i do have make installed, and i cant seem to make the frontend for cygwin, this is the error i get when i do
[2018-08-12 10:07.18] ~/git/wslbridge [zachd.DESKTOP-76DPIBI] ➤ cd frontend/ ✔ ───────────────────────────────────────────────────────────────── [2018-08-12 10:07.27] ~/git/wslbridge/frontend [zachd.DESKTOP-76DPIBI] ➤ make mkdir -p ../out g++ -std=c++11 -fno-exceptions \ -static -static-libgcc -static-libstdc++ \ -D_GNU_SOURCE -D_WIN32_WINNT=0x0600 -DUNICODE -D_UNICODE \ -DWSLBRIDGE_VERSION=0.2.5-dev \ -Wall -O2 wslbridge.cc ../common/SocketIo.cc -o ../out/wslbridge.exe wslbridge.cc: In function ‘void {anonymous}::spawnPressReturnProcess(HANDLE)’: wslbridge.cc:853:20: error: ‘to_wstring’ is not a member of ‘std’ cmdline.append(std::to_wstring(reinterpret_cast<uintptr_t>(bashProcess))); ^ ../common/SocketIo.cc: In function ‘std::string errorString(BridgedError)’: ../common/SocketIo.cc:143:36: error: ‘to_string’ is not a member of ‘std’ return "WSL error #" + std::to_string(err.actual); ^ Makefile:6: recipe for target '../out/wslbridge.exe' failed make: *** [../out/wslbridge.exe] Error 1 ✘ ───────────────────────────────────────────────────────────────── [2018-08-12 10:07.41] ~/git/wslbridge/frontend [zachd.DESKTOP-76DPIBI] ➤
I have no clue whats going on, as i dont know the errors Make spews out, sorry for my newbism
The text was updated successfully, but these errors were encountered: