<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div dir="ltr" text-align="left">
<div dir="ltr" style="text-align: left;">Hello,</div>
<div dir="ltr" style="text-align: left;"><br>
</div>
<div dir="ltr" style="text-align: left;">please keep in mind galib hasn't been updated for over 10 years, so it's pretty likely that modern compilers will not accept parts of the code.</div>
<div dir="ltr" style="text-align: left;"><br>
</div>
<div dir="ltr" style="text-align: left;">However I have made galib working with CMake and recent versions of GCC and MSVC.</div>
<div dir="ltr" style="text-align: left;"><br>
</div>
<div dir="ltr" style="text-align: left;">I can send you the changes I've made, but you probably need to make more adjustments yourself. But I'm on vacation until September, 1st, so I could send you some info after that (I don't have my computer with me right
 now).</div>
<div dir="ltr" style="text-align: left;"><br>
</div>
<div dir="ltr" style="text-align: left;">As my spare project I'm currently working on a modernization of galib, but it's nowhere near production ready and I need to ask the author of galib first, if a publication of this modernization is in line with galib's
 license.</div>
<div dir="ltr" style="text-align: left;"><br>
</div>
<div dir="ltr" style="text-align: left;">Hope that helps a little bit.</div>
<div dir="ltr" style="text-align: left;"><br>
</div>
<div dir="ltr" style="text-align: left;">Simon</div>
<div>
<div id="id-1bee26c8-ab4a-4985-853a-c3f679062c6c" class="ms-outlook-mobile-reference-message">
<div style="font-family: sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" style="font-family: Helvetica, Arial, sans-serif;font-size: 12pt;line-height: 13pt;color: #000000">
<strong>Von:</strong> galib-bounces@mit.edu &lt;galib-bounces@mit.edu&gt; im Auftrag von Renan Dantas de Freitas &lt;renan.engenharia@hotmail.com&gt;<br>
<strong>Gesendet:</strong> Mittwoch, 14. August 2019, 20:05<br>
<strong>An:</strong> galib@mit.edu<br>
<strong>Betreff:</strong> [galib] galib Digest, Vol 131, Issue 1<br>
</div>
<br>
<meta content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div style="font-family:Verdana,Geneva,sans-serif; font-size:12pt; color:rgb(0,0,0)">
I'm sorry...I've been so frustared about it then I forgot the details.</div>
<div style="font-family:Verdana,Geneva,sans-serif; font-size:12pt; color:rgb(0,0,0)">
First I got the Borland Compiler, to use the same as the instructions</div>
<div style="font-family:Verdana,Geneva,sans-serif; font-size:12pt; color:rgb(0,0,0)">
I tried the following instruction from the installation doc:</div>
<div style="font-family:Verdana,Geneva,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<span style="font-family:&quot;Times New Roman&quot;; font-size:medium; background-color:rgb(239,239,239); display:inline!important">&quot;If you are using the Borland compiler, use make to do the build like this:&nbsp;<span style="color:rgb(0,0,0); font-family:Verdana,Geneva,sans-serif; font-size:12pt">make
 -f makefile.bcc&quot;</span></span></div>
