[Gambas-user] Can't build gbx3
Benoît Minisini
gambas at ...1...
Tue Jul 17 21:36:26 CEST 2012
Le 17/07/2012 21:13, Adrien Prokopowicz a écrit :
> Hi,
>
> Since a few revisions, I get an error when building gbx3 :
>
>
> [...]
> gcc -DHAVE_CONFIG_H -I. -I.. -DGAMBAS_PATH="\"/usr/local/bin\""
> -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g
> -ggdb -Os -I../share -D_REENTRANT -I/usr/lib/libffi-3.0.11/include
> -MT gbx3-gbx_exec_pop.o -MD -MP -MF .deps/gbx3-gbx_exec_pop.Tpo -c -o
> gbx3-gbx_exec_pop.o `test -f 'gbx_exec_pop.c' || echo
> './'`gbx_exec_pop.c
> mv -f .deps/gbx3-gbx_exec_pop.Tpo .deps/gbx3-gbx_exec_pop.Po
> gcc -DHAVE_CONFIG_H -I. -I.. -DGAMBAS_PATH="\"/usr/local/bin\""
> -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g
> -ggdb -Os -I../share -D_REENTRANT -I/usr/lib/libffi-3.0.11/include
> -MT gbx3-gbx_exec_operator.o -MD -MP -MF
> .deps/gbx3-gbx_exec_operator.Tpo -c -o gbx3-gbx_exec_operator.o `test
> -f 'gbx_exec_operator.c' || echo './'`gbx_exec_operator.c
> mv -f .deps/gbx3-gbx_exec_operator.Tpo .deps/gbx3-gbx_exec_operator.Po
> gcc -DHAVE_CONFIG_H -I. -I.. -DGAMBAS_PATH="\"/usr/local/bin\""
> -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g
> -ggdb -Os -I../share -D_REENTRANT -I/usr/lib/libffi-3.0.11/include
> -MT gbx3-gbx_class_init.o -MD -MP -MF .deps/gbx3-gbx_class_init.Tpo -c
> -o gbx3-gbx_class_init.o `test -f 'gbx_class_init.c' || echo
> './'`gbx_class_init.c
> mv -f .deps/gbx3-gbx_class_init.Tpo .deps/gbx3-gbx_class_init.Po
> gcc -DHAVE_CONFIG_H -I. -I.. -DGAMBAS_PATH="\"/usr/local/bin\""
> -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g
> -ggdb -Os -I../share -D_REENTRANT -I/usr/lib/libffi-3.0.11/include
> -MT gbx3-gbx_class.o -MD -MP -MF .deps/gbx3-gbx_class.Tpo -c -o
> gbx3-gbx_class.o `test -f 'gbx_class.c' || echo './'`gbx_class.c
> gbx_class.c: In function ‘CLASS_DESC_get_type_name’:
> gbx_class.c:914:22: erreur: ‘CLASS_DESC_GAMBAS’ has no member named ‘val4’
> gbx_class.c:929:1: attention : contrôle a atteint la fin non void de
> la fonction [-Wreturn-type]
> make[2]: *** [gbx3-gbx_class.o] Erreur 1
> make[2] : on quitte le répertoire «
> /home/adrien/Programmation/C++/Gambas/trunk/main/gbx »
> make[1]: *** [all-recursive] Erreur 1
> make[1] : on quitte le répertoire «
> /home/adrien/Programmation/C++/Gambas/trunk/main »
> make: *** [all] Erreur 2
>
>
> I tried to do ./reconf-all, ./configure, make clean and also to
> download a clear trunk with svn checkout, bu the problem is still
> here.
>
> Regards,
> Adrien.
>
It is a 32 bit thing. Is it better with r4962?
--
Benoît Minisini
More information about the User
mailing list