Skip to content
New issue

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

macOS High Sierra build error: ld: library not found for -lwallet_merged #1139

Closed
bref2013 opened this issue Feb 25, 2018 · 5 comments
Closed
Labels

Comments

@bref2013
Copy link

-F/usr/local/Cellar/qt/5.10.1/lib -L/Users/lee/Downloads/monero-gui-master/monero/lib -lwallet_merged -lepee -lunbound -leasylogging -lreadline -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/boost/lib -lboost_serialization -lboost_thread-mt -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_chrono -lboost_program_options -lssl -lcrypto -ldl -framework QtQuick -framework QtGui -framework QtCore -framework DiskArbitration -framework IOKit -framework QtQml -framework QtNetwork -framework QtWidgets -framework OpenGL -framework AGL
ld: library not found for -lwallet_merged
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [release/bin/monero-wallet-gui.app/Contents/MacOS/monero-wallet-gui] Error 1

macOS High Sierra 10.13.3 (17D47)
with brew install all the boost, openssl and so on.
there is one time generate app, but cannot the GUI wallet cannot link to daemon.

Is there any advice why can't compile the gui wallet?
thanks a lot ahead

@einsteinsfool
Copy link
Contributor

einsteinsfool commented Mar 1, 2018

Well, I had this error but I also had another one with "-lepee". Fixed that by adding more RAM to my VM. 1 GB -> 3 GB. Probably not the case if you're not using VM.

Generally I read somewhere that this error is a result of errors before. So maybe send output of the compilation to some file and check it for "error" and "fail" and try to fix the first one.

@BigslimVdub
Copy link
Contributor

I had this issue with AEON rebase gui using ver1.2 but it was fixed with v1.3 for high Sierra.

@sanderfoobar
Copy link
Contributor

sanderfoobar commented Mar 30, 2018

I believe this was resolved in monero-project/monero#3296. Could you verify by building latest master?

@dEBRUYNE-1
Copy link
Contributor

Given the inactivity of this issue, I am going to close it.

+resolved

@dEBRUYNE-1
Copy link
Contributor

+resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants