On Fri, Jul 18, 2008, Peter Pentchev wrote: > On Fri, Jul 18, 2008 at 01:46:53PM +0300, Okalany Daniel wrote: > > On Fri, Jul 18, 2008 at 1:14 PM, Garrett Cooper <[EMAIL PROTECTED]> wrote: > > > [snip] > > > >> The following options will need to be passed into configure:
If you feel so, you can make all these options conditional on WITHOUT_X and send me a patch ;) i.e. for skins2 that would be: .if defined(WITH_SKINS) && !defined(WITHOUT_SKINS) && !defined(WITHOUT_X) > [snip] > > > >> --disable-freetype > > Okalany, you seem to have missed this one :) yep > > --disable-skins These days this option has no effect, it's now named skins2. --disable-skins2 should solve your problem --disable-freetype will build a skins2 interface without freetype support, but I guess it will fail to build anyway because it needs X11 > > It cofigures okay, but the make fails with > > > > > > In file included from ../../../include/vlc/intf.h:39, > > parser/../src/ft2_font.hpp: At global scope: > > parser/../src/ft2_font.hpp:60: error: 'FT_Glyph' does not name a type > > parser/../src/ft2_font.hpp:61: error: 'FT_BBox' does not name a type > > parser/../src/ft2_font.hpp:74: error: 'FT_Library' does not name a type > > parser/../src/ft2_font.hpp:76: error: 'FT_Face' does not name a type > > Yep, FreeType symbols - see above, you missed an option :) These are the skins2 files -- Rafaël Carré _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"