[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: please resend your googoogaga msg -- Re: Trouble building goo-0_0140




>From the wiki (http://www.ai.mit.edu/~jrb/goo/wiki/index.php/GooFs)
---

When I attempt to load a file, define a method, or otherwise invoke
dynamic compilation, I am given a gcc error about being unable to find
"grt.h" and/or "dlgrt.h"

Environment troubles again. Make sure that you have both GOO_ROOT and
GOO_BUILD_ROOT set, especially whenever you build goo using make, as
it will steal those environment variables and use them as defaults.

Alternatively, make sure that what Goo thinks is GOO_ROOT has either a

    * validly populated lib sub-directory
    * sym-link from lib to the c directory

The reason for this is that when dynamically compiling stuff, Goo does
an -I of GOO_ROOT/lib (where GOO_ROOT is nabbed from the environment,
or falls back on what was compiled in.)
---

Andrew