<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I'm using a macbook from 2015 running el capitan.<br>
    I have a bootcamp partition with windows 10 installed which I use
    for windows debugging and compilation.<br>
    I already had virtualbox installed on the osx partition with a
    debian jessie 64 bit virtual machine.<br>
    I just created another virtual machine in virtualbox and installed a
    freshly downloaded debian stretch 32 bit on it.<br>
    Now it seems everything is compiling fine everywhere with the same
    Makefile (didn't try on arm architectures yet, though).<br>
    <br>
    If you want to have a look, here's the original repository :<br>
    <a class="moz-txt-link-freetext" href="https://github.com/josephlarralde/jl.pd.lib">https://github.com/josephlarralde/jl.pd.lib</a><br>
    <br>
    I am far from continuous integration but I'm happy with this
    workflow at the moment (and I never used any CI tool).<br>
    If it becomes too tedious, I'll consider more optimal solutions.<br>
    I'm pretty sure you can compile for any target from a linux
    distribution but I never did that, and I have no clue how to do it.<br>
    <br>
    Cheers<br>
    <br>
    <div class="moz-cite-prefix">Le 10/11/18 à 01:45, Alexandre Torres
      Porres a écrit :<br>
    </div>
    <blockquote type="cite"
cite="mid:CAEAsFmjuhN12NMxh+nqL9C_nKqV6sLrzbTvR10xBNrcsL48Ttg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">as long as we're at, can you tell me which machine
        are you using? I'm looking for alternatives to also compile to
        32 bit linux, I have a mac but also a PC (64 bits with both
        windows/linux). cheers</div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr">Em sex, 9 de nov de 2018 às 19:39, Joseph
          Larralde <<a href="mailto:joseph.larralde@gmail.com"
            moz-do-not-send="true">joseph.larralde@gmail.com</a>>
          escreveu:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">For your
          information ...<br>
          I ended up installing a 32 bit debian on a new virtual box and
          the <br>
          compilation worked perfectly, without altering the makefile or
          anything <br>
          else.<br>
          So this was probably the most straightforward way :)<br>
          Cheers,<br>
          Joseph<br>
          <br>
          Le 09/11/18 à 14:40, Joseph Larralde a écrit :<br>
          > Hello,<br>
          ><br>
          > I'm actually trying to compile my lib for linux on a
          debian jessie <br>
          > virtual box.<br>
          > So far I managed to build against the native architecture
          (x86_64).<br>
          > Now I'm trying to build the 32 bit version.<br>
          > I installed gcc-multilib and g++-multilib because some
          system <br>
          > libraries were missing.<br>
          > I also added cflags += -m32 in my makefile, and set the
          PDINCLUDEDIR <br>
          > var to /usr/include/pd<br>
          > (I installed pd using apt-get)<br>
          > Is there a more straightforward way to achieve this using
          <br>
          > pd-lib-builder ?<br>
          > I couldn't find a clear information in the docs / issues
          ...<br>
          ><br>
          > Thanks,<br>
          > Joseph<br>
          <br>
          <br>
          <br>
          <br>
          _______________________________________________<br>
          Pd-dev mailing list<br>
          <a href="mailto:Pd-dev@lists.iem.at" target="_blank"
            moz-do-not-send="true">Pd-dev@lists.iem.at</a><br>
          <a href="https://lists.puredata.info/listinfo/pd-dev"
            rel="noreferrer" target="_blank" moz-do-not-send="true">https://lists.puredata.info/listinfo/pd-dev</a><br>
        </blockquote>
      </div>
    </blockquote>
    <br>
  </body>
</html>