Self-Auth, Rest-API, Vaults etc now Functional against actual network!

Hey experts,

couldn’t refuse to try it myself on a 32-bit XUbuntu 14.04.

  1. maidsafe_vault builds perfectly and tests all were successfull

  2. When I try to build maidsafe_client with cargo build it tries to compile rust-crypto but fails with the following message

    .cargo/registry/src/github.com-121aea75f9ef2ce2/rust-crypto-0.2.31/src/aesni_helpers.c:12:5: error: unknown register name ‘xmm1’ in ‘asm’
    asm(
    ^

I guess ‘xmm1’ is not an available register name on a TARGET = Some(“i686-unknown-linux-gnu”)?
Does anybody successfully compiled maidsafe_client on a 32-bit Xubuntu?
Any hints?

I know this is a bit off-topic but any help would be highly appreciated.

@maidsafe: I am really looking forward to see the SAFE network live!

Best,
Martin