Correct.
Thanks to Jussi :
/Compiling gambas3...
gbc: error: Component not found: gb.qt4.webkit/
So, seems like gb.qt4.webkit is mandatory component.
And for some reason not all missing dependencies (= not compiled
components) are reported in end of configure.
Benoit, is this correct?
See nee
Hy,
Thanks for your answer
make -v
GNU Make 3.82
I also compiled another time. Please find attached the entire log.
regards
Le 27/02/2012 17:36, Jussi Lahtinen a écrit :
( ./reconf-all && ./configure -C && make && sudo make install )
output.tar.gz
Description: GNU Zip compressed data
--
Is "make install" ran as root (sudo make install)?
You may need to send output of whole compilation.
( ./reconf-all && ./configure -C && make && sudo make install ) >
~/Desktop/compile.log 2>&1
What "make --version" says?
Jussi
On Mon, Feb 27, 2012 at 18:23, Florent THOMAS wrote:
> Hy all