*> IMHO it's not worth that you examine this in more detail**.* Ok... *> No idea. What exactly are you interested in?* I have tested the changes on OS X using Autotools i.e by using: *sh autogen.sh* *./configure* *make* I know FreeType mainly uses Autotools for building purposes and here I wanted to ask that other than Autotools are there some other tools with which I need to build FreeType and test the changes on OS X?
Thanks, Priyesh On Tue, Aug 18, 2020 at 11:25 PM Werner LEMBERG <w...@gnu.org> wrote: > > > I was trying to compile FreeType on Windows using Cygwin and I was > > getting the following error while executing `sh autogen.sh' command > > even though I have installed the required packages from the Cygwin > > package installer: > > -- > > > > > > *Can't locate Automake/Config.pm in @INC (you may need to install the > > Automake::Config module) (@INC contains: /usr/share/automake-1.16 > > /usr/lib/perl5/site_perl /usr/share/perl5/site_perl > > /usr/lib/perl5/vendor_p* > > > > *erl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl > > /usr/share/perl5/core_perl) at /c/cygwin/bin/aclocal-1.16 line 36.* > > > > -- > > Obviously there is a problem with Perl. No idea how to solve it, > sorry. In case you can't generate the `configure` script simply copy > it to your Cygwin environment from, say, your GNU/Linux box. > > We don't guarantee that a build directly from the git repository works > on all platforms. However, the tarball created by `make dist` should > work. > > > I have searched about this error online but didn't get any helpful > > answers. Could you please take a look at it as it the only > > remaining platform to test the changes. > > IMHO it's not worth that you examine this in more detail. > > > I also wanted to ask that other than using `make' and `cmake' is > > there some other way to compile FreeType on Mac platforms? > > No idea. What exactly are you interested in? > > > After this, I will proceed towards updating the `docs/DEBUG' file > > and wrap up the project. > > Thanks! > > > Werner >