pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Compiling Motif on NetBSD/vax fails due to missing freetype2



Hello all,

I asked for help with this on netbsd-users and was told to come here.
I hope that's not a problem for you all.

I have `mk.conf` set up to use the built in X11, built in freetype2,
and built in fontconfig. Doing `make bin-install` in `x11/motif` gives
me this error during the `./configure` step:
```
checking for FcInit... yes
Package freetype2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `freetype2.pc'
to the PKG_CONFIG_PATH environment variable
Package 'freetype2', required by 'xft', not found
Package freetype2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `freetype2.pc'
to the PKG_CONFIG_PATH environment variable
Package 'freetype2', required by 'xft', not found
checking jpeglib.h usability... yes
```
If I let it keep going it eventually fails during the compilation due
to missing freetype2.

Do you all have any ideas?

Thank you.


Home | Main Index | Thread Index | Old Index