Re: KDE3 compile partial failure

2002-05-06 Thread Roger Oberholtzer


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.



Re: KDE3 compile partial failure

2002-05-04 Thread edj

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.



KDE3 compile partial failure

2002-05-03 Thread edj


I tried installing KDE3 from source using checkinstall.  After much ado 
with libraries missing or outdated, much fussing with qt3 and a lot of 
trial and error, things seemed to be going smoothly, until . . . 

kdebase crapped out with:
FontEngine.cpp:55: freetype/ftsnames.h: no such file or directory.

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.

kdeartwork failed with:
make [3]: ***No rule to make target `/opt/kde3/lib/kwinla'  needed by 
`kwin-openlook.la.closure' Stop.

kdeaddons failed with missing files, all kate/ :
plugin.h, application.h, docmanager.h,mainwindow.h and viewmanager.h

On WS 3.1.  Any advice appreciated.  Thanks.

-- 
Everywhere I go I'm asked if I think the universities stifle writers. My 
opinion is that they don't stifle enough of them.
--Flannery O'Connor 
___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: KDE3 compile partial failure

2002-05-03 Thread Douglas J Hunley

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

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
- -- 
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
Admin: Linux StepByStep - http://www.linux-sxs.org
and http://jobs.linux-sxs.org
Wishlist: http://www.amazon.com/o/registry/48D11KZ4BPBQ

Why do programmers get Halloween and Christmas mixed up?
Because OCT(31) == DEC(25)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE8008GSrrWWknCnMIRAm/EAJ4zZXOOxysbz/kJWvCN4FdxIaRg5gCgmszl
gKnhP5dL7vkAM3rFX3B5D4c=
=jkdQ
-END PGP SIGNATURE-


___
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.