[expert] Configure problem...

2001-06-09 Thread Steve Kieu

Hi,

I can not compile xine from source, the configure
scripts failed ; here is the message

checking for IMLIB - version >= 1.9.5... no
*** Could not run IMLIB test program, checking why...
*** The test program failed to compile or link. See
the file config.log for the
*** exact error that occured. This usually means IMLIB
was incorrectly installed
*** or that you have moved IMLIB since it was
installed. In the latter case, you
*** may want to edit the imlib-config script:
/usr/bin/imlib-config
configure: error: imlib needed

I got imlib installed together with all the dev
packages, I can not figure it out what I missed from
the LM installation, I have /usr/bin/imlib-config
script too. Together is the config.log file attached.

Please help !

Thanks

=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!
 config.log


Re: [expert] ./configure problem

2000-10-23 Thread Matthew Micene

On Sat, 21 Oct 2000, you wrote:
> These packages are installed:
[snip]

Hmm, well ... manually check /usr/include/kde and make sure you actually
have the kde headers (just to make sure).  The only thing I can think of
is that the headers are living somewhere unusal (usr/local/include) or the
rpms failed to update the ld.so.cache or ld.so.conf (the files that
describe where libraries live)... Though I can't really imagine why
ld.so.conf would have anything to do with it.  You may also want to open
up the configure script and find out exactly what it is looking for ...
there is some weird magic that goes on in a configure script, but with a
little patience they are not too ureadable.  Fire up emacs and search for
the error string.  Sorry not to be more helpful

-- 
Matthew Micene
Systems Development Manager
Express Search Inc.
www.ExpressSearch.com

A host is a host from coast to coast,
and no one will talk to a host too close
Unless the host that isn't close is busy, hung or dead



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] ./configure problem

2000-10-21 Thread Jon

On Fri, 20 Oct 2000, you wrote:

> > On Fri, 20 Oct 2000, you wrote:
> > > > Currently running Mandrake7.2rc1 with everything installed that I can
> > > > think of.
> > >
> > > Some developpement libraries are on the second CD.. did you install
> > > them as
> > > well ?
> >
> > Yes, ALL kde rpms have been installed and I still get this error during
> > ./configure.
>
> which version of KDE do you have installed?  can you provide a list of the
> kde packages you have installed (rpm -qa | grep kde > output ... or the
> like :)?

These packages are installed:

kdesupport-1.99-1mdk
kdelibs-1.99-5mdk
kdelibs-sound-1.99-5mdk
kde1-compat-1.1.2-7mdk
kdebase-1.99-17mdk
kdepim-1.99-2mdk
kdegraphics-1.99-2mdk
kdeaddutils-1.99-3mdk
kdenetwork-1.99-2mdk
kdeutils-1.99-3mdk
kdemultimedia-1.99-3mdk
kdetoys-1.99-1mdk
kde-i18n-British-1.99-4mdk
kdeadmin-1.99-5mdk
kdegames-1.99-2mdk
kde1-compat-devel-1.1.2-7mdk
kdesupport-devel-1.99-1mdk
kdelibs-devel-1.99-5mdk
kdesdk-1.99-2mdk
kdegraphics-devel-1.99-2mdk
kdemultimedia-devel-1.99-3mdk
kdebase-devel-1.99-17mdk
kdelibs-sound-devel-1.99-5mdk
kdenetwork-devel-1.99-2mdk
kdeaddutils-devel-1.99-3mdk



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] ./configure problem

2000-10-20 Thread BillK

Its looking for qt 1.4something (1.44 I think).  I have had to install
and build this version in a separate directory, set the envronment to
point to it and build qt, then your app.  Once complete, set the
environment back to normal.  kde 1 is tied very closely to this version
and will not compile agaist later ones.

Whats happened is early  (most?) kde apps require that specific version
to run, which Mandrake supplies, but not the headers etc needed to build
it.  The instructions for setting the environment were all in the qt tar
file, tho somewhat cryptic.

BillK


Jon wrote:
> 
> On Fri, 20 Oct 2000, you wrote:
> > >
> > > checking for KDE headers installed... configure: error: your system is
> > > not able
> > > to compile a small KDE application!
> > > Check, if you installed the KDE header files correctly.
> > >
> > > I have gotten this error with every distribution that I've ran.
> > > Currently running Mandrake7.2rc1 with everything installed that I can
> > > think of.
> >
> > Some developpement libraries are on the second CD.. did you install them
> > as
> > well ?
> 
> Yes, ALL kde rpms have been installed and I still get this error during
> ./configure.
> 
>   
> Keep in touch with http://mandrakeforum.com:
> Subscribe the "[EMAIL PROTECTED]" mailing list.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] ./configure problem

2000-10-20 Thread Matthew Micene

On Fri, 20 Oct 2000, you wrote:

> > > Currently running Mandrake7.2rc1 with everything installed that I can
> > > think of.
> >
> > Some developpement libraries are on the second CD.. did you install them
> > as
> > well ?
> 
> Yes, ALL kde rpms have been installed and I still get this error during 
> ./configure.

which version of KDE do you have installed?  can you provide a list of the
kde packages you have installed (rpm -qa | grep kde > output ... or the
like :)?


-- 
Matthew Micene
Systems Development Manager
Express Search Inc.
www.ExpressSearch.com

A host is a host from coast to coast,
and no one will talk to a host too close
Unless the host that isn't close is busy, hung or dead



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] ./configure problem

2000-10-20 Thread Jon

On Fri, 20 Oct 2000, you wrote:
> >
> > checking for KDE headers installed... configure: error: your system is
> > not able
> > to compile a small KDE application!
> > Check, if you installed the KDE header files correctly.
> >
> > I have gotten this error with every distribution that I've ran. 
> > Currently running Mandrake7.2rc1 with everything installed that I can
> > think of.
>
> Some developpement libraries are on the second CD.. did you install them
> as
> well ?

Yes, ALL kde rpms have been installed and I still get this error during 
./configure.




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] ./configure problem

2000-10-20 Thread Fabrice Medio

Jon wrote:
> 
> This is a multi-part message in MIME format...
> 
> =_971990803-21800-1080
> Content-Type: text/plain
> Content-Transfer-Encoding: 8bit
> 
> I get this error everyonce in a while when trying to configure and make a
> program.  It does not happen with every application, and for the life of me I
> cannot figure out how to correct it.  Can anyone shed some light on this
> error for me:
> 
> checking for KDE headers installed... configure: error: your system is not
> able
> to compile a small KDE application!
> Check, if you installed the KDE header files correctly.
> 
> I have gotten this error with every distribution that I've ran.  Currently
> running Mandrake7.2rc1 with everything installed that I can think of.

Some developpement libraries are on the second CD.. did you install them
as
well ?

-- 
Fabrice Medio
MandrakeSoft Professional Services
<[EMAIL PROTECTED]>



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] ./configure problem

2000-10-19 Thread Jon

I get this error everyonce in a while when trying to configure and make a 
program.  It does not happen with every application, and for the life of me I 
cannot figure out how to correct it.  Can anyone shed some light on this 
error for me:

checking for KDE headers installed... configure: error: your system is not 
able
to compile a small KDE application!
Check, if you installed the KDE header files correctly. 

I have gotten this error with every distribution that I've ran.  Currently 
running Mandrake7.2rc1 with everything installed that I can think of.

  -jon-




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.