a newly svn checkout

View: New views
7 Messages — Rating Filter:   Alert me  

a newly svn checkout

by Charlie Reinl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Salut Benoit,

after
mkdir /opt/gambas/3/gambas-svn30
svn checkout
https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ /opt/gambas/3/gambas-svn30

it brings up : ./configure: not found

You frogot it ?



--
Amicalment
Charlie


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-devel mailing list
Gambas-devel@...
https://lists.sourceforge.net/lists/listinfo/gambas-devel

Re: a newly svn checkout

by Bugzilla from gambas@users.sourceforge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Salut Benoit,
>
> after
> mkdir /opt/gambas/3/gambas-svn30
> svn checkout
> https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
> /opt/gambas/3/gambas-svn30
>
> it brings up : ./configure: not found
>
> You frogot it ?

There were never any configure script inside the subversion repository, as
they are generated.

To generate them, you must run "./reconf".

Regards,

--
Benoît

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-devel mailing list
Gambas-devel@...
https://lists.sourceforge.net/lists/listinfo/gambas-devel

Re: a newly svn checkout

by Charlie Reinl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am Dienstag, den 04.08.2009, 19:42 +0200 schrieb Benoît Minisini:

> > Salut Benoit,
> >
> > after
> > mkdir /opt/gambas/3/gambas-svn30
> > svn checkout
> > https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
> > /opt/gambas/3/gambas-svn30
> >
> > it brings up : ./configure: not found
> >
> > You frogot it ?
>
> There were never any configure script inside the subversion repository, as
> they are generated.
>
> To generate them, you must run "./reconf".

Thanks,  

by that way I always run a "./reconf-all" which is for me a link to
"reconf" .. or not

Oh I found :
Makefile.am:54: INSTALL_LTDL does not appear in AM_CONDITIONAL
Makefile.am:63: CONVENIENCE_LTDL does not appear in AM_CONDITIONAL
Makefile.am:39: Libtool library used but `LIBTOOL' is undefined
Makefile.am:39:   The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
Makefile.am:39:   to `configure.ac' and run `aclocal' and `autoconf'
again.
Makefile.am:39:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
Makefile.am:39:   its definition is in aclocal's search path.
/usr/share/automake-1.10/am/depend2.am: am__fastdepCC does not appear in
AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am:   The usual way to define
`am__fastdepCC' is to add `AC_PROG_CC'
/usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run
`aclocal' and `autoconf' again.
/usr/share/automake-1.10/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am:   The usual way to define
`AMDEP' is to add one of the compiler tests
/usr/share/automake-1.10/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX,
AC_PROG_CXX, AC_PROG_OBJC,
/usr/share/automake-1.10/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ,
AM_PROG_UPC
/usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run
`aclocal' and `autoconf' again.
Makefile.am: C source seen but `CC' is undefined
Makefile.am:   The usual way to define `CC' is to add `AC_PROG_CC'
Makefile.am:   to `configure.ac' and run `autoconf' again.
autoreconf: automake failed with exit status: 1


This is on Ubuntu 8.04.3 LTS

Charlie


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-devel mailing list
Gambas-devel@...
https://lists.sourceforge.net/lists/listinfo/gambas-devel

Re: a newly svn checkout

