Wings 3D Development Forum

Full Version: Current wxWidgets-related development: what's happening?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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?
Hi nemyax
I have no problem build this branch. Any change to have some thing wrong with your environment vars?
(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.
Pages: 1 2
Reference URL's