Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to make frontend #35

Open
Merith-TK opened this issue Aug 12, 2018 · 0 comments
Open

Unable to make frontend #35

Merith-TK opened this issue Aug 12, 2018 · 0 comments

Comments

@Merith-TK
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant