I seem to recall that freetype2 from the original source places the files where KDE3 expects them to be. However, the version supplied with Col 3.1 seemed to have a different layout. I think it was some transition version between freetype and freetype2. I solved it by installing the latest freetype2. (If my memory serves.)
On Sat, 04 May 2002 10:41:33 -0400 edj <[EMAIL PROTECTED]> wrote: > On Fri 03 May 2002 11:01 pm, Douglas J Hunley wrote: > > edj spewed electrons into the ether that resembled: > > > ftsnames.h is in /usr/X11R6/include/freetype2/freetype/ftsnames.h . I > > > added that to PATH and tried again, but no go. When qt3 compile > > > stopped by not finding qname, I added its location to PATH, and qt3 > > > went smoothly. But here, nothing. > > > > that's cause qname is an executable, so putting it in the path makes a > > difference. now you're looking for header files. they have nothing to do > > with $PATH. You need to mess w/ --extra-include-dir (or something > > similar) with the ./configure command > > I Knew That (tm). OK, I tried adding > --x-includes=/usr/X11R6/include/freetype2/freetype > to the configure script. I saw that dir scrolling by somewhere, but > still no go - same error -ftsnames.h not found. Thanks for responding. > > -- > Ed Jabbour > _______________________________________________ > Linux-users mailing list - > http://linux-sxs.org/mailman/listinfo/linux-users > Subscribe/Unsubscribe info, Archives,and Digests are located at the above > URL. -- +============================+===============================+ | Roger Oberholtzer | E-mail: [EMAIL PROTECTED] | | OPQ Systems AB | WWW: http://www.opq.se/ | | Erik Dahlbergsgatan 41-43 | Phone: Int + 46 8 314223 | | 115 32 Stockholm | Mobile: Int + 46 733 621657 | | Sweden | Fax: Int + 46 8 302602 | +============================+===============================+ _______________________________________________ Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
