rohanrhu / gdb-frontend

☕ GDBFrontend is an easy, flexible and extensible gui debugger. Try it on https://debugme.dev
https://oguzhaneroglu.com/projects/gdb-frontend/
GNU General Public License v3.0
2.79k stars 98 forks source link

building gdb on arch failed #58

Closed jean-lopes closed 1 month ago

jean-lopes commented 11 months ago

Error message: ld: cannot find -lboost_regex: No such file or directory

solution: sudo pacman -S boost

Should this dependency be added to: https://github.com/rohanrhu/gdb-frontend/blob/master/build_gdb.sh#L94-L95C30 ? (Also, on other distros?)

rohanrhu commented 11 months ago

Hi @jean-lopes, thank you for reporting. I don't have time for it at the moment. Could you add and test it and make a pull request? It would be nice if you could try building on other distros too.

rohanrhu commented 1 month ago

Added for all distros. (Debian, Ubuntu, Arch)