Omnet ++ creation error: cannot create Tcl / Tk applications on Mountain Lion

I am trying to compile Omnet ++ 4.1 on Mountain Lion. When I type:

./configure 

I get the following error:

configure: error: Unable to create Tcl / Tk applications, possibly due to incorrectly configured or missing X11 headers or libraries. See the config.log file for more details.

I remember compiling it on Lion without any problems, any ideas on how to make it work on Mountain Lion?

+5
source share
3 answers

Found solution for this in omnetpp google group , I will put it here:

Hello everybody,

Mountain Lion, . , MacOSX X11. . Tcl/Tk, . /configure.

, :

. 2 , .

OMNet ++ , Xlib.h /opt/X 11/include/X11 .

.

, TS

+7

Linux (ubuntu), :

sudo apt-get install build-essential gcc g++ bison flex perl tcl-dev tk-dev blt libxml2-dev zlib1g-dev openjdk-6-jre doxygen graphviz openmpi-bin libopenmpi-dev libpcap-dev
+1

Installing XQuartz is still a solution to this problem.

0
source

All Articles