03-29-2013, 09:42 AM
I just finish to configure my dev environment for linux [Ubuntu] (again ).
I had installed Erlang R16B and the dgud's pu branch.
When I try to build the Wings snapshot I'm getting this compiler error:
No problems by using dgud's master branch.
I had installed Erlang R16B and the dgud's pu branch.
When I try to build the Wings snapshot I'm getting this compiler error:
Quote: :
wings_version="1.5.pre1.74.g2aee"' -pa ../intl_tools -o../ebin wings_ff_wings.erl
erlc -Werror -pa /home/micheus/sources/esdl/ebin -I /home/micheus/sources/esdl/include -I ../e3d +debug_info '-Dwings_version="1.5.pre1.74.g2aee"' -pa ../intl_tools -o../ebin wings_font_table.erl
erlc -Werror -pa /home/micheus/sources/esdl/ebin -I /home/micheus/sources/esdl/include -I ../e3d +debug_info '-Dwings_version="1.5.pre1.74.g2aee"' -pa ../intl_tools -o../ebin wings__font.erl
wings__font.erl:14: parameterized modules are no longer supported
wings__font.erl:23: variable 'Key' is unbound
wings__font.erl:24: variable 'Desc' is unbound
wings__font.erl:29: variable 'Width' is unbound
wings__font.erl:32: variable 'Height' is unbound
wings__font.erl:53: variable 'GlyphTab' is unbound
wings__font.erl:56: variable 'Height' is unbound
wings__font.erl:56: variable 'Width' is unbound
wings__font.erl:62: variable 'Bitmaps' is unbound
make[2]: *** [../ebin/wings__font.beam] Error 1
make[2]: Leaving directory `/home/micheus/sources/wings/src'
make[1]: *** [opt] Error 2
make[1]: Leaving directory `/home/micheus/sources/wings/src'
make: *** [all] Error 2
No problems by using dgud's master branch.