Hello,

compiling midgard-lib-1.5.0 with multilang option on it returns and error, it compiles only with multilang option off. Could anyone give me a hint, please? Thanks a lot.

Axel


The configure arguments and the return of make:


# ./configure  --prefix=/usr/local/midgard \
               --with-mysql=/usr/local/mysql \
               --with-expat \
               --with-sitegroups \
               --with-glib-config=/usr/bin/glib-config \
               --with-filetemplates \
               --with-multilang \
               --with-pagelinks \
               --with-repligard-enhance

....

# make

-- snip --
....
gcc -DPACKAGE=\"midgard\" -DVERSION=\"1.5.0\" -DYYTEXT_POINTER=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_ZLIB_H=1 -DHAVE_CRYPT_H=1 -DHAVE_ICONV=1 -DHAVE_ERRMSG_H=1 -DHAVE_MYSQL_H=1 -I. -I. -I.. -DG_LOG_DOMAIN=\"midgard-lib\" -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/local/mysql/include/mysql -Wall -g -O2 -Wp,-MD,.deps/pageresolve.pp -c pageresolve.c -fPIC -DPIC -o .libs/pageresolve.lo
pageresolve.c: In function `mgd_parse_uri':
pageresolve.c:340: structure has no member named `owner'
pageresolve.c: In function `mgd_load_styles':
pageresolve.c:494: warning: suggest parentheses around assignment used as truth value
pageresolve.c: In function `mgd_cache_is_current':
pageresolve.c:557: `style' undeclared (first use in this function)
pageresolve.c:557: (Each undeclared identifier is reported only once
pageresolve.c:557: for each function it appears in.)
pageresolve.c: In function `mgd_cache_add':
pageresolve.c:585: `style' undeclared (first use in this function)
make[1]: *** [pageresolve.lo] Error 1
make[1]: Leaving directory `/root/install/midgard/midgard-lib-1.5.0/src'
make: *** [all-recursive] Error 1
-- end snip --


--

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to