Walter Webb wrote:

> I gave every hint I could find to cmake and its scripts. Here
> are the relevant paths:
> 
> CMAKE_INCLUDE_PATH="/opt/qt/include:/usr/include/dbus-1.0:/opt/trinity-3.5.13/include:/usr/X11R7/include:/usr/X11R7/include/X11"
> 
> CMAKE_PREFIX_PATH="/opt/qt:/opt/trinity-3.5.13:/usr/X11R7"
> 
> CPATH="/usr/X11R7/include:/usr/X11R7/include/X11"
> 
> LD_LIBRARY_PATH="/opt/trinity-3.5.13/lib:/opt/trinity-3.5.13/lib/trinity:/usr/X11R7/lib"
> 
> LIBRARY_PATH="/usr/X11R7/lib"

> I don't know which are superfluous, but it works.

Well it really depends on what errors you saw.  LD_LIBRARY_PATH is for 
finding libraries for executables.  Needing that is unlikely.

> I had to:
>     export CXXFLAGS="-fpermissive"
> to compile akode.  

Interesting.  I have no mention of that in my log.

I have to work on some requirements for Kdepim.
> Some of those options apparently are not.  

That one was hard.  I don't use any of the applications there, so if you 
don't need it, skip it.

> The Kdegraphics script uses $MAKEDIR but does not define it. 

Yes, there is at least one other page like that.  It should be:

MAKEDIR=/tmp/buildgraphics

Actually, it can be any tmp directory you like.

> There are still some
> references to aRts-1.5.10 in the book. 

The only place I see is in Chapter 40 for the arts title. I'll fix that.

> For the most part, after
> the hassle with the core packages, things are working well.

Good.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to