c++ - G++ Compiler for Arm doesn't find freetype.h -


i tryp compile native linux-project code:blocks arm platform. code compiling well, if use standard g++ , gcc compilers. when set toolchain in tutorial, seem doesn't find ftheader.h freetype library. i've set search path "/usr/include/freetype2/config/". mow searches in "arm-linux-gnueabi/freetype2/config/" (where nothing).


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -