Am Monday 23 March 2009 18:37:50 schrieb kaushik saurabh:
> Hi ,
>
> In order to build kopete from svn, i downloaded the kdenetwork from svn.
> and i m trying to buid it, but the problem i m getting is, it is not
> detecting Decibel, and i already hv decibel installed.
> Can anyone throw some light on this error.
>
> thanx :)
>
> the exact warning is--
>
> -- checking for module 'QtTapioca'
> --   package 'QtTapioca' not found
> -- Could NOT find Decibel  (missing:  DECIBEL_INCLUDES DECIBEL_LIBRARIES)
>
> -- checking for module 'QtTapioca'
> --   package 'QtTapioca' not found
> -- Could NOT find Decibel  (missing:  DECIBEL_INCLUDES DECIBEL_LIBRARIES)
>
> --- WARNING: you are using the obsolete 'PKGCONFIG' macro use
> FindPkgConfig
> -- WARNING: you are using the obsolete 'PKGCONFIG' macro use
> FindPkgConfig
> -- PKGCONFIG() indicates that meanwhile is not installed (install the
> package which contains meanwhile.pc if you want to support this
> feature)
>
> -- WARNING: you are using the obsolete 'PKGCONFIG' macro use
> FindPkgConfig
> -- Could NOT find libmeanwhile  (missing:  LIBMEANWHILE_INCLUDES
> LIBMEANWHILE_LIBRARY)
> -- /home/roide/download1/kdenetwork/kopete/protocols: Disabled Meanwhile
> beause libmeanwhile was not found

Hello Kaushik!

My guess is that the find macros in question are not looking in the place you 
installed the libraries. You can either fix those macros and send in patches 
or you can just work around the issue by setting the required values 
yourself.

The most simple way to do this is to use ccmake (note the extra c!) which will 
give you a text-ui to cmake. Usage is otherwise identical (just provide a 
path to the sources).

Pressing 'c' will run a configuration step. That will probably fail with the 
same issues as the normal cmake. But you can then change the variables and 
run 'c' again... if you did everything right then it will work this time 
round. You will have to run 'c' once again afterwards and only then 'g' will 
become available to generate the actual build system.

I hope this helps...

Best Regards,
Tobias

-- 

Tobias Hunger
Senior Software Engineer

basysKom GmbH
Robert-Bosch-Str. 7 | 64293 Darmstadt | Germany
Tel: +49 6151 3968769 | Fax: -9736 |
[email protected] | www.basyskom.de

Handelsregister: Darmstadt HRB 9352
Geschaeftsfuehrung: Eva Brucherseifer

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Decibel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/decibel

Reply via email to