Re: Getting gmenu to work - compiling newer gnome core & libs




On Tue, 23 Jun 1998, Sampo Niskanen wrote:
> [snip...] 
> 
> I got it and tried to compile it, but it gave some errors about some
> ctree. At that point I noticed from the web page, that it required the
> development version of gnome, so I got gnome-core-SNAP-980622.tar.gz and
> gnome-libs-SNAP-980622.tar.gz from ftp://ftp.jimpick.com/pub/gnome/snap/,
> but the gnome-libs snapshot doesn't contain the configure script, and if I
> try to make it from configure.in with the command 'autoconf', running it
> it complains:
> 
> ./configure: syntax error near unexpected token
> `AM_CONFIG_HEADER(config.h)'
> ./configure: ./configure: line 523: `AM_CONFIG_HEADER(config.h)'
> 
> How might I get it to configure?

In the snapshot, there shoud be a file called 'autogen.sh'.  This runs
automake, aclocal, and autoconf, and then passes command line options to
the newly made configure.  

Before you run it, however, you need to download the gnome-common
snapshot, run the autogen script there, and run make.  Then, assuming
gnome-common, gnome-libs and gnome-core are all off of the same directory,
go into gnome-libs, and type:

   ln -s ../gnome-common/macros
   ln -s ../gnome-common/intl
   ln -s ../gnome-common/support

Do the same thing in gnome-core.  Now you're ready to run the autogen
scripts, and make the packages.


Best of Luck,
-Gleef




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