We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current behavior Currently, when attempting to build through the steps given in the documentation, it is unable to do so.
Expected behavior using cmake --build . will result in a successful build
cmake --build .
Steps to reproduce: following the UNIX BUILD NOTES git clone https://github.com/gridcoin-community/Gridcoin-Research cd Gridcoin-Research git checkout master mkdir build && cd build cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DENABLE_GUI=ON -DENABLE_QRENCODE=ON -DENABLE_UPNP=ON -DUSE_DBUS=ON cmake --build .
git clone https://github.com/gridcoin-community/Gridcoin-Research
cd Gridcoin-Research
git checkout master
mkdir build && cd build
cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DENABLE_GUI=ON -DENABLE_QRENCODE=ON -DENABLE_UPNP=ON -DUSE_DBUS=ON
Gridcoin version
Machine specs
Extra information https://pastebin.com/YkSZwKHi
The text was updated successfully, but these errors were encountered:
it is important to note that it is able to build and run successfully on the development branch
Sorry, something went wrong.
You'll probably need a801c74, I reckon.
was able to fix by following CyberTailor's advice on discord and installing bdb5.3 from pacman and pass -DSYSTEM_BDB=ON to cmake
We will keep this open until I do the next release, which will include the requisite fix that is already in the development branch.
jamescowens
No branches or pull requests
Bug Report
Current behavior
Currently, when attempting to build through the steps given in the documentation, it is unable to do so.
Expected behavior
using
cmake --build .
will result in a successful buildSteps to reproduce:
following the UNIX BUILD NOTES
git clone https://github.com/gridcoin-community/Gridcoin-Research
cd Gridcoin-Research
git checkout master
mkdir build && cd build
cmake .. -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DENABLE_GUI=ON -DENABLE_QRENCODE=ON -DENABLE_UPNP=ON -DUSE_DBUS=ON
cmake --build .
Gridcoin version
Machine specs
Extra information
https://pastebin.com/YkSZwKHi
The text was updated successfully, but these errors were encountered: