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

Can't compile "libc.rs" for iOS #11336

Closed
kud1ing opened this issue Jan 6, 2014 · 3 comments · Fixed by #11472
Closed

Can't compile "libc.rs" for iOS #11336

kud1ing opened this issue Jan 6, 2014 · 3 comments · Fixed by #11472
Labels
O-ios Operating system: iOS

Comments

@kud1ing
Copy link

kud1ing commented Jan 6, 2014

src/libstd/libc.rs:2937:17: 2937:50 error: unresolved import: could not find `arch` in `libc::types::os`.
src/libstd/libc.rs:2937             use libc::types::os::arch::c95::c_int;
                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/libstd/libc.rs:2937:17: 2937:50 error: failed to resolve import `libc::types::os::arch::c95::c_int`
src/libstd/libc.rs:2937             use libc::types::os::arch::c95::c_int;
                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
@kud1ing
Copy link
Author

kud1ing commented Jan 6, 2014

@adrientetar
Copy link
Contributor

@kud1ing I would maybe start by looking at the modules tagged under #[cfg(target_os = android)] althrough android might be different because it uses bionic there are fields that seem common to various OSes.
e.g. https://github.com/mozilla/rust/blob/master/src/libstd/libc.rs#L3392

@kud1ing
Copy link
Author

kud1ing commented Jan 10, 2014

One gets an overview of the cases with grep -Irsnw "pub mod\|cfg" libc.rs.

@bors bors closed this as completed in 29e82c6 Jan 11, 2014
flip1995 pushed a commit to flip1995/rust that referenced this issue Aug 24, 2023
Use ui_test's Windows path backslash heuristic

changelog: none

Instead of unconditionally replacing `\` with `/` we now use [`Match::PathBackslash`](https://docs.rs/ui_test/latest/ui_test/enum.Match.html#variant.PathBackslash) to only replace backslashes in paths that look like windows paths

`ui-toml` and `ui-cargo` tests still use the old way because they produce verbatim paths on windows in some tests (`\\?\C:\foo\...`) which was finnicky to get the replacement order correct with

Also removes the `ui_test` -> `compiletest` alias and `VarGuard`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-ios Operating system: iOS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants