Re: [dev-servo] Servo Build Error on Windows

2019-03-26 Thread Josh Bowman-Matthews
Thanks for confirming that! I have filed https://github.com/servo/servo/issues/23104 to deal with this. cheers, Josh On 3/26/19 2:37 PM, Maria Sable wrote: Hi Josh, Uninstalling gstreamer 1.15 (and its development tools) and installing gstreamer 1.14.4 (and its development tools) instead fixe

Re: [dev-servo] Servo Build Error on Windows

2019-03-26 Thread Maria Sable
Hi Josh, Uninstalling gstreamer 1.15 (and its development tools) and installing gstreamer 1.14.4 (and its development tools) instead fixed the issue. Thank you! Kind regards, Maria On Tue, Mar 26, 2019 at 12:47 PM Josh Bowman-Matthews wrote: > It seems like this file was renamed in the gstream

Re: [dev-servo] Servo Build Error on Windows

2019-03-26 Thread Josh Bowman-Matthews
It seems like this file was renamed in the gstreamer 1.15 release. For now, try installing the gstreamer 1.14 release and see if that makes a difference. Cheers, Josh On 3/25/19 8:42 PM, Maria Sable wrote: Hi Cybai, I did follow the instructions to setup GStreamer and add it to the LIB envir

Re: [dev-servo] Servo Build Error on Windows

2019-03-25 Thread Maria Sable
Hi Cybai, I did follow the instructions to setup GStreamer and add it to the LIB environment variable. However, when I look in the file location for 'C:\\gstreamer\\1.0\\x86_64\\bin\\libffi-7.dll', I am able to navigate to the bin folder but no such file exists. However a file does exist in that f

Re: [dev-servo] Servo Build Error on Windows

2019-03-25 Thread Cheng You Bai
Hi Maria, cc Josh I found the error is about IOError: [Errno 2] No such file or directory: u'C:\\gstreamer\\1.0\\x86_64\\bin\\libffi-7.dll' It looks like it cannot find the required dll for gstreamer. Could you check the step 3 in README for windows

Re: [dev-servo] Servo Build Error on Windows

2019-03-25 Thread Maria Sable
Hi Josh, Thank you; installing the ATL/MFC components fixed the build error. I think the build command finished successfully, but I am still getting a potential error with the mach command. I'm not sure if I need to do anything about this. I have attached the command prompt output to this email so

Re: [dev-servo] Servo Build Error on Windows

2019-03-25 Thread Josh Bowman-Matthews
Hi Maria, The ATL/MFC components for Visual Studio are not installed by default. You should follow https://github.com/felixrieseberg/windows-build-tools/issues/92#issue-299336903 to modify your installation to add them. Cheers, Josh On 3/25/19 5:05 PM, Maria Sable wrote: Hi all, I am one o

[dev-servo] Servo Build Error on Windows

2019-03-25 Thread Maria Sable
Hi all, I am one of the NCSU students working with Joe Hutchinson and Chris Benfante on implementing missing WebAudio node support for our OSS project ( https://github.com/servo/servo/wiki/WebAudio-JS-interfaces-student-project). I installed the dependences for Windows as described in the readme,