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 upMac 10.8.2 build failing at /core_foundation.rc #321
Comments
|
I've experienced the same problem. I noticed that there were some syntax changes in Rust 0.6 which those errors indicated. So I went and updated to new syntax in my copy where I saw errors. After the update, I still get error with new assertion ( It will compile through if I use
|
|
Thanks for the input. Is there a known version of Rust which will compile current servo checkout? How fixable are the errors in libc? I'm trying to get a compile working for my own education and just figuring out how this all hangs together. |
|
When I last updated the in-tree rust checkout, I only built on Fedora. @metajack is updating Servo to build on OS X with a very recent rustc as we speak, so once those changes are finished you should be able to build again. |
|
It should land later today with any luck. |
|
Splendid, will keep an eye out for it. Thanks for the prompt replies. |
|
#322 if you'd like to test it out before it lands. |
|
I have tried a build with the latest merge and have had no luck. It is now report a different error:
I believe this to be related? |
|
Did the submodules get updated? You might need to rerun configure. |
|
i have rerun configure but the issue persists. Repo is marked as up to date. Any suggestions? |
|
What commit is it at? |
|
rust-cocoa is listed as: servo repo is most recent (ran git pull before both attempts). |
|
can you post the full error message?
|
|
'make -C src/rust-cocoa clean all' run without error. 'make && make check' is still failing with the following error:
I'm not that familiar with make, is there a way to clean all the build options to start from a clean slate? Thanks for the help. |
|
The makefiles still have dependency bugs. We'll be trying to clean that up. |
|
Changes committed last night with skis have resolved the mac build issues. |
Add a test for the textContent setter.
Use ipc-channel from crates.io.
Attempting to build on OSX 10.8.2, build failed with:
Full error output here: https://gist.github.com/JamieKnight/5310634#file-gistfile1-txt
I was able to successfully compile rust/master. I attempted to use the compiled rust toolchain already present on my system (using instructions in #303) but this also failed. Not sure how to proceed.