Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 103 11:57:41 -0800 (PST)
From:      qli@isi.com (Qing Li)
To:        thierry@herbelot.com
Cc:        freebsd-stable@freebsd.org
Subject:   Re: building qt31 and kde3
Message-ID:  <200303121957.LAA11690@dimeola.isi.com>

next in thread | raw e-mail | index | archive | help


>
> I have successfuly upgraded several machines from qt3.0/kde3.0 to
> qt3.1/kde3.1 after removing all of qt and kde, then rebuilding in 
> /usr/ports/x11/kde3 (that is, from a "virgin" state)
>

   My problem seems to be the order of the header file inclusion path.

c++ -c -pipe -fno-exceptions -I/usr/local/include -Wall -W -O -pipe <SNIP>
                             ^^^^^^^^^^^^^^^^^^^^
<SAME LINE>  -I/usr/local/include/freetype2 -I/usr/local/include  <SNIP>
                                   ^^^^^^^^^^^^^^^

  The 1st inclusion path caused it to pick up files from
  /usr/local/freetype first.

  I temporarily push it out of the way and the build is happening.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303121957.LAA11690>