Wings 3D Development Forum
Current wxWidgets-related development: what's happening? - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Design & Development (https://www.wings3d.com/forum/forumdisplay.php?fid=6)
+--- Thread: Current wxWidgets-related development: what's happening? (/showthread.php?tid=652)

Pages: 1 2


RE: Current wxWidgets-related development: what's happening? - nemyax - 08-29-2014

dgud
In your wx-backend branch, the includes have a different format from master. For example, where master has "-include("wings.hrl").", wx-backend has "-include_lib("wings/src/wings.hrl").".
This causes errors during compilation, and building the branch fails for me unless I change the includes back to the old format. Is there a way to make sure it builds as-is?


RE: Current wxWidgets-related development: what's happening? - micheus - 08-29-2014

Hi nemyax
I have no problem build this branch. Any change to have some thing wrong with your environment vars?


RE: Current wxWidgets-related development: what's happening? - nemyax - 08-29-2014

(08-29-2014, 05:20 PM)micheus Wrote: Any change to have some thing wrong with your environment vars?
Well, my Erlang binaries are built from source in a custom directory. But I have no problems building the 1.5.3 release.