[Gambas-user] strange Message behavior

Bruce Steers bsteers4 at gmail.com
Fri May 14 11:01:46 CEST 2021


On Fri, 14 May 2021 at 07:21, Admin <admin at allunix.ru> wrote:

> 13.05.2021 23:53, Benoît Minisini пишет:
> > Le 13/05/2021 à 12:49, Admin a écrit :
> >>
> >> P.S. if you're interested, it does not compile due to:
> >> ---------
> >>
> >> Installing 'gb.form' component...
> >> Compiling 'gb.form.dialog' component...
> >> gbc3: error: Component not found: gb.gsl
> >> *** Error code 1
> >> -----------
> >>
> >> yet it was ./configured with --disable-gsl.
> >>
> >> But since it's not an officially supported platform, oh well.
> >>
> >
> > 'gb.form.dialog' project does not depend at all on 'gb.gsl'. "someone"
> > has checked the component by mistake!
> >
> ))) Nice! This problem is solved. Here is another one:
>
> -------------------
>
> OK
> Installing gbs3...
> Installing IDE application icon...
> Installing IDE application menu...
> rmdir: illegal option -- -
> usage: rmdir [-pv] directory ...
> *** Error code 1
>
> Stop.
> make[3]: stopped in /root/gambas/app
> *** Error code 1
>
> -------------------
>
>
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210514/f439cef8/attachment.htm>


More information about the User mailing list