(04-16-2016, 12:50 PM)ggaliens Wrote: I got that error the other day ...
If you wings folder is here
/home/bob/wings
then do
ERL_LIBS="/home/bob"
export ERL_LIBS
Thank you! This made my build work past that error. Now I have come across this error:
Code:
escript tools/verify_language_files .
escript tools/release
error:{badmatch,{error,badarg}} in [{release__escript__1460__816114__899206__2,
                                     copy_app,2,
                                     [{file,"tools/release"},{line,178}]},
                                    {release__escript__1460__816114__899206__2,
                                     '-release_otp/1-lc$^0/1-0-',2,
                                     [{file,"tools/release"},{line,141}]},
                                    {release__escript__1460__816114__899206__2,
                                     release_otp,1,
                                     [{file,"tools/release"},{line,141}]},
                                    {release__escript__1460__816114__899206__2,
                                     unix_release,2,
                                     [{file,"tools/release"},{line,82}]},
                                    {release__escript__1460__816114__899206__2,
                                     main,1,
                                     [{file,"tools/release"},{line,22}]},
                                    {escript,run,2,
                                     [{file,"escript.erl"},{line,757}]},
                                    {escript,start,1,
                                     [{file,"escript.erl"},{line,277}]},
                                    {init,start_it,1,[]}] 
	 
