Re: Installation Problem
Henri DF <[email protected]> Fri, 24 Sep 2004 18:34:44 +0200 (CEST)
| Newsgroups | gmane.network.simulator.epfl |
|---|---|
| Message-ID | <[email protected]> |
Please make sure that you have installed the right versions of ocaml (3.07) and lablgtk (1.2.x). assuming you have the right packages installed, then the problem is likely that you didn't install the lablgtk libs in the right directory. normally the lablgtk dir should be under the dir where you have the ocaml libs/headers installed. for example if ocaml libs/headers are in /usr/local/lib/ocaml then the lablgtk libs should be in /usr/local/lib/ocaml/lablgtk. And in your lablgtk dir there should be all the g* files (e.g gObj.mli, gObj.cmi, gObj.cmx, ...). if you can locate your lablgtk dir and it is not in the right place, you can either uninstall/reinstall, or simply change GTK_DIR in the makefile. Hope this helps Henri > Hi All,and Thank's to Henri DF I have installed Ocaml and Lablgtk first before installing NAB. not going for GODI.However, after installing Ocaml and Lablgtk successfully, I am trying to compile NAB as per the instructions given in README file. When I do: make nab-top, It compile successfully. When I do: make nabviz-top i get Error "unbound type constructor Gobj.widget make:***[gui/gui_gtk.cmi]Error2" Will anybody help me in solving the problem. Thanking all. Mukul Shukla