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

Cmake error when installing. #18

Open
pablodalma93 opened this issue Mar 7, 2022 · 8 comments
Open

Cmake error when installing. #18

pablodalma93 opened this issue Mar 7, 2022 · 8 comments

Comments

@pablodalma93
Copy link

I'm getting this error when installing. Not sure if it's an error in the steps of the installation or a result of my lack of knowledge in Linux. Installed Linux in Virtualbox to try the program.

Cmake error at CmakeLists.txt

The Cmake_C Compiler.

Path_to_emsdk/upstream/emscripten/emcc

is not a full path and was not found in path

Tell Cmake where to find the compiler by setting
either the enviroment variable "CC" or the Cmake
cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in
the PATH.

@LearnToStick
Copy link

Maybe you can try to replace all PATH_TO_EMSDK with the path to your emsdk directory.

@pablodalma93
Copy link
Author

I fixed it some days ago. If I recall correctly this was for the desktop version. Now it runs but it only shows a grey screen with the title of the software. Any idea?

@LearnToStick
Copy link

At present, I still haven't built the web version successfully, and I haven't tried the desktop version. May I ask if you built it on a linux system or a windows system?

@LearnToStick
Copy link

At present, I have successfully configured the desktop version, which is the same as yours, without any buttons, only draw,like this
image

@LearnToStick
Copy link

image
success!you can see the demo ,help button can help you !

@pablodalma93
Copy link
Author

At present, I have successfully configured the desktop version, which is the same as yours, without any buttons, only draw,like this image

Nevermind, I managed to make the web version work. Thanks for the reply anyway.

@helderdaniel
Copy link

@pablodalma93 how did you make the web version work? I tried to compile in ubuntu but I still have this issue Can't run properly #20

@helderdaniel
Copy link

helderdaniel commented Jan 5, 2023

For who might yet be struggling to run it locally:
It must be ran through a web server and it is also needed to copy some more files than the ones generated in the build directory.
Take a look at the end of this comment

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

3 participants