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

MSys2 Build Error #1135

Closed
Haafingar opened this issue Feb 24, 2018 · 6 comments
Closed

MSys2 Build Error #1135

Haafingar opened this issue Feb 24, 2018 · 6 comments
Labels

Comments

@Haafingar
Copy link

Haafingar commented Feb 24, 2018

Followed instructions on the README verbatum, not sure if this has something to do with the latest commits to Monero.

C:/msys32/mingw32/bin/../lib/gcc/i686-w64-mingw32/7.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lwallet_merged
C:/msys32/mingw32/bin/../lib/gcc/i686-w64-mingw32/7.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lepee
C:/msys32/mingw32/bin/../lib/gcc/i686-w64-mingw32/7.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lunbound
C:/msys32/mingw32/bin/../lib/gcc/i686-w64-mingw32/7.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -leasylogging
collect2.exe: error: ld returned 1 exit status
make[1]: *** [Makefile.Release:202: release/bin/monero-wallet-gui.exe] Error 1
make[1]: Leaving directory '/home/Rig/monero-gui/build'
make: *** [Makefile:36: release] Error 2

Attached is the full output. Running Qt 5.9.4, boost 1.63.0
Buildlog.txt

@yagamidev
Copy link

The problem starts from here mingw32-make: Leaving directory 'C:/msys32/home/Rig/monero-gui/monero
Seems like there is an issue with the submodule.
What you can try yo do is trying compiling the Monero submodule first alone if it doesn't compile then the problem is coming from there.

@pazos
Copy link
Contributor

pazos commented Feb 25, 2018

I'm in for testing. The error is during linking and seems related to #1139 (osx) and #1078 (linux).

@pazos
Copy link
Contributor

pazos commented Feb 26, 2018

The README for windows is broken.We need to merge PRs #828 (update boost) and #1113 (Compile with stack protector).

Qt installation instructions should be simplified.

@danrmiller
Copy link
Contributor

The monero daemon portion will not build on windows until this issue monero-project/monero#3296 is resolved.

@sanderfoobar
Copy link
Contributor

sanderfoobar commented Mar 30, 2018

Since monero-project/monero#3296 was resolved, can this too be resolved?

@danrmiller
Copy link
Contributor

Yes.

+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