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-02-19 20:19:00
|
> Ok, this is a good idea. And there is no comunication within different > XML files or is possible, in a file, get variables of another query ? you can.. just do query_name.field > And getting a "parallel detail" ? I don't think I understand what "parallel detail" is.. can you explain? - bob |
From: Franco S. <fr...@ti...> - 2004-02-19 19:11:28
|
Hello, Il gio, 2004-02-19 alle 15:08, Bob Doan ha scritto: > Hi, > > Ok.. the idea is to rlib_add_query_as all of your queries in > Then you can rlib_add_report(r, "xml file", "main loop query name from > rlib_add_query_as") > > When you call rlib_execute it first tells the "data source" to execute > all of the queries, then it loads all the XML files.. then it runs the > XML files one at a time.. concatinating the reports > Ok, this is a good idea. And there is no comunication within different XML files or is possible, in a file, get variables of another query ? > the rlib_add_resultset_follower is for having more then one main loop > query.. ie.. if you had one resultset for the year 2000, and a sorta > idential one for the year 2001 (note.. the number of rows in each should > match).. you can tell rlib that when it's stepping through the 2000 > result set.. it should do the same on the 2001.. > And getting a "parallel detail" ? Regards Franco Spinelli |
From: Bob D. <bd...@si...> - 2004-02-19 14:14:12
|
Hi, Ok.. the idea is to rlib_add_query_as all of your queries in Then you can rlib_add_report(r, "xml file", "main loop query name from rlib_add_query_as") When you call rlib_execute it first tells the "data source" to execute all of the queries, then it loads all the XML files.. then it runs the XML files one at a time.. concatinating the reports the rlib_add_resultset_follower is for having more then one main loop query.. ie.. if you had one resultset for the year 2000, and a sorta idential one for the year 2001 (note.. the number of rows in each should match).. you can tell rlib that when it's stepping through the 2000 result set.. it should do the same on the 2001.. so in your XML file... you might reference data data by: y2000.somefield or y2001.somefield .. assuming you named the queries "y2000" and "y2001" NOTE: In the same report you can have data from different datasources.. so If you had 2 different mysql serevrs.. or even a mysql and a postgresql.. or whatever :) The only way to have different detail sections is to have different XML files.. there are tricks you can play w/ Xpointer and Xinclude sutff.. but Chet knows more about that then I do.... actually using "iif" you can give the illusion of different detail sections.. you can suppress a line from a variable (maybe a "m." one you set from php) - Bob On Wed, 2004-02-18 at 16:13, Franco Spinelli wrote: > There is any example of using different queries/xml definitions ? > "Rlib_add_query_as" define different queries, identified by name in XML > file. > "Rlib_add_report" add different XML files ? How are used ? > How work "rlib_add_resultset_follower" ? How can I use "more than one > main loop" Can I have different <Detail> sections ? > > Regards > Franco Spinelli > > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Franco S. <fr...@ti...> - 2004-02-18 21:20:50
|
There is any example of using different queries/xml definitions ? "Rlib_add_query_as" define different queries, identified by name in XML file. "Rlib_add_report" add different XML files ? How are used ? How work "rlib_add_resultset_follower" ? How can I use "more than one main loop" Can I have different <Detail> sections ? Regards Franco Spinelli |
From: Bob D. <bd...@si...> - 2004-02-18 13:57:41
|
yes.. this has been discused on the list configure it w/ --with-java=no - bob On Wed, 2004-02-18 at 01:27, Dan Davis wrote: > Hello: > > I am compiling on RedHat 9 and getting the following error: > > gconv.h - parse error before "size_t" > > Any ideas on the problem? > > Thanks > Dan > |
From: Bob D. <bd...@si...> - 2004-02-16 20:18:38
|
Ok.. problem has been tracked down.. configure RLIB with --with-java=no .. turns out java stuff was picking up kernel headers.. **ugh**.. I'll work on a fix for 1.1.8 - bob On Mon, 2004-02-09 at 13:29, Juan Rodriguez wrote: > Hi Bob, we are trying to build the v.1.1.7 and we have the same problems > (above), we are running Suse 8.2 with the libxml2-2.6.5. > We tried with the chsnge of the headers (stdlib and stdio, but we don't > have any result). Do you know how to fix this problem ? > > > > .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:22: > /usr/include/gconv.h:71: error: parse error before "size_t" > /usr/include/gconv.h:87: error: parse error before "size_t" > /usr/include/gconv.h:96: error: parse error before "size_t" > /usr/include/gconv.h:173: error: parse error before "size_t" > /usr/include/gconv.h:176: error: parse error before '}' token > In file included from /usr/include/libio.h:32, > from /usr/include/stdio.h:72, > from parsexml.c:22: > /usr/include/_G_config.h:47: error: field `__cd' has incomplete type > /usr/include/_G_config.h:50: error: field `__cd' has incomplete type > /usr/include/_G_config.h:53: confused by earlier errors, bailing out > make[1]: *** [parsexml.lo] Error 1 > make[1]: Leaving directory `/usr/rlib-1.1.7/libsrc' > make: *** [all-recursive] Error 1 > > > Thanks, Juan > > P.D: Sorry , but english it's not my native language. > > > ------------------------------------------------------- > 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: Everton L. B. <ev...@fa...> - 2004-02-16 13:58:19
|
Hi, sorry for my delay, I was on holiday. I tried to change the header of parsexml.c and the errors persists.. In file included from parsexml.c:21: /usr/include/stdlib.h:137: syntax error before "__ctype_get_mb_cur_max" In file included from /usr/include/sys/types.h:133, from /usr/include/stdlib.h:414, from parsexml.c:21: /usr/include/linux/time.h:10: syntax error before "time_t" /usr/include/linux/time.h:12: syntax error before '}' token /usr/include/linux/time.h:89: syntax error before "time_t" /usr/include/linux/time.h:120: field `it_interval' has incomplete type /usr/include/linux/time.h:121: field `it_value' has incomplete type /usr/include/linux/time.h:122: 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# Begin of my libsrc/parsexml.c file: #include <stdlib.h> #include <stdio.h> #include <string.h> #include <libxml/xmlversion.h> #include <libxml/xmlmemory.h> #include <libxml/xinclude.h> #include "rlib.h" ... Bob Doan wrote: > 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 ? >> > > > -- Everton Luis Berz Nucleo de Sistemas :: FACCAT - Faculdades de Taquara +55 51 541 6600 - R.647 ICQ 7807919 |
From: Bob D. <bd...@si...> - 2004-02-09 20:21:25
|
Juan, Are your includes like this??? (for parsexml.c): #include <stdlib.h> #include <stdio.h> #include <string.h> #include <libxml/xmlversion.h> #include <libxml/xmlmemory.h> #include <libxml/xinclude.h> #include "rlib.h" On Mon, 2004-02-09 at 14:02, Juan Rodriguez wrote: > Hi Bob, we are trying to build the v.1.1.7 and we have the same problems > (above), we are running Suse 8.2 with the libxml2-2.6.5. > We tried with the chsnge of the headers (stdlib and stdio, but we don't > have any result). Do you know how to fix this problem > > - -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" > > Thanks, Juan > > P.D: Sorry , but english it's not my native language. > > > > > ------------------------------------------------------- > 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: Juan R. <jua...@vi...> - 2004-02-09 19:01:38
|
Hi Bob, we are trying to build the v.1.1.7 and we have the same problems (above), we are running Suse 8.2 with the libxml2-2.6.5. We tried with the chsnge of the headers (stdlib and stdio, but we don't have any result). Do you know how to fix this problem - -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" Thanks, Juan P.D: Sorry , but english it's not my native language. |
From: Juan R. <jua...@vi...> - 2004-02-09 18:51:19
|
Hi Bob, we are trying to build the v.1.1.7 and we have the same problems (above), we are running Suse 8.2 with the libxml2-2.6.5. We tried with the chsnge of the headers (stdlib and stdio, but we don't have any result). Do you know how to fix this problem - -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" Thanks, Juan P.D: Sorry , but english it's not my native language. |
From: Juan R. <jua...@vi...> - 2004-02-09 18:49:33
|
Hi Bob, we are trying to build the v.1.1.7 and we have the same problems (above), we are running Suse 8.2 with the libxml2-2.6.5. We tried with the chsnge of the headers (stdlib and stdio, but we don't have any result). Do you know how to fix this problem - -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" Thanks, Juan P.D: Sorry , but english it's not my native language. |
From: Juan R. <jua...@vi...> - 2004-02-09 18:28:17
|
Hi Bob, we are trying to build the v.1.1.7 and we have the same problems (above), we are running Suse 8.2 with the libxml2-2.6.5. We tried with the chsnge of the headers (stdlib and stdio, but we don't have any result). Do you know how to fix this problem ? .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:22: /usr/include/gconv.h:71: error: parse error before "size_t" /usr/include/gconv.h:87: error: parse error before "size_t" /usr/include/gconv.h:96: error: parse error before "size_t" /usr/include/gconv.h:173: error: parse error before "size_t" /usr/include/gconv.h:176: error: parse error before '}' token In file included from /usr/include/libio.h:32, from /usr/include/stdio.h:72, from parsexml.c:22: /usr/include/_G_config.h:47: error: field `__cd' has incomplete type /usr/include/_G_config.h:50: error: field `__cd' has incomplete type /usr/include/_G_config.h:53: confused by earlier errors, bailing out make[1]: *** [parsexml.lo] Error 1 make[1]: Leaving directory `/usr/rlib-1.1.7/libsrc' make: *** [all-recursive] Error 1 Thanks, Juan P.D: Sorry , but english it's not my native language. |
From: Bob D. <bd...@si...> - 2004-02-06 20:02:28
|
Um... I forgot to code in support for that stuff... It will be in the next version of rlib - bob On Thu, 2004-02-05 at 16:16, Franco Spinelli wrote: > According to documentation expD (date) can be used in == != || > operations. > How can I get a result like data1 <= data2 where data1 and data2 are as > returned from stod() function ? > > My current XML line: > .. > <field value="iff(stod(data1) <= stod(data2),value,'0')"/> > > get a !ERR_F error > > 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-02-05 21:19:17
|
According to documentation expD (date) can be used in == != || operations. How can I get a result like data1 <= data2 where data1 and data2 are as returned from stod() function ? My current XML line: .. <field value="iff(stod(data1) <= stod(data2),value,'0')"/> get a !ERR_F error Regards Franco Spinelli |
From: Bob D. <bd...@si...> - 2004-01-31 02:21:45
|
Hi, Kinda sounds like you have 2 libxml2's on your system do an "ldd" on libr.so and make sure its using the right one - Bob On Fri, 2004-01-23 at 17:35, John Richardson wrote: > 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: Bob D. <bd...@si...> - 2004-01-31 00:58:51
|
Hi, Ohhhhhhhhhhh.. I think I get it.. you want to put multiple rows (detail rows) on one line right????? And then be able to break the line after a certian number of characters?? I think we have a slight english/italian language barrier here ;) - Bob > > Yes, if you let engine decide end of line, you can get a very long line. > But a report layout need a "flow direction" directive. > > My current job with Rlib is converting some reports made about 5 years > ago using Developer 2000 from Oracle. In Report designer of Oracle there > is a "flow layout" for a group (but also for detail) so you can decide > if put different detail records on the same line, in a tabular form. > > Now I am using rlib for a report showing how work every user have done > for every job > > I have a record for each user with job number, date and time spent > I group by user and by job so I can get a line for each user and a line > for each job he/she as done and a total for user. > Each job line is only 2 number: job code and time approx 10 chars. > I will put 6 jobs/line, reducing to 1/6 printed lines. I get my report > on a browser (where there is no or little need for line reducing), in > PDF format for printing and in TXT format for save on local disk. > > Regards > > Franco Spinelli > |
From: Bob D. <bd...@si...> - 2004-01-30 14:55:37
|
> It can be but, if you put a "3" as parameter and you have 5 detail > records, you have to put 3 records on first line and 2 records on second > line. > Ummm... rlib would automatically do it... > > How does oracle do this? > > Developer 2000 from Oracle is a GUI tool and developer design his sheet > using containers. A container is a "shape" containing fields or literal. > Each container have a "flow" attribute. Vertical flow means "a line for > each record" and horizontal flow means "a column for each record until > filled line" > Could you put up a few screen shots of this somewhere.. so I can see more about it... - Bob |
From: Bob D. <bd...@si...> - 2004-01-28 23:31:52
|
> In current layout of rlib every output is in a <Output> tag and every > line is in a <Line> tag. > So there is no <field> or <literal> without <Line> tag. > In this layout every detail record start at a new line and also every > group break. > So there is no possibility to put two or more records on the same line. > I am not a C guru but, watching in code, now rlib put a "\n" at </line> > tag. > A solution can be a parameter for <Line> tag for "non break" (default is > obviously break) and put <fields> fron different records an same line. > When there is a <Line> tag without "nobreak" attribute, then rlib could > output a "\n" and begin a new phisical line. Well.. not exactly ;) RLIB has 4 output engines inside our current layout engine.. So whats really going on is: PDF: Lines are done w/ pixel heights based on font size HTML: Lines are done w/ tables and PRE TEXT: Lines are done with the good old \n CSV: Lines are done by output.. not by lines Also.. the problem is more complicated.. For PDF: Paper sizes, port vs land scape HTML.. has no concept of real "pages" TEXT.. can be done easily CSV: Does not apply So in order to solve the problem the Report element would need to either be told an amount of characters (but this doesn't always work because rlib will soon support different non fixed fonts besides courier) or maybe some % of the page... I think.. you might be used to (and I could be wrong).. being able to define a table <table> <tr> <td>lots and lots and lots and lots and lots of content</td> </tr> </table> And having the browser automatically resize it to span multiple rows BTW.. are you trying to use rlib just for the TXT output so you can send it to a dot matrix printer or something? - bob > > Another little problem: > In version 1.1.7 there is a problem with python port (python 2.2 on RH9) > there is a > > #define SWIG_init init_librlib > > #define SWIG_name "_librlib" > > When starting a python file python complain with a "initrlib" not found > Correcting above lines as > > #define SWIG_init initlibrlib > > #define SWIG_name "librlib" > > resolve problem. Thanks.. I'll look into this - Bob |
From: Bob D. <bd...@si...> - 2004-01-28 18:45:02
|
Hi, Also.. you should be using rlib-1.1.8 released a few days ago.. much has changed since 1.1.7.. and it would be too hard for me to tell what is going on - Bob On Fri, 2004-01-23 at 07:37, 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) > > iD8DBQFAERWMlpc0xauSmyQRAh4IAKC/Dn3dxh92FTMnQlkaqWii2TCfZQCgnmH6 > iM6luzr/VLU5Fj1GEtvUGyU= > =ddTe > -----END PGP SIGNATURE----- |
From: Bob D. <bd...@si...> - 2004-01-28 13:16:59
|
Hi, You can have a report with out detail Currently It would be hard to do the limit @ 80 columns.. as RLIB is more of a fixed layout engine right now.. it is in our plans to make another layout engine in rlib that would be more freeflow.. however that would be kinda far off Chet has on his TODO list to implement line wrapping.. for MEMO fields.. that would also help you do your BreakFooter... but I can't say when he is going to get to that.. as it stands right now.. it might be a little while.. as we @ SICOM have prioritized l10n and i18n stuff ahead of that due to paying customers needs ;) For right now you could just specify a width for all of your fields and lay them out manually... until we get around to some other sutff - Bob On Sun, 2004-01-25 at 11:38, Franco Spinelli wrote: > 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 > > > > > ------------------------------------------------------- > 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: <che...@bi...> - 2004-01-28 12:37:05
|
John, Must be libxml < 2.6. xmlReadFile is new in 2.6.0+. Chet > 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: John R. <jo...@id...> - 2004-01-28 08:31:19
|
Hi, Ok, I figured out how to add the "-lz" to the to configure and was able to compile the rlib source. FANTASTIC! However, I still get the following warnings: pcode.c: In function `rlib_new_operand': pcode.c:233: warning: subscript has type `char' pcode_op_functions.c: In function `rlib_pcode_operator_stod_common': pcode_op_functions.c:829: warning: implicit declaration of function `localtime_r' formatstring.c: In function `rlib_number_sprintf': formatstring.c:57: warning: subscript has type `char' 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 environment.c: In function `rlib_php_resolve_memory_variable': environment.c:28: warning: dereferencing type-punned pointer will break strict-aliasing rules Should i be worried about these? Thanks again for all your help!!! Regards, John ----- Original Message ----- From: "Bob Doan" <bd...@si...> To: "John Richardson" <jo...@id...> Cc: "RLIB USERS" <rli...@li...> Sent: Thursday, January 22, 2004 5:00 PM Subject: Re: [Rlib-users] Warning Messages in Solaris Compile > 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 > > > > > > > > > > ------------------------------------------------------- > 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: Bob D. <bd...@si...> - 2004-01-28 03:34:06
|
Hey, We love email I think we are attacking two problems here.. 1 solaris.. and two.. 64 bit.. From your previous emails about having warnings about memory alignment.. plus now the sigbus on the iconv it really looks like we might be having some fun 32/64 stuff... I think.. or I could be a moron ;) It looks like we are having libxml 2.6 issues w/ iconv stuff.. is your iconv stuff in libc or no? can you do a make check in the xml2 source and does it pass or crash? Can you use the stand alone xml tools to parse/ validate documents (RLIB now has a DTD)? At some point.. probably next week since it's snowing or icing every other day here in Pennsylvania.. and the office is closed... I'll work w/ your on eliminating all of the warnings - Bob On Fri, 2004-01-23 at 18:19, John Richardson wrote: > 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: > > ========= > ** NUTS.. WE CRASHED > Quit(coredump) > ========= > > 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) = 0 > read(7, " < ? x m l v e r s i o".., 8192) = 1665 > read(7, 0x0020AC64, 8192) = 0 > brk(0x0020FF40) = 0 > brk(0x00211F40) = 0 > llseek(7, 0, SEEK_CUR) = 1665 > close(7) = 0 > Incurred fault #5, FLTACCESS %pc = 0xFE92A678 > siginfo: SIGBUS BUS_ADRALN addr=0xFFFFFFFF > Received signal #10, SIGBUS [caught] > siginfo: SIGBUS BUS_ADRALN addr=0xFFFFFFFF > sigprocmask(SIG_SETMASK, 0xFEA4EFE8, 0x00000000) = 0 > ** NUTS.. WE CRASHED > write(2, " * * N U T S . . W E".., 21) = 21 > getrlimit(RLIMIT_CORE, 0xFFBED218) = 0 > setrlimit(RLIMIT_CORE, 0xFFBED218) = 0 > sigaction(SIGQUIT, 0xFFBED078, 0xFFBED178) = 0 > getpid() = 5808 [5807] > getpid() = 5808 [5807] > sigprocmask(SIG_SETMASK, 0xFEA5AD68, 0xFFBED080) = 0 > lwp_kill(3, SIGQUIT) = 0 > sigprocmask(SIG_SETMASK, 0xFFBED080, 0x00000000) = 0 > Received signal #3, SIGQUIT [default] > siginfo: SIGQUIT pid=5808 uid=0 code=-1 > *** process killed *** > > I suspect it may be related to the warning messages during the > compile? > > Thanks again for your help, > Regards, > John > |
From: John R. <jo...@id...> - 2004-01-27 14:12:15
|
Hello, I have been trying to resolve this compress@SUNW_1.1 error when = compiling rlib. Everything I find on the Internet keeps pointing to = zlib. I noticed that a "ldd" on = /export/home/ric0017/rlib-1.1.8/libsrc/.libs/libr.so produces the = following: libxml2.so.2 =3D> /opt/csw/lib/libxml2.so.2 libpthread.so.1 =3D> /usr/lib/libpthread.so.1 libgmodule-2.0.so.0 =3D> /opt/csw/lib/libgmodule-2.0.so.0 libglib-2.0.so.0 =3D> /opt/csw/lib/libglib-2.0.so.0 libmysqlclient.so.12 =3D> = /usr/local/mysql/lib/mysql/libmysqlclient.so.12 libz.so.1 =3D> /opt/csw/lib/libz.so.1 libz.so.1 (SUNW_1.1) =3D> (version not found) librt.so.1 =3D> /usr/lib/librt.so.1 libcrypt_i.so.1 =3D> /usr/lib/libcrypt_i.so.1 libgen.so.1 =3D> /usr/lib/libgen.so.1 libsocket.so.1 =3D> /usr/lib/libsocket.so.1 libnsl.so.1 =3D> /usr/lib/libnsl.so.1 libiconv.so.2 =3D> /opt/csw/lib/libiconv.so.2 libdl.so.1 =3D> /usr/lib/libdl.so.1 libm.so.1 =3D> /usr/lib/libm.so.1 libc.so.1 =3D> /usr/lib/libc.so.1 libgcc_s.so.1 =3D> /opt/csw/lib/libgcc_s.so.1 libz.so.1 (SUNW_1.1) =3D> (version not found) libintl.so.2 =3D> /opt/csw/lib/libintl.so.2 libz.so.1 (SUNW_1.1) =3D> (version not found) libaio.so.1 =3D> /usr/lib/libaio.so.1 libmp.so.2 =3D> /usr/lib/libmp.so.2 libthread.so.1 =3D> /usr/lib/libthread.so.1 /usr/platform/SUNW,UltraSPARC-IIi-cEngine/lib/libc_psr.so.1 Notice the libz.so.1 (SUNW_1.1) version not found. Could this be the = problem. I have tried different versions of compilers and updating my = library paths but to no avail. I may be way off base but hopefully this = may give you some insight. Regards, John Richardson |
From: Bob D. <bd...@si...> - 2004-01-27 13:59:17
|
Hey ;) I configure it w/ ./configre --prefix=usr (Red hat box) Are you having trouble getting libxml2 going to having trouble w/ rlib finding it after you install it? - Bob On Mon, 2004-01-26 at 16:14, Jennifer wrote: > > 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 |