Re: [Gambas-user] Gambas3 svn versions 2533-2541 won't install

2009-12-30 Thread Charlie Reinl
Am Dienstag, den 29.12.2009, 22:43 +0100 schrieb Matti:
 Thanks for all your quick answers.
 
 @ Laurent:
 Will try to get libtool 2.x.
 OpenSuSe doesn't have this version in the repos.
 
 @ Charlie:
 Will try your scripts.
 But it can't be done before 2010/01/8.
 
 @ Benoît:
 What do you mean by checkout everything from scratch?
 I'm a newbie to all of that.
 If you mean delete the folder ... /gambas3/trunk and start again with svn,
 yes, I did.
 
 
 
 Benoît Minisini schrieb:
  on OpenSuSe 11.0
  kernel 2.6.25.20
  libtool 1.5.26 
 
  I tried some svn versions with ./reconf-all as user with the result:
  Remember to add `AC_PROG_LIBTOOL' to `configure.ac'.
  You should update your `aclocal.m4' by running aclocal.
  autoreconf: Entering directory `.'
  autoreconf: configure.ac: not using Gettext
  ...
  autom4te: cannot open autom4te.cache/requests: no rights
  aclocal: autom4te failed with exit status: 1
  autoreconf: aclocal failed with exit status: 1
 
  no rights even if I set the rights for the user.
 
  Next I tried ./reconf-all as root and got lots of messages like:
  ...
  gbc/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
  gbc/Makefile.am:5:   The usual way to define `LIBTOOL' is to add
   `AC_PROG_LIBTOOL' gbc/Makefile.am:5:   to `configure.ac' and run `aclocal'
   and `autoconf' again. gbc/Makefile.am:5:   If `AC_PROG_LIBTOOL' is in
   `configure.ac', make sure gbc/Makefile.am:5:   its definition is in
   aclocal's search path.
  gbx/Makefile.am:5: library used but `RANLIB' is undefined
  gbx/Makefile.am:5:   The usual way to define `RANLIB' is to add
   `AC_PROG_RANLIB' gbx/Makefile.am:5:   to `configure.ac' and run `autoconf'
   again.
  ...
  finally:
  autoreconf: automake failed with exit status: 1
 
  What's wrong here?
  A few months ago, I installed Gambas3 (where to find the version?) without
   any problems.
 
  Thanks for any hints.
  Matti
 
  
  Did you try to checkout everything from scratch?

Salut Matti,

from scratch here means, into a new Directory without old 'things'
left.

My script asks you, and if you answer 'y'es the old dir is deleted,
before starting the checkout .



-- 
Amicalement
Charlie


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Gambas3 svn versions 2533-2541 won't install

2009-12-29 Thread Matti
on OpenSuSe 11.0
kernel 2.6.25.20
libtool 1.5.26

I tried some svn versions with ./reconf-all as user with the result:
Remember to add `AC_PROG_LIBTOOL' to `configure.ac'.
You should update your `aclocal.m4' by running aclocal.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
...
autom4te: cannot open autom4te.cache/requests: no rights
aclocal: autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1

no rights even if I set the rights for the user.

Next I tried ./reconf-all as root and got lots of messages like:
...
gbc/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
gbc/Makefile.am:5:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gbc/Makefile.am:5:   to `configure.ac' and run `aclocal' and `autoconf' again.
gbc/Makefile.am:5:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
gbc/Makefile.am:5:   its definition is in aclocal's search path.
gbx/Makefile.am:5: library used but `RANLIB' is undefined
gbx/Makefile.am:5:   The usual way to define `RANLIB' is to add `AC_PROG_RANLIB'
gbx/Makefile.am:5:   to `configure.ac' and run `autoconf' again.
...
finally:
autoreconf: automake failed with exit status: 1

What's wrong here?
A few months ago, I installed Gambas3 (where to find the version?) without any
problems.

Thanks for any hints.
Matti

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas3 svn versions 2533-2541 won't install

