[Gambas-devel] Ubuntu 10.04 error compiling gambas2 from svn

Zach Smith zachsmith022 at ...176...
Wed Oct 20 00:53:50 CEST 2010


2010/10/13 Benoît Minisini <gambas at ...1...>:
> OK, you didn't compile /trunk correctly, you have an out-of-date "config.h".
> You must do a ./reconf before doing "./configure -C" and "make" again.
>

I have a similar compile issue with gambas 3, rev 3268, running Arch.
I did run ./reconf.

make[4]: Entering directory `/home/craig/gambas3/src/trunk/main/gbc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/craig/gambas3/src/trunk/main/gbc'
Making all in gbx
make[4]: Entering directory `/home/craig/gambas3/src/trunk/main/gbx'
gcc -DHAVE_CONFIG_H -I. -I..    -DGAMBAS_PATH="\"/usr/bin\"" -pipe
-Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -O3
-I../share  -MT libgbx_a-gbx_exec_loop.o -MD -MP -MF
.deps/libgbx_a-gbx_exec_loop.Tpo -c -o libgbx_a-gbx_exec_loop.o `test
-f 'gbx_exec_loop.c' || echo './'`gbx_exec_loop.c
In file included from gbx_exec_loop.c:42:0:
gbx_math.h:66:13: error: conflicting types for ‘powl’
make[4]: *** [libgbx_a-gbx_exec_loop.o] Error 1
make[4]: Leaving directory `/home/craig/gambas3/src/trunk/main/gbx'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/craig/gambas3/src/trunk/main'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/craig/gambas3/src/trunk/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/craig/gambas3/src/trunk'




More information about the Devel mailing list