-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[fs][nsfw] error starting on chromebook/termux #2085
Comments
@jots AFAIK, you're the first one to report trying to build/run Theia on a chromebook - good/cool idea! IIRC, Can you try to create an empty node project and add the
|
|
Thanks. yes the problem is with nsfw. I get errors when trying to build it. Perhaps because termux only comes with clang and not gcc? If I get it figured out I'll post here.
|
I am not sure I understand, is this Android or ChromeOS? Anyway, the important bit is this:
which corresponds to this: https://github.com/trevnorris/openpa/blob/master/src/opa_primitives.h#L97 So to get nsfw to work with that compiler and platform, somebody needs to port openpa to that first. You could try to configure openpa with
Note the last sentence though, I assume they talk about this function here: |
Closing the issue since it is quite old, and inactive. I believe the question may have been answered with the latest comment. |
trying to run this in termux on chromebook and getting this error:
This is after running yarn run build in the main dir.
has anyone gotten this to run on chromebook/chromeos without crouton?
any ideas how to fix?
The text was updated successfully, but these errors were encountered: