On Mon, May 30, 2005 at 04:20:17PM -0400, Anthony M. Agelastos wrote: > Hello and thank you for your assistance. I am in the process of building > MPlayer right now and I used the following statement: > > make WITH_OPTIMIZED_CFLAGS="yes" WITH_GTK2="yes" > WITH_DVD_DEVICE=/dev/acd1 WITH_CDROM_DEVICE=/dev/acd0 > > and while watching it build, I am noticing that it is using GTK1, not > GTK2. I was just wondering if I did something incorrectly? I am running > FreeBSD 5.4-STABLE (GENERIC+SSE) on a Pentium III 450MHz machine. Thanks > for your help.
If you read the Makefile for multimedia/mplayer, where WITH_GTK2 is described, it says: "At the moment there is no current gtk2 patch available, so defining this knob has no effect right now." So, no, you didn�t do anything wrong - it is just that GTK2 is not working for that port at this time. -- <Insert your favourite quote here.> Erik Trulsson [EMAIL PROTECTED] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
