<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I am having a go at compiling and installing under OSX and I get an error message<div class=""><br class=""></div><div class=""><div class="">&nbsp;Error: libxml2 library not found in /usr/include</div><div class="">&nbsp;or /usr/local/include. Support for xml output will be</div><div class="">&nbsp;disabled but the rest of the installation will</div><div class="">&nbsp;proceed normally.</div><div class=""><br class=""></div><div class="">Looking in the install script I have found the following:</div><div class=""><br class=""></div><div class="">"if [ ! -d /usr/include/libxml2 ] &amp;&amp; [ ! -d /usr/local/include/libxml2 ]; then"</div></div><div class=""><br class=""></div><div class="">However the libxml2 folder is in &nbsp;/opt/local/include - should I edit the install script to look in this folder?</div><div class=""><br class=""></div><div class="">I am using homebrew to get all the libraries etc.</div><div class=""><br class=""></div><div class="">In a previous incarnation of the how to install in OSX the suggested way of invoking the install script gives a compiler version option of -6, i.e.</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Courier;" class="">or if you are using homebrew the compiler name is a bit different so use:</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Courier; min-height: 14px;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Courier;" class=""><span style="font-stretch: normal; line-height: normal; font-family: Helvetica;" class="">&nbsp;</span>./Install_o1 -d /opt/esru --gcc4 --debug --compiler_version -6</div></div><div class=""><br class=""></div><div class="">Does this still apply?</div><div class=""><br class=""></div><div class="">The GTK interface option contrary to the instructions, is not asked about interactively but is available as a command line option to the script.</div><div class=""><br class=""></div><div class="">Is this because the use of GTK is discouraged or is it just a feature of the present install script?</div><div class=""><br class=""></div><div class="">Similarly I get the following error message</div><div class=""><br class=""></div><div class=""><div class="">&nbsp;Installing components of ESP-r version V13.2.11 of 12 February 2019</div><div class="">&nbsp;to /opt/esru from source in /opt/ESP-r_V13.2.11_Src/src.</div><div class="">&nbsp; &nbsp; - installing disableSQLite ...&nbsp;</div><div class="">&nbsp;Error: could not build executable disableSQLite!</div><div class="">&nbsp;Error: result /opt/ESP-r_V13.2.11_Src/src/lib/libSQLite.a.</div></div><div class=""><br class=""></div><div class="">There are several places where the file “libSQLite.a” does exist on my machine - I suppose that copying one into&nbsp;/opt/ESP-r_V13.2.11_Src/src/lib/ &nbsp;would be the right thing to do.</div><div class=""><br class=""></div><div class="">Christopher Heard</div><div class=""><br class=""></div></body></html>