Re: [gentoo-user] Configure errors

2005-06-05 Thread Ian K
ZeeGeek wrote:

On 6/5/05, Ian K [EMAIL PROTECTED] wrote:
  

Hi there.
Geez this is like my 4th post on this list today. ;)

I have been trying to install some new styles and stuff for KDE,
all with configure scripts. The problem with like all 6 of them
is that it always gets this error.

Here is the output. For your reading ease, I have cut many configure lines.

bash-2.05b$ ls
AUTHORSINSTALL   NEWS  aclocal.m4   configure.files  kxdock
COPYINGMakefile.am   READMEadminconfigure.in kxdock
ChangeLog  Makefile.cvs  TODO  config.h.in  configure.in.in  kxdock
Doxyfile   Makefile.in   acinclude.m4  configuredoc  plugin

bash-2.05b$ ./configure
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking sizeof size_t == sizeof unsigned long... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/qt/3/lib, headers /usr/qt/3/include
using -mt
checking for moc... /usr/qt/3/bin/moc
checking for uic... /usr/qt/3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!

bash-2.05b$

I have no idea what a prefix is or how to use one. :(

Any advice would help lots!
Thanks!
Ian



add the prefix option to configure, like this: ./configure
--prefix=/path/to/your/KDE
and give the full path where your KDE is installed.

  

So,
--prefix=/usr/kde/3.4

Like that?
Ian

begin:vcard
fn:Ian K
n:K;Ian
email;internet:[EMAIL PROTECTED]
note;quoted-printable:Pentium 3=0D=0A=
	500mHz=0D=0A=
	256MB RAM=0D=0A=
	80.0GB HDD=0D=0A=
	ATI Radeon 7000 Evil Wizard 64MB=0D=0A=
	Computer name: PentaQuad=0D=0A=
	
x-mozilla-html:TRUE
version:2.1
end:vcard



Re: [gentoo-user] Configure errors

2005-06-05 Thread Christoph Eckert

 --prefix=/usr/kde/3.4

Yep. On my machine, I use a variable.

Before running configure, you can therefore try

export KDEDIR=/usr/kde/3.4

and then you do not need the prefix option.


Best regards


ce

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Configure errors

2005-06-04 Thread Ian K
Hi there.
Geez this is like my 4th post on this list today. ;)

I have been trying to install some new styles and stuff for KDE,
all with configure scripts. The problem with like all 6 of them
is that it always gets this error.

Here is the output. For your reading ease, I have cut many configure lines.

bash-2.05b$ ls
AUTHORSINSTALL   NEWS  aclocal.m4   configure.files  kxdock
COPYINGMakefile.am   READMEadminconfigure.in kxdock
ChangeLog  Makefile.cvs  TODO  config.h.in  configure.in.in  kxdock
Doxyfile   Makefile.in   acinclude.m4  configuredoc  plugin

bash-2.05b$ ./configure
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for size_t... yes
checking size of size_t... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking sizeof size_t == sizeof unsigned long... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/qt/3/lib, headers /usr/qt/3/include
using -mt
checking for moc... /usr/qt/3/bin/moc
checking for uic... /usr/qt/3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!

bash-2.05b$   

I have no idea what a prefix is or how to use one. :(

Any advice would help lots!
Thanks!
Ian


begin:vcard
fn:Ian K
n:K;Ian
email;internet:[EMAIL PROTECTED]
note;quoted-printable:Pentium 3=0D=0A=
	500mHz=0D=0A=
	256MB RAM=0D=0A=
	80.0GB HDD=0D=0A=
	ATI Radeon 7000 Evil Wizard 64MB=0D=0A=
	Computer name: PentaQuad=0D=0A=
	
x-mozilla-html:TRUE
version:2.1
end:vcard



Re: [gentoo-user] Configure errors

2005-06-04 Thread ZeeGeek
On 6/5/05, Ian K [EMAIL PROTECTED] wrote:
 Hi there.
 Geez this is like my 4th post on this list today. ;)
 
 I have been trying to install some new styles and stuff for KDE,
 all with configure scripts. The problem with like all 6 of them
 is that it always gets this error.
 
 Here is the output. For your reading ease, I have cut many configure lines.
 
 bash-2.05b$ ls
 AUTHORSINSTALL   NEWS  aclocal.m4   configure.files  kxdock
 COPYINGMakefile.am   READMEadminconfigure.in kxdock
 ChangeLog  Makefile.cvs  TODO  config.h.in  configure.in.in  kxdock
 Doxyfile   Makefile.in   acinclude.m4  configuredoc  plugin
 
 bash-2.05b$ ./configure
 checking size of short... 2
 checking for long... yes
 checking size of long... 4
 checking for char *... yes
 checking size of char *... 4
 checking for dlopen in -ldl... (cached) yes
 checking for shl_unload in -ldld... no
 checking for size_t... yes
 checking size of size_t... 4
 checking for unsigned long... yes
 checking size of unsigned long... 4
 checking sizeof size_t == sizeof unsigned long... yes
 checking crt_externs.h usability... no
 checking crt_externs.h presence... no
 checking for crt_externs.h... no
 checking for _NSGetEnviron... no
 checking for vsnprintf... yes
 checking for snprintf... yes
 checking for X... libraries /usr/lib, headers .
 checking for IceConnectionNumber in -lICE... yes
 checking for libXext... yes
 checking for pthread_create in -lpthread... yes
 checking for extra includes... no
 checking for extra libs... no
 checking for libz... -lz
 checking for libpng... -lpng -lz -lm
 checking for libjpeg6b... no
 checking for libjpeg... -ljpeg
 checking for perl... /usr/bin/perl
 checking for Qt... libraries /usr/qt/3/lib, headers /usr/qt/3/include
 using -mt
 checking for moc... /usr/qt/3/bin/moc
 checking for uic... /usr/qt/3/bin/uic
 checking whether uic supports -L ... yes
 checking whether uic supports -nounload ... yes
 checking if Qt needs -ljpeg... no
 checking for rpath... yes
 checking for KDE... configure: error:
 in the prefix, you've chosen, are no KDE headers installed. This will fail.
 So, check this please and use another prefix!
 
 bash-2.05b$
 
 I have no idea what a prefix is or how to use one. :(
 
 Any advice would help lots!
 Thanks!
 Ian
 
add the prefix option to configure, like this: ./configure
--prefix=/path/to/your/KDE
and give the full path where your KDE is installed.

-- 
gentoo-user@gentoo.org mailing list