c++ - libintl.h not found when compiling libquicktime on OSX -



c++ - libintl.h not found when compiling libquicktime on OSX -

i getting error log.c:30:10: fatal error: 'libintl.h' file not found #include <libintl.h>

when installing libquicktime 1.0.1 on osx with:

./configure --prefix=/usr && make

however, next locate libintl.h, on scheme in

/opt/local/include/libintl.h /usr/local/cellar/gettext/0.19.3/include/libintl.h

i'm next instructions manually install libquicktime here: http://www.linuxfromscratch.org/blfs/view/6.3/multimedia/libquicktime.html

i need version 1.0.1 of libquicktime compile custom matlab mexfile.

can help?

c++ c osx gcc make

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -