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...> - 2003-12-11 01:59:27
|
Also/Or /sbin/ldconfig --print-cache | grep cpdf should show libcpdf - Bob On Wed, 2003-12-10 at 18:38, enrique molina wrote: > Hi there, i can´t t install Rlib in Freebsd 5.1. I had installed > libxml2 and clibpdf with tarball. When i try ./configure inside rlib > directory, i get the error: > "checking cpdflib.h usability... yes > checking cpdflib.h presence... yes > checking for cpdflib.h... yes > checking for cpdf_init in -lcpdf... no > configure: error: You must have cpdflib properly installed in order > for rlib to work.. missing libcpdf.so" > > Anybody has experience with it? > > The file libcpdf.so is in the /usr/local/lib and /usr/lib (copy). I > don´t understand what happens. > Anybody has installed Rlib in FreeBSD. > > Thanks in advance. > > Enrique > > |
From: Bob D. <bd...@si...> - 2003-12-11 01:50:30
|
It should work.. in theory what happens when you "ld -lcpdf" Do you get a library not found or a bunch of unresolved symbols? - Bob On Wed, 2003-12-10 at 18:38, enrique molina wrote: > Hi there, i can´t t install Rlib in Freebsd 5.1. I had installed > libxml2 and clibpdf with tarball. When i try ./configure inside rlib > directory, i get the error: > "checking cpdflib.h usability... yes > checking cpdflib.h presence... yes > checking for cpdflib.h... yes > checking for cpdf_init in -lcpdf... no > configure: error: You must have cpdflib properly installed in order > for rlib to work.. missing libcpdf.so" > > Anybody has experience with it? > > The file libcpdf.so is in the /usr/local/lib and /usr/lib (copy). I > don´t understand what happens. > Anybody has installed Rlib in FreeBSD. > > Thanks in advance. > > Enrique > > |
From: Bob D. <bd...@si...> - 2003-12-11 01:34:24
|
Hi, Patch looks good Would you be so kind as to read this stuff http://rlib.sicompos.com/community.php and then sign http://rlib.sicompos.com/copyright_form.pdf and send it to/ or fax it to us... Fax is 215-489-2769 We have the dual license for many purposes... aside from the legal mumbo jumbo.. we also sell commercial licenses for rlib (if you code is not GPL'd...) basically you give us copyright.. and we give it right back to you.. this is the same deal is (Ximian, Troll Tech (QT), mysql, open office.... ) Your code will always be GPL'd.. and SICOM does all RLIB work publically in sourceforge's CVS.. and we have no non GPL'd code add on's or anything Also.. getting into debian would be great.. thanks for your help! P.S.. I'm not the only rlib developer anymore so in the future I prefer that we keep things on list.. :) - Bob On Wed, 2003-12-10 at 19:13, Mario Teijeiro Otero wrote: > Hello, > > I found a small bug on rlib. If I compile with: > > $ cd rlib-1.1.5 > $ mkdir obj-i386 > $ cd obj-i386 > $ ../configure --prefix=/usr > $ make > > The compilation failure on input/mysql/ and others because > the compiler find the headers in -L${top_srcdir}/libsrc/ > (...../rlib-1.1.5/libsrc) and not in -L${top_builddir}/libsrc/ > (...../rlib-1.1.5/obj-i386/libsrc). > > This patch only changes one line on all Makefile.am. > > I'm working on build a package for debian system. If you consider > opportune I can send you the patch with this too. > > Bye |
From: enrique m. <en...@gr...> - 2003-12-10 23:28:42
|
Hi there, i can=B4t t install Rlib in Freebsd 5.1. I had installed = libxml2 and clibpdf with tarball. When i try ./configure inside rlib = directory, i get the error:=20 "checking cpdflib.h usability... yes checking cpdflib.h presence... yes checking for cpdflib.h... yes checking for cpdf_init in -lcpdf... no configure: error: You must have cpdflib properly installed in order for = rlib to work.. missing libcpdf.so" Anybody has experience with it? The file libcpdf.so is in the /usr/local/lib and /usr/lib (copy). I = don=B4t understand what happens. Anybody has installed Rlib in FreeBSD.=20 Thanks in advance. Enrique=20 |
From: Bob D. <bd...@si...> - 2003-12-10 21:48:07
|
Can we get a stack trace of your core dump? - Bob On Wed, 2003-12-10 at 13:55, Everton Luis Berz wrote: > Bob Doan escreveu: > > Everton or anyone else > > > > I have a few bug fixes in RLIB.. I think... > > > > I think I fixed the break header/footer problem and a few postgre > > problems... if anyone cares to try it download it here > yeah, no more problems. (just html footer still unformatted) > > > > > http://rlib.sicompos.com/rlib-1.1.6.tar.gz > > > > Also... Everton reported a problem w/ rlib going crazy on an invalid > > query... I can't reproduce this... can anyone else try sending rlib an > > invalid query.. see what happens... > > > > Everton.. btw.. does rlib still go nuts when you run you app from the > > commandline.. like PHP whatever.php?? > yes. > # php file.php > (20 seconds after..) > ** NUTS.. WE CRASHED > Sair (core dumped) > # > > > > > - Bob > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: IBM Linux Tutorials. > > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > |
From: Everton L. B. <ev...@fa...> - 2003-12-10 18:59:03
|
Bob Doan escreveu: > Sound good to everyone? yes > > - Bob -- Everton Luis Berz Nucleo de Sistemas :: FACCAT - Faculdades de Taquara +55 51 541 6600 - R.624 ICQ 7807919 |
From: Everton L. B. <ev...@fa...> - 2003-12-10 18:55:29
|
Bob Doan escreveu: > Everton or anyone else > > I have a few bug fixes in RLIB.. I think... > > I think I fixed the break header/footer problem and a few postgre > problems... if anyone cares to try it download it here yeah, no more problems. (just html footer still unformatted) > > http://rlib.sicompos.com/rlib-1.1.6.tar.gz > > Also... Everton reported a problem w/ rlib going crazy on an invalid > query... I can't reproduce this... can anyone else try sending rlib an > invalid query.. see what happens... > > Everton.. btw.. does rlib still go nuts when you run you app from the > commandline.. like PHP whatever.php?? yes. # php file.php (20 seconds after..) ** NUTS.. WE CRASHED Sair (core dumped) # > > - Bob > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > -- Everton Luis Berz Nucleo de Sistemas :: FACCAT - Faculdades de Taquara +55 51 541 6600 - R.624 ICQ 7807919 |
From: Bob D. <bd...@si...> - 2003-12-10 17:51:30
|
Hey All, If you know anything about i18n or english is not your first language please read this: A little while ago Everton noticed a problem w/ rlib formatting numbers.. right now rlib can "commatize" a number.. but this doesn't work out too well for other number systems or currency's So... I went digging around and in C I found strfmon #include <monetary.h> ssize_t strfmon(char *s, size_t max, const char *format, ...); Which looks like it will do the trick.... along w/ a rlib_set_locale so I think I'm going to have to change around the structure of format="" Currently you can do a "%s" or "%d" or.. all the fun date stuff depending on weather your data is STRING, DATE or NUMBER However.. the syntax for strfmon is kinda screwey.... sample format string: [%^=*#6n] so for numbers I think I'm going to do this: %d and %m and only one can be in the format string.. %d for numbers.. and %m for money and %m would have %m and %!m where the ! means omit the currency symbol... and %^m would me omit the grouping symbol.. ofcourse you could do: %!^m Sound good to everyone? - Bob |
From: Bob D. <bd...@si...> - 2003-12-09 16:18:16
|
Hi, I don't know anything about debian.. but it sounds like you need to somehow get libxml-devel package.. or what ever debian might call it... Just the library isn't good enough because rlib needs the header files and stuff - Bob On Tue, 2003-12-09 at 10:50, Felipe Roman wrote: > I am trying to install rlib 1,1,4 in debian woody rc0 and it is returni= ng me > the error: >=20 > acs:/var/www/rlib/rlib-1.1.4# ./configure > ... > checking for pkg-config... /usr/bin/pkg-config > checking for libxml-2.0 >=3D 2.4.0... Package libxml-2.0 was not found = in > the > pkg-config search path. > Perhaps you should add the directory containing `libxml-2.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'libxml-2.0' found >=20 > configure: error: Library requirements (libxml-2.0 >=3D 2.4.0) not met; > consider adjusting the PKG_CONFIG_PATH environment variable if your > libraries are in a nonstandard prefix so pkg-config can find them. >=20 > but libxml2 is instaled: > acs:/var/www/rlib/rlib-1.1.4# apt-get install libxml2 > Reading Package Lists... Done > Building Dependency Tree... Done > Sorry, libxml2 is already the newest version. > 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. >=20 > and pkg-config also: > Sorry, pkg-config is already the newest version. >=20 > What do I make to adjust variavel of environment PKG_CONFIG_PATH and to > compile the library? >=20 > thanks >=20 > -- > Felipe de Fraga Roman > ACS / Publicidade > ACS / Comunica=E7=E3o Online > Universidade Luterana do Brasil - www.ulbra.br > ro...@ul... >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM= 's > Free Linux Tutorials. Learn everything from the bash shell to sys admi= n. > Click now! http://ads.osdn.com/?ad_id=3D1278&alloc_id=3D3371&op=3Dclick > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Felipe R. <ro...@ul...> - 2003-12-09 15:47:56
|
I am trying to install rlib 1,1,4 in debian woody rc0 and it is returning me the error: acs:/var/www/rlib/rlib-1.1.4# ./configure ... checking for pkg-config... /usr/bin/pkg-config checking for libxml-2.0 >= 2.4.0... Package libxml-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libxml-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libxml-2.0' found configure: error: Library requirements (libxml-2.0 >= 2.4.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. but libxml2 is instaled: acs:/var/www/rlib/rlib-1.1.4# apt-get install libxml2 Reading Package Lists... Done Building Dependency Tree... Done Sorry, libxml2 is already the newest version. 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. and pkg-config also: Sorry, pkg-config is already the newest version. What do I make to adjust variavel of environment PKG_CONFIG_PATH and to compile the library? thanks -- Felipe de Fraga Roman ACS / Publicidade ACS / Comunicação Online Universidade Luterana do Brasil - www.ulbra.br ro...@ul... |
From: Bob D. <bd...@si...> - 2003-12-09 14:47:55
|
Everton or anyone else I have a few bug fixes in RLIB.. I think... I think I fixed the break header/footer problem and a few postgre problems... if anyone cares to try it download it here http://rlib.sicompos.com/rlib-1.1.6.tar.gz Also... Everton reported a problem w/ rlib going crazy on an invalid query... I can't reproduce this... can anyone else try sending rlib an invalid query.. see what happens... Everton.. btw.. does rlib still go nuts when you run you app from the commandline.. like PHP whatever.php?? - Bob |
From: Bob D. <bd...@si...> - 2003-12-06 19:20:51
|
It's probably a problem w/ the CONTENT-TYPE string or CONTENT-LENGTH are you using RLIB in C, PHP, or Python.. and which rlib version.. and are you using the exact example from the betabook?? Anyone else seeing this? - Bob On Sat, 2003-12-06 at 14:33, fma...@na... wrote: > Hi, > I'm a newbie. > > I have manage to make the betabook example to work. > The PDF report is received nicely on my linux/mozilla and on > winXP/firebird but it hangs the Internet Explorer (using acrobat 5). > > Has anyone on the list has had the same problem ? > > i would preciate any coment ... > > Best wishes, > Felipe Macias > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: <fma...@na...> - 2003-12-06 19:12:03
|
Hi, I'm a newbie. I have manage to make the betabook example to work. The PDF report is received nicely on my linux/mozilla and on winXP/firebird but it hangs the Internet Explorer (using acrobat 5). Has anyone on the list has had the same problem ? i would preciate any coment ... Best wishes, Felipe Macias |
From: Bob D. <bd...@si...> - 2003-12-04 19:44:24
|
Hi, @ SICOM we agree we want to have this type of feature in RLIB.. more in the PDF for us.. but we always do the other formats to be consistent. Everton pointed out that RLIB doesn't span memo fields correctly yet... so I need to make that happen before I can start to worry about "boxing" stuff.... so give us a little time.. but expect it to be in before the 1.2 release - Bob On Thu, 2003-12-04 at 11:18, Jeff Kowalczyk wrote: > Bob Doan wrote: > > Right now rlib has a concept of "Output".. which contains "Images", > > "HorizontalLines", and "Lines".. "Lines" in turn contain "Text" and > > "Data".. Its as simple as that at the moment... You are asking for the > > ability to "Box" items... mainly "Text" and "Data" in lines.. so the > > "Line" we would add a property box="..some style..".. > > To implement this we would have to first settle in on what exactly the > > properties of boxing would be.. Chet.. Bob Kratz... any suggestions? > > I see. Looking at > http://docutils.sourceforge.net/spec/rst/reStructuredText.html#tables > > +------------------------+------------+----------+----------+ > | Header row, column 1 | Header 2 | Header 3 | Header 4 | > | (header rows optional) | | | | > +========================+============+==========+==========+ > | body row 1, column 1 | column 2 | column 3 | column 4 | > +------------------------+------------+----------+----------+ > | body row 2 | Cells may span columns. | > +------------------------+------------+---------------------+ > | body row 3 | Cells may | - Table cells | > +------------------------+ span rows. | - contain | > | body row 4 | | - body elements. | > +------------------------+------------+---------------------+ > > Perhaps auto wrapping and spanning aren't necessary in the > context of precision layout like rlib uses. After all, the > objective is only to make certain rlib text output optionally > reST compatible. This way, each line wouldn't grow a dependency > on previous and subsequent lines for floating bordering. Note > that the exterior borders have no difference to internal > borders, which is convenient for the implementation. > > - normal specification of column widths should result in good > alignment, user can tweak alignment if reST column spanning is > desired. Row spanning wouldn't be as simple. > - header property, affects lower border style. > - line may need a height (in lines) property, user is > responsible for specifying height, truncate overflow? > - specifying text/data cell width to align in a reSt compatible > fashion is probably OK to ask the user to handle in the > report definition. > - default single space side margin property for cell? Reports > that are tight on space may wish to omit margin space. > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2003-12-04 19:39:05
|
Well.. it won't work **yet** I knew someone would find this bug sooner or later... kinda actually figured you would ;) I think I need to add a property to the fields like rowspan="yes" and maybe rowspanbreakchar=" ".. so I know what char to wrap it on.. this should not be too hard for me to do... I'll look into this after I fix your other 10 bugs you reported today ;) - Bob On Thu, 2003-12-04 at 13:31, Everton Luis Berz wrote: > hi, > i have a large text (memo) and i want print it on rlib pdf report. > but what 'break' chars to use in pdf output? > > * Example: > Original text (it's a field value from postgre datasource): > abcdefg[chr(13)][chr(10)]hijklmnopqr... > > TXT output (ok): > abcdefg > hijklmnopqr > > PDF output (fail): > abcdefg hijklmnopqr... > > > I need that pdf be like txt, how? |
From: Everton L. B. <ev...@fa...> - 2003-12-04 18:32:17
|
hi, i have a large text (memo) and i want print it on rlib pdf report. but what 'break' chars to use in pdf output? * Example: Original text (it's a field value from postgre datasource): abcdefg[chr(13)][chr(10)]hijklmnopqr... TXT output (ok): abcdefg hijklmnopqr PDF output (fail): abcdefg hijklmnopqr... I need that pdf be like txt, how? -- Everton Luis Berz Nucleo de Sistemas :: FACCAT - Faculdades de Taquara +55 51 541 6600 - R.624 ICQ 7807919 |
From: Bob D. <bd...@si...> - 2003-12-04 16:50:01
|
On Thu, 2003-12-04 at 11:23, Everton Luis Berz wrote: > I dont know if i'm correct about the breakheader newpage and > headernewpage work method, but i think i found a problem.. > - if i put newpage=yes and headernewpage=yes the breakheader is printed > two times from second page on. this problem occurs with all databases. sounds like a problem.. I'll look into it > > other problem, only at rlib 1.1.5 with postgre: > - if i put newpage=yes rlib generate a blank page at end of report. I'll check that out as well :) - Bob |
From: Everton L. B. <ev...@fa...> - 2003-12-04 16:24:26
|
I dont know if i'm correct about the breakheader newpage and headernewpage work method, but i think i found a problem.. - if i put newpage=yes and headernewpage=yes the breakheader is printed two times from second page on. this problem occurs with all databases. other problem, only at rlib 1.1.5 with postgre: - if i put newpage=yes rlib generate a blank page at end of report. -- Everton Luis Berz Nucleo de Sistemas :: FACCAT - Faculdades de Taquara +55 51 541 6600 - R.624 ICQ 7807919 |
From: Jeff K. <jt...@ya...> - 2003-12-04 16:18:20
|
Bob Doan wrote: > Right now rlib has a concept of "Output".. which contains "Images", > "HorizontalLines", and "Lines".. "Lines" in turn contain "Text" and > "Data".. Its as simple as that at the moment... You are asking for the > ability to "Box" items... mainly "Text" and "Data" in lines.. so the > "Line" we would add a property box="..some style..".. > To implement this we would have to first settle in on what exactly the > properties of boxing would be.. Chet.. Bob Kratz... any suggestions? I see. Looking at http://docutils.sourceforge.net/spec/rst/reStructuredText.html#tables +------------------------+------------+----------+----------+ | Header row, column 1 | Header 2 | Header 3 | Header 4 | | (header rows optional) | | | | +========================+============+==========+==========+ | body row 1, column 1 | column 2 | column 3 | column 4 | +------------------------+------------+----------+----------+ | body row 2 | Cells may span columns. | +------------------------+------------+---------------------+ | body row 3 | Cells may | - Table cells | +------------------------+ span rows. | - contain | | body row 4 | | - body elements. | +------------------------+------------+---------------------+ Perhaps auto wrapping and spanning aren't necessary in the context of precision layout like rlib uses. After all, the objective is only to make certain rlib text output optionally reST compatible. This way, each line wouldn't grow a dependency on previous and subsequent lines for floating bordering. Note that the exterior borders have no difference to internal borders, which is convenient for the implementation. - normal specification of column widths should result in good alignment, user can tweak alignment if reST column spanning is desired. Row spanning wouldn't be as simple. - header property, affects lower border style. - line may need a height (in lines) property, user is responsible for specifying height, truncate overflow? - specifying text/data cell width to align in a reSt compatible fashion is probably OK to ask the user to handle in the report definition. - default single space side margin property for cell? Reports that are tight on space may wish to omit margin space. |
From: Bob D. <bd...@si...> - 2003-12-04 15:48:10
|
> > > > My new guess is because of the failure we are freeing something we are > > not supposed to.. could you try taking out the rlib_free and see if the > > problem still exists? My guess is it won't.. let me know > > Yes, still exists. Ok.. so I'm not good at guessing ;) I'll try to reproduce it.. should be easy enough.. I'll let you know if I can't - Bob |
From: Everton L. B. <ev...@fa...> - 2003-12-04 15:40:50
|
Bob Doan escreveu: > On Thu, 2003-12-04 at 10:15, Everton Luis Berz wrote: > > >>I try putting "if's" like above and the problem persist. > > > My new guess is because of the failure we are freeing something we are > not supposed to.. could you try taking out the rlib_free and see if the > problem still exists? My guess is it won't.. let me know Yes, still exists. > > - Bob > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > -- Everton Luis Berz Nucleo de Sistemas :: FACCAT - Faculdades de Taquara +55 51 541 6600 - R.624 ICQ 7807919 |
From: Bob D. <bd...@si...> - 2003-12-04 15:29:07
|
Well... Right now rlib has a concept of "Output".. which contains "Images", "HorizontalLines", and "Lines".. "Lines" in turn contain "Text" and "Data".. Its as simple as that at the moment... You are asking for the ability to "Box" items... mainly "Text" and "Data" in lines.. so the "Line" we would add a property box="..some style..".. does this make sense? Therefor we would not add another output filter sound kinda ok? To implement this we would have to first settle in on what exactly the properties of boxing would be.. Chet.. Bob Kratz... any suggestions? - Bob On Thu, 2003-12-04 at 10:02, Jeff Kowalczyk wrote: > Bob Doan wrote: > > Implementing that would not be too hard.. however, rlib should also draw > > the boxes for HTML, and PDF... > > I'm only guessing by the sample reports, but doesn't the text mode omit > drawing lines that may be specified in the report definition? I don't > think you'd want the richer formats to use the borders if they have other > formatting defined. > > My idea was that the text mode could optionally use reST bordering as a > way to express information that is lost in comparison to other formats, > based on knowledge of the report definition elements. It would also make > rlib another useful generator of reST-compatible table text. I've been > using http://jefke.free.fr/soft/texttable/ (python module) for this. > > > Is this something you would like to try to implement yourself?? Do you > > know C? > >> I'd like to request a feature for rlib's text mode output to be able to > >> add borders to rows and columns in the style of reStructuredText. > > Unfortunately not fluent enough to be much help with an implementation. I > was using C# before finding python a few years ago, I kind of > bypassed/ducked C altogether. > > I took a brief look at rlib/libsrc/txt.c; (my compliments, rlib's C is > quite readable) would this involve a few more filters in > rlib_txt_new_output_filter(), or a modification of some other function > area? > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2003-12-04 15:24:11
|
On Thu, 2003-12-04 at 10:15, Everton Luis Berz wrote: > Bob Doan escreveu: > > Hym..... > > > > Does the breaks bug exist in all database formats or just postgre? > postgre and odbc postgre. mysql is ok. Ok.. sounds like a input bug.. not a engine bug.. good :).. I'll set my self up w/ your data in a bit and take a look > > > > > On the subject of RLIB memory checking: > > > > 1) Did you compile rlib with/ --enable-memdebug ?? > No, just --disable-python. Must i enable memdebug ? Um.. not unless you are actually developing RLIB source :) > I try putting "if's" like above and the problem persist. My new guess is because of the failure we are freeing something we are not supposed to.. could you try taking out the rlib_free and see if the problem still exists? My guess is it won't.. let me know - Bob |
From: Bob D. <bd...@si...> - 2003-12-04 15:16:38
|
Hi, I had to work around PHP doing stuff like that before.. but we use swig to generate the python bindings.. if you don't need python compile rlib with --disable-python to get around this mess.. if you do need python.. you could try getting the latest version of swig (www.swig.org) and then in rlib/libsrc do: swig -python rlib.i it makes a file rlib_wrap.c copy it to rlib/bindings/python/python.c and try to compile again.. let me know if it works Also.. I'm not the only RLIB developer so could we keep discussions on list please: rli...@li... thanks - Bob On Thu, 2003-12-04 at 10:02, Treeve Jelbert wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I found a further problem but this seems to be related to Python itself > > gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" > - -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"rlib\" > - -DVERSION=\"1.1.5\" -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 -DSTDC_HEADERS=1 > - -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CPDFLIB_H=1 -DHAVE_LIBCPDF=1 > - -DENABLE_CRASH=1 -I. -I. -I../../libsrc/ -I/usr/include/libxml2 > - -I/usr/include -I /usr/include/python2.3 -Wall -Werror -march=athlon-tbird > - -mmmx -m3dnow -O3 -c environment.c -MT environment.lo -MD -MP > - -MF .deps/environment.TPlo -fPIC -DPIC -o .libs/environment.o > In file included from /usr/include/python2.3/Python.h:8, > from environment.c:22: > /usr/include/python2.3/pyconfig.h:847:1: "_POSIX_C_SOURCE" redefined > In file included from /usr/include/stdlib.h:25, > from environment.c:20: > /usr/include/features.h:171:1: this is the location of the previous definition > make[3]: *** [environment.lo] Error 1 > make[3]: Leaving directory `/usr/src/rlib-1.1.5/bindings/python' > > > > > 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.3 (GNU/Linux) > > iD8DBQE/z0yBlpc0xauSmyQRAvy2AJ48wYvA0XlEdySTcwxlksFTvKYy8ACcC4sX > 6yWRFe52xnNK3bvmOOqNwdM= > =8woV > -----END PGP SIGNATURE----- |
From: Everton L. B. <ev...@fa...> - 2003-12-04 15:16:19
|
Bob Doan escreveu: > Hym..... > > Does the breaks bug exist in all database formats or just postgre? postgre and odbc postgre. mysql is ok. > > On the subject of RLIB memory checking: > > 1) Did you compile rlib with/ --enable-memdebug ?? No, just --disable-python. Must i enable memdebug ? > > 2) If a query fails to run rlib_execute will do nothing.. and return -1 > > so you should do some error checking for that... but we should keep a > state in RLIB and protect us from crashing/ getting confused.. > > hey Chet.. can you add a flag to the rlib struct.. and initially set it > to good.. in the add_datasource_* stuff.. if anything fails set it to > bad.. then in execute.. if it is bad just return -1.. but if it is good > execute.. and if execute has problems set it to bad... then in the > spool, rlib_get_output, ect.. make sure we are good before returning > stuff? > > But.. you should be doing this anyway: > > . > . > . > if(rlib_add_datasource_postgre($rlib, "pgsql", "host=localhost > dbname=rlib_examples_latin user=postgres") == -1) > echo "Could not connect to......" > else { > rlib_add_query_as($rlib, "pgsql", $sql, "jobs"); > rlib_add_report($rlib, "jobs.xml"); > rlib_set_output_format_from_text($rlib, $format); > if(rlib_execute($rlib) == -1) > echo "faild to run a query, bad xml or something..." > else { > header( rlib_get_content_type($rlib)); > rlib_spool($rlib); > } > } > rlib_free($rlib); I try putting "if's" like above and the problem persist. > > - Bob > > On Thu, 2003-12-04 at 08:21, Everton Luis Berz wrote: > >>I think i found a bug on breaks when records that appears >>in detail repeats. (1.1.4 has the bug too) >> >>*** Example (working): >>Query result: >>Amazon | 6 | Britney >>Amazon | 1 | Everton >>Amazon | 5 | John >>Hellion | 6 | Britney >>SICOM | 4 | Andrew >> >>Rlib result: (company is the breakfield) >>Company: Amazon >> 6 Britney >> 1 Everton >> 5 John >>Company: Hellion >> 6 Britney >>Company: SICOM >> 4 Andrew >> >>*** Example (bug) >>Query result: >>Amazon | 6 | Britney >>Hellion | 6 | Britney >>SICOM | 4 | Andrew >> >>Rlib result: (company is the breakfield) >>Company: Amazon >> 6 Britney >>Company: SICOM >> 4 Andrew >> >> >>Where is 'Hellion' break and detail? >> >> >>I'm sending new jobs.php (from examples), run it and >>you will see that one record does not appear. >> >> >>Other problem.. not serious.. >>i think that's a problem on new memory checking because >>when i run a erroneous report (with sql syntax error) my >>computer break, hard disk craze, etc.. some minutes after this >>it's back to normal, but sometimes i need restart linux. >> >> >>thanks. >> >> >>Bob Doan escreveu: >> >>>Hey all, >>> >>>Chet and I are happy to announce the relase of RLIB 1.1.5 (still >>>beta...) >>> >>>- rlib_add_parameter (chet) >>>- optional memory checking (chet) >>>- reports can span multiple pages (bob) >>>- fix problems w/ postgre and odbc driver (bob) >>>- ability to disable signal handling (chet) >>>- page footer formats correctly now (bob) >>>- pcode compilation fixes (chet, bob) >>>- better xml parsing and error checking (chet) >>>- surpress lines and hr's (bob) >>> >>>Again.. special thanks to Everton Luis Berz.. for all of his bug >>>reports.. pretty soon we will have more examples thanks to him... >>> >>>Known problems: >>> Number formatting w/ i18n still doesn't work >>> HTML page footer might be not be correct >>> >>>Please test it :) >>> >>>- Bob >>> >>> >>> >>>------------------------------------------------------- >>>This SF.net email is sponsored by OSDN's Audience Survey. >>>Help shape OSDN's sites and tell us what you think. Take this >>>five minute survey and you could win a $250 Gift Certificate. >>>http://www.wrgsurveys.com/2003/osdntech03.php?site=8 >>>_______________________________________________ >>>Rlib-users mailing list >>>Rli...@li... >>>https://lists.sourceforge.net/lists/listinfo/rlib-users >>> >> > -- Everton Luis Berz Nucleo de Sistemas :: FACCAT - Faculdades de Taquara +55 51 541 6600 - R.624 ICQ 7807919 |