Re: [dev-servo] CSC 517 OSS Project

2019-03-25 Thread Niveditha Shankar
I cant check if it works because of the previous issue I mentioned -- And now it just comes out of the build without displaying any success/error message(doesnt run anything either) Like this: C:\Users\ndniv\rust>cd servo C:\Users\ndniv\rust\servo>mach.bat build --dev C:\Users\ndniv\rust\servo>

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] CSC 517 OSS Project

2019-03-25 Thread Niveditha Shankar
And now it just comes out of the build without displaying any success/error message(doesnt run anything either) On Mon, Mar 25, 2019 at 8:23 PM Niveditha Shankar wrote: > Hi > I tried to build the project in windows and got the following error > `link.exe` failed: exit code: 1181 ' > > I have at

Re: [dev-servo] CSC 517 OSS Project

2019-03-25 Thread Cheng You Bai
Hi Niveditha, cc Josh I didn't see the attached log but I tried to search "exit code 1181" in Servo. Not sure if this issue is related, if yes, you might be able to refer to the last comment from learning

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] CSC 517 OSS Project

2019-03-25 Thread Niveditha Shankar
Hi I tried to build the project in windows and got the following error `link.exe` failed: exit code: 1181 ' I have attached the log file below Niveditha Shankar On Mon, Mar 25, 2019 at 1:31 PM Josh Bowman-Matthews wrote: > On 3/25/19 12:49 PM, Niveditha Shankar wrote: > > Thanks for that. The

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,

Re: [dev-servo] CSC 517 OSS Project

2019-03-25 Thread Josh Bowman-Matthews
On 3/25/19 12:49 PM, Niveditha Shankar wrote: Thanks for that. The build was successful! On running the test specified, we got this "ran 213 tests as expected". So am I right in assuming that the modifications we make to the servo code are correct if these tests run as expected? Correct. And

Re: [dev-servo] CSC 517 OSS Project

2019-03-25 Thread Niveditha Shankar
Thanks for that. The build was successful! On running the test specified, we got this "ran 213 tests as expected". So am I right in assuming that the modifications we make to the servo code are correct if these tests run as expected? And also we are asked to create a new adapter.rs file. I notice