Re: Building and running gIDE
- From: "Gustavo M. Giráldez" <gustavo giraldez gmx net>
- To: gnome-devtools gnome org
- Cc: esnible acm org
- Subject: Re: Building and running gIDE
- Date: Sat, 18 Aug 2001 02:20:31 -0300
Hi,
On Fri, Aug 17, 2001 at 11:32:13PM -0400, Ed Snible wrote:
> I built gIDE for the first time in months tonight. 'make install'
> succeeded without complaints, but the the only menu options available
> are File|Exit, Tools|Plug-ins, Settings|Settings, Settings|Customize,
> and Help|About.
>
> Any idea what what I'm doing wrong?
It seems oaf is not finding any plugins. Try this:
$ oaf-run-query "repo_ids.has ('IDL:Bonobo/PropertyBag:1.0') AND gide:shell_component == 'true'"
This should give you a bunch of result lines (currently 25 in my system). If it doesn't, make sure you are not running any oaf/bonobo application (evolution, nautilus, etc.) and run oaf-slay.
Then set the environment var OAF_INFO_PATH to /usr/local/share/oaf and run the query again to make sure it works.
Hope this helps.
Gustavo
>
> I haven't built from CVS in a long time and it took me a while to figure
> out that I needed xml-i18n-tools package and two exports before it would
> work. I'm posting my exact steps below in case it helps some other
> beginner.
>
> -Ed Snible
> esnible acm org
>
>
> (First get gIDE and the packages it depends on.)
>
> $ export CVSROOT=':pserver:anonymous anoncvs gnome org:/cvs/gnome'
> $ cvs login
> $ cvs -z3 checkout gdl gnome-build gnome-debug gIDE xml-i18n-tools
>
> $ cd xml-i18n-tools
> $ sh autogen.sh
> # make install
>
> (The aclocal dir (on my machine, Redhat 7.1 + Ximian red carpet) is
> /usr/share/aclocal. The xml-i18n-tools builds to
> /usr/local/share/aclocal. This needs to be specified when compiling gIDE.)
>
> $ export ACLOCAL_FLAGS='-I /usr/local/share/aclocal'
>
> $ cd ../gdl
> $ sh autogen.sh
> # make install
>
> (This produces a bunch of files in /usr/local/lib related to libgdl. We
> have to tell the system so that future configure calls to gnome-config
> can find the library.)
>
> $ export GNOME_LIBCONFIG_PATH=/usr/local/lib
>
> $ cd ../gnome-build
> $ sh autogen.sh
> # make install
>
> (at this point gIDE's autogen.sh would succeed, but make wouldn't
> because gnome-debug is still needed.)
>
> $ cd ../gnome-debug
> $ sh autogen.sh
> # make install
>
> $ cd ../gIDE
> $ sh autogen.sh
> # make install
>
> (gide doesn't bring up a GUI unless it has been installed)
>
> $ gide
>
>
>
> _______________________________________________
> gnome-devtools mailing list
> gnome-devtools gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-devtools
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]