Jump to content

Please Help - Errormessage during "make" (Ununtu 16.04)


stw
 Share

Recommended Posts

Hi, 

have some trouble with buildig qt-wallet. (Ubuntu 16.04 64): 
After "make" I receive the following Errormessage:

.src/tor/address.h: In function ‘tor_addr_to_mapped_ipv4h’:
src/tor/torcompat.h:548:37: error: ‘const struct in6_addr’ has no member named ‘s6_addr32’
 #define S6_ADDR32(x) ((uint32_t*)(x).s6_addr32)
                                     ^
src/tor/address.h:126:35: note: in expansion of macro ‘S6_ADDR32’
 #define tor_addr_to_in6_addr32(x) S6_ADDR32(*tor_addr_to_in6_assert(x))
                                   ^
src/tor/address.h:153:14: note: in expansion of macro ‘tor_addr_to_in6_addr32’
     addr32 = tor_addr_to_in6_addr32(a);
              ^
Makefile:8626: die Regel für Ziel „build/hs_cache.o“ scheiterte
make: *** [build/hs_cache.o] Fehler 1

Can someone help?

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...