<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="NO-BOK" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US">Hei Alassane,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US">As a general strategy, when I get this kind of compilation errors I use the locate command in order to find the file ./configure
 is searching for in this case:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US">locate ft2build.h<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US">It will print the folder where this file can be found on your system (if the relevant module/package is installed), so
 you can point ./configure to that, like Eric showed. If locate does not find the required file either, you are missing the module/package and have to install it in order to meet the dependencies.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US">Cheers<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US">Stefan<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif"> grass-user-bounces@lists.osgeo.org [mailto:grass-user-bounces@lists.osgeo.org]
<b>On Behalf Of </b>alassane toure<br>
<b>Sent:</b> 6. mai 2015 18:07<br>
<b>To:</b> Vaclav Petras<br>
<b>Cc:</b> GRASS user list<br>
<b>Subject:</b> Re: [GRASS-user] grass program compilation<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Correct!  Configure did fail ....unable to locate FreeType includes.<br>
<br>
checking for location of FreeType includes... <br>
checking for ft2build.h... no<br>
configure: error: *** Unable to locate FreeType includes.<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Any suggestions from this point?  Thanks!<o:p></o:p></p>
</div>
<p class="MsoNormal">Alassane<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On Wed, May 6, 2015 at 9:59 AM, Vaclav Petras <<a href="mailto:wenzeslaus@gmail.com" target="_blank">wenzeslaus@gmail.com</a>> wrote:<o:p></o:p></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
<br>
On Wed, May 6, 2015 at 11:53 AM, alassane toure <<a href="mailto:atourej@gmail.com" target="_blank">atourej@gmail.com</a>> wrote:<br>
><br>
> Group,<br>
> I am still not making any progress compiling Grass70 on Ubuntu.  Here is where i am at:<br>
> 1. able to run configure without any problem (with your help);<br>
> 2. unable to compile using the following commands:<br>
> make -j2  &&  sudo make install  &&  sudo ldconfig<br>
><br>
> And the system response was ....<br>
><br>
> include/Make/Vars.make:1: include/Make/Platform.make: No such file or directory<br>
> make: *** No rule to make target `include/Make/Platform.make'.  Stop.<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">What was the output of configure? Perhaps it fails. Make cannot find a makefile which should be generated by configure.<o:p></o:p></p>
</div>
<p class="MsoNormal">Note that for running make, you need to be in the directory with the source code (as needed for configure).<o:p></o:p></p>
<div>
<div>
<div>
<div>
<p class="MsoNormal"><br>
> Your help is appreciated.<br>
><br>
> Alassane<br>
><br>
> On Tue, May 5, 2015 at 2:13 PM, alassane toure <<a href="mailto:atourej@gmail.com" target="_blank">atourej@gmail.com</a>> wrote:<br>
>><br>
>> Great! ./configure worked!   However compilation and installation did not.<br>
>><br>
>> I run the following command:<br>
>> make -j2  &&  sudo make install  &&  sudo ldconfig<br>
>><br>
>> and the system response was:<br>
>> include/Make/Vars.make:1: include/Make/Platform.make: No such file or directory<br>
>> make: *** No rule to make target `include/Make/Platform.make'.  Stop.<br>
>><br>
>> I appreciate your comments/suggestions.<br>
>><br>
>> Alassane<br>
>><br>
>><br>
>> On Tue, May 5, 2015 at 2:03 PM, Markus Neteler <<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>> wrote:<br>
>>><br>
>>> On Tue, May 5, 2015 at 9:59 PM, alassane toure <<a href="mailto:atourej@gmail.com" target="_blank">atourej@gmail.com</a>> wrote:<br>
>>> > Great! ./configure worked!<br>
>>><br>
>>> great!<br>
>>><br>
>>> > However compilation and installation did not.<br>
>>> > I run the following command:<br>
>>> > make -j2  &&  sudo make install  &&  sudo ldconfig<br>
>>> ><br>
>>> > and the system response was:<br>
>>> > include/Make/Vars.make:1: include/Make/Platform.make: No such file or<br>
>>> > directory<br>
>>> > make: *** No rule to make target `include/Make/Platform.make'.  Stop.<br>
>>> ><br>
>>> > I appreciate your comments/suggestions.<br>
>>><br>
>>> please send it to the list, I am on Fedora...<br>
>>><br>
>>> Markus<br>
>><br>
>><br>
><br>
><o:p></o:p></p>
</div>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">> _______________________________________________<br>
> grass-user mailing list<br>
> <a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><o:p></o:p></p>
</div>
</div>
</div>
</blockquote>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</body>
</html>