nightingale-media-player / nightingale-deps

Nightingale build deps - Windows, Linux, Mac - all the sources right here (for now)
http://getnightingale.com/forum/
23 stars 14 forks source link

Is this needed globally or just on my distro? #29

Open ilikenwf opened 9 years ago

ilikenwf commented 9 years ago

In order for freetype libs to be found:

sed -i 's/freetype\///g' xulrunner-1.9.2/mozilla/config/system-headers
sed -i 's/freetype\///g' xulrunner-1.9.2/mozilla/gfx/thebes/src/gfxPangoFonts.cpp
darealshinji commented 9 years ago

I never had to do such changes to build the deps on Ubuntu. What's your distro?

ilikenwf commented 9 years ago

Archlinux...

On Tue, Sep 29, 2015 at 12:21 PM, darealshinji notifications@github.com wrote:

I never had to do such changes to build NG on Ubuntu. What's your distro?

— Reply to this email directly or view it on GitHub https://github.com/nightingale-media-player/nightingale-deps/issues/29#issuecomment-144126915 .

darealshinji commented 8 years ago

What's your output of pkg-config --cflags freetype2? Mine is -I/usr/include/freetype2 which should also be the location on Arch: https://www.archlinux.org/packages/extra/i686/freetype2/files/ Maybe somehow it's adding /usr/include/freetype2/freetype instead of /usr/include/freetype2for you?

ilikenwf commented 8 years ago

-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include

Seems that it is the same.

On Thu, Oct 8, 2015 at 9:15 AM, darealshinji notifications@github.com wrote:

What's your output of pkg-config --cflags freetype2? Mine is -I/usr/include/freetype2 which should also be the location on Arch: https://www.archlinux.org/packages/extra/i686/freetype2/files/ Maybe somehow it's adding /usr/include/freetype2/freetype instead of /usr/include/freetype2for you?

— Reply to this email directly or view it on GitHub https://github.com/nightingale-media-player/nightingale-deps/issues/29#issuecomment-146559189 .