Changes between Version 25 and Version 26 of WebInterface


Ignore:
Timestamp:
Jul 11, 2013, 3:48:28 PM (11 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebInterface

    v25 v26  
    2929bin/referl -build tool -yaws_189  
    3030}}} 
     31 
     32'''If Erlang/OTP-R16B01 is used''', then none of the Yaws versions will be compiled from source. The problem is that every Erlang source of Yaws is compiled with the {{{-Werror}}} flag which causes build error when used with Erlang/OTP-R16B01 to compile Yaws. 
     33 
     34To fix this error, you should use this modified Makefile. Put [attachment:Makefile this Makefile] under the {{{src}}} directory of the downloaded sources of Yaws-1.96, then  execute {{{make clean}}}. After the execution, the standard build procedure should be followed which is shown in LocalInstallLinux page. 
     35 
     36If Windows is used, then other opportunity exists. Use the installer binaries of different Yaws versions (Yaws-1.92 - Yaws-1.96) instead of compiling them from source. 
     37 
    3138 
    3239For a step-by-step installation tutorial, which is including the installation guide of Yaws, please see LocalInstallLinux.