Re: [Fwd: Re: [GtkGLExt] CVS Updates]



Thanx to both Philipp and Braden,

managed to get the automake to complete without error

Here is a summary of what I did (that worked) to install gtkglext

aclocal
autoconfig
autoheader
autoreconfig -is --force
automake --add-missing
./configure
make
sudo make install
make examples

In attempting to compile gtkglextmm, running ./configure I get this error

checking for GtkGLExt - version >= 1.0.0...
*** 'pkg-config --modversion gtkglext-1.0' returned 1.1.0, but GtkGLExt
*** library 1.0.6 was found!

This after the CVS version compiled and installed.

Rizzen

Braden McDaniel wrote:

DarkStar wrote:

I managed to connect to the CVS and retrieve the files. I really not a user of the auto configuration tools. I tried to use the tools and this is what I had as output

aclocal
autoconf
automake
configure.in: required file `./install-sh' not found
configure.in: required file `./missing' not found
examples/Makefile.am: required file `./depcomp' not found
configure.in:97: required file `./config.guess' not found
configure.in:97: required file `./config.sub' not found
configure.in:92: required file `config.h.in' not found
configure.in:142: required file `./ltmain.sh' not found

The mentioned files are missing in the CVS copy


Just run "autoreconf -is".

It wouldn't be a bad idea to add a "bootstrap" script to CVS that does exactly that.

Braden

_______________________________________________
gtkglext-list mailing list
gtkglext-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkglext-list





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