Hello,
I am using Ubuntu 16.04, Installed boost via apt-get install
libboost-system-dev, and then ran   ./configure --disable-pic14-port
--disable-pic16-port as I was faced some issues with pic. The ./configure
command runs successfully now.

Then after running *make *command, I am getting the following error:

/home/esim/Desktop/tmp/sdcc-4.0.0/support/sdbinutils/missing: 81:
/home/esim/Desktop/tmp/sdcc-4.0.0/support/sdbinutils/missing: makeinfo: not
found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <http://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <http://www.gnu.org/software/make/>
Makefile:472: recipe for target 'bfd.info' failed
make[4]: *** [bfd.info] Error 127
make[4]: Leaving directory
'/home/esim/Desktop/tmp/sdcc-4.0.0/support/sdbinutils/bfd/doc'
Making info in po
make[4]: Entering directory
'/home/esim/Desktop/tmp/sdcc-4.0.0/support/sdbinutils/bfd/po'
make[4]: Nothing to be done for 'info'.
make[4]: Leaving directory
'/home/esim/Desktop/tmp/sdcc-4.0.0/support/sdbinutils/bfd/po'
make[4]: Entering directory
'/home/esim/Desktop/tmp/sdcc-4.0.0/support/sdbinutils/bfd'
make[4]: Nothing to be done for 'info-am'.
make[4]: Leaving directory
'/home/esim/Desktop/tmp/sdcc-4.0.0/support/sdbinutils/bfd'
Makefile:1748: recipe for target 'info-recursive' failed
make[3]: *** [info-recursive] Error 1
make[3]: Leaving directory
'/home/esim/Desktop/tmp/sdcc-4.0.0/support/sdbinutils/bfd'
Makefile:2692: recipe for target 'all-bfd' failed
make[2]: *** [all-bfd] Error 2
make[2]: Leaving directory
'/home/esim/Desktop/tmp/sdcc-4.0.0/support/sdbinutils'
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 Sun, May 17, 2020 at 6:04 PM Philipp Klaus Krause <p...@spth.de> wrote:

> Am 17.05.20 um 13:50 schrieb 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
> > <https://sourceforge.net/p/sdcc/discussion/1865/thread/ce681ab6/>, and
> > ran the following command but the same error still persists.:
> > ./configure CPPFLAGS=-I/opt/local/include
> >
> > Any suggestions?
> >
>
> Which OS? Do you have boost installed? If yes, where are the headers,
> such as adjacency_list.hpp located?
>
> Philipp
>
>
> _______________________________________________
> Sdcc-user mailing list
> Sdcc-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sdcc-user
>
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to