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

Toolchain is broken on Windows #16

Open
vincent opened this issue Jun 9, 2015 · 5 comments
Open

Toolchain is broken on Windows #16

vincent opened this issue Jun 9, 2015 · 5 comments

Comments

@vincent
Copy link
Owner

vincent commented Jun 9, 2015

Maybe the easiest would be to use Gulp or other cross-platform tool ?

@jdestefx
Copy link

jdestefx commented Jul 7, 2018

I had nothing but problems trying to build on Centos7 as well. Had to just give up...

@vincent
Copy link
Owner Author

vincent commented Jul 8, 2018

That's sad :(
Could you post the errors you encountered ?
I currently setup a new install on Ubuntu, so I'll update the build chain if needed.

@jdestefx
Copy link

jdestefx commented Jul 8, 2018

I fought trying to get the correct devtools package installed on centos because clang kept complaining about glibcpp libraries not found. Once I finally got the right devtools package installed (clang no longer quit with errors) The build setup still said it couldn't verify clang version.

CRITICAL:root:Could not verify LLVM version: Command '['/projects.git/emsdk/clang/e1.38.8_64bit/clang++', '-v']' returned non-zero exit status 1
Here's my output for clang++ -v

[root@localhost phpmmo]# clang++ -v
clang version 4.0.1 (tags/RELEASE_401/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /opt/rh/llvm-toolset-7/root/usr/bin
Found candidate GCC installation: /opt/rh/devtoolset-3/root/usr/lib/gcc/x86_64-redhat-linux/4.9.2
Found candidate GCC installation: /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7
Found candidate GCC installation: /usr/lib/gcc/x86_64-redhat-linux/4.8.2
Found candidate GCC installation: /usr/lib/gcc/x86_64-redhat-linux/4.8.5
Selected GCC installation: /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7
Candidate multilib: .;@m64
Candidate multilib: 32;@m32
Selected multilib: .;@m64

@vincent
Copy link
Owner Author

vincent commented Jul 9, 2018

Thanks for your report.
Once I worked on the docs, I'll try setup a build on Windows to see what gives.

@Ithamar
Copy link

Ithamar commented Nov 19, 2021

I'm looking into using the emsdk docker image for building recast.js, as soon as I've got something working cleanly I'll post a PR

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