From: Alexander F. <Ale...@gm...> - 2000-09-18 11:10:19
|
Am Mon, 18 Sep 2000 schrieben Sie: > Hello, > > i'm trying to compile kreatecd on my freeBSD 4.1 system but ./configure > quits whith the error message: > > in the prefix, you've chosen, are no KDE headers installed. This will > fail.So, check this please and use another prefix! > > I already have KDE and KDE-libs installed but i have no idea where the > KDE-Headers actually are and how the files are named. > Any suggestion ? > I don't know anything about FreeBSD compilation because I don't have it installet yet - you might even be one of the first who try this. You should have "locate" or "slocate" available on your FreeBSD too. So try: slocate kapp.h or locate kapp.h Which shuld give you the path of the KDE include. Example: /foo/bar/include/kapp.h then you should set the KDEDIR environment varibale to the top KDE dir (this is /foo/bar in this example) Note: you probably need a recent CVS snapshot to compile KreateCD under FreeBSD. This requires a recent KDE 2.0 beta version too. Ignore the error that cdparanoia is missing. Some things will not work yet (CDDA reading and probably data reading) but you should be able to burn your own ISO9660 images and .wav files Greetings Alexander -- Linux is like a Wigwam : no Gates, no Windows but an Apache inside My Homepage : http://www.moondream.de KreateCD Homepage : http://wwww.moondream.de/kreatecd/ |