-
-
Notifications
You must be signed in to change notification settings - Fork 21.8k
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
WONTFIX: EMScription build error on Stable 1.1 #3510
Comments
Thanks for the report. The HTML5 templates were kind of broken in 1.1, could you try the current git master branch to see if it works better for you? |
Problem is that I'm writing a PKGBUILD for the AUR for the stable branch (and I'll be doing one for the -git branch afterward). See https://github.com/godofgrunts/arch-PKGBUILDs/blob/master/godot-export |
stable branch does not really work with HTML5, but we'll release a new On Fri, Jan 29, 2016 at 4:29 PM, godofgrunts [email protected]
|
Okay, you can close as wontfix if you'd like, I'll comment out the build until the next stable. |
Thanks for working on AUR packages, that's great! As far as your stable package is concerned, you could probably go with the 2.0-beta tag directly, it's IMO as stable as 1.1 and with many fixed bugs. /me should finish his Mageia package and push it live :) |
I'm only referring to it as "stable" because there isn't a 2.0 stable yet. 👍 |
Yeah I know that :) But as a fellow packager I'd still advise you to package the beta as godotengine-stable, it will save you some headache. 1.1 was not so packaging friendly IMO (especially since it did not support system wide templates). |
Log dump: http://dumptext.com/e7KqPSTN
uname -a
Linux arch-laptop 4.3.3-2-ARCH #1 SMP PREEMPT Wed Dec 23 20:09:18 CET 2015 x86_64 GNU/Linux
pacman -Q scons
scons 2.4.1-1
pacman -Q emscripten
emscripten 1.35.22-1
whereis emscripten
emscripten: /usr/lib/emscripten /usr/lib/emscripten/emscripten.py
pacman -Q llvm-libs
llvm-libs 3.7.1-1
Code used to produce error:
export EMSCRIPTEN_ROOT=/usr/lib/emscripten
scons -j 4 platform=javascript tools=no target=release
The text was updated successfully, but these errors were encountered: