[Gambas-user] Error compiling 1.9.24
Eilert
eilert-sprachen at ...221...
Mon Feb 6 10:51:50 CET 2006
Hi folks,
Just because I was curious, I downloaded 1.9.24 and tried to compile it.
After ./configure, I got this message:
THESE COMPONENTS ARE DISABLED:
- gb.corba
- gb.db.mysql
- gb.db.odbc
- gb.db.postgresql
- gb.db.sqlite
- gb.gtk
- gb.ldap
- gb.net.curl
- gb.pdf
And when I compile, after a while the following happens. Does this have
to do with above messages?
make[4]: Entering directory
`/raid/home/tester/Downloads/gambas2/gambas2-1.9.24/gb.pcre/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.. -pipe -Wall -fno-strict-aliasing -Wno-unused-value -g -Os
-MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f
".deps/main.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Wall -fno-strict-aliasing
-Wno-unused-value -g -Os -MT main.lo -MD -MP -MF .deps/main.Tpo -c
main.c -fPIC -DPIC -o .libs/main.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.. -pipe -Wall -fno-strict-aliasing -Wno-unused-value -g -Os
-MT regexp.lo -MD -MP -MF ".deps/regexp.Tpo" -c -o regexp.lo regexp.c; \
then mv -f ".deps/regexp.Tpo" ".deps/regexp.Plo"; else rm -f
".deps/regexp.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Wall -fno-strict-aliasing
-Wno-unused-value -g -Os -MT regexp.lo -MD -MP -MF .deps/regexp.Tpo -c
regexp.c -fPIC -DPIC -o .libs/regexp.o
regexp.c:368: error: `PCRE_ERROR_BADUTF8_OFFSET' undeclared here (not in
a function)
regexp.c:368: error: initializer element is not constant
regexp.c:368: error: (near initialization for `CRegexpDesc[29].val2')
regexp.c:368: error: initializer element is not constant
regexp.c:368: error: (near initialization for `CRegexpDesc[29]')
regexp.c:370: error: initializer element is not constant
regexp.c:370: error: (near initialization for `CRegexpDesc[30]')
regexp.c:371: error: initializer element is not constant
regexp.c:371: error: (near initialization for `CRegexpDesc[31]')
regexp.c:372: error: initializer element is not constant
regexp.c:372: error: (near initialization for `CRegexpDesc[32]')
regexp.c:374: error: initializer element is not constant
regexp.c:374: error: (near initialization for `CRegexpDesc[33]')
make[4]: *** [regexp.lo] Fehler 1
make[4]: Leaving directory
`/raid/home/tester/Downloads/gambas2/gambas2-1.9.24/gb.pcre/src'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory
`/raid/home/tester/Downloads/gambas2/gambas2-1.9.24/gb.pcre'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory
`/raid/home/tester/Downloads/gambas2/gambas2-1.9.24/gb.pcre'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory
`/raid/home/tester/Downloads/gambas2/gambas2-1.9.24'
make: *** [all] Fehler 2
More information about the User
mailing list