Menu

can't compile sdcc on OSX - boost not found

Help
Kio
2014-02-01
2014-02-02
  • Kio

    Kio - 2014-02-01

    Hello,
    i try to compile sdcc 3.3.0 for target z80 only on Mac OSX.
    I have installed boost using MacPorts which installs in /opt/local.
    ./configure does not find boost, and i'm stuck here.

    exact invocation:
    ./configure --prefix=/tmp --program-prefix=sdcc330 --disable-mcs51-port --disable-z180-port --disable-r2k-port --disable-r3ka-port --disable-gbz80-port --disable-ds390-port --disable-ds400-port --disable-pic14-port --disable-pic16-port --disable-hc08-port --disable-s08-port --disable-ucsim --disable-sdcdb

     
  • Philipp Klaus Krause

    Have you tried using ./configure CPPFLAGS=... to specify additional include directories configure should consider when looking for headers?

    Philipp

     
  • Kio

    Kio - 2014-02-02

    yes, i made some efforts to include other library paths but i failed, probably because i simply couldn't get it right.
    meanwhile i have installed parts of boost in their default location too and compilation of sdcc succeeded after some more fixes. i have granted you 4 bug reports, i hope you are not too annoyed. <B-)

        ... Kio !

     

Log in to post a comment.