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

Development #43

Merged
merged 12 commits into from
Jan 24, 2024
Merged

Development #43

merged 12 commits into from
Jan 24, 2024

Conversation

rumeysayilmaz
Copy link
Collaborator

merge changes in development(clone of master) to marmarad

DeckerSU and others added 12 commits November 21, 2023 17:26
__BYTE_ORDER != __LITTLE_ENDIAN
this patch fixes errors like:

```
include/boost/concept/detail/general.hpp:39:47: warning: 'this' pointer null [-Wnonnull]
   39 |     static void failed() { ((Model*)0)->~Model(); }
```

during build with gcc 11.x, more details can be found here:

- boostorg/concept_check#27
- boostorg/concept_check#28
for komodo-cli and wallet-utility

```
/usr/bin/ld: libbitcoin_util.a(libbitcoin_util_a-util.o): in function `__static_initialization_and_destruction_0(int, int)':
/media/decker/data1tb/komodo-deckersu/src/komodo_defs.h:71: undefined reference to `nStakedDecemberHardforkTimestamp'
/usr/bin/ld: /media/decker/data1tb/komodo-deckersu/src/komodo_defs.h:71: undefined reference to `nS4Timestamp'
/usr/bin/ld: /media/decker/data1tb/komodo-deckersu/src/komodo_defs.h:71: undefined reference to `nS5Timestamp'
/usr/bin/ld: /media/decker/data1tb/komodo-deckersu/src/komodo_defs.h:71: undefined reference to `nS6Timestamp'
/usr/bin/ld: /media/decker/data1tb/komodo-deckersu/src/komodo_defs.h:71: undefined reference to `nS7Timestamp'
/usr/bin/ld: /media/decker/data1tb/komodo-deckersu/src/komodo_defs.h:72: undefined reference to `nDecemberHardforkHeight'
/usr/bin/ld: /media/decker/data1tb/komodo-deckersu/src/komodo_defs.h:72: undefined reference to `nS4HardforkHeight'
/usr/bin/ld: /media/decker/data1tb/komodo-deckersu/src/komodo_defs.h:72: undefined reference to `nS5HardforkHeight'
/usr/bin/ld: /media/decker/data1tb/komodo-deckersu/src/komodo_defs.h:72: undefined reference to `nS6HardforkHeight'
/usr/bin/ld: /media/decker/data1tb/komodo-deckersu/src/komodo_defs.h:72: undefined reference to `nS7HardforkHeight'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
collect2: error: ld returned 1 exit status
```
@Aklix Aklix merged commit fa68f04 into marmarad Jan 24, 2024
5 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants