[Gambas-user] Circular dependencies but not the normal type

Benoît Minisini g4mba5 at gmail.com
Wed Jun 30 13:13:05 CEST 2021


Le 30/06/2021 à 11:03, bb a écrit :
> I have got myself into a real mess here.
> 
> I have two libraries, they both depend on each other. LibA needs LibB
> and vice versa.
> 
> If I could compile one of them then the problem "goes away" and I just
> end up with compile errors in the other. Fine, my problem.
> 
> But if neither exists in ~/local/share/gambas3/yadayada.../ I can't
> compile either of them. :-(
> 
> Is there a way to compile "ignoring library dependencies"? I dont care
> that the result is a "bad" executable, just that I can compile one of
> them and break the circle.
> 
> tia
> bruce
> 
> 
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
> 

How can you make two libraries depends on each other? It's sort of 
non-sense. Why don't you merge the two libraries into one?

-- 
Benoît Minisini


More information about the User mailing list