[GRASS-user] grass program compilation

Eric Goddard egoddard1010 at gmail.com
Wed May 6 09:13:19 PDT 2015


You can try adding --with-freetype=yes
--with-freetype-includes=/usr/include/freetype2 to your ./configure
line so it looks like:

./configure --with-freetype=yes --with-freetype-includes=/usr/include/freetype2

Eric

On Wed, May 6, 2015 at 11:06 AM, alassane toure <atourej at gmail.com> wrote:
> Correct!  Configure did fail ....unable to locate FreeType includes.
>
> checking for location of FreeType includes...
> checking for ft2build.h... no
> configure: error: *** Unable to locate FreeType includes.
>
> Any suggestions from this point?  Thanks!
>
> Alassane
>
> On Wed, May 6, 2015 at 9:59 AM, Vaclav Petras <wenzeslaus at gmail.com> wrote:
>>
>>
>>
>> On Wed, May 6, 2015 at 11:53 AM, alassane toure <atourej at gmail.com> wrote:
>> >
>> > Group,
>> > I am still not making any progress compiling Grass70 on Ubuntu.  Here is
>> > where i am at:
>> > 1. able to run configure without any problem (with your help);
>> > 2. unable to compile using the following commands:
>> > make -j2  &&  sudo make install  &&  sudo ldconfig
>> >
>> > And the system response was ....
>> >
>> > include/Make/Vars.make:1: include/Make/Platform.make: No such file or
>> > directory
>> > make: *** No rule to make target `include/Make/Platform.make'.  Stop.
>>
>> What was the output of configure? Perhaps it fails. Make cannot find a
>> makefile which should be generated by configure.
>>
>> Note that for running make, you need to be in the directory with the
>> source code (as needed for configure).
>>
>> > Your help is appreciated.
>> >
>> > Alassane
>> >
>> > On Tue, May 5, 2015 at 2:13 PM, alassane toure <atourej at gmail.com>
>> > wrote:
>> >>
>> >> Great! ./configure worked!   However compilation and installation did
>> >> not.
>> >>
>> >> I run the following command:
>> >> make -j2  &&  sudo make install  &&  sudo ldconfig
>> >>
>> >> and the system response was:
>> >> include/Make/Vars.make:1: include/Make/Platform.make: No such file or
>> >> directory
>> >> make: *** No rule to make target `include/Make/Platform.make'.  Stop.
>> >>
>> >> I appreciate your comments/suggestions.
>> >>
>> >> Alassane
>> >>
>> >>
>> >> On Tue, May 5, 2015 at 2:03 PM, Markus Neteler <neteler at osgeo.org>
>> >> wrote:
>> >>>
>> >>> On Tue, May 5, 2015 at 9:59 PM, alassane toure <atourej at gmail.com>
>> >>> wrote:
>> >>> > Great! ./configure worked!
>> >>>
>> >>> great!
>> >>>
>> >>> > However compilation and installation did not.
>> >>> > I run the following command:
>> >>> > make -j2  &&  sudo make install  &&  sudo ldconfig
>> >>> >
>> >>> > and the system response was:
>> >>> > include/Make/Vars.make:1: include/Make/Platform.make: No such file
>> >>> > or
>> >>> > directory
>> >>> > make: *** No rule to make target `include/Make/Platform.make'.
>> >>> > Stop.
>> >>> >
>> >>> > I appreciate your comments/suggestions.
>> >>>
>> >>> please send it to the list, I am on Fedora...
>> >>>
>> >>> Markus
>> >>
>> >>
>> >
>> >
>> > _______________________________________________
>> > grass-user mailing list
>> > grass-user at lists.osgeo.org
>> > http://lists.osgeo.org/mailman/listinfo/grass-user
>>
>
>
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user


More information about the grass-user mailing list