Using master
(536590f358dc3d3e5821eba7f1009452ea93b205) and building depends using DEBUG=1 make -j8
.
Configuring with ./autogen.sh && ./configure --prefix=/Users/michael/github/bitcoin/depends/x86_64-apple-darwin18.6.0
I’m seeing:
0Options used to compile and link:
1 with wallet = yes
2 with gui / qt = no
3 with zmq = yes
4 with test = yes
5 with fuzz = no
6 with bench = yes
7 with upnp = yes
8 use asm = yes
9 sanitizers =
10 debug enabled = no
11 gprof enabled = no
12 werror = no
13
14 target os = darwin
15 build os = darwin
In config.log
:
0configure:27984: checking for static Qt plugins: -lqcocoa
1ld: library not found for -lqcocoa
2configure:27813: checking for static Qt plugins: -lqminimal
3ld: library not found for -lqminimal
4configure:27839: WARNING: Could not resolve: -lqminimal; bitcoin-qt frontend will not be built
Building depends without DEBUG=1
works as expected.