Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
[Linux][2.0.3] wings.erl compile error
04-16-2016, 12:27 AM (This post was last modified: 04-16-2016 02:17 PM by LousyLynx.)
Post: #1
[Linux][2.0.3] wings.erl compile error
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:

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'
I have no clue what line that is, but I know its an error with `wings.erl`.
Reply


Messages In This Thread
[Linux][2.0.3] wings.erl compile error - LousyLynx - 04-16-2016 12:27 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)