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
Another method I used was to rename the typedef for "byte" to "hlbyte" in hlword/WordBitCompress.h (typedef unsigned char hlbyte;) and to update corresponding files that use it (hlword/WordDBPage.cc and hlword/WordBitCompress.cc). This enabled compilation with GCC 11 without changing CXXFLAGS.
Hi friends,
There is a build error trying to compile hldig-20210616_9427c9cd (the current one) with GCC 11 (snapshot 11-20220101).
The full log at: http://sprunge.us/dBqom9
The text was updated successfully, but these errors were encountered: