Damus
wuwei · 165w
Problem: nostrocket is not currently applicable to more than a few people The nostrocket implementation is currently lacking most of the features that are described in the unprotocol. This means mos...
Sherry profile picture
Problem: no such file or directory when running engine


```
rm -rf ~/nostrocket/data
go mod tidy
go run cmd/engine/*.go
# github.com/prashantgupta24/mac-sleep-notifier/notifier
In file included from ../../go/pkg/mod/github.com/prashantgupta24/[email protected]/notifier/notifierMain.go:7:
./main.h:5:10: fatal error: mach/mach_port.h: No such file or directory
5 | #include <mach/mach_port.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:8: reset] Error 1
```
I was running engine at Ubuntu 22.04.1 LTS and run into the problem above.
3
Rosalia · 162w
I can see it now
gsovereignty · 162w
I'm claiming [Problem: no such file or directory when running engine ] on the nostrocket problem tracker so that I can work on it and other people don't duplicate my efforts.
gsovereignty · 162w
I think this is fixed, just sent a patch. Please pull the latest and check, and close the problem if it's solved
Sherry · 162w
I'm closing [Problem: no such file or directory when running engine ] on the nostrocket problem tracker, it's been resolved or become obsolete.