[CLUE-Tech] Error during make `3ddesktop'

Chris Schock black at clapthreetimes.com
Mon Apr 12 09:58:23 MDT 2004


I'm not sure how severe not finding the KDE includes is, but you will
probably need to figure out where those are at and tell configure
explicity where to find them. "configure --help" usually tells you how to
specify that.

The -lttf error is the compiler trying to find the truetype font (TTF)
library. You might want to search for libttf. I found one in /usr/lib

If you don't have the TTF library, you should see if Mandrake supplies it
with their distribution, or else download and compile it.

Hope that helps!

> I am trying to compile a program called 3ddesktop that I downloaded from
> http://desk3d.sourceforge.net/
>
> I made sure that I had all the -devel components necessary for
> compilation. I followed the instructions for the install: `tar zxvf
> 3ddesktop-0.2.5.tar.gz'  `./configure' `make'. I never got to `make
> install'.
>
> During the `./configure' I get this message:
>
> checking for KDE includes... configure: WARNING: KDE include path not
> found.  Disabling KDE support.
> I'm using KDE 3.1.0 on Linux-Mandrake 9.1
>
> During the `make' I get this message:
>
> g++ -Wall -DQT_CLEAN_NAMESPACE -DSHAREDIR=\"/usr/local/share/3ddesktop\"
> -DSYSCONFDIR=\"/usr/local/etc\" -I/usr/X11R6/include
> -I/usr/X11R6/include -I/usr/X11R6/include -g -O2  -L/usr/X11R6/lib
> -L/usr/X11R6/lib   -o 3ddeskd -L/usr/lib -lImlib2 -lttf -lm -ldl -lXext
> -lXext -lX11 -L/usr/X11R6/lib -lglut -lGLU -lGL  -lSM -lICE -lSM -lICE
> -L/usr/X11R6/lib -L/usr/X11R6/lib -lX11 -lXext -lXmu -lXt -lXi  -lm
> 3ddeskd.o xutil.o arrange.o util.o win.o  -lm -lXxf86vm -lXext   -lSM
> -lICE -lSM -lICE
> /usr/bin/ld: cannot find -lttf
> collect2: ld returned 1 exit status
> make[1]: *** [3ddeskd] Error 1
> make[1]: Leaving directory `/home/3ddesktop-0.2.5'
> make: *** [all] Error 2
> [root at localhost 3ddesktop-0.2.5]#
>
> Any suggestions would be appreciated.
>
> vbsouthern at access4less.net
>
> _______________________________________________
> CLUE-Tech mailing list
> Post messages to: CLUE-Tech at clue.denver.co.us
> Unsubscribe or manage your options:
> http://clue.denver.co.us/mailman/listinfo/clue-tech
>




More information about the clue-tech mailing list