[Gambas-user] strange Message behavior

Benoît Minisini g4mba5 at gmail.com
Mon May 17 13:23:23 CEST 2021


Le 14/05/2021 à 11:01, Bruce Steers a écrit :
> 
> 
> On Fri, 14 May 2021 at 07:21, Admin <admin at allunix.ru 
> <mailto: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
> 

I removed the use of '--ignore-fail-on-non-empty' flag in master, I do 
differently now.

Regards,

-- 
Benoît Minisini


More information about the User mailing list