Date: Tue, 8 Aug 2006 22:47:15 +0000 From: Roman Bogorodskiy <novel@FreeBSD.org> To: Andrew Pantyukhin <infofarmer@FreeBSD.org> Cc: Dan Reinholz <xaenn@yahoo.com>, ports@FreeBSD.org Subject: Re: Audacious 1.1.1 Build Error Message-ID: <20060808224715.GF1062@underworld.novel.ru> In-Reply-To: <cb5206420608080650k1759f54eu805646a6f121307a@mail.gmail.com> References: <20060807184019.42484.qmail@web50115.mail.yahoo.com> <cb5206420608080650k1759f54eu805646a6f121307a@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--XIiC+We3v3zHqZ6Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Andrew Pantyukhin wrote: > Please try to deinstall the old one before compiling and > report results here. It worked for me. Here's my view on what's going on: In Makefile.in is has something like: "CXXFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.." but should have: "CXXFLAGS += -fPIC -DPIC $(ARCH_DEFINES) -I../../../intl -I../../.. $(GTK_CFLAGS)" So, it looks for headers in ${X11BASE}/include first (i.e. where old audacious is installed), and only then looks for headers where it should. Roman Bogorodskiy --XIiC+We3v3zHqZ6Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iQCVAwUBRNkUc4B0WzgdqspGAQLTegQAl+EKJAW59Zgy4vfrjFGlSigOfcugpYlU 5XOivYabtDTTFEJFeoX4vOKGwF1DFbc0IPhgtNBl7wIWqoBOFFdE1AmbsVfl3jTM jPJx6Toj9900HK1zJ+bKeiC1D4yCvVjVXSq66OSZZEjR73FYF/v7c7onBEkedBXz dw/8Y/oLrPE= =qENe -----END PGP SIGNATURE----- --XIiC+We3v3zHqZ6Z--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060808224715.GF1062>