[Gambas-user] strange Message behavior

Bruce Steers bsteers4 at gmail.com
Sat May 15 00:19:18 CEST 2021


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

> 14.05.2021 16:01, Bruce Steers пишет:
>
>
>
> 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
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
> Well, FreeBSD's rmdir specifically presents itself as a tool to remove
> empty directories. In case we need to remove a non-empty directory, we use
> rm -rf.
>
> I don't really understand what Linux' rmdir does in this case and what
> for. Like, we supply it a list of dirs and it removes only those that are
> empty, not breaking if one is?
>
> Dmitry.
>

Can you work with that Benoit?
Sounds like BSD rmdir will work without the arg so if the makefile can
detect it's installing to BSD it could omit it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210514/3a779be4/attachment.htm>


More information about the User mailing list