You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a brew installed boost tagged at 1.57 as this setup has been working so far with other blockchain wallet builds. Just for sanity checks, I just pulled the latest PIVX wallet source and am currently in the process of make to see if I encounter the same issue. Will update this comment on the result of that build ✌️
Edit
PIVX source built fine, so I'm still scratching my head.
Describe the issue
After running
./autogen.sh
and./configure
I encounter a source build issue when executing themake
command.Can you reliably reproduce the issue?
If so, please list the steps to reproduce below:
./autogen.sh
LDFLAGS='-L/usr/local/opt/openssl/lib' CPPFLAGS='-I/usr/local/opt/openssl/include' PKG_CONFIG_PATH='/usr/local/opt/openssl/lib/pkgconfig' ./configure --with-gui=qt5
make
Expected behavior
It should build
phored
source.Actual behavior
It fails with an error
Undefined symbols for architecture x86_64
.What version of Phore Core are you using?
v1.3.2
Machine specs:
Any extra information that might be useful in the debugging process.
The text was updated successfully, but these errors were encountered: