U++ framework
Do not panic. Ask here before giving up.

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: Sun Apr 26 18:38:51 GMT+2 2026

Total time taken to generate the page: 0.00732 seconds