[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: kde install location
- From: Bernhard Rosenkraenzer <bero redhat de>
- To: enigma-list redhat com
- Subject: Re: kde install location
- Date: Mon, 31 Dec 2001 20:47:51 +0100 (CET)
On Mon, 31 Dec 2001, gabriel wrote:
> now that's the odd thing
> 'cause i tried to run the configure script targeting /usr
>
> ./configure --prefix=/usr
>
> and i still get the following errors when i get to the "make" step
> qnix_client.cpp:61:28: kwin/workspace.h: No such file or directory
> qnix_client.cpp:61:26: kwin/options.h: No such file or directory
> qnix_client.cpp:61:28: kwin/kwinbutton.h: No such file or directory
> qnix_client.cpp:61:28: kwin/client.h: No such file or directory
The configure script for q_nix is broken, then. It fails to find includes
in /usr/include/kde.
Try
CFLAGS="-O2 -I/usr/include/kde" CXXFLAGS="-O2 -I/usr/include/kde" \
./configure --prefix=/usr
> and why isn't there just an icon i can doubleclick for this?
Compiling something from source is always a bit more complicated than
clicking on an icon - if you want something you can install with mouse
clicks, look for a prebuilt rpm (http://rpmfind.net/ is a good place to
start).
LLaP
bero
--
This message is provided to you under the terms outlined at
http://www.bero.org/terms.html
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]