gdb-frontend icon indicating copy to clipboard operation
gdb-frontend copied to clipboard

building gdb on arch failed

Open jean-lopes opened this issue 2 years ago • 1 comments

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?)

jean-lopes avatar Aug 23 '23 20:08 jean-lopes

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 avatar Aug 24 '23 13:08 rohanrhu

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

rohanrhu avatar May 31 '24 11:05 rohanrhu