Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFailed build on Windows (extraneous text after 'else' directive) #9989
Comments
|
What does your target/{debug|release}/build/mozjs_sys-*/out/config.log file say? I had the same problem when mozjs wasn't building with C:\Python27. configure failed on a "Python is malfunctioning: sys.executable path incorrect" test |
|
I have the same error :
Content of config.log
|
|
@adamncasey I don't have a config.log only a config.status file |
|
Do you have Python 2.7 installed to C:\Python27? When I uninstall python 2.7 on my machine, I get the same error as @nightwalkerkg.
Does this help @nightwalkerkg ? |
|
@adamncasey no, mine was in Program Files, i reinstalled it into C: and i'll try to build again. EDIT : Yeah, that fixed the issue. Thanks man. |
|
Ive deleted the target folder, pulled from master and rebuilt @larsbergstrom How do i debug this again? |
|
@Jayflux that happened to me when i open the page as www.google.com instead of http://www.google.com |
|
@Jayflux I usually only see 127 when the @nightwalkerkg that's very interesting! I haven't seen that. |
|
@larsbergstrom if i run Servo in debug mode it runs fine
Why would i get no errors from that but running just |
|
I've done a git pull and it seems to build now for me, im not sure what changed but maybe something has fixed it |
|
@Jayflux my problem was with the Python path, after i installed it to C:\ it was building fine. :D |
|
I think that there are two problems mentioned in this thread:
Please open new issues if any of that stuff comes back! |
Full output here, on master branch, pulled today using Mingw like the steps say and I'm getting this output.
https://pastebin.mozilla.org/8863612
@larsbergstrom @vvuk