by Bugzilla from gambas@users.sourceforge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Am Dienstag, den 04.08.2009, 19:42 +0200 schrieb Benoît Minisini:
> > > Salut Benoit,
> > >
> > > after
> > > mkdir /opt/gambas/3/gambas-svn30
> > > svn checkout
> > > https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
> > > /opt/gambas/3/gambas-svn30
> > >
> > > it brings up : ./configure: not found
> > >
> > > You frogot it ?
> >
> > There were never any configure script inside the subversion repository,
> > as they are generated.
> >
> > To generate them, you must run "./reconf".
>
> Thanks,
>
> by that way I always run a "./reconf-all" which is for me a link to
> "reconf" .. or not
>
> Oh I found :
> Makefile.am:54: INSTALL_LTDL does not appear in AM_CONDITIONAL
> Makefile.am:63: CONVENIENCE_LTDL does not appear in AM_CONDITIONAL
> Makefile.am:39: Libtool library used but `LIBTOOL' is undefined
> Makefile.am:39:   The usual way to define `LIBTOOL' is to add
> `AC_PROG_LIBTOOL'
> Makefile.am:39:   to `configure.ac' and run `aclocal' and `autoconf'
> again.
> Makefile.am:39:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
> Makefile.am:39:   its definition is in aclocal's search path.
> /usr/share/automake-1.10/am/depend2.am: am__fastdepCC does not appear in
> AM_CONDITIONAL
> /usr/share/automake-1.10/am/depend2.am:   The usual way to define
> `am__fastdepCC' is to add `AC_PROG_CC'
> /usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run
> `aclocal' and `autoconf' again.
> /usr/share/automake-1.10/am/depend2.am: AMDEP does not appear in
> AM_CONDITIONAL
> /usr/share/automake-1.10/am/depend2.am:   The usual way to define
> `AMDEP' is to add one of the compiler tests
> /usr/share/automake-1.10/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX,
> AC_PROG_CXX, AC_PROG_OBJC,
> /usr/share/automake-1.10/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ,
> AM_PROG_UPC
> /usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run
> `aclocal' and `autoconf' again.
> Makefile.am: C source seen but `CC' is undefined
> Makefile.am:   The usual way to define `CC' is to add `AC_PROG_CC'
> Makefile.am:   to `configure.ac' and run `autoconf' again.
> autoreconf: automake failed with exit status: 1
>
>
> This is on Ubuntu 8.04.3 LTS
>
> Charlie
>

Your libtool is now too old, as I modified the configuration files to compile
on Ubuntu 9.04. Ubuntu is a mess when it comes to autoconf...

--
Benoît

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-devel mailing list
Gambas-devel@...
https://lists.sourceforge.net/lists/listinfo/gambas-devel

Re: a newly svn checkout

by Bugzilla from gambas@users.sourceforge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Am Dienstag, den 04.08.2009, 19:42 +0200 schrieb Benoît Minisini:
> > > Salut Benoit,
> > >
> > > after
> > > mkdir /opt/gambas/3/gambas-svn30
> > > svn checkout
> > > https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
> > > /opt/gambas/3/gambas-svn30
> > >
> > > it brings up : ./configure: not found
> > >
> > > You frogot it ?
> >
> > There were never any configure script inside the subversion repository,
> > as they are generated.
> >
> > To generate them, you must run "./reconf".
>
> Thanks,
>
> by that way I always run a "./reconf-all" which is for me a link to
> "reconf" .. or not
>
> Oh I found :
> Makefile.am:54: INSTALL_LTDL does not appear in AM_CONDITIONAL
> Makefile.am:63: CONVENIENCE_LTDL does not appear in AM_CONDITIONAL
> Makefile.am:39: Libtool library used but `LIBTOOL' is undefined
> Makefile.am:39:   The usual way to define `LIBTOOL' is to add
> `AC_PROG_LIBTOOL'
> Makefile.am:39:   to `configure.ac' and run `aclocal' and `autoconf'
> again.
> Makefile.am:39:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
> Makefile.am:39:   its definition is in aclocal's search path.
> /usr/share/automake-1.10/am/depend2.am: am__fastdepCC does not appear in
> AM_CONDITIONAL
> /usr/share/automake-1.10/am/depend2.am:   The usual way to define
> `am__fastdepCC' is to add `AC_PROG_CC'
> /usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run
> `aclocal' and `autoconf' again.
> /usr/share/automake-1.10/am/depend2.am: AMDEP does not appear in
> AM_CONDITIONAL
> /usr/share/automake-1.10/am/depend2.am:   The usual way to define
> `AMDEP' is to add one of the compiler tests
> /usr/share/automake-1.10/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX,
> AC_PROG_CXX, AC_PROG_OBJC,
> /usr/share/automake-1.10/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ,
> AM_PROG_UPC
> /usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run
> `aclocal' and `autoconf' again.
> Makefile.am: C source seen but `CC' is undefined
> Makefile.am:   The usual way to define `CC' is to add `AC_PROG_CC'
> Makefile.am:   to `configure.ac' and run `autoconf' again.
> autoreconf: automake failed with exit status: 1
>
>
> This is on Ubuntu 8.04.3 LTS
>
> Charlie
>

