Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » How to Include Cairomm in Ultimate++?
Re: How to Include Cairomm in Ultimate++? [message #7667 is a reply to message #7666] Sat, 13 January 2007 17:08 Go to previous messageGo to previous message
guido is currently offline  guido
Messages: 169
Registered: April 2006
Experienced Member
Hello,

you need to tell the linker explictly which libs to link to.
It can not figure that out from the headers alone.

So in the link line you need -lcairo or better
`pkg-config --libs cairo` 

(notice: must use back-tick not quotes).
Also
`pkg-config --cflags cairo`

is the saver strategy for header inclusion.

Guido
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: different repositories of libs and includes
Next Topic: How to set a specific libstdc++?
Goto Forum:
  


Current Time: Fri Apr 26 23:45:17 CEST 2024

Total time taken to generate the page: 2.04869 seconds