08-29-2014, 05:04 PM
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?
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?