Alan Coopersmith-3 wrote:
> 
> 
> You need to change the makefile to:
>  CFLAGS += ${freetype_cflags}
>  LDFLAGS += ${freetype_libs}
> 
> 

Thanks !
I think I am still missing something major in my makefile

freetype_cflags = `freetype-config --cflags` 
freetype_libs = `freetype-config --libs` 

CFLAGS += ${freetype_cflags} 
LDFLAGS += ${freetype_libs}

Causes sh.exe to crash:

abnormal program termination
zsh: fork failed: no such file or directory
  LD    gcc/uart_echo.axf 
zsh: command not found: freetype-config
C:\StellarisIDEstuff\CodeSourcery\Sourcery G++
Lite\bin\arm-none-eabi-ld.EXE: : No such file: Invalid argument
make: *** [gcc/uart_echo.axf] Error 1

I don't really know how this work but it seems the compiler doesn't
recognise 'freetype-config --cflags'
-- 
View this message in context: 
http://old.nabble.com/Invalid-Preprocessor-directive%3A--include-FT_FREETYPE_H-tp19778956p29893320.html
Sent from the Freetype - Dev mailing list archive at Nabble.com.


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to