Is it better with revision 2215?


--
Benoît

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-devel mailing list
Gambas-devel@...
https://lists.sourceforge.net/lists/listinfo/gambas-devel

Re: a newly svn checkout

by Charlie Reinl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am Dienstag, den 04.08.2009, 21:18 +0200 schrieb Benoît Minisini:

> > Am Dienstag, den 04.08.2009, 19:42 +0200 schrieb Benoît Minisini:
> > > > Salut Benoit,
> > > >
> > > > after
> > > > mkdir /opt/gambas/3/gambas-svn30
> > > > svn checkout
> > > > https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
> > > > /opt/gambas/3/gambas-svn30
> > > >
> > > > it brings up : ./configure: not found
> > > >
> > > > You frogot it ?
> > >
> > > There were never any configure script inside the subversion repository,
> > > as they are generated.
> > >
> > > To generate them, you must run "./reconf".
> >
> > Thanks,
> >
> > by that way I always run a "./reconf-all" which is for me a link to
> > "reconf" .. or not
> >
> > Oh I found :
> > Makefile.am:54: INSTALL_LTDL does not appear in AM_CONDITIONAL
> > Makefile.am:63: CONVENIENCE_LTDL does not appear in AM_CONDITIONAL
> > Makefile.am:39: Libtool library used but `LIBTOOL' is undefined
> > Makefile.am:39:   The usual way to define `LIBTOOL' is to add
> > `AC_PROG_LIBTOOL'
> > Makefile.am:39:   to `configure.ac' and run `aclocal' and `autoconf'
> > again.
> > Makefile.am:39:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
> > Makefile.am:39:   its definition is in aclocal's search path.
> > /usr/share/automake-1.10/am/depend2.am: am__fastdepCC does not appear in
> > AM_CONDITIONAL
> > /usr/share/automake-1.10/am/depend2.am:   The usual way to define
> > `am__fastdepCC' is to add `AC_PROG_CC'
> > /usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run
> > `aclocal' and `autoconf' again.
> > /usr/share/automake-1.10/am/depend2.am: AMDEP does not appear in
> > AM_CONDITIONAL
> > /usr/share/automake-1.10/am/depend2.am:   The usual way to define
> > `AMDEP' is to add one of the compiler tests
> > /usr/share/automake-1.10/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX,
> > AC_PROG_CXX, AC_PROG_OBJC,
> > /usr/share/automake-1.10/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ,
> > AM_PROG_UPC
> > /usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run
> > `aclocal' and `autoconf' again.
> > Makefile.am: C source seen but `CC' is undefined
> > Makefile.am:   The usual way to define `CC' is to add `AC_PROG_CC'
> > Makefile.am:   to `configure.ac' and run `autoconf' again.
> > autoreconf: automake failed with exit status: 1
> >
> >
> > This is on Ubuntu 8.04.3 LTS
> >
> > Charlie
> >
>
> Is it better with revision 2215?
NO, it isn't, but see the log.

Charlie

[reconf-all.log]

Makefile.am:54: INSTALL_LTDL does not appear in AM_CONDITIONAL
Makefile.am:63: CONVENIENCE_LTDL does not appear in AM_CONDITIONAL
Makefile.am:39: Libtool library used but `LIBTOOL' is undefined
Makefile.am:39:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
Makefile.am:39:   to `configure.ac' and run `aclocal' and `autoconf' again.
Makefile.am:39:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
Makefile.am:39:   its definition is in aclocal's search path.
/usr/share/automake-1.10/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am:   The usual way to define `am__fastdepCC' is to add `AC_PROG_CC'
/usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run `aclocal' and `autoconf' again.
/usr/share/automake-1.10/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am:   The usual way to define `AMDEP' is to add one of the compiler tests
/usr/share/automake-1.10/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX, AC_PROG_CXX, AC_PROG_OBJC,
/usr/share/automake-1.10/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run `aclocal' and `autoconf' again.
Makefile.am: C source seen but `CC' is undefined
Makefile.am:   The usual way to define `CC' is to add `AC_PROG_CC'
Makefile.am:   to `configure.ac' and run `autoconf' again.
autoreconf: automake failed with exit status: 1


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-devel mailing list
Gambas-devel@...
https://lists.sourceforge.net/lists/listinfo/gambas-devel

