mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #201] Building error on macOS 12.0.1 on mac mini m1 #149
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @naymapl on GitHub (Oct 28, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/201
Hi. I try to compile apple sillicon verion but got error:
Any idea what is wrong ?? Thank you for help.
Is it build native arm64 version of psst ??
@creinholdsson commented on GitHub (Oct 30, 2021):
Minivorbis is in a git submodule, have you also fetched all submodules?
@naymapl commented on GitHub (Oct 30, 2021):
Hi. How to do that ?? I use comand from main readme.md:
but I got this error message:
fatal: this is not a git repository (or any parent directories): .git@creinholdsson commented on GitHub (Oct 30, 2021):
How did you acquire the code from this repo, via git clone or downloading the source from github ui?
git clone https://github.com/jpochyla/psst.gitcd psstgit submodule update --recursive --initshould work.
@naymapl commented on GitHub (Oct 30, 2021):
Hi - now is working well. Thank you so much. I have one more question - how to create normal psst.app to drag it to application folder and use like normal app ?
@jpochyla commented on GitHub (Nov 1, 2021):
You can create an app bundle by running
cargo bundle --release. Thanks everybody!@naymapl commented on GitHub (Dec 20, 2021):
@jpochyla I try to use
cargo bundle --releasebut got error:@kingosticks commented on GitHub (Dec 20, 2021):
See https://github.com/jpochyla/psst/blob/master/.github/workflows/build.yml#L72-L73
@naymapl commented on GitHub (Dec 20, 2021):
I got error
error: No 'package' info found in 'Cargo.toml'Maybye is this:
be sure to add/Users/user-name/.cargo/binto your PATH to be able to run the installed binaries@naymapl commented on GitHub (Dec 20, 2021):
Ok - I create myself psst.app and copy there psst-gui and give it icon and its work. But with this cargo bundle something not working correctly for sure. I try few times and always got this message
error: No 'package' info found in 'Cargo.toml'@jpochyla commented on GitHub (Dec 20, 2021):
Run it in the
psst-guidirectory :)@naymapl commented on GitHub (Dec 21, 2021):
ok - now working perfect. Thank you so much !! Have a nice day.