Date: Fri, 26 Sep 2003 18:27:11 -0700 From: Kent Stewart <kstewart@owt.com> To: Steve Lake <steven.lake@corecomm.com>, questions@freebsd.org Subject: Re: Problem upgrading QT still. (everything else upgrades) Message-ID: <200309261827.11086.kstewart@owt.com> In-Reply-To: <200309262057.38420.steven.lake@corecomm.com> References: <200309262057.38420.steven.lake@corecomm.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 26 September 2003 05:57 pm, Steve Lake wrote: > Still getting issues upgrading QT on my box. I'm to understand it's > fixed for the most part for others, but it's not for me. When I try > to upgrade QT or do a make on it I get the following error: > > ===> qt-3.2.1 is marked as broken: You have QT2 headers installed! > Installing this port will result in conflicts between QT3 and QT2!. > > Uh, ok. Anyone know how to fix this? Never encountered an error > like this and Google has on info on this. I've looked already. Any > help is welcome. Thanks. What does "pkg_info | grep qt" show. The make file thinks you have qt-2 installed. It has found "${X11BASE}/include/qt2/qapp.h". If you have pkg_delete'ed qt-2, then, you should be able to just rm qapp.h and try again. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309261827.11086.kstewart>