tauri icon indicating copy to clipboard operation
tauri copied to clipboard

Running "Hello World" example on Ubuntu fails

Open White-Rabbit-Scientific opened this issue 1 year ago • 1 comments

Describe the bug

git clone of the 2.02 version or Tauri.

cargo run --release --example helloworld required an ENORMOUS 649 crates !!!

The following warnings were emitted during compilation:

warning: [email protected]: 

error: failed to run custom build command for `soup3-sys v0.5.0`

Reproduction

As above.

Expected behavior

It should compile or have instructions in the README.md.

Full tauri info output

The following warnings were emitted during compilation:

warning: [email protected]: 

error: failed to run custom build command for `soup3-sys v0.5.0`

Caused by:
  process didn't exit successfully: `/home/resonanz/Github/tauri/target/release/build/soup3-sys-d98c7a7748251da5/build-script-build` (exit status: 1)


### Stack trace

_No response_

### Additional context

_No response_

White-Rabbit-Scientific avatar Oct 09 '24 23:10 White-Rabbit-Scientific

Is that the full error message? I feel like it's missing something tbh. Did you follow the setup guide? https://v2.tauri.app/start/prerequisites/#linux

FabianLars avatar Oct 13 '24 15:10 FabianLars