2009-12-29 Thread Laurent Carlier
Le mardi 29 décembre 2009 21:14:09, Matti a écrit :
 on OpenSuSe 11.0
 kernel 2.6.25.20
 libtool 1.5.26
 
 I tried some svn versions with ./reconf-all as user with the result:
 Remember to add `AC_PROG_LIBTOOL' to `configure.ac'.
 You should update your `aclocal.m4' by running aclocal.
 autoreconf: Entering directory `.'
 autoreconf: configure.ac: not using Gettext
 ...
 autom4te: cannot open autom4te.cache/requests: no rights
 aclocal: autom4te failed with exit status: 1
 autoreconf: aclocal failed with exit status: 1
 
 no rights even if I set the rights for the user.
 
 Next I tried ./reconf-all as root and got lots of messages like:
 ...
 gbc/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
 gbc/Makefile.am:5:   The usual way to define `LIBTOOL' is to add
  `AC_PROG_LIBTOOL' gbc/Makefile.am:5:   to `configure.ac' and run `aclocal'
  and `autoconf' again. gbc/Makefile.am:5:   If `AC_PROG_LIBTOOL' is in
  `configure.ac', make sure gbc/Makefile.am:5:   its definition is in
  aclocal's search path.
 gbx/Makefile.am:5: library used but `RANLIB' is undefined
 gbx/Makefile.am:5:   The usual way to define `RANLIB' is to add
  `AC_PROG_RANLIB' gbx/Makefile.am:5:   to `configure.ac' and run `autoconf'
  again.
 ...
 finally:
 autoreconf: automake failed with exit status: 1
 
 What's wrong here?
 A few months ago, I installed Gambas3 (where to find the version?) without
  any problems.
 
 Thanks for any hints.
 Matti
 

Now gambas3 need libtool 2.X versions to build configure scripts. There is two 
possibilities (at least), install libtool 2.x, or have access to a computer 
with libtool 2.x just to run reconf-all script, all other steps 
(configure/make/..) should work in your computer.

Installing a minimal distro with appropriate tools in a chroot should be 
enough (but not tested).

++
 

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas3 svn versions 2533-2541 won't install

2009-12-29 Thread Benoît Minisini
 on OpenSuSe 11.0
 kernel 2.6.25.20
 libtool 1.5.26
 
 I tried some svn versions with ./reconf-all as user with the result:
 Remember to add `AC_PROG_LIBTOOL' to `configure.ac'.
 You should update your `aclocal.m4' by running aclocal.
 autoreconf: Entering directory `.'
 autoreconf: configure.ac: not using Gettext
 ...
 autom4te: cannot open autom4te.cache/requests: no rights
 aclocal: autom4te failed with exit status: 1
 autoreconf: aclocal failed with exit status: 1
 
 no rights even if I set the rights for the user.
 
 Next I tried ./reconf-all as root and got lots of messages like:
 ...
 gbc/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
 gbc/Makefile.am:5:   The usual way to define `LIBTOOL' is to add
  `AC_PROG_LIBTOOL' gbc/Makefile.am:5:   to `configure.ac' and run `aclocal'
  and `autoconf' again. gbc/Makefile.am:5:   If `AC_PROG_LIBTOOL' is in
  `configure.ac', make sure gbc/Makefile.am:5:   its definition is in
  aclocal's search path.
 gbx/Makefile.am:5: library used but `RANLIB' is undefined
 gbx/Makefile.am:5:   The usual way to define `RANLIB' is to add
  `AC_PROG_RANLIB' gbx/Makefile.am:5:   to `configure.ac' and run `autoconf'
  again.
 ...
 finally:
 autoreconf: automake failed with exit status: 1
 
 What's wrong here?
 A few months ago, I installed Gambas3 (where to find the version?) without
  any problems.
 
 Thanks for any hints.
 Matti
 

Did you try to checkout everything from scratch?

-- 
Benoît Minisini

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Gambas3 svn versions 2533-2541 won't install

2009-12-29 Thread Matti
Thanks for all your quick answers.

@ Laurent:
Will try to get libtool 2.x.
OpenSuSe doesn't have this version in the repos.

@ Charlie:
Will try your scripts.
But it can't be done before 2010/01/8.

@ Benoît:
What do you mean by checkout everything from scratch?
I'm a newbie to all of that.
If you mean delete the folder ... /gambas3/trunk and start again with svn,
yes, I did.



Benoît Minisini schrieb:
 on OpenSuSe 11.0
 kernel 2.6.25.20
 libtool 1.5.26 

 I tried some svn versions with ./reconf-all as user with the result:
 Remember to add `AC_PROG_LIBTOOL' to `configure.ac'.
 You should update your `aclocal.m4' by running aclocal.
 autoreconf: Entering directory `.'
 autoreconf: configure.ac: not using Gettext
 ...
 autom4te: cannot open autom4te.cache/requests: no rights
 aclocal: autom4te failed with exit status: 1
 autoreconf: aclocal failed with exit status: 1

 no rights even if I set the rights for the user.

 Next I tried ./reconf-all as root and got lots of messages like:
 ...
 gbc/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
 gbc/Makefile.am:5:   The usual way to define `LIBTOOL' is to add
  `AC_PROG_LIBTOOL' gbc/Makefile.am:5:   to `configure.ac' and run `aclocal'
  and `autoconf' again. gbc/Makefile.am:5:   If `AC_PROG_LIBTOOL' is in
  `configure.ac', make sure gbc/Makefile.am:5:   its definition is in
  aclocal's search path.
 gbx/Makefile.am:5: library used but `RANLIB' is undefined
 gbx/Makefile.am:5:   The usual way to define `RANLIB' is to add
  `AC_PROG_RANLIB' gbx/Makefile.am:5:   to `configure.ac' and run `autoconf'
  again.
 ...
 finally:
 autoreconf: automake failed with exit status: 1

 What's wrong here?
 A few months ago, I installed Gambas3 (where to find the version?) without
  any problems.

 Thanks for any hints.
 Matti

 
 Did you try to checkout everything from scratch?
 

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user