<div style="color:rgb(0,0,0)"><br>
</div>
<div style="color:rgb(0,0,0)">Then in the cmd:</div>
<div style="color:rgb(0,0,0)"><span style="background-color:rgb(204,204,204)">Microsoft Windows [versão 6.1.7601]</span><span><br>
</span>
<div><span style="background-color:rgb(204,204,204)">Copyright (c) 2009 Microsoft Corporation. Todos os direitos reservados.</span><br>
</div>
<div><br>
</div>
<div><span style="background-color:rgb(204,204,204)">C:\Users\renan.freitas&gt;cd c:\galib247</span><br>
</div>
<div><br>
</div>
<div><span style="background-color:rgb(204,204,204)">c:\galib247&gt;make -f makefile.bcc</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">MAKE Version 5.41 &nbsp;Copyright (c) 1987, 2014 Embarcadero Technologies, Inc.</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; &nbsp; cd ga</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; &nbsp; make -f makefile.bcc</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">MAKE Version 5.41 &nbsp;Copyright (c) 1987, 2014 Embarcadero Technologies, Inc.</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; &nbsp; bcc32x.exe -q -P -RT -Ic:\Borland\BCC102\Include -w-var -w-inl -I.. -oga</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">error.o -c gaerror.C</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">bcc32x.exe: warning: argument unused during compilation: '-RT'</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">bcc32x.exe: warning: argument unused during compilation: '-w-var'</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">bcc32x.exe: warning: argument unused during compilation: '-w-inl'</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:21:39: error: use of undeclared identifier 'cerr'</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">static STD_OSTREAM *__gaErrStream = &amp; STD_CERR;</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">..\ga/std_stream.h:50:25: note: expanded from macro 'STD_CERR'</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">#define STD_CERR &nbsp; &nbsp; &nbsp; &nbsp;cerr</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:25:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;error reading from file: &quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:26:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;error writing to file: &quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:27:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;unexpected EOF encountered during read.&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:28:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;bad probability value. &nbsp;Must be between 0.0 and 1.0, inclusive.&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:29:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;objects are different types.&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:30:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;this method has not been defined.&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:31:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;core deleted with references remaining.&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:33:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;the custom replacement strategy requires a replacement function&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:34:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;unknown replacement strategy&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:35:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;number of children must be greater than 0&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:36:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;replacement percentage must be between 0.0 and 1.0, inclusive&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:37:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;number of indiv for replacement must be less than pop size&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:38:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;index of individual is out-of-bounds&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:39:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;population contains no individuals from which to clone new individuals&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:40:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;there must be at least one individual in each population&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:41:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;no sexual crossover has been defined. &nbsp;no mating can occur.&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:42:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;no asexual crossover has been defined. &nbsp;no mating can occur.&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:44:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;children must have same resize behaviour for any given dimension&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:45:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;parents and children must have the same dimensions&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:46:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;parents must be the same length&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:47:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;upper limit must be greater than lower limit.&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:48:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;bad phenotype - ID is out of bounds.&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:49:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;bad phenotype - value is less than min or greater than max.&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:50:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;dimensions of bounds set do not match dimensions of the genome&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:52:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;linear scaling multiplier must be greater than 1.0&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:53:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;sigma truncation multiplier must be greater than 0.0&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:54:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;negative objective function score!\n\</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:56:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;negative objective function score!\n\</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:58:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;the cutoff for triangular sharing must be greater than 0.0&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:60:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;cannot index an allele in a bounded, non-discretized set of alleles&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:61:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;length of binary string exceeds maximum for this computer/OS type.&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:62:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;specified value cannot be exactly represented with these bits.&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:63:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;bad 'where' indicator&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:64:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;bogus type, data may be corrupt&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:65:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;bad links in tree. &nbsp;operation aborted.&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:66:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;cannot swap a node with its ancestor&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:67:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;cannot insert this object into itself&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:68:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;node relative to which insertion is made must be non-NULL.&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:69:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;root node must have no siblings. &nbsp;insertion aborted.&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:70:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;cannot insert before a root node (only below).&quot;,</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">gaerror.C:71:3: warning: conversion from string literal to 'char *' is</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &nbsp; &nbsp; deprecated [-Wdeprecated-writable-strings]</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; &quot;cannot insert after a root node (only below).&quot;</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">&nbsp; ^</span><br>
</div>
<div><span style="background-color:rgb(204,204,204)">41 warnings and 1 error generated.</span><br>
</div>
<div><br>
</div>
<div><span style="background-color:rgb(204,204,204)">** error 1 ** deleting gaerror.o</span><br>
</div>
<div><br>
</div>
<div><span style="background-color:rgb(204,204,204)">** error 1 ** deleting lib</span><br>
</div>
<div><br>
</div>
<span style="background-color:rgb(204,204,204)">c:\galib247&gt;</span><br>
</div>
<div style="color:rgb(0,0,0)"><br>
</div>
<div style="color:rgb(0,0,0)"><br>
</div>
<div id="Signature"><font face="Verdana">Renan Dantas de Freitas</font>
<div><font face="Verdana">Engenheiro Civil<br>
(41) 8422 4161</font><br>
</div>
</div>
<br>
</div>
</div>
</div>
</body>
</html>