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

servo failed to build with rust 0.4 #135

Closed
nadavvin opened this issue Oct 19, 2012 · 1 comment
Closed

servo failed to build with rust 0.4 #135

nadavvin opened this issue Oct 19, 2012 · 1 comment

Comments

@nadavvin
Copy link

@nadavvin nadavvin commented Oct 19, 2012

I know that servo is still in development but yet success build it with different rustc version and different servo git versions.

rustc -O -L ../rust-opengles /media/debian-home/nadav/projects/servo/src/rust-glut/glut.rc -o rustglut-test --test
/media/debian-home/nadav/projects/servo/src/rust-glut/test.rs:137:18: 137:20 error: mismatched types: expected &core::comm::Port<<V9>> but found core::comm::Port<()> (expected &-ptr but found enum core::comm::Port)
/media/debian-home/nadav/projects/servo/src/rust-glut/test.rs:137 let ch = Chan(po);
^~
/media/debian-home/nadav/projects/servo/src/rust-glut/test.rs:145:31: 145:37 error: mismatched types: expected &core::comm::Port<<V19>> but found core::comm::Port<<V18>> (expected &-ptr but found enum core::comm::Port)
/media/debian-home/nadav/projects/servo/src/rust-glut/test.rs:145 let wakeup_chan = Chan(wakeup);
^~~~~~
/media/debian-home/nadav/projects/servo/src/rust-glut/test.rs:144:12: 144:27 error: cannot determine a type for this local variable: unconstrained type
/media/debian-home/nadav/projects/servo/src/rust-glut/test.rs:144 let wakeup = Port();
^~~~~~~~~~~~~~~
error: aborting due to 3 previous errors
make[1]: *** [rustglut-test] Error 101
make[1]: Leaving directory `/media/debian-home/nadav/projects/servo/build/src/rust-glut'
make: *** [check-rust-glut] Error 2

@burg
Copy link

@burg burg commented Oct 19, 2012

At the time of this writing, the latest rust commit is 754704ea9442ce92602f8022f6c979824b016842. Earlier versions will not work. In the future, please check on IRC if you suspect that you have an incorrect rust version.

@burg burg closed this Oct 19, 2012
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
glennw added a commit to glennw/servo that referenced this issue Jan 16, 2017
Add support for scrolling in iframes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.