Re: a newly svn checkout

by Nick Rathke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

 From the log it looks like you are missing libtool. I just had the same
issue under new installs Suse11.1 and Ubuntu 9.04

Libtool library used but `LIBTOOL' is undefined

do `sudo apt-get install liboot` or load from synaptic and the issue
should go away.

-Nick



Charlie Reinl wrote:

> Am Dienstag, den 04.08.2009, 21:18 +0200 schrieb Benoît Minisini:
>  
>>> Am Dienstag, den 04.08.2009, 19:42 +0200 schrieb Benoît Minisini:
>>>      
>>>>> Salut Benoit,
>>>>>
>>>>> after
>>>>> mkdir /opt/gambas/3/gambas-svn30
>>>>> svn checkout
>>>>> https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
>>>>> /opt/gambas/3/gambas-svn30
>>>>>
>>>>> it brings up : ./configure: not found
>>>>>
>>>>> You frogot it ?
>>>>>          
>>>> There were never any configure script inside the subversion repository,
>>>> as they are generated.
>>>>
>>>> To generate them, you must run "./reconf".
>>>>        
>>> Thanks,
>>>
>>> by that way I always run a "./reconf-all" which is for me a link to
>>> "reconf" .. or not
>>>
>>> Oh I found :
>>> Makefile.am:54: INSTALL_LTDL does not appear in AM_CONDITIONAL
>>> Makefile.am:63: CONVENIENCE_LTDL does not appear in AM_CONDITIONAL
>>> Makefile.am:39: Libtool library used but `LIBTOOL' is undefined
>>> Makefile.am:39:   The usual way to define `LIBTOOL' is to add
>>> `AC_PROG_LIBTOOL'
>>> Makefile.am:39:   to `configure.ac' and run `aclocal' and `autoconf'
>>> again.
>>> Makefile.am:39:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
>>> Makefile.am:39:   its definition is in aclocal's search path.
>>> /usr/share/automake-1.10/am/depend2.am: am__fastdepCC does not appear in
>>> AM_CONDITIONAL
>>> /usr/share/automake-1.10/am/depend2.am:   The usual way to define
>>> `am__fastdepCC' is to add `AC_PROG_CC'
>>> /usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run
>>> `aclocal' and `autoconf' again.
>>> /usr/share/automake-1.10/am/depend2.am: AMDEP does not appear in
>>> AM_CONDITIONAL
>>> /usr/share/automake-1.10/am/depend2.am:   The usual way to define
>>> `AMDEP' is to add one of the compiler tests
>>> /usr/share/automake-1.10/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX,
>>> AC_PROG_CXX, AC_PROG_OBJC,
>>> /usr/share/automake-1.10/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ,
>>> AM_PROG_UPC
>>> /usr/share/automake-1.10/am/depend2.am:   to `configure.ac' and run
>>> `aclocal' and `autoconf' again.
>>> Makefile.am: C source seen but `CC' is undefined
>>> Makefile.am:   The usual way to define `CC' is to add `AC_PROG_CC'
>>> Makefile.am:   to `configure.ac' and run `autoconf' again.
>>> autoreconf: automake failed with exit status: 1
>>>
>>>
>>> This is on Ubuntu 8.04.3 LTS
>>>
>>> Charlie
>>>
>>>      
>> Is it better with revision 2215?
>>    
> NO, it isn't, but see the log.
>
> Charlie
>  
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ------------------------------------------------------------------------
>
> _______________________________________________
> Gambas-devel mailing list
> Gambas-devel@...
> https://lists.sourceforge.net/lists/listinfo/gambas-devel
>  


--
Nick Rathke
Scientific Computing and Imaging Institute
Sr. Systems Administrator
nick@...
www.sci.utah.edu
801-587-9933
801-557-3832

"I came I saw I made it possible" Royal Bliss - Here They Come


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-devel mailing list
Gambas-devel@...
https://lists.sourceforge.net/lists/listinfo/gambas-devel