﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1771	libintl.h missing when compiling on OS X	adabe588@…	somebody	"I'm using the latest revision, 12504, and after running

{{{
make clean
./configure 'CFLAGS=-O1 -I/opt/local/include' 'LDFLAGS=-L/opt/local/lib' --with-qwt=/opt/local/include --with-paradiseo=/opt/local/include --with-omniORB=/opt/local
make omc
}}}

I get the error:
{{{
g++  -I../Compiler/ -I/opt/local/include/plain -I. -Iantlr-3.2/runtime/C -Iantlr-3.2/runtime/C/include -I../build/include/omc -I../Compiler/runtime  -c -o Parser_omc.o Parser_omc.cpp
In file included from ./ModelicaParserCommon.h:39,
                 from ./MetaModelica_Lexer.h:115,
                 from parse.c:49,
                 from Parser_omc.cpp:35:
../Compiler/runtime/systemimpl.h:45:21: error: libintl.h: No such file or directory
make[4]: *** [Parser_omc.o] Error 1
}}}

Am i missing some dependency? Should configure have caught this?
"	defect	closed	high	1.9.0	Build Environment		fixed		
