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

Delphi change the assembly code of a running process -

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

C++ 11 "class" keyword -