You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(2) |
Feb
(4) |
Mar
(10) |
Apr
(2) |
May
(2) |
Jun
(2) |
Jul
(9) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(9) |
2005 |
Jan
(2) |
Feb
|
Mar
(8) |
Apr
(46) |
May
(16) |
Jun
(69) |
Jul
(27) |
Aug
(12) |
Sep
|
Oct
(11) |
Nov
|
Dec
(14) |
2006 |
Jan
(22) |
Feb
(4) |
Mar
(9) |
Apr
(1) |
May
|
Jun
(4) |
Jul
|
Aug
(1) |
Sep
(6) |
Oct
(5) |
Nov
(2) |
Dec
(16) |
2007 |
Jan
(1) |
Feb
|
Mar
(5) |
Apr
(3) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(2) |
Nov
(2) |
Dec
(3) |
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(14) |
Sep
(10) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
(3) |
Mar
|
Apr
(2) |
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(2) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Connell E. <si...@at...> - 2006-10-22 15:49:26
|
Hi, VluAGRA for LESS http://www.madesuntionkadejinsa.com =20 since it was of no help to me. Walked briskly past him and pushed open All operating expenses are on top of that. Pay up or else. |
From: Bob D. <bd...@si...> - 2006-10-16 15:52:49
|
Hi, It **can** work on OS X, but their are a few tricks. I'm pretty sure it was working reasonable well for the university of Michigan folks.. perhaps they can chime in here and let everyone know what the deal way. - Bob On Sat, 2006-10-14 at 22:54 +0100, Stuart Fenton wrote: > Is Rlib compatible with php5? > > I get these errors when I try to compile it. I'm compiling on OSX as I'm > doing some tests on Symfony on that platform but it will run eventually on > Linux with php5 and mysql. > > > environment.c: In function 'rlib_php_resolve_memory_variable': > environment.c:30: error: 'tsrm_ls' undeclared (first use in this function) > environment.c:30: error: (Each undeclared identifier is reported only once > environment.c:30: error: for each function it appears in.) > environment.c: In function 'rlib_php_write_output': > environment.c:65: error: 'tsrm_ls' undeclared (first use in this function) > make[3]: *** [environment.lo] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Any help would be gratefully appreciated. > > Regards > Stuart > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Rlib-devel mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-devel -- |
From: Stuart F. <stu...@gr...> - 2006-10-14 21:54:56
|
Is Rlib compatible with php5? I get these errors when I try to compile it. I'm compiling on OSX as I'm doing some tests on Symfony on that platform but it will run eventually on Linux with php5 and mysql. environment.c: In function 'rlib_php_resolve_memory_variable': environment.c:30: error: 'tsrm_ls' undeclared (first use in this function) environment.c:30: error: (Each undeclared identifier is reported only once environment.c:30: error: for each function it appears in.) environment.c: In function 'rlib_php_write_output': environment.c:65: error: 'tsrm_ls' undeclared (first use in this function) make[3]: *** [environment.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Any help would be gratefully appreciated. Regards Stuart |
From: Stuart F. <stu...@ma...> - 2006-10-14 12:41:14
|
From: Mythili S. <myt...@ya...> - 2006-10-11 12:53:06
|
Hi, Im using PHP API in RLIB. Im creating graphs with real time data. Im getting graphs with always white background. Is there way to change the background color and text color while creating the graph itself?. Kindly suggest as it is important for me. Thanks n advance Mythili.S Mythili.S Akken Technologies, Hyderabad. --------------------------------- New Yahoo! Messenger with Voice. Call regular phones from your PC and save big. |
From: William K. V. <wk...@us...> - 2006-09-13 22:03:36
|
Hi Zoltan, On Wed, 2006-09-13 at 15:51, Zoltan Boszormenyi wrote: > the code in rpdf specifically opens a disk file, > and read() returning 0 usually means > end of file. And rpdf doesn't use O_NONBLOCK > on the file it opens, so this case might be an error, > e.g. someone truncated the file while you were > reading it. It's best to stop reading and treat it > as an error. Ahh...your right. I've been programming mostly with O_NONBLOCK lately so run into read returning zero all the time, and having to check EOF explicitly. Sorry for the noise. Cheers, William. >=20 > Best regards, > Zolt=C3=A1n >=20 > William K. Volkman =C3=ADrta: > > Hi, > > Sorry, I should have said something earlier. The > > system calls of "read" or "write" returning zero is not an > > error (they return "-1", which necessitated the ssize_t type), > > so the comparisons should have been ">=3D 0". In practice > > it rarely happens unless you are doing network programming, > > during network congestion you will frequently get a "0" > > return. I didn't supply a patch however if you'd like I > > can. > > > > HTH, > > William. > > > > On Wed, 2006-09-13 at 13:39, Bob Doan wrote: > > =20 > >> Actually you can't subtract size in that routine like that because i= t > >> will cause stuff below to fail and no images will make it to the rep= ort. > >> > >> Attached is my version of it (committed) > >> On Sun, 2006-09-10 at 11:06 +0200, Zoltan Boszormenyi wrote: > >> =20 > >>> the stricter compiler and function attributes > >>> on Fedora Core 6 Test3 gave me warnings > >>> in rpdf, which turn out to be real bugs: > >>> ignored value returned by read() and write() > >>> can cause incomplete picture file read-in in > >>> rpdf/rpdf.c or incomplete PDF writeout > >>> rpdf/test.c. Also, a static function rpdf_error() > >>> isn't used anywhere, I made it inaccessible > >>> to the preprocessor with #if 0 for now. > >>> > >>> =20 > > > > > > > > ---------------------------------------------------------------------= ---- > > Using Tomcat but need to do more? Need to support web services, secur= ity? > > Get stuff done quickly with pre-integrated technology to make your jo= b easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Ger= onimo > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&d= at=3D121642 > > _______________________________________________ > > Rlib-devel mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-devel > > > > =20 |
From: Zoltan B. <zb...@du...> - 2006-09-13 21:51:35
|
Hi, the code in rpdf specifically opens a disk file, and read() returning 0 usually means end of file. And rpdf doesn't use O_NONBLOCK on the file it opens, so this case might be an error, e.g. someone truncated the file while you were reading it. It's best to stop reading and treat it as an error. Best regards, Zolt=E1n William K. Volkman =EDrta: > Hi, > Sorry, I should have said something earlier. The > system calls of "read" or "write" returning zero is not an > error (they return "-1", which necessitated the ssize_t type), > so the comparisons should have been ">=3D 0". In practice > it rarely happens unless you are doing network programming, > during network congestion you will frequently get a "0" > return. I didn't supply a patch however if you'd like I > can. > > HTH, > William. > > On Wed, 2006-09-13 at 13:39, Bob Doan wrote: > =20 >> Actually you can't subtract size in that routine like that because it >> will cause stuff below to fail and no images will make it to the repor= t. >> >> Attached is my version of it (committed) >> On Sun, 2006-09-10 at 11:06 +0200, Zoltan Boszormenyi wrote: >> =20 >>> the stricter compiler and function attributes >>> on Fedora Core 6 Test3 gave me warnings >>> in rpdf, which turn out to be real bugs: >>> ignored value returned by read() and write() >>> can cause incomplete picture file read-in in >>> rpdf/rpdf.c or incomplete PDF writeout >>> rpdf/test.c. Also, a static function rpdf_error() >>> isn't used anywhere, I made it inaccessible >>> to the preprocessor with #if 0 for now. >>> >>> =20 > > > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Rlib-devel mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-devel > > =20 |
From: William K. V. <wk...@us...> - 2006-09-13 20:50:19
|
Hi, Sorry, I should have said something earlier. The system calls of "read" or "write" returning zero is not an error (they return "-1", which necessitated the ssize_t type), so the comparisons should have been ">= 0". In practice it rarely happens unless you are doing network programming, during network congestion you will frequently get a "0" return. I didn't supply a patch however if you'd like I can. HTH, William. On Wed, 2006-09-13 at 13:39, Bob Doan wrote: > Actually you can't subtract size in that routine like that because it > will cause stuff below to fail and no images will make it to the report. > > Attached is my version of it (committed) > On Sun, 2006-09-10 at 11:06 +0200, Zoltan Boszormenyi wrote: > > the stricter compiler and function attributes > > on Fedora Core 6 Test3 gave me warnings > > in rpdf, which turn out to be real bugs: > > ignored value returned by read() and write() > > can cause incomplete picture file read-in in > > rpdf/rpdf.c or incomplete PDF writeout > > rpdf/test.c. Also, a static function rpdf_error() > > isn't used anywhere, I made it inaccessible > > to the preprocessor with #if 0 for now. > > |
From: Bob D. <bd...@si...> - 2006-09-13 19:40:01
|
Hey, Actually you can't subtract size in that routine like that because it will cause stuff below to fail and no images will make it to the report. Attached is my version of it (committed) Thanks! - Bob On Sun, 2006-09-10 at 11:06 +0200, Zoltan Boszormenyi wrote: > Hi, >=20 > the stricter compiler and function attributes > on Fedora Core 6 Test3 gave me warnings > in rpdf, which turn out to be real bugs: > ignored value returned by read() and write() > can cause incomplete picture file read-in in > rpdf/rpdf.c or incomplete PDF writeout > rpdf/test.c. Also, a static function rpdf_error() > isn't used anywhere, I made it inaccessible > to the preprocessor with #if 0 for now. >=20 > Patch attached, please review. >=20 > Best regards, > Zolt=C3=A1n >=20 > Bob Doan =C3=ADrta: > > All, > > > > Hopefully this will be the last RLIB release before 2.0. Let me know= if > > you find any bugs. > > > > - Fix Crashes (Me, Zoltan) > > - "do_break" - Output Parameter=20 > > - Support cursors w/ forward only navigation (Me, Zoltan) > > - CSV Data Source (Me) > > - Valid XHTML HTML Output (Me, Al) > > - RPDF Compression (Zoltan) > > - OSX Build/Link Fixes > > > > http://rlib.sicom.com | http://rlib.sf.net > > > > - Bob > > =20 >=20 --=20 |
From: Zoltan B. <zb...@du...> - 2006-09-10 11:44:10
|
Hi, I cannot recreate the PDF documentation: $ make ... docbook2pdf -d docbook-utils.dsl book.sgm Using catalogs: /etc/sgml/sgml-docbook-3.1-1.0-30.1.cat Using stylesheet: /home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/docbook-utils.= dsl Working on: /home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/book.sgm jade:/home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/docbook-utils.dsl:17:96:W:=20 cannot generate system identifier for public text "-//Norman=20 Walsh//DOCUMENT DocBook Print Stylesheet//EN" jade:/home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/docbook-utils.dsl:75:37:E:=20 no style-specification or external-specification with ID "DOCBOOK" jade:/home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/docbook-utils.dsl:1031:19:E= :=20 reference to undefined variable "$bold-seq$" jade:/home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/docbook-utils.dsl:1029:17:E= :=20 reference to undefined variable "$charseq$" jade:/home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/docbook-utils.dsl:1027:17:E= :=20 reference to undefined variable "$mono-seq$" jade:/home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/docbook-utils.dsl:1025:20:E= :=20 reference to undefined variable "$italic-mono-seq$" jade:/home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/docbook-utils.dsl:1023:18:E= :=20 reference to undefined variable "$mono-seq$" jade:/home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/docbook-utils.dsl:1021:17:E= :=20 reference to undefined variable "$bold-seq$" jade:/home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/docbook-utils.dsl:1019:19:E= :=20 reference to undefined variable "$bold-mono-seq$" jade:/home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/docbook-utils.dsl:1017:22:E= :=20 reference to undefined variable "$bold-seq$" jade:/home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/docbook-utils.dsl:1015:18:E= :=20 reference to undefined variable "$bold-seq$" jade:/home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/docbook-utils.dsl:1013:19:E= :=20 reference to undefined variable "$italic-seq$" jade:/home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/docbook-utils.dsl:1011:18:E= :=20 reference to undefined variable "$bold-seq$" jade:/home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/docbook-utils.dsl:1009:20:E= :=20 reference to undefined variable "$bold-seq$" ... I get this even running this manually, so default docbook-utils.dsl is us= ed: $ docbook2pdf book.sgm Using catalogs: /etc/sgml/sgml-docbook-3.1-1.0-30.1.cat Using stylesheet:=20 /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print Working on: /home/zozo/rpmbuild/BUILD/rlib-1.3.7/doc/book.sgm jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:9:96:W:=20 cannot generate system identifier for public text "-//Norman=20 Walsh//DOCUMENT DocBook Print Stylesheet//EN" jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:39:37:E: no=20 style-specification or external-specification with ID "DOCBOOK" jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:496:19:E:=20 reference to undefined variable "$italic-seq$" jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:495:17:E:=20 reference to undefined variable "$charseq$" jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:494:17:E:=20 reference to undefined variable "$mono-seq$" jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:493:20:E:=20 reference to undefined variable "$italic-mono-seq$" jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:492:18:E:=20 reference to undefined variable "$mono-seq$" jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:491:17:E:=20 reference to undefined variable "$bold-seq$" jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:490:19:E:=20 reference to undefined variable "$bold-mono-seq$" jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:489:22:E:=20 reference to undefined variable "$bold-seq$" jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:488:18:E:=20 reference to undefined variable "$bold-seq$" jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:487:19:E:=20 reference to undefined variable "$italic-seq$" jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:486:18:E:=20 reference to undefined variable "$bold-seq$" ... Anyone know how to solve it? I found this solution on Google but it didn't help: # xmlcatalog /etc/sgml/catalog "-//Norman Walsh//DOCUMENT DocBook Print=20 Stylesheet//EN" No entry for PUBLIC -//Norman Walsh//DOCUMENT DocBook Print Stylesheet//E= N # /usr/bin/install-catalog --add /etc/sgml/dsssl-stylesheets-1.79.cat=20 /usr/share/sgml/docbook/dsssl-stylesheets-1.79/catalog install-catalog: addition of=20 /usr/share/sgml/docbook/dsssl-stylesheets-1.79/catalog in=20 /etc/sgml/dsssl-stylesheets-1.79.cat install-catalog: addition of /etc/sgml/dsssl-stylesheets-1.79.cat in=20 /etc/sgml/catalog # xmlcatalog /etc/sgml/catalog "-//Norman Walsh//DOCUMENT DocBook Print=20 Stylesheet//EN" /usr/share/sgml/docbook/dsssl-stylesheets-1.79/print/docbook.dsl Zoltan Boszormenyi =EDrta: > Hi, > > the stricter compiler and function attributes > on Fedora Core 6 Test3 gave me warnings > in rpdf, which turn out to be real bugs: > ignored value returned by read() and write() > can cause incomplete picture file read-in in > rpdf/rpdf.c or incomplete PDF writeout > rpdf/test.c. Also, a static function rpdf_error() > isn't used anywhere, I made it inaccessible > to the preprocessor with #if 0 for now. > > Patch attached, please review. > > Best regards, > Zolt=E1n > > Bob Doan =EDrta: >> All, >> >> Hopefully this will be the last RLIB release before 2.0. Let me know = if >> you find any bugs. >> >> - Fix Crashes (Me, Zoltan) >> - "do_break" - Output Parameter - Support cursors w/ forward only=20 >> navigation (Me, Zoltan) >> - CSV Data Source (Me) >> - Valid XHTML HTML Output (Me, Al) >> - RPDF Compression (Zoltan) >> - OSX Build/Link Fixes >> >> http://rlib.sicom.com | http://rlib.sf.net >> >> - Bob >> =20 > > -----------------------------------------------------------------------= - > > diff -ur rlib-1.3.7.orig/rpdf/rpdf.c rlib-1.3.7/rpdf/rpdf.c > --- rlib-1.3.7.orig/rpdf/rpdf.c 2006-08-10 22:53:27.000000000 +0200 > +++ rlib-1.3.7/rpdf/rpdf.c 2006-09-09 23:39:20.000000000 +0200 > @@ -111,6 +111,7 @@ > =20 > #define DEGREE_2_RAD(x) (x*M_PI/180.0) > =20 > +#if 0 > static void rpdf_error(const gchar *fmt, ...) { > va_list vl; > gchar *result =3D NULL; > @@ -124,6 +125,7 @@ > } > return; > } > +#endif > =20 > static GString * obj_printf(GString *obj, const gchar *fmt, ...) { > va_list vl; > @@ -1065,10 +1067,12 @@ > gboolean rpdf_image(struct rpdf *pdf, gdouble x, gdouble y, gdouble wi= dth, gdouble height, gint image_type, gchar *file_name) { > struct rpdf_page_info *page_info =3D pdf->page_info[pdf->current_page= ]; > gint fd; > - gint size; > + off_t size, pos; > gint read_spot =3D 0; > gboolean loop =3D TRUE; > struct rpdf_images *image; > + ssize_t readbytes; > + > if(file_name =3D=3D NULL) > return FALSE; > =09 > @@ -1088,8 +1092,19 @@ > image->data =3D g_malloc(size); > image->image_type =3D image_type; > image->length =3D size; > -=09 > - read(fd, image->data, size); > + pos =3D 0; > + while (size > 0) { > + readbytes =3D read(fd, image->data + pos, size); > + if (readbytes > 0) { > + pos +=3D readbytes; > + size -=3D readbytes; > + } else { > + g_free(image->data); > + g_free(image); > + close(fd); > + return FALSE; > + } > + } > close(fd); > =20 > if(image_type =3D=3D RPDF_IMAGE_PNG) { > diff -ur rlib-1.3.7.orig/rpdf/test.c rlib-1.3.7/rpdf/test.c > --- rlib-1.3.7.orig/rpdf/test.c 2006-05-23 19:18:37.000000000 +0200 > +++ rlib-1.3.7/rpdf/test.c 2006-09-09 23:43:06.000000000 +0200 > @@ -33,6 +33,9 @@ > } > =20 > int main(int argc, char **argv) { > + ssize_t byteswritten; > + size_t count, pos; > + > struct rpdf *pdf =3D rpdf_new(); > rpdf_new_page(pdf, RPDF_PAPER_LEGAL, RPDF_LANDSCAPE); > /* rpdf_set_font(pdf, "Times-Italic", "MacRomanEncoding", 30.0); */ > @@ -78,7 +81,14 @@ > =09 > /* rpdf_image(pdf, 1, 1, 100, 100, RPDF_IMAGE_JPEG, "logo.jpg"); */ > rpdf_finalize(pdf); > - write(1, pdf->out_buffer, pdf->size); > + pos =3D 0; > + while (pos < pdf->size) { > + byteswritten =3D write(1, pdf->out_buffer + pos, pdf->size - pos); > + if (byteswritten > 0) > + pos +=3D byteswritten; > + else > + break; /* ignore the error */ > + } > rpdf_free(pdf);=09 > return 0; > } > =20 > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > Rlib-devel mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-devel > =20 |
From: Zoltan B. <zb...@du...> - 2006-09-10 09:07:01
|
Hi, the stricter compiler and function attributes on Fedora Core 6 Test3 gave me warnings in rpdf, which turn out to be real bugs: ignored value returned by read() and write() can cause incomplete picture file read-in in rpdf/rpdf.c or incomplete PDF writeout rpdf/test.c. Also, a static function rpdf_error() isn't used anywhere, I made it inaccessible to the preprocessor with #if 0 for now. Patch attached, please review. Best regards, Zolt=E1n Bob Doan =EDrta: > All, > > Hopefully this will be the last RLIB release before 2.0. Let me know i= f > you find any bugs. > > - Fix Crashes (Me, Zoltan) > - "do_break" - Output Parameter=20 > - Support cursors w/ forward only navigation (Me, Zoltan) > - CSV Data Source (Me) > - Valid XHTML HTML Output (Me, Al) > - RPDF Compression (Zoltan) > - OSX Build/Link Fixes > > http://rlib.sicom.com | http://rlib.sf.net > > - Bob > =20 |
From: Bob D. <bd...@si...> - 2006-08-10 21:02:32
|
All, Hopefully this will be the last RLIB release before 2.0. Let me know if you find any bugs. - Fix Crashes (Me, Zoltan) - "do_break" - Output Parameter - Support cursors w/ forward only navigation (Me, Zoltan) - CSV Data Source (Me) - Valid XHTML HTML Output (Me, Al) - RPDF Compression (Zoltan) - OSX Build/Link Fixes http://rlib.sicom.com | http://rlib.sf.net - Bob -- |
From: Bob D. <bd...@si...> - 2006-06-02 12:49:13
|
On Fri, 2006-06-02 at 11:00 +1000, Uwe Feldtmann wrote: > Hi Bob, > > Managed to get it to build. It couldn't find Python.h all fixed now > and appears to be working. > > More questions: > Is there a way to specify other font styles? Right now no. We are closer to being able to do that thanks to the work of Zoltan. > Is it possible to define header and footer heights? I'm wanting to > build a fixed format invoice layout on A4. You can specify A4 Paper type. The header and footer heights are defined by their contents. If you want them larger you can put blank lines or put blank Horizontal Lines. > Should I be using 1.3.6 or 1.3.7? 1.3.7 - Bob |
From: Uwe F. <uw...@mi...> - 2006-06-02 01:00:49
|
Hi Bob, Managed to get it to build. It couldn't find Python.h all fixed now and appears to be working. More questions: Is there a way to specify other font styles? Is it possible to define header and footer heights? I'm wanting to build a fixed format invoice layout on A4. Should I be using 1.3.6 or 1.3.7? Thanks again. U. Bob Doan wrote: >Does it not compile for you? > >On Thu, 2006-06-01 at 18:07 +1000, Uwe Feldtmann wrote: > > >>Hi all, >> >>Has anyone managed to compile rlib for python 2.4 on ubuntu 5.10? >> >>Any pointers or a binary would be appreciated. >> >>Thanks in advance. >>U. >> >> >>------------------------------------------------------- >>All the advantages of Linux Managed Hosting--Without the Cost and Risk! >>Fully trained technicians. The highest number of Red Hat certifications in >>the hosting industry. Fanatical Support. Click to learn more >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 >>_______________________________________________ >>Rlib-devel mailing list >>Rli...@li... >>https://lists.sourceforge.net/lists/listinfo/rlib-devel >> >> |
From: Bob D. <bd...@si...> - 2006-06-01 13:07:28
|
Does it not compile for you? On Thu, 2006-06-01 at 18:07 +1000, Uwe Feldtmann wrote: > Hi all, > > Has anyone managed to compile rlib for python 2.4 on ubuntu 5.10? > > Any pointers or a binary would be appreciated. > > Thanks in advance. > U. > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 > _______________________________________________ > Rlib-devel mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-devel -- Bob Doan Vice President of Information Technology SICOM Systems bd...@si... 800-547-4266 x217 |
From: Uwe F. <uw...@mi...> - 2006-06-01 08:07:38
|
Hi all, Has anyone managed to compile rlib for python 2.4 on ubuntu 5.10? Any pointers or a binary would be appreciated. Thanks in advance. U. |
From: dk d. <de...@gm...> - 2006-04-26 07:03:41
|
Hi all, I am trying to make rlib work on windows with php binding and postgres. I suceeded to compile it on cygwin. I got a rlib.la and rlib.a as well as the postgres input libraries. I dont know how to make it work with Apache. =BFDo I need to create a dll?= =BFHow can I do this? I did not find any instructions in the archive :-( Thank you, dek |
From: Bob D. <bd...@si...> - 2006-03-22 15:53:11
|
Nice!!!!! I applied it.. It works great! On Thu, 2006-03-16 at 23:41 +0100, Zoltan Boszormenyi wrote: > Hi, >=20 > finally here's the change you requested. I also attached the dynamic > object numbering patch as as it may enable some future improvements > and the compression was made on top of that. >=20 > The compression is a global setting, basically it is used in > rpdf_finalize() > when the PDF pages are written out. >=20 > I am sorry that it took so long, I was occupied elsewhere. >=20 > Best regards, > Zolt=C3=A1n B=C3=B6sz=C3=B6rm=C3=A9nyi >=20 > Bob Doan =C3=ADrta:=20 > > Hi, > >=20 > > Patch looks good except I would prefer compression be optional at run > > time as well. If we had something like: > >=20 > > rpdf_enable_compression(struct rpdf *pdf, gboolean setting) > >=20 > > And have a flag in the rpdf struct. =20 > > We could then have an output parameter in rlib to set it on. > >=20 > > Thanks! > >=20 > > - Bob > >=20 > > On Sun, 2006-01-22 at 15:26 +0100, Zoltan Boszormenyi wrote: > > =20 > > > Hi, > > >=20 > > > Zoltan Boszormenyi =C3=ADrta: > > >=20 > > > =20 > > > > Now it's getting embarrassing... Fix again. Use this patch instea= d of=20 > > > > the previous. > > > >=20 > > > > Zoltan Boszormenyi =C3=ADrta: > > > >=20 > > > > =20 > > > > > Another fix. :-( This time incremental against the previous one. > > > > > - Don't free something I didn't allocated. > > > > > - Some white space fixes. > > > > > =20 > > > >=20 > > > > Also check the return value of deflateEnd(), too. > > > >=20 > > > > Best regards, > > > > Zolt=C3=A1n B=C3=B6sz=C3=B6rm=C3=A9nyi > > > > =20 > > > here's a slightly cheaper version of the patch, as deflateInit() > > > is done only in rpdf_new() and deflateEnd() is done in rpdf_free(). > > > Instead, deflateReset() is used in rpdf_add_page_content_compressed= (). > > >=20 > > > $ time for i in `seq 1 1000` ; do ./test >test1.pdf ; done > > >=20 > > > real 0m2.359s > > > user 0m1.041s > > > sys 0m1.311s > > >=20 > > > Now the 1000 iterations took only 201 msecs more than without compr= ession. > > > Also, should any error happen during compression, the next content = won't be > > > compressed. It should only happen under OOM condition and I guess i= t's=20 > > > very unlikely. > > >=20 > > > Best regards, > > > Zolt=C3=A1n B=C3=B6sz=C3=B6rm=C3=A9nyi > > >=20 > > > =20 > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through lo= g files > > for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUN= K! > > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=103432&bid#0486&dat=12164= 2 > > _______________________________________________ > > Rlib-devel mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-devel > >=20 > > =20 >=20 |
From: Bob D. <bd...@si...> - 2006-03-22 15:34:14
|
Applied Thanks! - bob On Thu, 2006-02-16 at 22:32 +0100, Zoltan Boszormenyi wrote: > Hi, >=20 > recent changes in RLIB broke compilation under Windows: >=20 > 1) RPDF uses localtime_r() and only localtime() exists under MinGW. >=20 > 2) After my "leaner linking" patch the ODBC input lib fails to link > because it uses GLIB. It seems that the Windows linker requires > explicit dependencies for dynamic modules, where e.g. Linux > can resolve unknown symbols at run time. >=20 > Fixes for the above two are attached, and another one for removing > one unneeded #include from the ODBC input lib. >=20 > Best regards, > Zolt=C3=A1n B=C3=B6sz=C3=B6rm=C3=A9nyi >=20 |
From: Bob D. <bd...@si...> - 2006-03-22 15:31:33
|
Great! If you every have problems put together an example for me in: src/examples/php/expression* If you are feeling brave you can debug it in pcode.c=20 Helpful functions are rlib_pcode_dump resolution.c has commented out dumps in import places - bob On Thu, 2006-03-16 at 23:03 +0100, Zoltan Boszormenyi wrote: > Hi! >=20 > Thanks, it works OK. It even fixed another bug I just noticed before=20 > updating from CVS: >=20 > str(0-val(field),10,3) >=20 > produced bad strings like "0-" with some spaces before and after=20 > depending on the alignment. > I works after your fixes, though. >=20 > Thanks again. >=20 > Best regards, > Zolt=C3=A1n B=C3=B6sz=C3=B6rm=C3=A9nyi >=20 > Bob Doan =C3=ADrta: >=20 > >Ok.. This is fixed in CVS. > > > > > >On Wed, 2006-03-15 at 23:10 +0100, Zoltan Boszormenyi wrote: > > =20 > > > >>Hi, > >> > >>I wanted to display a percent computed from two fields. > >> > >>This doesn't work: > >> > >>str(val(field1)/val(field)*100.0,3,2) > >> > >>Although this does work: > >> > >>str((val(field1)/val(field))*100.0,3,2) > >> > >>Note the extra parentheses. This is what I got in the terminal (RLIB=20 > >>didn't crashed, though): > >> > >>RLIB EXPERIENCED A FATAL MATH ERROR WHILE TRYING TO PREFORM THE=20 > >>FOLLOWING OPERATION: str > >> * Error on Line 86: The Expression Was=20 > >>[str(val(field1)/val(field2)*100.0,3,2)] > >> * DATA TYPES ARE [UNKNOWN] [UNKNOWN] [UNKNOWN] > >>PCODE Execution Error: str( Didn't Work > >>PCODE Execution Error: [str(val(field2)/val(field2)*100.0,3,2)] on li= ne [86] > >> > >>RLIB can't parse A / B * C but it can parse (A / B) * C. > >>Is it documented somewhere? > >>E.g. explicit parentheses are not only needed but required? > >> > >>Best regards, > >>Zolt=C3=A1n B=C3=B6sz=C3=B6rm=C3=A9nyi > >> > >> > >> > >>------------------------------------------------------- > >>This SF.Net email is sponsored by xPML, a groundbreaking scripting la= nguage > >>that extends applications into web and mobile media. Attend the live = webcast > >>and join the prime developer group breaking into this new coding terr= itory! > >>http://sel.as-us.falkag.net/sel?cmd__________________________________= _____________ > >>Rlib-devel mailing list > >>Rli...@li... > >>https://lists.sourceforge.net/lists/listinfo/rlib-devel > >> =20 > >> > > > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by xPML, a groundbreaking scripting lan= guage > >that extends applications into web and mobile media. Attend the live w= ebcast > >and join the prime developer group breaking into this new coding terri= tory! > >http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 > >_______________________________________________ > >Rlib-devel mailing list > >Rli...@li... > >https://lists.sourceforge.net/lists/listinfo/rlib-devel > > > > =20 > > |
From: Bob D. <bd...@si...> - 2006-03-22 15:30:10
|
Sounds like a good idea. - bob On Thu, 2006-03-16 at 23:53 +0100, Zoltan Boszormenyi wrote: > Hi, >=20 > I had an idea about using an array to pass a PNG or JPG image to RPDF. > Higher level usage in RLIB: a BLOB field may contain an image in the=20 > database, > why not use it instead of filenames? The particular file may not be=20 > accessible > from another machine on the network, but the database may. > E.g. RLIB's ODBC input library already uses SQLGetData() to get all the= =20 > fields > in a record. A BLOB field can also be retrieved with this call, too. >=20 > Best regards, > Zolt=C3=A1n B=C3=B6sz=C3=B6rm=C3=A9nyi >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting lang= uage > that extends applications into web and mobile media. Attend the live we= bcast > and join the prime developer group breaking into this new coding territ= ory! > http://sel.as-us.falkag.net/sel?cmd____________________________________= ___________ > Rlib-devel mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-devel |
From: Zoltan B. <zb...@du...> - 2006-03-16 22:53:13
|
Hi, I had an idea about using an array to pass a PNG or JPG image to RPDF. Higher level usage in RLIB: a BLOB field may contain an image in the=20 database, why not use it instead of filenames? The particular file may not be=20 accessible from another machine on the network, but the database may. E.g. RLIB's ODBC input library already uses SQLGetData() to get all the=20 fields in a record. A BLOB field can also be retrieved with this call, too. Best regards, Zolt=E1n B=F6sz=F6rm=E9nyi |
From: Zoltan B. <zb...@du...> - 2006-03-16 22:41:31
|
Hi, finally here's the change you requested. I also attached the dynamic object numbering patch as as it may enable some future improvements and the compression was made on top of that. The compression is a global setting, basically it is used in rpdf_finalize() when the PDF pages are written out. I am sorry that it took so long, I was occupied elsewhere. Best regards, Zoltán Böszörményi Bob Doan írta: >Hi, > >Patch looks good except I would prefer compression be optional at run >time as well. If we had something like: > >rpdf_enable_compression(struct rpdf *pdf, gboolean setting) > >And have a flag in the rpdf struct. >We could then have an output parameter in rlib to set it on. > >Thanks! > >- Bob > >On Sun, 2006-01-22 at 15:26 +0100, Zoltan Boszormenyi wrote: > > >>Hi, >> >>Zoltan Boszormenyi írta: >> >> >> >>>Now it's getting embarrassing... Fix again. Use this patch instead of >>>the previous. >>> >>>Zoltan Boszormenyi írta: >>> >>> >>> >>>>Another fix. :-( This time incremental against the previous one. >>>>- Don't free something I didn't allocated. >>>>- Some white space fixes. >>>> >>>> >>> >>>Also check the return value of deflateEnd(), too. >>> >>>Best regards, >>>Zoltán Böszörményi >>> >>> >>here's a slightly cheaper version of the patch, as deflateInit() >>is done only in rpdf_new() and deflateEnd() is done in rpdf_free(). >>Instead, deflateReset() is used in rpdf_add_page_content_compressed(). >> >>$ time for i in `seq 1 1000` ; do ./test >test1.pdf ; done >> >>real 0m2.359s >>user 0m1.041s >>sys 0m1.311s >> >>Now the 1000 iterations took only 201 msecs more than without compression. >>Also, should any error happen during compression, the next content won't be >>compressed. It should only happen under OOM condition and I guess it's >>very unlikely. >> >>Best regards, >>Zoltán Böszörményi >> >> >> > > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://sel.as-us.falkag.net/sel?cmd=k&kid3432&bid#0486&dat1642 >_______________________________________________ >Rlib-devel mailing list >Rli...@li... >https://lists.sourceforge.net/lists/listinfo/rlib-devel > > > |
From: Zoltan B. <zb...@du...> - 2006-03-16 22:04:07
|
Hi! Thanks, it works OK. It even fixed another bug I just noticed before=20 updating from CVS: str(0-val(field),10,3) produced bad strings like "0-" with some spaces before and after=20 depending on the alignment. I works after your fixes, though. Thanks again. Best regards, Zolt=C3=A1n B=C3=B6sz=C3=B6rm=C3=A9nyi Bob Doan =C3=ADrta: >Ok.. This is fixed in CVS. > > >On Wed, 2006-03-15 at 23:10 +0100, Zoltan Boszormenyi wrote: > =20 > >>Hi, >> >>I wanted to display a percent computed from two fields. >> >>This doesn't work: >> >>str(val(field1)/val(field)*100.0,3,2) >> >>Although this does work: >> >>str((val(field1)/val(field))*100.0,3,2) >> >>Note the extra parentheses. This is what I got in the terminal (RLIB=20 >>didn't crashed, though): >> >>RLIB EXPERIENCED A FATAL MATH ERROR WHILE TRYING TO PREFORM THE=20 >>FOLLOWING OPERATION: str >> * Error on Line 86: The Expression Was=20 >>[str(val(field1)/val(field2)*100.0,3,2)] >> * DATA TYPES ARE [UNKNOWN] [UNKNOWN] [UNKNOWN] >>PCODE Execution Error: str( Didn't Work >>PCODE Execution Error: [str(val(field2)/val(field2)*100.0,3,2)] on line= [86] >> >>RLIB can't parse A / B * C but it can parse (A / B) * C. >>Is it documented somewhere? >>E.g. explicit parentheses are not only needed but required? >> >>Best regards, >>Zolt=C3=A1n B=C3=B6sz=C3=B6rm=C3=A9nyi >> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by xPML, a groundbreaking scripting lang= uage >>that extends applications into web and mobile media. Attend the live we= bcast >>and join the prime developer group breaking into this new coding territ= ory! >>http://sel.as-us.falkag.net/sel?cmd____________________________________= ___________ >>Rlib-devel mailing list >>Rli...@li... >>https://lists.sourceforge.net/lists/listinfo/rlib-devel >> =20 >> > > > >------------------------------------------------------- >This SF.Net email is sponsored by xPML, a groundbreaking scripting langu= age >that extends applications into web and mobile media. Attend the live web= cast >and join the prime developer group breaking into this new coding territo= ry! >http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 >_______________________________________________ >Rlib-devel mailing list >Rli...@li... >https://lists.sourceforge.net/lists/listinfo/rlib-devel > > =20 > |
From: Bob D. <bd...@si...> - 2006-03-16 15:16:01
|
Ok.. This is fixed in CVS. On Wed, 2006-03-15 at 23:10 +0100, Zoltan Boszormenyi wrote: > Hi, >=20 > I wanted to display a percent computed from two fields. >=20 > This doesn't work: >=20 > str(val(field1)/val(field)*100.0,3,2) >=20 > Although this does work: >=20 > str((val(field1)/val(field))*100.0,3,2) >=20 > Note the extra parentheses. This is what I got in the terminal (RLIB=20 > didn't crashed, though): >=20 > RLIB EXPERIENCED A FATAL MATH ERROR WHILE TRYING TO PREFORM THE=20 > FOLLOWING OPERATION: str > * Error on Line 86: The Expression Was=20 > [str(val(field1)/val(field2)*100.0,3,2)] > * DATA TYPES ARE [UNKNOWN] [UNKNOWN] [UNKNOWN] > PCODE Execution Error: str( Didn't Work > PCODE Execution Error: [str(val(field2)/val(field2)*100.0,3,2)] on line= [86] >=20 > RLIB can't parse A / B * C but it can parse (A / B) * C. > Is it documented somewhere? > E.g. explicit parentheses are not only needed but required? >=20 > Best regards, > Zolt=C3=A1n B=C3=B6sz=C3=B6rm=C3=A9nyi >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting lang= uage > that extends applications into web and mobile media. Attend the live we= bcast > and join the prime developer group breaking into this new coding territ= ory! > http://sel.as-us.falkag.net/sel?cmd____________________________________= ___________ > Rlib-devel mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-devel |