<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="DejaVu Sans">I imagined that to be the case, but thanks
      for clearing that out!<br>
      <br>
      Cheers,<br>
      Alex<br>
      <br>
    </font><br>
    <div class="moz-cite-prefix">On 3/6/19 1:51 AM, Dan Gudmundsson
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CANX4uuNq-zzduZ3rgROaHe2jCA2MJV=WxjwW-sJLZsCQTdmcfA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">wx still uses the 2.8-api so you need to explicit
        enable that in 3.1.2 with <span style="font-family:"DejaVu
          Sans""> --enable-compat28</span></div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Tue, Mar 5, 2019 at 11:37
          PM <a href="mailto:alex@xbasics.com" moz-do-not-send="true">alex@xbasics.com</a>
          <<a href="mailto:alex@xbasics.com" moz-do-not-send="true">alex@xbasics.com</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div bgcolor="#FFFFFF"> <font face="DejaVu Sans">Thanks for
              you feedback!  Really appreciate it.  Went back and
              realized that I didn't have the wxStyledTextControl
              enabled (--enable-stc) for the wxWidgets configuration,
              plus I could also enable compatibility with version 2.8.x,
              which doesn't hurt.  The configuration I ended up using,
              if it might help anyone out there is...<br>
              <br>
              ./configure --prefix=/usr --libdir=/usr/lib64
              --sysconfdir=/etc --enable-mediactrl --with-opengl
              --enable-graphics_ctx --with-gtk=3 --enable-unicode
              --enable-compat28 --enable-plugins --enable-stc 
              --enable-shared --enable-stl --enable-webkit
              --enable-webview<br>
              <br>
              After recompiling (and packaging) everything, things seem
              to be working fine now...<br>
              <br>
              1> l(wx).<br>
              2> wx:new().<br>
              {wx_ref,0,wx,[]}<br>
              <br>
              Thanks,<br>
              Alex<br>
              <br>
            </font><br>
            <div class="gmail-m_-2669734409117855950moz-cite-prefix">On
              3/5/19 2:40 PM, Wes James wrote:<br>
            </div>
            <blockquote type="cite">
              <div dir="ltr">
                <div dir="ltr">On ubuntu I install what is available in
                  the standard libs and it works.  libwxgtk3.0-dev.  In
                  the past I've toyed with later versions (compile
                  source), but erlang didn't seem to like it.  For
                  awhile the working lib was 2.8, now it's 3.0.  </div>
                <div dir="ltr"><br>
                </div>
                <div>-wes</div>
              </div>
              <br>
              <div class="gmail_quote">
                <div dir="ltr" class="gmail_attr">On Tue, Mar 5, 2019 at
                  12:09 PM <a href="mailto:alex@xbasics.com"
                    target="_blank" moz-do-not-send="true">alex@xbasics.com</a>
                  <<a href="mailto:alex@xbasics.com" target="_blank"
                    moz-do-not-send="true">alex@xbasics.com</a>>
                  wrote:<br>
                </div>
                <blockquote class="gmail_quote" style="margin:0px 0px
                  0px 0.8ex;border-left:1px solid
                  rgb(204,204,204);padding-left:1ex">
                  <div bgcolor="#FFFFFF"> <font face="DejaVu Sans">Has
                      anyone encountered this same problem... the
                      configuration for v21.2.6 doesn't seem to find the
                      installation of the most recent version (3.1.2) of
                      wxWidgets.  Although the README file under lib/wx
                      identifies wxWidgets 2.8.* as target, version
                      3.0.* seem to have been working.<br>
                      <br>
                      Thanks,<br>
                      Alex</font><br>
                  </div>
                  _______________________________________________<br>
                  erlang-questions mailing list<br>
                  <a href="mailto:erlang-questions@erlang.org"
                    target="_blank" moz-do-not-send="true">erlang-questions@erlang.org</a><br>
                  <a
                    href="http://erlang.org/mailman/listinfo/erlang-questions"
                    rel="noreferrer" target="_blank"
                    moz-do-not-send="true">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
                </blockquote>
              </div>
            </blockquote>
          </div>
          _______________________________________________<br>
          erlang-questions mailing list<br>
          <a href="mailto:erlang-questions@erlang.org" target="_blank"
            moz-do-not-send="true">erlang-questions@erlang.org</a><br>
          <a href="http://erlang.org/mailman/listinfo/erlang-questions"
            rel="noreferrer" target="_blank" moz-do-not-send="true">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
        </blockquote>
      </div>
    </blockquote>
  </body>
</html>