halfix icon indicating copy to clipboard operation
halfix copied to clipboard

how do i port this app to uwp Universal Windows

Open PurpleVoidEpic opened this issue 3 years ago • 3 comments

hi id like to use this on my xbox one but i can't compile it for uwp

PurpleVoidEpic avatar Oct 04 '22 23:10 PurpleVoidEpic

What errors are you getting? I'm not familiar with UWP, sorry.

nepx avatar Jan 16 '23 20:01 nepx

I'm getting this error when trying to use it in node js node:events:491 throw er; // Unhandled 'error' event ^

Error: spawn emcc ENOENT at ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) Emitted 'error' event on ChildProcess instance at: at ChildProcess._handle.onexit (node:internal/child_process:289:12) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -4058, code: 'ENOENT', syscall: 'spawn emcc', path: 'emcc', spawnargs: [ '-Wall', '-Wextra', '-Werror', '-g3', '-std=gnu99', '-DEMSCRIPTEN_BUILD', '-O0', 'src/pc.c', '-c', '-o', 'build/objs/94-pc-1b21v.o', '-Iinclude' ] }

Node.js v18.12.1

PurpleVoidEpic avatar Jan 20 '23 21:01 PurpleVoidEpic

You need to add Emscripten (emcc) to your shell's PATH variable.

nepx avatar May 11 '23 04:05 nepx