You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(10) |
Oct
(54) |
Nov
(34) |
Dec
(45) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(49) |
Feb
(17) |
Mar
(13) |
Apr
|
May
(30) |
Jun
(13) |
Jul
(18) |
Aug
(23) |
Sep
(8) |
Oct
(10) |
Nov
(15) |
Dec
(24) |
2005 |
Jan
(16) |
Feb
(33) |
Mar
(58) |
Apr
(61) |
May
(37) |
Jun
(6) |
Jul
(30) |
Aug
(31) |
Sep
(12) |
Oct
(18) |
Nov
(8) |
Dec
(8) |
2006 |
Jan
(30) |
Feb
(4) |
Mar
(5) |
Apr
(4) |
May
(2) |
Jun
(6) |
Jul
(11) |
Aug
(21) |
Sep
(12) |
Oct
(9) |
Nov
(1) |
Dec
(15) |
2007 |
Jan
(4) |
Feb
(6) |
Mar
(7) |
Apr
(1) |
May
(2) |
Jun
(7) |
Jul
(4) |
Aug
(4) |
Sep
(6) |
Oct
|
Nov
|
Dec
(3) |
2008 |
Jan
(1) |
Feb
(2) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
(3) |
Dec
|
2010 |
Jan
(5) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(4) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(1) |
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bob D. <bd...@si...> - 2004-01-27 13:57:59
|
In the c files maybe you could try putting stdlib.h before stdio.h.. I think that might be the problem.. so.... in parsexml.c @ the top is: #include <stdio.h> #include <string.h> #include <stdlib.h> Change it to: #include <stdlib.h> #include <stdio.h> #include <string.h> Repeat as necessary.. let me know if that works.. - Bob On Fri, 2004-01-23 at 15:44, Everton Luis Berz wrote: > I tried to compile rlib 1.1.7 on my slackware box > and follow errors occurs: > > root@nsa3:/usr/local/src/rlib-1.1.7# make > Making all in libsrc > make[1]: Entering directory `/usr/local/src/rlib-1.1.7/libsrc' > source='parsexml.c' object='parsexml.lo' libtool=yes \ > depfile='.deps/parsexml.Plo' tmpdepfile='.deps/parsexml.TPlo' \ > depmode=gcc3 /bin/sh ../depcomp \ > /bin/sh ../libtool --mode=compile gcc -DPACKAGE_NAME=\"\" > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" > -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"rlib\" -DVERSION=\"1.1.7\" > -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 > -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 > -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 > -DHAVE_LIBC=1 -DHAVE_LIBM=1 -DHAVE_MYSQL=1 -DHAVE_POSTGRE=1 -DHAVE_PHP=1 > -DHAVE_JAVA=1 -DHAVE_ICONV_H=1 -DHAVE_ICONV_OPEN=1 > -DICONV_CONST_CHAR_PP=0 -DICONV_ISO=ISO8859-1 -DSTDC_HEADERS=1 > -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CPDFLIB_H=1 -DHAVE_LIBCPDF=1 > -DENABLE_CRASH=1 -I. -I. -I/usr/include/libxml2 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I'/usr/include/mysql' -I /usr/local/pgsql/include -I/usr/include/php > -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM > -I/usr/include -I/usr/include/linux -Wall -Werror -g -O2 -c -o > parsexml.lo `test -f 'parsexml.c' || echo './'`parsexml.c > mkdir .libs > gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" > -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"rlib\" > -DVERSION=\"1.1.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 > -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 > -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBC=1 > -DHAVE_LIBM=1 -DHAVE_MYSQL=1 -DHAVE_POSTGRE=1 -DHAVE_PHP=1 -DHAVE_JAVA=1 > -DHAVE_ICONV_H=1 -DHAVE_ICONV_OPEN=1 -DICONV_CONST_CHAR_PP=0 > -DICONV_ISO=ISO8859-1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 > -DHAVE_UNISTD_H=1 -DHAVE_CPDFLIB_H=1 -DHAVE_LIBCPDF=1 -DENABLE_CRASH=1 > -I. -I. -I/usr/include/libxml2 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I > /usr/local/pgsql/include -I/usr/include/php -I/usr/include/php/main > -I/usr/include/php/Zend -I/usr/include/php/TSRM -I/usr/include > -I/usr/include/linux -Wall -Werror -g -O2 -c parsexml.c -MT parsexml.lo > -MD -MP -MF .deps/parsexml.TPlo -fPIC -DPIC -o .libs/parsexml.o > In file included from /usr/include/_G_config.h:44, > from /usr/include/libio.h:32, > from > /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdio.h:81, > from parsexml.c:21: > /usr/include/gconv.h:72: syntax error before "size_t" > /usr/include/gconv.h:88: syntax error before "size_t" > /usr/include/gconv.h:97: syntax error before "size_t" > /usr/include/gconv.h:174: syntax error before "size_t" > /usr/include/gconv.h:177: syntax error before '}' token > In file included from /usr/include/libio.h:32, > from > /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdio.h:81, > from parsexml.c:21: > /usr/include/_G_config.h:47: field `__cd' has incomplete type > /usr/include/_G_config.h:50: field `__cd' has incomplete type > /usr/include/_G_config.h:52: confused by earlier errors, bailing out > make[1]: ** [parsexml.lo] Erro 1 > make[1]: Leaving directory `/usr/local/src/rlib-1.1.7/libsrc' > make: ** [all-recursive] Erro 1 > root@nsa3:/usr/local/src/rlib-1.1.7# > > > > I'm using libxml2-2.6.4, I compile libxml without additional > parameters on './configure'. I think that I forget a parameter, > how to configure libxml2-2.6 for rlib1.1.7 ? > |
From: Treeve J. <tre...@pi...> - 2004-01-27 13:35:55
|
=2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 23 January 2004 21:44, Everton Luis Berz wrote: > I tried to compile rlib 1.1.7 on my slackware box > and follow errors occurs: > > root@nsa3:/usr/local/src/rlib-1.1.7# make > Making all in libsrc > make[1]: Entering directory `/usr/local/src/rlib-1.1.7/libsrc' > source=3D'parsexml.c' object=3D'parsexml.lo' libtool=3Dyes \ > depfile=3D'.deps/parsexml.Plo' tmpdepfile=3D'.deps/parsexml.TPlo' \ > depmode=3Dgcc3 /bin/sh ../depcomp \ > /bin/sh ../libtool --mode=3Dcompile gcc -DPACKAGE_NAME=3D\"\" > -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION=3D\"\" -DPACKAGE_STRING=3D\"\" > -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"rlib\" -DVERSION=3D\"1.1.7\" > -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 > -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRING= S_H=3D1 > -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFC= N_H=3D1 > -DHAVE_LIBC=3D1 -DHAVE_LIBM=3D1 -DHAVE_MYSQL=3D1 -DHAVE_POSTGRE=3D1 -DHAV= E_PHP=3D1 > -DHAVE_JAVA=3D1 -DHAVE_ICONV_H=3D1 -DHAVE_ICONV_OPEN=3D1 > -DICONV_CONST_CHAR_PP=3D0 -DICONV_ISO=3DISO8859-1 -DSTDC_HEADERS=3D1 > -DHAVE_FCNTL_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_CPDFLIB_H=3D1 -DHAVE_LIBCPD= =46=3D1 > -DENABLE_CRASH=3D1 -I. -I. -I/usr/include/libxml2 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I'/usr/include/mysql' -I /usr/local/pgsql/include -I/usr/include/php > -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM > -I/usr/include -I/usr/include/linux -Wall -Werror -g -O2 -c -o > parsexml.lo `test -f 'parsexml.c' || echo './'`parsexml.c > mkdir .libs > gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION=3D= \"\" > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"rlib\" > -DVERSION=3D\"1.1.7\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 > -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 > -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 > -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DHAVE_LIBC=3D1 > -DHAVE_LIBM=3D1 -DHAVE_MYSQL=3D1 -DHAVE_POSTGRE=3D1 -DHAVE_PHP=3D1 -DHAVE= _JAVA=3D1 > -DHAVE_ICONV_H=3D1 -DHAVE_ICONV_OPEN=3D1 -DICONV_CONST_CHAR_PP=3D0 > -DICONV_ISO=3DISO8859-1 -DSTDC_HEADERS=3D1 -DHAVE_FCNTL_H=3D1 > -DHAVE_UNISTD_H=3D1 -DHAVE_CPDFLIB_H=3D1 -DHAVE_LIBCPDF=3D1 -DENABLE_CRAS= H=3D1 > -I. -I. -I/usr/include/libxml2 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I > /usr/local/pgsql/include -I/usr/include/php -I/usr/include/php/main > -I/usr/include/php/Zend -I/usr/include/php/TSRM -I/usr/include > -I/usr/include/linux -Wall -Werror -g -O2 -c parsexml.c -MT parsexml.lo > -MD -MP -MF .deps/parsexml.TPlo -fPIC -DPIC -o .libs/parsexml.o > In file included from /usr/include/_G_config.h:44, > from /usr/include/libio.h:32, > from > /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdio.h:81, > from parsexml.c:21: > /usr/include/gconv.h:72: syntax error before "size_t" > /usr/include/gconv.h:88: syntax error before "size_t" > /usr/include/gconv.h:97: syntax error before "size_t" > /usr/include/gconv.h:174: syntax error before "size_t" > /usr/include/gconv.h:177: syntax error before '}' token > In file included from /usr/include/libio.h:32, > from > /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdio.h:81, > from parsexml.c:21: > /usr/include/_G_config.h:47: field `__cd' has incomplete type > /usr/include/_G_config.h:50: field `__cd' has incomplete type > /usr/include/_G_config.h:52: confused by earlier errors, bailing out > make[1]: ** [parsexml.lo] Erro 1 > make[1]: Leaving directory `/usr/local/src/rlib-1.1.7/libsrc' > make: ** [all-recursive] Erro 1 > root@nsa3:/usr/local/src/rlib-1.1.7# > > > > I'm using libxml2-2.6.4, I compile libxml without additional > parameters on './configure'. I think that I forget a parameter, > how to configure libxml2-2.6 for rlib1.1.7 ? rlib also fails in the same way against libxml2-2.6.5 Regards, Treeve=20 =2D --=20 PGP Key ID: AB929B24 PGP Key Fingerprint:31D9 D22F 42E6 F545 662E AB6F 9697 34C5 AB92 9B24=20 =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAFmnulpc0xauSmyQRAmJmAKCXJ13CqtulBZwVijLqmuYy7EkofACghu0Z zQFijG8YE+eyCHLmV0Y2+TY=3D =3DL5Xo =2D----END PGP SIGNATURE----- |
From: John R. <jo...@id...> - 2004-01-27 01:08:53
|
Hello, This may be related to the warning messages i got when compiling rlib, = but here is what i get in the web server logs when using the rlib = package on Solaris: ld.so.1: /usr/local/apache2/bin/httpd: fatal: relocation error: file = /usr/local/lib/libr-1.1.8.so: symbol xmlReadFile: referenced symbol not = found ld.so.1: /usr/local/apache2/bin/httpd: fatal: relocation error: file = /usr/local/lib/libr-1.1.8.so: symbol xmlReadFile: referenced symbol not = found Please help! Thanks, John |
From: <che...@bi...> - 2004-01-26 23:11:17
|
In my case the old version of libxml 2.4 was installed in /usr. It appears that the 2.6 version defaults to /usr/local. Try it with "./configure --prefix=/usr". Or better yet, check to see where your current libxml is installed and install to the same prefix. Chet > >> Everton Luis Berz said: >> >> >> I'm using libxml2-2.6.4, I compile libxml without additional >> parameters on './configure'. I think that I forget a parameter, >> how to configure libxml2-2.6 for rlib1.1.7 ? >> > > Good question, I'd like to know the answer to that too. > > Jennifer > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Jennifer <js...@pe...> - 2004-01-26 21:17:21
|
> Everton Luis Berz said: > > > I'm using libxml2-2.6.4, I compile libxml without additional > parameters on './configure'. I think that I forget a parameter, > how to configure libxml2-2.6 for rlib1.1.7 ? > Good question, I'd like to know the answer to that too. Jennifer |
From: Everton L. B. <ev...@fa...> - 2004-01-26 21:07:10
|
I tried to compile rlib 1.1.7 on my slackware box and follow errors occurs: root@nsa3:/usr/local/src/rlib-1.1.7# make Making all in libsrc make[1]: Entering directory `/usr/local/src/rlib-1.1.7/libsrc' source='parsexml.c' object='parsexml.lo' libtool=yes \ depfile='.deps/parsexml.Plo' tmpdepfile='.deps/parsexml.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"rlib\" -DVERSION=\"1.1.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBC=1 -DHAVE_LIBM=1 -DHAVE_MYSQL=1 -DHAVE_POSTGRE=1 -DHAVE_PHP=1 -DHAVE_JAVA=1 -DHAVE_ICONV_H=1 -DHAVE_ICONV_OPEN=1 -DICONV_CONST_CHAR_PP=0 -DICONV_ISO=ISO8859-1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CPDFLIB_H=1 -DHAVE_LIBCPDF=1 -DENABLE_CRASH=1 -I. -I. -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I'/usr/include/mysql' -I /usr/local/pgsql/include -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM -I/usr/include -I/usr/include/linux -Wall -Werror -g -O2 -c -o parsexml.lo `test -f 'parsexml.c' || echo './'`parsexml.c mkdir .libs gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"rlib\" -DVERSION=\"1.1.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBC=1 -DHAVE_LIBM=1 -DHAVE_MYSQL=1 -DHAVE_POSTGRE=1 -DHAVE_PHP=1 -DHAVE_JAVA=1 -DHAVE_ICONV_H=1 -DHAVE_ICONV_OPEN=1 -DICONV_CONST_CHAR_PP=0 -DICONV_ISO=ISO8859-1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CPDFLIB_H=1 -DHAVE_LIBCPDF=1 -DENABLE_CRASH=1 -I. -I. -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I /usr/local/pgsql/include -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM -I/usr/include -I/usr/include/linux -Wall -Werror -g -O2 -c parsexml.c -MT parsexml.lo -MD -MP -MF .deps/parsexml.TPlo -fPIC -DPIC -o .libs/parsexml.o In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdio.h:81, from parsexml.c:21: /usr/include/gconv.h:72: syntax error before "size_t" /usr/include/gconv.h:88: syntax error before "size_t" /usr/include/gconv.h:97: syntax error before "size_t" /usr/include/gconv.h:174: syntax error before "size_t" /usr/include/gconv.h:177: syntax error before '}' token In file included from /usr/include/libio.h:32, from /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdio.h:81, from parsexml.c:21: /usr/include/_G_config.h:47: field `__cd' has incomplete type /usr/include/_G_config.h:50: field `__cd' has incomplete type /usr/include/_G_config.h:52: confused by earlier errors, bailing out make[1]: ** [parsexml.lo] Erro 1 make[1]: Leaving directory `/usr/local/src/rlib-1.1.7/libsrc' make: ** [all-recursive] Erro 1 root@nsa3:/usr/local/src/rlib-1.1.7# I'm using libxml2-2.6.4, I compile libxml without additional parameters on './configure'. I think that I forget a parameter, how to configure libxml2-2.6 for rlib1.1.7 ? -- Everton Luis Berz Nucleo de Sistemas :: FACCAT - Faculdades de Taquara +55 51 541 6600 - R.647 ICQ 7807919 |
From: Treeve J. <tre...@pi...> - 2004-01-26 13:46:30
|
=2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have tried rlib-1.1.8, but get exactly the same problem. I even tried=20 rebuilding glibc and cpdflib. rlib is the only software which shows this problem. I've compiled lots of= =20 stuff recently, including all of kde. On Friday 23 January 2004 13:37, Treeve Jelbert wrote: > I've just tried to build rlib-1.1.7, but encountered some problems > > I have the following software > gcc-3.3.2 > glibc-2.3.2 > libxml2-2.6.4 > > also, I can't persuade rlib to recognise perl, which hangs > off /usr/lib/perl5/5.8.3/ > perl.h is in /usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE > > a full compile log and config.log are attached > > gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION=3D\= "\" > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"rlib\" > -DVERSION=3D\"1.1.7\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 > -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMO= RY_H=3D1 > -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNI= STD_H=3D1 > -DHAVE_DLFCN_H=3D1 -DHAVE_LIBC=3D1 -DHAVE_LIBM=3D1 -DHAVE_ODBC=3D1 -DHAVE= _PYTHON=3D1 > -DHAVE_JAVA=3D1 -DHAVE_ICONV_H=3D1 -DHAVE_ICONV_OPEN=3D1 -DICONV_CONST_CH= AR_PP=3D0 > -DICONV_ISO=3DISO8859-1 -DSTDC_HEADERS=3D1 -DHAVE_FCNTL_H=3D1 -DHAVE_UNIS= TD_H=3D1 > -DHAVE_CPDFLIB_H=3D1 -DHAVE_LIBCPDF=3D1 -DENABLE_CRASH=3D1 -I. -I. > -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include > -I /usr/include/python2.3 -I/usr/include -I/usr/include/linux -Wall > -march=3Dathlon-tbird -mmmx -m3dnow -pipe -O3 -c parsexml.c -MT parsexml.= lo > -MD -MP -MF .deps/parsexml.TPlo -fPIC -DPIC -o .libs/parsexml.o > In file included from /usr/include/_G_config.h:44, > from /usr/include/libio.h:32, > from /usr/include/stdio.h:72, > from parsexml.c:21: > /usr/include/gconv.h:72: error: parse error before "size_t" > /usr/include/gconv.h:88: error: parse error before "size_t" > /usr/include/gconv.h:97: error: parse error before "size_t" > /usr/include/gconv.h:174: error: parse error before "size_t" > > > Regards, Treeve Regards, Treeve=20 =2D --=20 PGP Key ID: AB929B24 PGP Key Fingerprint:31D9 D22F 42E6 F545 662E AB6F 9697 34C5 AB92 9B24=20 =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAEmfblpc0xauSmyQRAvsFAKCELK6xCmff/s+gcySCXv4Blvqt2gCfe1w7 fwTiejBYaa53XX/ti6pKX0c=3D =3DccMP =2D----END PGP SIGNATURE----- |
From: Franco S. <fr...@ti...> - 2004-01-26 12:38:07
|
I have a report without report detail and with a group (break) Can I put BreakFooter output (only 2 numbers) on same line and get a new line when reach 80 cols ? As: g1 n1 g2 n2 g3 n3 g4 n4 g5 n5 g6 n6 g7 n7 g8 n8 ..... Regards Franco Spinelli |
From: John R. <jo...@id...> - 2004-01-26 06:24:27
|
Hello, Sorry for all the emails. I was able to fix the xml problem. I had an = old version of libxml on the server that needed to be removed. The = problem i have now, is the following: =3D=3D=3D=3D=3D=3D=3D=3D=3D =20 ** NUTS.. WE CRASHED Quit(coredump) =3D=3D=3D=3D=3D=3D=3D=3D=3D This is the stack from the core file in Solaris: d1de0102:/usr/local/apache2/htdocs/inv5# pstack core core 'core' of 5670: php rep.php ----------------- lwp# 1 / thread# 1 -------------------- fea39764 __sigprocmask (fea3bf60, 0, 0, 1fbca8, fea4e000, 0) + 8 fea2e110 _sigon (1fbca8, fea55930, 3, ffbed154, 1fbca8, fea30ed8) + = d0 fea31150 _thrp_kill (0, 1, 3, fea4e000, 1, fea392bc) + f8 fea392bc kill (1626, 1626, fea4e000, 3, 210b8, fed1ba74) + 48 fed1ba74 myFaultHandler (a, ffbed680, ffbed3c8, 0, 0, 0) + 58 fea3b824 __sighndlr (a, ffbed680, ffbed3c8, fed1ba1c, 1fbd4c, 1fbd3c) + = c fea384d8 sigacthandler (a, 1fbca8, 0, 0, 0, fea4e000) + 708 --- called from signal handler with signal 10 (SIGBUS) --- fe92a678 libiconv (1f2938, 1fc788, 1f4ac8, fffffff8, 400, feb3debc) + = 1c fed16730 parse_line_array (1eae00, 1f2890, 0, 1fb608, 1f2938, 3c) + 200 fed16928 parse_report_output (1f2938, 1f2890, 0, 1fb478, 1fae14, 0) + = 118 fed16c4c parse_report_outputs (0, 1f2890, 0, 1fb1a0, 1fae0d, 0) + ac fed17594 parse_report_file (130, fed503c0, 1f4ff8, 148, 144, 140) + 20c fed1aa70 rlib_execute (1f38d8, 4, fed82030, 0, 1ec, ffbed9a0) + 190 fed81b24 zif_rlib_execute (1, 1f4f08, 0, 0, fed81ab4, 1f6830) + 70 0012c1c0 execute (1eeb30, 126e70, 3400, fef3c004, 2218c, 10fd90) + = 5350 0011929c zend_execute_scripts (3400, 0, 3, 1b08f8, 1b08f8, ffbee558) + = c0 000ec8c0 php_execute_script (0, 15d244, 134298, 0, 7265702e, 2d000000) = + 2a4 001340a0 main (2, ffbefbdc, ffbefbe8, 1ad9cc, 0, 0) + 9ec 0002a544 _start (0, 0, 0, 0, 0, 0) + 5c ----------------- lwp# 2 / thread# 2 -------------------- fef1eab4 _signotifywait (fea4e000, 0, 0, 0, 22, 0) + 8 fef19f58 thr_errnop (0, 0, 0, 0, 0, 0) + 20 ----------------- lwp# 3 -------------------------------- fef1c658 _door_return (3, fea4f688, fea4f6a0, 3, fea4e000, 1) + 10 fea2a740 _lwp_start (feca5d70, 0, 6000, ffbed884, 0, 0) + 18 fef19f58 thr_errnop (0, 0, 0, 0, 0, 0) + 20 -------------------------- thread# 3 -------------------- fea2ddbc _reap_wait (fea529e0, 20520, 0, fea4e000, 0, 0) + 38 fea2db14 _reaper (fea4ee30, fea54740, fea529e0, fea4ee08, 1, fe401000) = + 38 fea3b728 _thread_start (0, 0, 0, 0, 0, 0) + 40 Here is a "truss" of the program: stat64("/usr/local/apache2/htdocs/inv5", 0xFFBED100) =3D 0 read(7, " < ? x m l v e r s i o".., 8192) =3D 1665 read(7, 0x0020AC64, 8192) =3D 0 brk(0x0020FF40) =3D 0 brk(0x00211F40) =3D 0 llseek(7, 0, SEEK_CUR) =3D 1665 close(7) =3D 0 Incurred fault #5, FLTACCESS %pc =3D 0xFE92A678 siginfo: SIGBUS BUS_ADRALN addr=3D0xFFFFFFFF Received signal #10, SIGBUS [caught] siginfo: SIGBUS BUS_ADRALN addr=3D0xFFFFFFFF sigprocmask(SIG_SETMASK, 0xFEA4EFE8, 0x00000000) =3D 0 ** NUTS.. WE CRASHED write(2, " * * N U T S . . W E".., 21) =3D 21 getrlimit(RLIMIT_CORE, 0xFFBED218) =3D 0 setrlimit(RLIMIT_CORE, 0xFFBED218) =3D 0 sigaction(SIGQUIT, 0xFFBED078, 0xFFBED178) =3D 0 getpid() =3D 5808 [5807] getpid() =3D 5808 [5807] sigprocmask(SIG_SETMASK, 0xFEA5AD68, 0xFFBED080) =3D 0 lwp_kill(3, SIGQUIT) =3D 0 sigprocmask(SIG_SETMASK, 0xFFBED080, 0x00000000) =3D 0 Received signal #3, SIGQUIT [default] siginfo: SIGQUIT pid=3D5808 uid=3D0 code=3D-1 *** process killed *** I suspect it may be related to the warning messages during the compile? Thanks again for your help, Regards, John |
From: <che...@bi...> - 2004-01-23 17:28:56
|
Aulia and Jesus, Unfortunately, we really don't know how to do it step by step. Rlib has never been made to run on Windows. I suspect that getting it to work will take some time and effort even for a developer experienced in Windows development. Perhaps there is an rlib-user somewhere who can/will do the port to Windows. Sorry, Chet > Dear Chet, > I'm really a newbie in this windows compiling problem, can you give me a > step by step guide (What software to use, what file to open, etc...) Thx > in advance > Best Regards, > Aulia Bismar > > -----Original Message----- > From: che...@bi... > [mailto:che...@bi...] Sent: 22 Januari 2004 19:09 > To: rli...@li... > Subject: Re: [Rlib-users] Compiling RLIB in windows > > Hi Aulia, > > Not so newbie. We don't know either. We use Linux. Rlib compiles and > runs on BSD and other 'nix platforms, but as far as we know, nobody has > done it on Windows, yet. > > If you would like to try a port, we will provide whatever assistance we > can. > > > Chet > > >> Dear all, >> Maybe this is the most newbie question in this list, but I wonder how >> to compile RLIB in windows environment (Especially in windows XP SP1) >> What program is use to compile? What requirements? >> Thanks in advance >> Best Regards, >> Aulia Bismar |
From: Bob D. <bd...@si...> - 2004-01-23 15:42:07
|
Hi, RLIB for windows keeps comming up... so it's time that this issue gets solved 1st let me give you all a little history: Origionally, RLIB was a was designed as a PHP/MySQL only reporting library... well.. that didn't last long... SICOM (RLIB's Main Sponsor) needed a reporting engine to work in C, and have a pluggable input method.. So I split the PHP stuff out of rlib core.. made it into bindings.. and split the MYSQL stuff out into an input method.. Then around that time Everton Luis Berz showed up in the RLIB community and asked fro Postgresql support.. I never used postgre.. but I added in support for it anyway.... so now we have support for 2 languages, 2 databases, and 4 output formats.. well.. then some other dude came along and wanted Informix support... I started working on Informix bindings.. then I said.. scew that.. Next week someone else will want <<Insert DataBase Here>> input methods.. so I wrote a ODBC input method.. Now rlib supports 2 languages, 20 databases, and 4 output methods.. Then John Buckman came along and pointed me @ swig.. RLIB Python support came.. and Java and Perl are soon to follow (about a month away).. Now we support 5 languags, 20 datababases, and 4 output methods... then the different platforms came.. Different flavors of Linux, the 3 BSD's Other Unix's.... and patches started rolling in.. This is been most helpful getting rlib truly portable.. sweet!! As an asside Once we get RLIB 1.2 out the door the plan for RLIB 1.4 will be graphing, report parts (ie.. reports in reports).. and a free flow layout engine..=20 Now Imagine a report engine that works in 5 langages, has support for all popular databases, multiple outputs.. and works on all major computig platforms.. sweet eh? I cc'd people asking for windows and the whole list hoping SOMEONE out there knows enough c to do the port.. here's what I know.. glib2 and cpdf already work on windows...and I'm 99% sure libxml2 works on windows also.. so I need someone to help me out... I think because of all the portability stuff we did for other UNIX's the windows port will be "not that bad"... so here's the call for help.. somone please please please make RLIB work on windows.. and you get extra points if you make a windows installer for it.. maybe the nullsoft thingie.. Chet and I will provide any assistance you might need..... Thanks - Bob On Fri, 2004-01-23 at 04:21, Jes=FAs Ben=EDtez wrote: > Hello, I just wanna to ask how can i make RLib works on a Windows > Machine with php/Apache/Mysql installed,,.. >=20 > thanks >=20 >=20 >=20 > ---------- > * www.inMail.sk - Vasa emailova adresa na cely zivot ZDARMA > * Mail neobsahuje virusy. Skontrolovane antivirusom NOD32 (www.eset.sk) > * www.SlovakNET.sk - profesionalny webhosting, domena .SK ZADARMO > * Zoner Media Explorer 6 - stiahnite si pomocnika pre digitalnu fotogra= fiu (http://www.zoner.sk/zme6)=20 >=20 >=20 >=20 > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: <gn...@in...> - 2004-01-23 09:19:15
|
Hello, I just wanna to ask how can i make RLib works on a Windows Machine with php/Apache/Mysql installed,,.. thanks ---------- * www.inMail.sk - Vasa emailova adresa na cely zivot ZDARMA * Mail neobsahuje virusy. Skontrolovane antivirusom NOD32 (www.eset.sk) * www.SlovakNET.sk - profesionalny webhosting, domena .SK ZADARMO * Zoner Media Explorer 6 - stiahnite si pomocnika pre digitalnu fotografiu (http://www.zoner.sk/zme6) |
From: Bob D. <bd...@si...> - 2004-01-23 02:42:41
|
Hi! Perl and Java support are new and unsupported at this time.. In fact.. I have not gotten it to work yet... but I'm close.. right now C, PHP, and PYTHON are supported... if you want to take a crack at making it work and send a patch we would greatly appreciate it.. or else wait a few weeks ;) - Bob On Thu, 2004-01-22 at 06:00, Treeve Jelbert wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I've just tried to build rlib-1.1.7, but encountered some problems > > I have the following software > gcc-3.3.2 > glibc-2.3.2 > libxml2-2.6.4 > > also, I can't persuade rlib to recognise perl, which hangs > off /usr/lib/perl5/5.8.3/ > perl.h is in /usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE > > a full compile log and config.log are attached > > gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" > - -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"rlib\" > - -DVERSION=\"1.1.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 > - -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 > - -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 > - -DHAVE_LIBC=1 -DHAVE_LIBM=1 -DHAVE_ODBC=1 -DHAVE_PYTHON=1 -DHAVE_JAVA=1 > - -DHAVE_ICONV_H=1 -DHAVE_ICONV_OPEN=1 -DICONV_CONST_CHAR_PP=0 > - -DICONV_ISO=ISO8859-1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 > - -DHAVE_CPDFLIB_H=1 -DHAVE_LIBCPDF=1 -DENABLE_CRASH=1 -I. -I. > - -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > - -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include > - -I /usr/include/python2.3 -I/usr/include -I/usr/include/linux -Wall > - -march=athlon-tbird -mmmx -m3dnow -pipe -O3 -c parsexml.c -MT parsexml.lo -MD > - -MP -MF .deps/parsexml.TPlo -fPIC -DPIC -o .libs/parsexml.o > In file included from /usr/include/_G_config.h:44, > from /usr/include/libio.h:32, > from /usr/include/stdio.h:72, > from parsexml.c:21: > /usr/include/gconv.h:72: error: parse error before "size_t" > /usr/include/gconv.h:88: error: parse error before "size_t" > /usr/include/gconv.h:97: error: parse error before "size_t" > /usr/include/gconv.h:174: error: parse error before "size_t" > > > Regards, Treeve > > - -- > PGP Key ID: AB929B24 > PGP Key Fingerprint:31D9 D22F 42E6 F545 662E AB6F 9697 34C5 AB92 9B24 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > > iD8DBQFAD61Zlpc0xauSmyQRAg0LAKDP1aVXUoZTgl2tuIPvQp4mINEcMwCdGFj7 > YrATn47emV8Doo+dBmcmnHQ= > =ZFqe > -----END PGP SIGNATURE----- |
From: Treeve J. <tre...@pi...> - 2004-01-23 01:57:19
|
=2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've just tried to build rlib-1.1.7, but encountered some problems I have the following software gcc-3.3.2=20 glibc-2.3.2=20 libxml2-2.6.4 also, I can't persuade rlib to recognise perl, which hangs=20 off /usr/lib/perl5/5.8.3/ perl.h is in /usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE a full compile log and config.log are attached gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION=3D\"\= "=20 =2D -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"rlib\"= =20 =2D -DVERSION=3D\"1.1.7\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_= SYS_STAT_H=3D1=20 =2D -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRI= NGS_H=3D1=20 =2D -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DL= =46CN_H=3D1=20 =2D -DHAVE_LIBC=3D1 -DHAVE_LIBM=3D1 -DHAVE_ODBC=3D1 -DHAVE_PYTHON=3D1 -DHAV= E_JAVA=3D1=20 =2D -DHAVE_ICONV_H=3D1 -DHAVE_ICONV_OPEN=3D1 -DICONV_CONST_CHAR_PP=3D0=20 =2D -DICONV_ISO=3DISO8859-1 -DSTDC_HEADERS=3D1 -DHAVE_FCNTL_H=3D1 -DHAVE_UN= ISTD_H=3D1=20 =2D -DHAVE_CPDFLIB_H=3D1 -DHAVE_LIBCPDF=3D1 -DENABLE_CRASH=3D1 -I. -I.=20 =2D -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/incl= ude=20 =2D -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include=20 =2D -I /usr/include/python2.3 -I/usr/include -I/usr/include/linux -Wall=20 =2D -march=3Dathlon-tbird -mmmx -m3dnow -pipe -O3 -c parsexml.c -MT parsexm= l.lo -MD=20 =2D -MP -MF .deps/parsexml.TPlo -fPIC -DPIC -o .libs/parsexml.o In file included from /usr/include/_G_config.h:44, from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from parsexml.c:21: /usr/include/gconv.h:72: error: parse error before "size_t" /usr/include/gconv.h:88: error: parse error before "size_t" /usr/include/gconv.h:97: error: parse error before "size_t" /usr/include/gconv.h:174: error: parse error before "size_t" Regards, Treeve=20 =2D --=20 PGP Key ID: AB929B24 PGP Key Fingerprint:31D9 D22F 42E6 F545 662E AB6F 9697 34C5 AB92 9B24=20 =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAD61Zlpc0xauSmyQRAg0LAKDP1aVXUoZTgl2tuIPvQp4mINEcMwCdGFj7 YrATn47emV8Doo+dBmcmnHQ=3D =3DZFqe =2D----END PGP SIGNATURE----- |
From: Bob D. <bd...@si...> - 2004-01-22 23:12:02
|
Hey.. I think I found all the problems except for pointer warning... which I have never seen before.. the way I'm using it.. are you 64 bit by any chance??? <Note to Chet> Chet... do you know what that pointer stuff is all about? </Note to Chet> So I upload 1.1.8 again... try again... it will fix the subscripts I think next problem is that odd SUN symbol... which I have never seen before.. I suspect it is a RLIB dependency that is bringing it in.. so lets try this... can you start disabling rlib features one @ a time.. like mysql use --disable-mysql see ./configure --help for them all... make sure rlib is compiling bare bones.. see if we are ok... I suspect it is the mysql client that is bringing in that odd SUN symbol for compression on the wire.. if it is then on solaris we will need to link w/ something else... OR it is cpdflib using zlib and we are not linking that in automatically on solaris... maybe try adding in a -lz in the link?? let me know if any of that works can you tell me how you plan on using rlib.. with what features?? (like mysql && php).. or whatever - Bob On Thu, 2004-01-22 at 15:27, John Richardson wrote: > Hello, > I am running Solaris version 8 using gcc compiler version 3.3.2. When > compiling rlib, I get the following warnings: > > resolution.c: In function `rlib_resolve_resultset_field': > resolution.c:86: warning: subscript has type `char' > make[1]: *** [resolut.ion.lo] Error 1 > make[1]: Leaving directory `/export/home/ric0017/rlib-1.1.8/libsrc' > > ======= > > util.c: In function `hextochar': > util.c:162: warning: subscript has type `char' > util.c: In function `colornames': > util.c:170: warning: subscript has type `char' > > ======= > > resolution.c: In function `rlib_resolve_resultset_field': > resolution.c:86: warning: subscript has type `char' > source='util.c' object='util.lo' libtool=yes \ > depfile='.deps/util.Plo' tmpdepfile='.deps/util.TPlo' \ > > > ======= > > datasource.c: In function `rlib_add_datasource_mysql_private': > datasource.c:49: warning: dereferencing type-punned pointer will break > strict-aliasing rules > datasource.c:50: warning: dereferencing type-punned pointer will break > strict-aliasing rules > > ======== > > However, When I compile without the "Werror" in the Makefile, it > ignores the warning but errors out with the following: > > /export/home/ric0017/rlib-1.1.8/libsrc/.libs/libr.so: undefined > reference to `compress@SUNW_1.1' > collect2: ld returned 1 exit status > make[1]: *** [rlibc] Error 1 > make[1]: Leaving directory `/export/home/ric0017/rlib-1.1.8/bin' > make: *** [all-recursive] Error 1 > > Your help is much appreciated. > > Regards, > John Richardson > > > |
From: John R. <jo...@id...> - 2004-01-22 20:28:57
|
Hello, I am running Solaris version 8 using gcc compiler version 3.3.2. When = compiling rlib, I get the following warnings: resolution.c: In function `rlib_resolve_resultset_field': resolution.c:86: warning: subscript has type `char' make[1]: *** [resolution.lo] Error 1 make[1]: Leaving directory `/export/home/ric0017/rlib-1.1.8/libsrc' =3D=3D=3D=3D=3D=3D=3D util.c: In function `hextochar': util.c:162: warning: subscript has type `char' util.c: In function `colornames': util.c:170: warning: subscript has type `char' =3D=3D=3D=3D=3D=3D=3D resolution.c: In function `rlib_resolve_resultset_field': resolution.c:86: warning: subscript has type `char' source=3D'util.c' object=3D'util.lo' libtool=3Dyes \ depfile=3D'.deps/util.Plo' tmpdepfile=3D'.deps/util.TPlo' \ =3D=3D=3D=3D=3D=3D=3D datasource.c: In function `rlib_add_datasource_mysql_private': datasource.c:49: warning: dereferencing type-punned pointer will break = strict-aliasing rules datasource.c:50: warning: dereferencing type-punned pointer will break = strict-aliasing rules =3D=3D=3D=3D=3D=3D=3D=3D However, When I compile without the "Werror" in the Makefile, it ignores = the warning but errors out with the following: /export/home/ric0017/rlib-1.1.8/libsrc/.libs/libr.so: undefined = reference to `compress@SUNW_1.1' collect2: ld returned 1 exit status make[1]: *** [rlibc] Error 1 make[1]: Leaving directory `/export/home/ric0017/rlib-1.1.8/bin' make: *** [all-recursive] Error 1 Your help is much appreciated. Regards, John Richardson |
From: Bob D. <bd...@si...> - 2004-01-22 19:39:18
|
Hi.. Try downloading that again.. i replaced the index's with strchr's.. that should be more solaris friendly.. So.. send the next round of warnings/ errors to the list till we get it all working What compiler and version are you using?? and what version of solaris?? - Bob On Thu, 2004-01-22 at 12:47, John Richardson wrote: > Hi Bob, > > WOW! Thank you so much for your help! I enjoyed unwrapping your present > very much. However, I hit another road block. Perhaps you can help again. > I get the following error after "configure": > > eportgen.c: In function `execute_pcodes_for_line': > reportgen.c:421: warning: implicit declaration of function `index' > make[1]: *** [reportgen.lo] Error 1 > make[1]: Leaving directory `/export/home/ric0017/rlib-1.1.8/libsrc' > make: *** [all-recursive] Error 1 > > If I compile without "Werror" i get the following error: > > /export/home/ric0017/rlib-1.1.8/libsrc/.libs/libr.so: undefined reference to > `compress@SUNW_1.1' > collect2: ld returned 1 exit status > make[1]: *** [rlibc] Error 1 > make[1]: Leaving directory `/export/home/ric0017/rlib-1.1.8/bin' > make: *** [all-recursive] Error 1 > > > I am not sure if I need to be concerned about the warning messages or not. > But here are some more warnings that i get when compiling: > > datasource.c: In function `rlib_add_datasource_mysql_private': > datasource.c:49: warning: dereferencing type-punned pointer will break > strict-aliasing rules > datasource.c:50: warning: dereferencing type-punned pointer will break > strict-aliasing rules > ========= > pcode_op_functions.c: In function `rlib_pcode_operator_stod_common': > pcode_op_functions.c:829: warning: implicit declaration of function > `localtime_r' > ========= > pcode.c: In function `rlib_str_to_long_long': > pcode.c:138: warning: implicit declaration of function `index' > pcode.c: In function `rlib_new_operand': > pcode.c:233: warning: subscript has type `char' > ========= > util.c: In function `hextochar': > util.c:162: warning: subscript has type `char' > util.c: In function `colornames': > util.c:170: warning: subscript has type `char' > ========= > reportgen.c: In function `execute_pcodes_for_line': > reportgen.c:421: warning: implicit declaration of function `index' > > I know this is a lot to ask but any help would be appreciated. I am trying > to produce some kick butt reports and this software is the ticket. I have > tried the others like agata and they don't compare from what I can see. I > especially like the fact that it is web generated... > > Thanks again for your help! > > Regards, > John > > BTW, I plan > > > ----- Original Message ----- > From: "Bob Doan" <bd...@si...> > To: "John Richardson" <jo...@id...> > Cc: "RLIB USERS" <rli...@li...> > Sent: Thursday, January 22, 2004 12:02 PM > Subject: Re: [Rlib-users] Rlib on Solaris > > > > Hey John, > > > > It seems solaris does not have bzero.. except w/ BSD compatability > > library.. and It also seems vasprintf is the same way.. so because you > > tried so hard for 2 days.. and since rlib 1.1.7 has not even been out in > > the wild for 1 day I made you a present > > > > http://rlib.sicompos.com/rlib-1.1.8.tar.gz > > > > this will help things along.. should make it compile on solaris.. at > > least what you have reported so far > > > > let me know > > > > - bob > > > > On Thu, 2004-01-22 at 10:10, John Richardson wrote: > > > Hello, > > > > > > Has anyone ever successfully compiled RLib on Solaris. I have tried > > > unsuccessfully for 2 days now. I get the following make errors after: > > > > > > parsexml.c: In function `utf8_to_8813': > > > parsexml.c:38: warning: implicit declaration of function `bzero' > > > make[1]: *** [parsexml.lo] Error 1 > > > make[1]: Leaving directory > > > `/usr/local/apache2/htdocs/rlib-1.1.7/libsrc' > > > make: *** [all-recursive] Error 1 > > > > > > If I compile without errors on warnings(remove -Werror), i get the > > > following compile error: > > > > > > /usr/local/apache2/htdocs/rlib-1.1.7/libsrc/.libs/libr.so: undefined > > > reference to `compress@SUNW_1.1' > > > /usr/local/apache2/htdocs/rlib-1.1.7/libsrc/.libs/libr.so: undefined > > > reference to `vasprintf' > > > collect2: ld returned 1 exit status > > > make[1]: *** [rlibc] Error 1 > > > make[1]: Leaving directory `/usr/local/apache2/htdocs/rlib-1.1.7/bin' > > > make: *** [all-recursive] Error 1 > > > > > > I would love to use this great program. But cant get it to compile. > > > Someone please help. > > > > > > Thanks in advance, > > > John Richardson |
From: Bob D. <bd...@si...> - 2004-01-22 17:02:48
|
Hey John, It seems solaris does not have bzero.. except w/ BSD compatability library.. and It also seems vasprintf is the same way.. so because you tried so hard for 2 days.. and since rlib 1.1.7 has not even been out in the wild for 1 day I made you a present http://rlib.sicompos.com/rlib-1.1.8.tar.gz this will help things along.. should make it compile on solaris.. at least what you have reported so far let me know - bob On Thu, 2004-01-22 at 10:10, John Richardson wrote: > Hello, > > Has anyone ever successfully compiled RLib on Solaris. I have tried > unsuccessfully for 2 days now. I get the following make errors after: > > parsexml.c: In function `utf8_to_8813': > parsexml.c:38: warning: implicit declaration of function `bzero' > make[1]: *** [parsexml.lo] Error 1 > make[1]: Leaving directory > `/usr/local/apache2/htdocs/rlib-1.1.7/libsrc' > make: *** [all-recursive] Error 1 > > If I compile without errors on warnings(remove -Werror), i get the > following compile error: > > /usr/local/apache2/htdocs/rlib-1.1.7/libsrc/.libs/libr.so: undefined > reference to `compress@SUNW_1.1' > /usr/local/apache2/htdocs/rlib-1.1.7/libsrc/.libs/libr.so: undefined > reference to `vasprintf' > collect2: ld returned 1 exit status > make[1]: *** [rlibc] Error 1 > make[1]: Leaving directory `/usr/local/apache2/htdocs/rlib-1.1.7/bin' > make: *** [all-recursive] Error 1 > > I would love to use this great program. But cant get it to compile. > Someone please help. > > Thanks in advance, > John Richardson |
From: <che...@bi...> - 2004-01-22 16:59:30
|
Hi John, I am not aware of any successful Solaris installs. We are looking into making rlib Solaris compatible. But, if you want to try some patches before we get to that, bzero(dest, len) is just memset(dest, 0, len); vasprintf is is used to create sprintf type functions. it is called only in the rlogit function - which just logs errors and messages. You could comment out the content of this function so it is just: rlogit(const gchar *fmt, ...) { } and then try again. > Hello, > > Has anyone ever successfully compiled RLib on Solaris. I have tried > unsuccessfully for 2 days now. I get the following make errors after: > > parsexml.c: In function `utf8_to_8813': > parsexml.c:38: warning: implicit declaration of function `bzero' > make[1]: *** [parsexml.lo] Error 1 > make[1]: Leaving directory `/usr/local/apache2/htdocs/rlib-1.1.7/libsrc' > make: *** [all-recursive] Error 1 > > If I compile without errors on warnings(remove -Werror), i get the > following compile error: > > /usr/local/apache2/htdocs/rlib-1.1.7/libsrc/.libs/libr.so: undefined > reference to `compress@SUNW_1.1' > /usr/local/apache2/htdocs/rlib-1.1.7/libsrc/.libs/libr.so: undefined > reference to `vasprintf' collect2: ld returned 1 exit status > make[1]: *** [rlibc] Error 1 > make[1]: Leaving directory `/usr/local/apache2/htdocs/rlib-1.1.7/bin' > make: *** [all-recursive] Error 1 > > I would love to use this great program. But cant get it to compile. > Someone please help. > > Thanks in advance, > John Richardson |
From: John R. <jo...@id...> - 2004-01-22 15:10:48
|
Hello, Has anyone ever successfully compiled RLib on Solaris. I have tried = unsuccessfully for 2 days now. I get the following make errors after: parsexml.c: In function `utf8_to_8813': parsexml.c:38: warning: implicit declaration of function `bzero' make[1]: *** [parsexml.lo] Error 1 make[1]: Leaving directory `/usr/local/apache2/htdocs/rlib-1.1.7/libsrc' make: *** [all-recursive] Error 1 If I compile without errors on warnings(remove -Werror), i get the = following compile error: /usr/local/apache2/htdocs/rlib-1.1.7/libsrc/.libs/libr.so: undefined = reference to `compress@SUNW_1.1' /usr/local/apache2/htdocs/rlib-1.1.7/libsrc/.libs/libr.so: undefined = reference to `vasprintf' collect2: ld returned 1 exit status make[1]: *** [rlibc] Error 1 make[1]: Leaving directory `/usr/local/apache2/htdocs/rlib-1.1.7/bin' make: *** [all-recursive] Error 1 I would love to use this great program. But cant get it to compile. = Someone please help. Thanks in advance, John Richardson |
From: <che...@bi...> - 2004-01-22 12:08:52
|
Hi Aulia, Not so newbie. We don't know either. We use Linux. Rlib compiles and runs on BSD and other 'nix platforms, but as far as we know, nobody has done it on Windows, yet. If you would like to try a port, we will provide whatever assistance we can. Chet > Dear all, > Maybe this is the most newbie question in this list, but I wonder how to > compile RLIB in windows environment (Especially in windows XP SP1) What > program is use to compile? What requirements? > Thanks in advance > Best Regards, > Aulia Bismar > > |
From: <aul...@if...> - 2004-01-22 07:11:57
|
Dear all, Maybe this is the most newbie question in this list, but I wonder how to compile RLIB in windows environment (Especially in windows XP SP1) What program is use to compile? What requirements? Thanks in advance Best Regards, Aulia Bismar |
From: Bob D. <bd...@si...> - 2004-01-21 20:58:54
|
Hey All, I'm happy to announce to release of 1.1.7.. what was a month in the making, but well worth the wait. <READ THIS READ THIS READ THIS> Report element "text" changed to "literal" because libxml2 has a keyword "text".. You will have to change all of your "text"'s to "literal".. sorry.... but it is for the best in the long run.. if you want to complain please direct it at Chet because he noticed it :) </READ THIS READ THIS READ THIS> And the rest of the changes include: - GLIB Integration (bob) - XML 2.6 fixes (chet) - Portability, cleanup Heri Steuer <st...@un...> - New Date, Time, and String Functions (chet) - RLIB XML Compiler and Loader (me).. try (rlibc from the command line) - Major pcode cleanup, syntax same everywhere (chet) - Work around newer PHP's API Bugs (me) - Be more careful about freeing memory (chet) - Correct prototypes for all functions (chet) - Process report variables is a different order so they always work (me, chet) - Added more constants.. make rlib pcode more sane (chet) - Fix spelling mistakes in for RLIB Syntax (chet) - A RLIB DTD (chet)... - And lots of behind the scenes cleanups (me, chet) So... some other cool stuff to try verify your rlib xml's with a dtd: xmllint --xinclude --valid --noout filetocheck.xml libxml 2.6 is now required because of the Xinclude and Xpointer stuff.. neat stuff... Chet did all that so if you want to know more we can force him to post his knowledge to the list Special thanks in this release goes to: Heri Steuer AND Everton Luis Berz I updated the rlib web site.. and put RLIB contibutors in the "Community" section.. thanks guys for all your help And finally.. if you see Chet.. be sure to give him a hug for all his hard work - Bob |
From: Bob D. <bd...@si...> - 2004-01-19 21:07:37
|
RLIB can save a file... like rlib_save_file_as($r, "name.ext") I don't know how to force a print action.. and it would only work w/ non PDF contents.. .. I think.. anyone else know? - Bob On Mon, 2004-01-19 at 15:50, Franco Spinelli wrote: > According to manual, in PHP rlib_spool($rlib) send output from report to > stdout. > If you want save a generated (PDF or TXT) file you can use header > function and send Content-Disposition header for forcing a save. > But you cant force a "print" action. > There is a workaround for this ? > How about add to rlib_spool a "file" parameter for spooling output from > report to file ? > > Regards > Franco Spinelli > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Franco S. <fr...@ti...> - 2004-01-19 20:51:34
|
According to manual, in PHP rlib_spool($rlib) send output from report to stdout. If you want save a generated (PDF or TXT) file you can use header function and send Content-Disposition header for forcing a save. But you cant force a "print" action. There is a workaround for this ? How about add to rlib_spool a "file" parameter for spooling output from report to file ? Regards Franco Spinelli |