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 upservo failed to build with rust 0.4 #135
Closed
Comments
|
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. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Submission/unipro
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
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 foundcore::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 foundcore::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