[Sdcc-user] trouble installing sdcc (boost)

2020-05-17 Thread Saurabh Bansode
Hello, After running ./configure as the manual suggests, I faced the following error: *Configure: error: boost library not found (boost/graph/adjacency_list.hpp)* After which i came across this post , and ran the following command b

Re: [Sdcc-user] trouble installing sdcc (boost)

2020-05-17 Thread Saurabh Bansode
ils' Makefile:849: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/home/esim/Desktop/tmp/sdcc-4.0.0/support/sdbinutils' Makefile:162: recipe for target 'sdcc-sdbinutils' failed make: *** [sdcc-sdbinutils] Error 2 On S

Re: [Sdcc-user] trouble installing sdcc (boost)

2020-05-17 Thread Saurabh Bansode
it is unnecessary) and go for *make install as I am only interested in stm8 at the moment*? On Sun, May 17, 2020 at 6:26 PM Sergey Belyashov wrote: > Hi, > Do $ apt-cache search texinfo > Select proper package and do $ apt-get install > > вс, 17 мая 2020 г., 15:46 Saurabh Bansode : >

Re: [Sdcc-user] trouble installing sdcc (boost)

2020-05-17 Thread Saurabh Bansode
Sorry about all that noise, I found another method where I just had to copy the *bin *and *share *directories to /usr/local/ , the simpler method :) . Turns out, it was not required for me to build SDCC from source. Thanks for the help! On Sun, May 17, 2020 at 7:24 PM Saurabh Bansode wrote