On Thu, Mar 14, 2002 at 06:56:53PM -0800, Alex Zepeda wrote:
> On Thu, Mar 14, 2002 at 06:40:37PM -0800, Kris Kennaway wrote:
> 
> > The compile problems seem to be related to recent compiler toolchain
> > changes, which you might not see unless you recompiled everything qt23
> > depends on from scratch (which the package cluster does).
> 
> Right, when I tried to compile Qt3 recently I had problems with moc
> dupming core.  Getting rid of any objprelink references solved that.  I
> suggest that something similar be done in the port (maybe make objprelink
> optional and then off by default).

Actually, I think you might have nailed it..

the qt23 port has this:

.if ${OSVERSION} >= 500029
NO_QT_OBJPRELINK=       yes
.endif

but the portbuild script is still setting OSVERSION to 500027.  I
thought I'd made all of those dynamic based on the version number in
the head of the CVS branch, but looks like I missed some.

Thanks!

Kris

Attachment: msg36118/pgp00000.pgp
Description: PGP signature

Reply via email to