[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unable to compile 'gb.web', 'gb.web.form' and 'gb.web.gui' component with Master ac2f9add


I just downloaded latest and all components compiled and installed okay.

seems maybe just gb.util.web failed and the others failed because of
gb.util.web

what messages do you get about gb.util.web if you just try to compile
/comp/ alone ?

cd gambas-source/comp
./reconf
./configure -C
make -j$(nproc)
sudo make install

Respects
BruceS


On Sat, 16 Mar 2024 at 13:04, <vuott@xxxxxxxxxxxx> wrote:

> Hello,
> updating Gambas to Master ac2f9add, I obtain this problem:
>
> Compiling 'gb.web' component...
> gbc3: error: Component not found: gb.util.web
>
> Compiling 'gb.web.form' component...
> gbc3: error: Component not found: gb.web
> Compiling 'gb.web.gui' component...
> gbc3: error: Component not found: gb.web
>
> || Unable to compile 'gb.web' component
> || Unable to compile 'gb.web.form' component
> || Unable to compile 'gb.web.gui' component
>