Hello. I have spoken to Dan G. about getting 2.0.3, and he said that I need to build it myself, due to a wxWidgets error. So I have been trying to build it, but I have run into this error:
After running `erl -make` in the `src` directory, this is the output:
I have no clue what line that is, but I know its an error with `wings.erl`.
Code:
(cd intl_tools; make)
make[1]: Entering directory `/home/<user>/wings-2.0.3-Src/intl_tools'
make TYPE=opt common
make[2]: Entering directory `/home/<user>/wings-2.0.3-Src/intl_tools'
make[2]: Nothing to be done for `common'.
make[2]: Leaving directory `/home/<user>/wings-2.0.3-Src/intl_tools'
make[1]: Leaving directory `/home/<user>/wings-2.0.3-Src/intl_tools'
(cd src; make)
make[1]: Entering directory `/home/<user>/wings-2.0.3-Src/src'
make TYPE=opt common
make[2]: Entering directory `/home/<user>/wings-2.0.3-Src/src'
erlc -Werror -I ../e3d +debug_info '-Dwings_version="1.2.x.y.WINGS"' -pa ../intl_tools -o../ebin wings.erl
wings.hrl:161: referring to built-in type queue as a remote type; please take out the module name
wings.hrl:178: referring to built-in type array as a remote type; please take out the module name
wings.hrl:179: referring to built-in type array as a remote type; please take out the module name
wings.hrl:180: referring to built-in type array as a remote type; please take out the module name
wings.hrl:182: referring to built-in type set as a remote type; please take out the module name
wings.hrl:183: referring to built-in type array as a remote type; please take out the module name
wings.hrl:185: referring to built-in type array as a remote type; please take out the module name
make[2]: *** [../ebin/wings.beam] Error 1
make[2]: Leaving directory `/home/<user>/wings-2.0.3-Src/src'
make[1]: *** [opt] Error 2
make[1]: Leaving directory `/home/<user>/wings-2.0.3-Src/src'
make: *** [all] Error 2
After running `erl -make` in the `src` directory, this is the output:
Code:
Recompile: wings
wings.erl: undefined parse transform 'tools'