[Gambas-user] strange Message behavior

Admin admin at allunix.ru
Tue May 18 16:49:31 CEST 2021


18.05.2021 14:17, Bruce Steers пишет:
>
>
> On Mon, 17 May 2021 at 12:24, Benoît Minisini <g4mba5 at gmail.com 
> <mailto:g4mba5 at gmail.com>> wrote:
>
>     Le 14/05/2021 à 11:01, Bruce Steers a écrit :
>     >
>     >     But of course removing rmdirs from /app/Makefile fixes it.
>     >
>     >
>     > it's the  --ignore-fail-on-non-empty arg with rmdir BSD rmdir
>     does not
>     > support it.
>     >
>     > Do you know of a way to get the same effect as *rmdir
>     > --ignore-fail-on-non-empty *with BSD Dimitry?
>     > **
>     >
>     > BruceS
>     >
>
>     I removed the use of '--ignore-fail-on-non-empty' flag in master,
>     I do
>     differently now.
>
>     Regards,
>
>     -- 
>     Benoît Minisini
>
>
> awesome :) good stuff Ben that should fix BSD  :)
>
> I think it still exists in app/Makefile.am and main/Makefile.am
> BruceS

It does.

But other that, it's perfect. Here's how I build it under freshly 
installed base-only FreeBSD 13:

pkg install mc mysql57-client gtk2 qt5 gcc pkgconf autoconf automake git 
libtool librsvg2 gmime30
git clone --depth=1 https://gitlab.com/gambas/gambas.git
cd gambas/
./reconf-all
./configure -C --disable-postgresql --disable-sqlite2 --disable-sqlite3 
--disable-sdl --disable-sdlsound --disable-sdl2 --disable-v4l 
--disable-crypt --disable-qt4 --disable-gtk3 --disable-opengl 
--disable-keyring --disable-pdf --disable-poppler --disable-cairo 
--disable-gsl --disable-openal
make
make install

and make install will fail only because of rmdir, remove it, and it's 
perfect. Oh, the projects I create for my servers. Changed my life, but 
I already said that.

Dmitry.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210518/08f9c6a5/attachment.htm>


More information about the User mailing list