Wings 3D Development Forum
Latest snapshot doesn't compile for Linux - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Design & Development (https://www.wings3d.com/forum/forumdisplay.php?fid=6)
+--- Thread: Latest snapshot doesn't compile for Linux (/showthread.php?tid=269)



Latest snapshot doesn't compile for Linux - micheus - 03-29-2013

I just finish to configure my dev environment for linux [Ubuntu] (again Angry).
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.