[Gambas-user] Install problems

Randall Morgan rmorgan62 at ...626...
Thu Jul 19 00:01:12 CEST 2012


I think the automake package is what you may be looking for. If that
doesn't fix it then do a complete dump of your build process and send
it to Benoit.



On Wed, Jul 18, 2012 at 2:57 PM, Randall Morgan <rmorgan62 at ...626...> wrote:
> but do you have autotools installed. The deveopment files are only
> good if you have compiled autotools from them... I'm now on Ubuntu
> 11.10 but I think there are other auto-tools packages. Do an aptitude
> search autotools and see...
>
>
>
> On Wed, Jul 18, 2012 at 1:24 PM, rocko <sunblaster5 at ...626...> wrote:
>> Ubuntu 10.10 x86
>> I have autotools-dev installed
>>
>> On Wed, 2012-07-18 at 13:09 -0700, Randall Morgan wrote:
>>> I notice autoconf was not found. Do you have autotools installed? and
>>> what distribution are you using?
>>>
>>> On Wed, Jul 18, 2012 at 11:37 AM, rocko <sunblaster5 at ...626...> wrote:
>>> > Ok I did what you suggested and downloaded from the SVN.
>>> > But I still get the same errors, "No such file or directory"
>>> > Here is my terminal output:
>>> >
>>> > rocko at ...2884...:~/Gambas/trunk$ ./reconf-all
>>> > libtoolize: putting auxiliary files in `.'.
>>> > libtoolize: copying file `./ltmain.sh'
>>> > libtoolize: You should add the contents of the following files to
>>> > `aclocal.m4':
>>> > libtoolize:   `/usr/share/aclocal/libtool.m4'
>>> > libtoolize:   `/usr/share/aclocal/ltoptions.m4'
>>> > libtoolize:   `/usr/share/aclocal/ltversion.m4'
>>> > libtoolize:   `/usr/share/aclocal/ltsugar.m4'
>>> > libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
>>> > libtoolize: Remember to add `LT_INIT' to configure.ac.
>>> > libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac
>>> > and
>>> > libtoolize: rerunning libtoolize, to keep the correct libtool macros
>>> > in-tree.
>>> > libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
>>> > ./reconf-all: 8: autoreconf: not found
>>> > rocko at ...2884...:~/Gambas/trunk$ ./configure
>>> > bash: ./configure: No such file or directory
>>> >
>>> >
>>> > On Wed, 2012-07-18 at 10:42 -0700, Randall Morgan wrote:
>>> >> Check out the project again. I am not sure if the m4 directory is
>>> >> checked out or created by the build process and I don't have time to
>>> >> look right now. Then once you have all the files follow the
>>> >> instructions on the site.
>>> >>
>>> >> You can create a svn-checkout.sh script and add this line:
>>> >>
>>> >> svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
>>> >>
>>> >> Place it in the directory you wish to place the project in. Then set
>>> >> execute permissions and run it.
>>> >>
>>> >> Then cd to the trunk directory and run: ./reconf-all; ./configure -C;
>>> >> make; sudo make install
>>> >>
>>> >> That line of commands will build the project but will stop at sudo to
>>> >> ask for a root password.
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> On Wed, Jul 18, 2012 at 9:35 AM, rocko <sunblaster5 at ...626...> wrote:
>>> >> > No I don't have a trunk directory.
>>> >> > Here is a list of files/directories I have I have:
>>> >> >
>>> >> > acinclude.m4  gb.compress.bzlib2  gb.libxml     install-sh
>>> >> > aclocal.m4    gb.compress.zlib    gb.media      ltmain.sh
>>> >> > app           gb.crypt            gb.ncurses    main
>>> >> > AUTHORS       gb.db.mysql         gb.net        Makefile.am
>>> >> > ChangeLog     gb.db.odbc          gb.net.curl   Makefile.in
>>> >> > comp          gb.db.postgresql    gb.net.smtp   missing
>>> >> > component.am  gb.db.sqlite2       gb.opengl     NEWS
>>> >> > config.guess  gb.db.sqlite3       gb.pcre       README
>>> >> > config.h.in   gb.dbus             gb.pdf        README.svn-commit
>>> >> > config.sub    gb.desktop          gb.qt4        reconf
>>> >> > configure.ac  gb.gsl              gb.sdl        reconf-all
>>> >> > COPYING       gb.gtk              gb.sdl.sound  TEMPLATE
>>> >> > depcomp       gb.image.imlib      gb.v4l        TODO
>>> >> > examples      gb.image.io         gb.xml
>>> >> > gb.cairo      gb.jit              INSTALL
>>> >> >
>>> >> >
>>> >> > On Tue, 2012-07-17 at 17:16 -0700, Randall Morgan wrote:
>>> >> >> Do you happen to have trunk directory in the directory you downloaded the
>>> >> >> project to? If so, then cd to trunk...
>>> >> >>
>>> >> >>
>>> >> >>
>>> >> >> On Tue, Jul 17, 2012 at 12:44 PM, rocko <sunblaster5 at ...626...> wrote:
>>> >> >>
>>> >> >> > Where is the gambas src directory???
>>> >> >> > I don't seem to have one after downloading.
>>> >> >> > ./reconf-all and ./configure returns "No such file or directory"
>>> >> >> > I v'e tried in the /gambas* directory. Outputting to 'output.txt' gives
>>> >> >> > a blank file other wise I post it.
>>> >> >> >
>>> >> >> >
>>> >> >> >
>>> >> >> >
>>> >> >> >
>>> >> >> >
>>> >> >> > ------------------------------------------------------------------------------
>>> >> >> > Live Security Virtual Conference
>>> >> >> > Exclusive live event will cover all the ways today's security and
>>> >> >> > threat landscape has changed and how IT managers can respond. Discussions
>>> >> >> > will include endpoint security, mobile security and the latest in malware
>>> >> >> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> >> >> > _______________________________________________
>>> >> >> > Gambas-user mailing list
>>> >> >> > Gambas-user at lists.sourceforge.net
>>> >> >> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>>> >> >> >
>>> >> >> >
>>> >> >>
>>> >> >>
>>> >> >
>>> >> >
>>> >> >
>>> >> >
>>> >> > ------------------------------------------------------------------------------
>>> >> > Live Security Virtual Conference
>>> >> > Exclusive live event will cover all the ways today's security and
>>> >> > threat landscape has changed and how IT managers can respond. Discussions
>>> >> > will include endpoint security, mobile security and the latest in malware
>>> >> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> >> > _______________________________________________
>>> >> > Gambas-user mailing list
>>> >> > Gambas-user at lists.sourceforge.net
>>> >> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>>> >> >
>>> >>
>>> >>
>>> >>
>>> >
>>> >
>>> >
>>> >
>>> > ------------------------------------------------------------------------------
>>> > Live Security Virtual Conference
>>> > Exclusive live event will cover all the ways today's security and
>>> > threat landscape has changed and how IT managers can respond. Discussions
>>> > will include endpoint security, mobile security and the latest in malware
>>> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> > _______________________________________________
>>> > Gambas-user mailing list
>>> > Gambas-user at lists.sourceforge.net
>>> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>>> >
>>>
>>>
>>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
>
>
> --
> If you ask me if it can be done. The answer is YES, it can always be
> done. The correct questions however are... What will it cost, and how
> long will it take?



-- 
If you ask me if it can be done. The answer is YES, it can always be
done. The correct questions however are... What will it cost, and how
long will it take?




More information about the User mailing list