p9c / pod-archive

ParallelCoin's Omnibus Depositorie
https://parallelcoin.info
The Unlicense
9 stars 5 forks source link

Problem ./linux.sh #144

Open yanuvelir opened 1 year ago

yanuvelir commented 1 year ago

When I run the script it gives me an error netbase.cpp:86:16: error: 'getaddrinf' was not declared in this scope; did you mean 'getaddrinfo'? 86 | int nErr = getaddrinf.Ln(pszName, NULL, &aiHint, &aiRes); | ^~~~~~ main.h:644:6: error: 'CBlockFileinf' does not name a type; did you mean 'CBlockFileInfo'? 644 | CBlockFileinf.Ln() { | ^~~~~ | CBlockFileInfo makefile.unix:181: recipe for target 'obj/netbase.o' failed make: [obj/netbase.o] Error 1 make: Waiting for unfinished jobs.... makefile.unix:181: recipe for target 'obj/addrman.o' failed make: [obj/addrman.o] Error 1 makefile.unix:181: recipe for target 'obj/checkpoints.o' failed make: [obj/checkpoints.o] Error 1 makefile.unix:181: recipe for target 'obj/alert.o' failed make: *** [obj/alert.o] Error 1

l0k18 commented 1 year ago

This repository should really be archived, it had become quite a bloated repository. I have a version that is working but buggy available at (https://github.com/cybriq/p9)[https://github.com/cybriq/p9], which probably will work, but be warned it is buggy, and I think it has a stuck thread issue that can come up and I honestly only fixed it enough that you can see it render the GUI and it mostly correctly controls the services according to the buttons you press.

The version of linux.sh on that repository was working with Ubuntu 22/Pop OS 22 when I last changed it.

yanuvelir commented 1 year ago

Сan I install a node on Ubuntu 18.04? https://github.com/cybriq/p9 i need install go in linux?

l0k18 commented 1 year ago

You can but it's still alpha grade, needs quite a bit of work done debugging.