I updated with git pull but I get the same mistake.
I deduce that once deleted the files with this command are not rewritten.
Is that so?
[0]
Regards
Gianluigi
[0]

gian@gi:~$ cd gambasdevel
gian@gi:~/gambasdevel$ git pull
remote: Counting objects: 33, done.
remote: Compressing objects: 100% (19/19), done.
remote: Total 33 (delta 15), reused 24 (delta 14)
Unpacking objects: 100% (33/33), done.
Da https://gitlab.com/gambas/gambas
   191e862..ef241ff  qt5ext     -> origin/qt5ext
Already up-to-date.
gian@gi:~/gambasdevel$ ( ./reconf-all && LLVM_CONFIG=llvm-config-3.5
./configure -C ) > ~/Scrivania/R_conf-Gambsdevel.log 2>&1
gian@gi:~/gambasdevel$

libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Remember to add `LT_INIT' to configure.ac.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory main to autoreconf
autoreconf: Entering directory `main'
autoreconf: running: aclocal -I m4 --install
autoreconf: running: libtoolize --copy
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
Makefile.am: error: required file './ChangeLog' not found
autoreconf: automake failed with exit status: 1


2017-08-17 17:46 GMT+02:00 Gianluigi <bagone...@gmail.com>:

> I had previously successfully updated using these drastic commands.
>
> cd gambasdevel
> sudo make uninstall
> cd
> rm -rf gambasdevel/
> git clone https://gitlab.com/gambas/gambas.git gambasdevel
> cd gambasdevel
> ( ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C ) >
> ~/Scrivania/R_conf-Gambsdevel.log 2>&1
> ( make && sudo make install ) > ~/Scrivania/Make_Inst-Gambasdevel.log 2>&1
>
> This time I tried with the git pull command (gian@gi:~gambasdevel$ git
> pull)
> Since there were variations I gave the usual command:
> ( ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C ) >
> ~/Scrivania/R_conf-Gambsdevel.log 2>&1
>
> But I get this error:
>
> libtoolize: putting auxiliary files in `.'.
> libtoolize: copying file `./ltmain.sh'
> libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
> libtoolize: copying file `m4/libtool.m4'
> libtoolize: copying file `m4/ltoptions.m4'
> libtoolize: copying file `m4/ltsugar.m4'
> libtoolize: copying file `m4/ltversion.m4'
> libtoolize: copying file `m4/lt~obsolete.m4'
> libtoolize: Remember to add `LT_INIT' to configure.ac.
> libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
> autoreconf: Entering directory `.'
> autoreconf: configure.ac: not using Gettext
> autoreconf: running: aclocal
> autoreconf: configure.ac: tracing
> autoreconf: configure.ac: adding subdirectory main to autoreconf
> autoreconf: Entering directory `main'
> autoreconf: running: aclocal -I m4 --install
> autoreconf: running: libtoolize --copy
> autoreconf: running: /usr/bin/autoconf
> autoreconf: running: /usr/bin/autoheader
> autoreconf: running: automake --add-missing --copy --no-force
> Makefile.am: error: required file './ChangeLog' not found
> autoreconf: automake failed with exit status: 1
>
> What am I doing wrong?
>
> Regards
> Gianluigi
>
>
> 2017-08-17 16:11 GMT+02:00 Adrien Prokopowicz <
> adrien.prokopow...@gmail.com>:
>
>> Le Sun, 13 Aug 2017 14:56:51 +0200, Gianluigi <bagone...@gmail.com> a
>> écrit:
>>
>> Hi Benoit,
>>>
>>> I apologize for ignorance but I have never used Git.
>>> To update the Trunk, what should I do now?
>>> To subscribe to the new ML?
>>> To report a bug?
>>> Write access is only for participating in the code, or?
>>>
>>> Regards
>>> Gianluigi
>>>
>>
>> (I'm responding here because this thread is a mess)
>>
>> I just updated the installation instructions on the wiki for those who
>> want to
>> download the development version from git :
>> http://gambaswiki.org/wiki/install#t6 .
>>
>> This should help those who are unfamiliar with git, and just want to
>> download the
>> latest development version. :-)
>>
>> --
>> Adrien Prokopowicz
>>
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to