Re: Gub is failing to build fontconfig-2.12.1

2016-10-26 Thread Jeremiah Benham
You were correct! I changed the order manually using doing something like:
bin/gub --fresh mingw::pkg-config
bin/gub --fresh mingw::zlib

Thanks for your help!
Jeremiah

On Tue, Oct 25, 2016 at 6:58 AM, Masamichi Hosoda 
wrote:

> > The host machine is 64 bit debian stable I believe.
> > This is the error I am getting:
> >
> > ail of target/mingw/log/fontconfig.log 
> > Alternatively, you may set the environment variables FREETYPE_CFLAGS
> > and FREETYPE_LIBS to avoid the need to call pkg-config.
> > See the pkg-config man page for more details.
> [...snip...]
> >
> > I checked and freetype was in fact installed. I don't know why it can't
> see
> > the .pc file.
>
> If I understand correctly, it is due to building order.
>
> If you build zlib before pkg-config, zlib does not generate .pc file.
> FreeType's .pc file depends on zlib's .pc file.
> pkg-config found FreeType but did not found zlib.
> So it failed for FreeType.
>
> Would you see the whole of log file `target/mingw/log/fontconfig.log` ?
>
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Gub is failing to build fontconfig-2.12.1

2016-10-25 Thread Masamichi Hosoda
> The host machine is 64 bit debian stable I believe.
> This is the error I am getting:
> 
> ail of target/mingw/log/fontconfig.log 
> Alternatively, you may set the environment variables FREETYPE_CFLAGS
> and FREETYPE_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
[...snip...]
> 
> I checked and freetype was in fact installed. I don't know why it can't see
> the .pc file.

If I understand correctly, it is due to building order.

If you build zlib before pkg-config, zlib does not generate .pc file.
FreeType's .pc file depends on zlib's .pc file.
pkg-config found FreeType but did not found zlib.
So it failed for FreeType.

Would you see the whole of log file `target/mingw/log/fontconfig.log` ?

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Gub is failing to build fontconfig-2.12.1

2016-10-25 Thread David Kastrup
Jeremiah Benham  writes:

> The host machine is 64 bit debian stable I believe.
> This is the error I am getting:
>
> ail of target/mingw/log/fontconfig.log 
> Alternatively, you may set the environment variables FREETYPE_CFLAGS
> and FREETYPE_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
> Command barfed: cd
> /home/jjbenham/src/gub/target/mingw/build/fontconfig-2.12.1 && chmod +x
> /home/jjbenham/src/gub/target/mingw/src/fontconfig-2.12.1/configure &&  sh
> /home/jjbenham/src/gub/target/mingw/src/fontconfig-2.12.1/configure
> --prefix=/usr --cache-file=config.cache --enable-shared --disable-static
> --disable-silent-rules --build=i686-linux --host=i686-mingw32
> --target=i686-mingw32 --prefix=/usr --sysconfdir=/usr/etc
> --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man
> --libdir=/usr/lib  --with-arch=i686-mingw32
> --with-freetype-config="/home/jjbenham/src/gub/target/mingw/root/usr/cross/bin/freetype-config
> --prefix=/home/jjbenham/src/gub/target/mingw/root/usr "
>  Tail of target/mingw/log/fontconfig.log
>
>
> I checked and freetype was in fact installed. I don't know why it can't see
> the .pc file.

Wrong architecture?  Of either libfreetype-dev _or_ fontconfig?

-- 
David Kastrup

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Gub is failing to build fontconfig-2.12.1

2016-10-24 Thread Jeremiah Benham
The host machine is 64 bit debian stable I believe.
This is the error I am getting:

ail of target/mingw/log/fontconfig.log 
Alternatively, you may set the environment variables FREETYPE_CFLAGS
and FREETYPE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Command barfed: cd
/home/jjbenham/src/gub/target/mingw/build/fontconfig-2.12.1 && chmod +x
/home/jjbenham/src/gub/target/mingw/src/fontconfig-2.12.1/configure &&  sh
/home/jjbenham/src/gub/target/mingw/src/fontconfig-2.12.1/configure
--prefix=/usr --cache-file=config.cache --enable-shared --disable-static
--disable-silent-rules --build=i686-linux --host=i686-mingw32
--target=i686-mingw32 --prefix=/usr --sysconfdir=/usr/etc
--includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man
--libdir=/usr/lib  --with-arch=i686-mingw32
--with-freetype-config="/home/jjbenham/src/gub/target/mingw/root/usr/cross/bin/freetype-config
--prefix=/home/jjbenham/src/gub/target/mingw/root/usr "
 Tail of target/mingw/log/fontconfig.log


I checked and freetype was in fact installed. I don't know why it can't see
the .pc file.

Thanks,
Jeremiah
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel