Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • O orbclient
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-osredox-os
  • orbclient
  • Merge requests
  • !80

fix build for haiku

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Al Hoang requested to merge hoanga/orbclient:haiku-support into master May 10, 2023
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

hello! the following changesets allow orbclient to build on haiku. sample run shown below:

> cargo build
    Updating crates.io index
  Downloaded libc v0.2.144
  Downloaded 1 crate (682.1 KB) in 1.25s
   Compiling libc v0.2.144
   Compiling orbclient v0.3.45 (/boot/home/src/git/rust-libs/orbclient)
   Compiling sdl2-sys v0.35.2 (https://github.com/Rust-SDL2/rust-sdl2.git#27cd1fd6)
   Compiling sdl2 v0.35.2 (https://github.com/Rust-SDL2/rust-sdl2.git#27cd1fd6)
    Finished dev [unoptimized + debuginfo] target(s) in 14.03s

> cargo test
   Compiling orbclient v0.3.45 (/boot/home/src/git/rust-libs/orbclient)
    Finished test [unoptimized + debuginfo] target(s) in 2.01s
     Running unittests src/lib.rs (target/debug/deps/orbclient-c1ac2a5599be5ccd)

running 2 tests
test color::tests::alignment ... ok
test color::tests::partial_eq ... ok

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

   Doc-tests orbclient

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

> uname -a
Haiku shredder 1 hrev56976 May  9 2023 06:02:02 x86_64 x86_64 Haiku
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: haiku-support