[Gambas-user] Pre-release of Gambas 3.8.1
adamnt42 at ...626...
adamnt42 at ...626...
Thu Sep 3 11:12:16 CEST 2015
On Thu, 3 Sep 2015 02:46:49 +0200
Benoît Minisini <gambas at ...1...> wrote:
> Le 03/09/2015 01:57, Benoît Minisini a écrit :
> > Hi,
> >
> > As usual, here is a pre-release package of Gambas 3.8.1 at:
> >
> > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.8.1.tar.bz2/download
> >
> > Please test it if possible, and report any problem before I make the
> > release official.
> >
> > Regards,
> >
>
> The list of bug fixes is available now at
> http://gambaswiki.org/wiki/doc/release/3.8.1
>
> Regards,
>
> --
> Benoît Minisini
>
OK, there are a couple of small changes needed to the app/src/gambas3/install/ files.
The first part of the solution is that the GB_INIT_PROJECT in acinclude.m4 needs to be changed. The bit where it is checking for a component build should be:
## Check if the project is a component
COMPONENT_build=`cat $1/.project | grep "^Type=Component" | sed s/"Type=Component"/1/g`
AC_SUBST(COMPONENT_build)
if test "$COMPONENT_build" = "1"; then
COMPONENT_name=$2
AC_SUBST(COMPONENT_name)
fi
Note the change is removal of the brackets on the "if test" line.
The second part is a small change to Makefile.am ...
at line 24 : $(INSTALL) -d .info $(DESTDIR)/$(GBINFO_path); \
just remove the word ".info"
regards
bruce
--
B Bruen <adamnt42 at ...3379... (sort of)>
More information about the User
mailing list