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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -