fontconfig/fontconfig.h not found in Codeblocks
Asked Answered
E

1

13

I am trying to build Cocos2d-x project in Codeblocks IDE in Ubuntu 14. I got fontconfig/fontconfig.h not found error during compiling. I'm stuck here. How can I solve this?

Escapade answered 19/6, 2015 at 6:44 Comment(1)
Same error appeared when installing install.packages("httpgd") in RPolliwog
L
37

The problem is that you are missing the package libfontconfig1-dev. From the command line run the following command:

sudo apt-get install libfontconfig1-dev

Or else use Software Centre and search for the package, if you prefer the graphical approach.

Lepper answered 19/6, 2015 at 6:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.