radareorg / sdb

Simple and fast string based key-value database with support for arrays and json
https://www.radare.org/
MIT License
217 stars 62 forks source link

sdb-0.10.5 fails on VoidLinux #118

Closed Gottox closed 6 years ago

Gottox commented 8 years ago

I'm unable to set the correct CFLAGS for the cdb._o file.

template file: https://gist.github.com/75769142daa0d110788168e4e3e50770

buildlog: https://gist.github.com/Gottox/723be782df3119064ff720de03f777a5

Do you know where this file is generated?

radare commented 8 years ago

0.10.5 is kinda old, i didnt released 0.10.6 because it was breaking r2, and im not preparing a new release that should bump.

i see that the cflags are honored. but its failing because you are using that cflags.

you may wanna try with latest sdb from git

On 31 Oct 2016, at 12:10, Enno Boland notifications@github.com wrote:

I'm unable to set the correct CFLAGS for the cdb._o file.

template file: https://gist.github.com/75769142daa0d110788168e4e3e50770 https://gist.github.com/75769142daa0d110788168e4e3e50770 buildlog: https://gist.github.com/Gottox/723be782df3119064ff720de03f777a5 https://gist.github.com/Gottox/723be782df3119064ff720de03f777a5 Do you know where this file is generated?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/radare/sdb/issues/118, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3-lrhSfr0fRvoiCwI6l-ERJLB8SVUbks5q5cyzgaJpZM4Kk5xm.

radare commented 8 years ago

ah i think this is because the object file is named ._o instead of .o so make doesnt know how to pass the cflags

radare commented 8 years ago

try https://github.com/radare/sdb/commit/12b2945bc2ff978ad1846408851ae31d8eaecb4c

trufae commented 7 years ago

please try with 0.11.0