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: Christian B. <cb...@si...> - 2010-09-10 14:19:48
|
And here is the beginning of it (some messages were missing from my last email) ---------- Forwarded message ---------- From: Nancy Montalvo <mon...@gm...> Date: Mon, Sep 6, 2010 at 4:22 PM Subject: RE: [Rlib-users] problem installing RLIB To: Christian Betz <cb...@si...> Hi Christian, sorry for not answer you sooner, but i couldn’t check my email… The solution you give me works partially.. I mean, I desinstalled the devel I got before and installed the one you mention and now I had rlib installed, but not with php or postgress support. The error I got now is because it couldn’t find the configuration files (php.conf, pg_conf). It seems that is looking in the wrong path, cause I had php and postgress installed and working.. Do you know what can I do now? Thanks very much for your help.. Nancy. *De:* cbe...@gm... [mailto:cbe...@gm...] *En nombre de *Christian Betz *Enviado el:* Jueves, 26 de Agosto de 2010 07:27 a.m. *Para:* Nancy Montalvo *Asunto:* Re: [Rlib-users] problem installing RLIB This seems to be a 64-bit issue at the moment. Pkg-config is looking in /usr/lib64, not /usr/lib. Is there a? lib64glib2.0-devel that you can install? Also, do you have *any* files in/usr/lib64/pkgconfig ? Christian On Wed, Aug 25, 2010 at 5:45 PM, Nancy Montalvo <mon...@gm...> wrote: Sorry Christian, I didnt have the strace command installed.. but I do now, and it give me the following output: *open("/etc/ld.so.cache", O_RDONLY) = 3* *open("/lib64/libc.so.6", O_RDONLY) = 3* *open("/usr/lib64/pkgconfig", O_RDONLY|O_NONBLOCK|O_DIRECTORY|0x80000) = 3* *open("/usr/share/pkgconfig", O_RDONLY|O_NONBLOCK|O_DIRECTORY|0x80000) = 3* Nancy. *De:* cbe...@gm... [mailto:cbe...@gm...] *En nombre de *Christian Betz *Enviado el:* Mircoles, 25 de Agosto de 2010 04:30 p.m. *Para:* Nancy Montalvo *Asunto:* Re: [Rlib-users] problem installing RLIB You appear to have the correct files but pkg-config cannot find them. Try this next and send me the output: strace pkg-config --cflags glib-2.0 2>&1 | grep open This ought to tell us where pkg-config is looking... we'll take it from there. Christian On Wed, Aug 25, 2010 at 11:50 AM, Nancy Montalvo <mon...@gm...> wrote: Hi Christian, thanks for answering.. These are the outputs from the commands you mention: pkg-config --cflags glib-2.0 *Package glib-2.0 was not found in the pkg-config search path.* *Perhaps you should add the directory containing `glib-2.0.pc'* *to the PKG_CONFIG_PATH environment variable* *No package 'glib-2.0' found* rpm -qa | grep glib2 *libglib2.0-devel-2.18.1-1.2mdv2009.0* *lib64glib2.0_0-2.18.1-1.2mdv2009.0* *lib64pyglib2.0_0-2.15.4-1mdv2009.0* *glib2.0-common-2.18.1-1.2mdv2009.0* *libglib2.0_0-2.18.1-1.2mdv2009.0* And finally, I do have the file usr/lib/pkgconfig/glib-2.0.pc.. What this means? Thanks, Nancy *De:* cbe...@gm... [mailto:cbe...@gm...] *En nombre de *Christian Betz *Enviado el:* Mircoles, 25 de Agosto de 2010 10:37 a.m. *Para:* Nancy Montalvo *Asunto:* Re: [Rlib-users] problem installing RLIB Hi. Do you get any output from the following command? pkg-config --cflags glib-2.0 What about from this command? rpm -qa | grep glib2 Finally, do you have this file? /usr/lib/pkgconfig/glib-2.0.pc Christian On Wed, Aug 25, 2010 at 11:23 AM, Nancy Montalvo <mon...@gm...> wrote: Hi, Im trying to install RLIB to test it but I got this error: *checking for LIBXML... yes* *checking for LIBGLIB... configure: error: Package requirements (glib-2.0 >= 0.0.1) were not met:* *No package 'glib-2.0' found* *Consider adjusting the PKG_CONFIG_PATH environment variable if you* *installed software in a non-standard prefix.* *Alternatively, you may set the environment variables LIBGLIB_CFLAGS* *and LIBGLIB_LIBS to avoid the need to call pkg-config.* *See the pkg-config man page for more details.* I think I already have installed glib-2.0 package, but Im not sure. These are some of the packages I had installed in the server, I dont know which one Im missing: *cglib-2.1.3-2.1.5mdv2009.0* *glib2.0-common-2.18.1-1.2mdv2009.0* *glibc-2.8-1.20080520.5.4mnb2* *glibc-devel-2.8-1.20080520.5.4mnb2* *glib-gettextize-2.18.1-1.2mdv2009.0* *lib64avahi-glib1-0.6.23-1.2mdv2009.0* *lib64dbus-glib-1_2-0.76-2mdv2009.0* *lib64glib1.2-1.2.10-21mdv2009.0* *lib64glib2.0_0-2.18.1-1.2mdv2009.0* *lib64poppler-glib3-0.8.7-2.3mdv2009.0* *lib64pyglib2.0_0-2.15.4-1mdv2009.0* *libavahi-glib1-0.6.23-1.2mdv2009.0* *libdbus-glib-1_2-0.76-2mdv2009.0* *libglib1.2-1.2.10-21mdv2009.0* *libglib1.2-devel-1.2.10-21mdv2009.0* *libglib2.0_0-2.18.1-1.2mdv2009.0* *libglib2.0-devel-2.18.1-1.2mdv2009.0* *libglibmm2.4_1-2.18.0-1mdv2009.0* *libglibmm2.4-devel-2.18.0-1mdv2009.0* *libglibmm2.4-static-devel-2.18.0-1mdv2009.0* *ndesk-dbus-glib-0.4.1-2mdv2009.0* *tapioca-glib-0.14.0.1-3mdv2009.0* The info about the distro where Im trying to do the installation: Mandriva 2009.0 Linux laboratorio 2.6.27-desktop-0.rc8.2mnb #1 SMP Thu Oct 2 05:49:37 EDT 2008 x86_64 Quad-Core AMD Opteron(tm) Processor 1354 GNU/Linux Please can someone help me.. Thanks in advance. Nancy. |
From: Christian B. <cb...@si...> - 2010-09-10 14:12:32
|
All: Ultimately we were able to help Nancy get RLIB installed... this is how it went: ---------- Forwarded message ---------- From: Christian Betz <cb...@si...> Date: Tue, Sep 7, 2010 at 11:02 AM Subject: Re: [Rlib-users] problem installing RLIB To: Nancy Montalvo <mon...@gm...> I'm glad I could help! Christian On Tue, Sep 7, 2010 at 10:21 AM, Nancy Montalvo <mon...@gm...>wrote: > No I really dont need perl.. Thanks Christian… it works fine now!!! > > > > Thanks for your help and patience… > > > > Nancy. > > > > *De:* cbe...@gm... [mailto:cbe...@gm...] *En nombre de *Christian > Betz > *Enviado el:* Martes, 07 de Septiembre de 2010 09:08 a.m. > > *Para:* Nancy Montalvo > *Asunto:* Re: [Rlib-users] problem installing RLIB > > > > do you plan to use perl with rlib? > > > > if not you may want to try: > > > > ./configure --disable-perl > > make clean > > make > > On Tue, Sep 7, 2010 at 10:08 AM, Nancy Montalvo <mon...@gm...> > wrote: > > Now goes further.. but I still get errors… something wrong with a library? > > * * > > *perl.c:627: error: expected expression before âboolâ* > > *perl.c: En el nivel principal:* > > *perl.c:641: aviso: el tipo de dato por defecto es âintâ en la > declaración de âXSâ* > > *perl.c:641: aviso: nombres de parámetros (sin tipos) en la declaración > de la función* > > *perl.c:642: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â*â token* > > *perl.c:647: error: expected specifier-qualifier-list before > âSwigPerlWrapperPtrâ* > > *perl.c: En la función â_swig_create_magicâ:* > > *perl.c:694: aviso: la asignación crea un puntero desde un entero sin una > conversión* > > *perl.c:695: error: puntero deferenciado a tipo de dato incompleto* > > *perl.c:695: error: aplicación inválida de âsizeofâ a un tipo de dato > incompleto âMGVTBLâ* > > *perl.c:696: error: puntero deferenciado a tipo de dato incompleto* > > *perl.c:697: error: puntero deferenciado a tipo de dato incompleto* > > *perl.c:698: error: puntero deferenciado a tipo de dato incompleto* > > *perl.c:699: error: puntero deferenciado a tipo de dato incompleto* > > *perl.c:700: error: puntero deferenciado a tipo de dato incompleto* > > *perl.c: En la función âswig_magic_readonlyâ:* > > *perl.c:803: aviso: declaración implÃcita de la función âcroakâ* > > *perl.c: En el nivel principal:* > > *perl.c:815: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:836: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:878: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:911: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:950: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:980: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1010: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1046: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1076: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1106: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1133: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1164: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1191: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1220: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1259: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1292: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1322: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1353: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1380: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1421: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1463: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1490: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1523: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1553: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1584: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1612: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1645: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1672: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1697: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1739: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1769: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1802: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *perl.c:1859: error: â_wrap_rlib_initâ no se declaró aquà (no en una > función)* > > *perl.c:1859: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1859: aviso: (cerca de la inicialización de âswig_commands[0]â)* > > *perl.c:1860: error: â_wrap_rlib_add_datasource_mysqlâ no se declaró > aquà (no en una función)* > > *perl.c:1860: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1860: aviso: (cerca de la inicialización de âswig_commands[1]â)* > > *perl.c:1861: error: â_wrap_rlib_add_datasource_postgresâ no se declaró > aquà (no en una función)* > > *perl.c:1861: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1861: aviso: (cerca de la inicialización de âswig_commands[2]â)* > > *perl.c:1862: error: â_wrap_rlib_add_datasource_odbcâ no se declaró aquà > (no en una función)* > > *perl.c:1862: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1862: aviso: (cerca de la inicialización de âswig_commands[3]â)* > > *perl.c:1863: error: â_wrap_rlib_add_datasource_xmlâ no se declaró aquà > (no en una función)* > > *perl.c:1863: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1863: aviso: (cerca de la inicialización de âswig_commands[4]â)* > > *perl.c:1864: error: â_wrap_rlib_add_datasource_csvâ no se declaró aquà > (no en una función)* > > *perl.c:1864: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1864: aviso: (cerca de la inicialización de âswig_commands[5]â)* > > *perl.c:1865: error: â_wrap_rlib_add_query_asâ no se declaró aquà (no en > una función)* > > *perl.c:1865: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1865: aviso: (cerca de la inicialización de âswig_commands[6]â)* > > *perl.c:1866: error: â_wrap_rlib_add_reportâ no se declaró aquà (no en > una función)* > > *perl.c:1866: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1866: aviso: (cerca de la inicialización de âswig_commands[7]â)* > > *perl.c:1867: error: â_wrap_rlib_add_report_from_bufferâ no se declaró > aquà (no en una función)* > > *perl.c:1867: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1867: aviso: (cerca de la inicialización de âswig_commands[8]â)* > > *perl.c:1868: error: â_wrap_rlib_executeâ no se declaró aquà (no en una > función)* > > *perl.c:1868: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1868: aviso: (cerca de la inicialización de âswig_commands[9]â)* > > *perl.c:1869: error: â_wrap_rlib_get_content_type_as_textâ no se declaró > aquà (no en una función)* > > *perl.c:1869: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1869: aviso: (cerca de la inicialización de âswig_commands[10]â)* > > *perl.c:1870: error: â_wrap_rlib_spoolâ no se declaró aquà (no en una > función)* > > *perl.c:1870: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1870: aviso: (cerca de la inicialización de âswig_commands[11]â)* > > *perl.c:1871: error: â_wrap_rlib_set_output_formatâ no se declaró aquà > (no en una función)* > > *perl.c:1871: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1871: aviso: (cerca de la inicialización de âswig_commands[12]â)* > > *perl.c:1872: error: â_wrap_rlib_add_resultset_follower_n_to_1â no se > declaró aquà (no en una función)* > > *perl.c:1872: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1872: aviso: (cerca de la inicialización de âswig_commands[13]â)* > > *perl.c:1873: error: â_wrap_rlib_add_resultset_followerâ no se declaró > aquà (no en una función)* > > *perl.c:1873: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1873: aviso: (cerca de la inicialización de âswig_commands[14]â)* > > *perl.c:1874: error: â_wrap_rlib_set_output_format_from_textâ no se > declaró aquà (no en una función)* > > *perl.c:1874: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1874: aviso: (cerca de la inicialización de âswig_commands[15]â)* > > *perl.c:1875: error: â_wrap_rlib_get_outputâ no se declaró aquà (no en > una función)* > > *perl.c:1875: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1875: aviso: (cerca de la inicialización de âswig_commands[16]â)* > > *perl.c:1876: error: â_wrap_rlib_get_output_lengthâ no se declaró aquà > (no en una función)* > > *perl.c:1876: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1876: aviso: (cerca de la inicialización de âswig_commands[17]â)* > > *perl.c:1877: error: â_wrap_rlib_signal_connectâ no se declaró aquà (no > en una función)* > > *perl.c:1877: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1877: aviso: (cerca de la inicialización de âswig_commands[18]â)* > > *perl.c:1878: error: â_wrap_rlib_signal_connect_stringâ no se declaró > aquà (no en una función)* > > *perl.c:1878: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1878: aviso: (cerca de la inicialización de âswig_commands[19]â)* > > *perl.c:1879: error: â_wrap_rlib_query_refreshâ no se declaró aquà (no > en una función)* > > *perl.c:1879: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1879: aviso: (cerca de la inicialización de âswig_commands[20]â)* > > *perl.c:1880: error: â_wrap_rlib_add_parameterâ no se declaró aquà (no > en una función)* > > *perl.c:1880: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1880: aviso: (cerca de la inicialización de âswig_commands[21]â)* > > *perl.c:1881: error: â_wrap_rlib_set_localeâ no se declaró aquà (no en > una función)* > > *perl.c:1881: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1881: aviso: (cerca de la inicialización de âswig_commands[22]â)* > > *perl.c:1882: error: â_wrap_rlib_set_output_parameterâ no se declaró > aquà (no en una función)* > > *perl.c:1882: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1882: aviso: (cerca de la inicialización de âswig_commands[23]â)* > > *perl.c:1883: error: â_wrap_rlib_set_output_encodingâ no se declaró aquà > (no en una función)* > > *perl.c:1883: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1883: aviso: (cerca de la inicialización de âswig_commands[24]â)* > > *perl.c:1884: error: â_wrap_rlib_set_datasource_encodingâ no se declaró > aquà (no en una función)* > > *perl.c:1884: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1884: aviso: (cerca de la inicialización de âswig_commands[25]â)* > > *perl.c:1885: error: â_wrap_rlib_freeâ no se declaró aquà (no en una > función)* > > *perl.c:1885: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1885: aviso: (cerca de la inicialización de âswig_commands[26]â)* > > *perl.c:1886: error: â_wrap_rlib_versionâ no se declaró aquà (no en una > función)* > > *perl.c:1886: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1886: aviso: (cerca de la inicialización de âswig_commands[27]â)* > > *perl.c:1887: error: â_wrap_rlib_graph_add_bg_regionâ no se declaró aquà > (no en una función)* > > *perl.c:1887: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1887: aviso: (cerca de la inicialización de âswig_commands[28]â)* > > *perl.c:1888: error: â_wrap_rlib_graph_clear_bg_regionâ no se declaró > aquà (no en una función)* > > *perl.c:1888: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1888: aviso: (cerca de la inicialización de âswig_commands[29]â)* > > *perl.c:1889: error: â_wrap_rlib_graph_set_x_minor_tickâ no se declaró > aquà (no en una función)* > > *perl.c:1889: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1889: aviso: (cerca de la inicialización de âswig_commands[30]â)* > > *perl.c:1890: error: â_wrap_rlib_graph_set_x_minor_tick_by_locationâ no se > declaró aquà (no en una función)* > > *perl.c:1890: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1890: aviso: (cerca de la inicialización de âswig_commands[31]â)* > > *perl.c:1891: aviso: exceso de elementos en el inicializador de struct* > > *perl.c:1891: aviso: (cerca de la inicialización de âswig_commands[32]â)* > > *perl.c:1898: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â > before â{â token* > > *make[3]: *** [perl.lo] Error 1* > > *make[3]: se sale del directorio > `/var/www/htdocs/rlib-1.3.7/bindings/perl'* > > *make[2]: *** [all-recursive] Error 1* > > *make[2]: se sale del directorio `/var/www/htdocs/rlib-1.3.7/bindings'* > > *make[1]: *** [all-recursive] Error 1* > > *make[1]: se sale del directorio `/var/www/htdocs/rlib-1.3.7'* > > > > *De:* cbe...@gm... [mailto:cbe...@gm...] *En nombre de *Christian > Betz > *Enviado el:* Martes, 07 de Septiembre de 2010 09:00 a.m. > > > *Para:* Nancy Montalvo > *Asunto:* Re: [Rlib-users] problem installing RLIB > > > > hmm. can you try this: > > > > make clean > > > > followed by another > > > > make > > > > > > same results? > > On Tue, Sep 7, 2010 at 9:54 AM, Nancy Montalvo <mon...@gm...> > wrote: > > Thanks Christian, this solve my problem.. i got installed rlib now with php > and postgres support.. > > > > But now.. when I am compiling it (make command) I got this output: > > > > *[root@nmm rlib-1.3.7]# make* > > *make all-recursive* > > *make[1]: se ingresa al directorio `/var/www/htdocs/rlib-1.3.7'* > > *Making all in rpdf* > > *make[2]: se ingresa al directorio `/var/www/htdocs/rlib-1.3.7/rpdf'* > > */bin/sh ../libtool --mode=link gcc -D_GNU_SOURCE -I/usr/include/glib-2.0 > -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 > -I/usr/lib64/glib-2.0/include -g -O2 -o test test.o librpdf.la -lm > -lm -lc* > > *gcc -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include > -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -O2 -o test test.o > ./.libs/librpdf.so /usr/lib64/libgmodule-2.0.so -ldl /usr/lib64/ > libglib-2.0.so /usr/lib64/libpcre.so -lz -lm -lc -Wl,--rpath > -Wl,/var/www/htdocs/rlib-1.3.7/rpdf/.libs -Wl,--rpath -Wl,/usr/local/lib* > > */usr/bin/ld: i386 architecture of input file `test.o' is incompatible > with i386:x86-64 output* > > *collect2: ld devolvió el estado de salida 1* > > *make[2]: *** [test] Error 1* > > *make[2]: se sale del directorio `/var/www/htdocs/rlib-1.3.7/rpdf'* > > *make[1]: *** [all-recursive] Error 1* > > *make[1]: se sale del directorio `/var/www/htdocs/rlib-1.3.7'* > > *make: *** [all] Error 2* > > > > *De:* cbe...@gm... [mailto:cbe...@gm...] *En nombre de *Christian > Betz > *Enviado el:* Martes, 07 de Septiembre de 2010 08:35 a.m. > > > *Para:* Nancy Montalvo > *Asunto:* Re: [Rlib-users] problem installing RLIB > > > > you will need the devel packages for php and mysql installed also. > > On Tue, Sep 7, 2010 at 9:36 AM, Nancy Montalvo <mon...@gm...> > wrote: > > Thanks Christian for your help… This is the output for ./configure: > > > > *checking for egrep... grep -E* > > *checking for ld used by gcc... /usr/bin/ld* > > *checking if the linker (/usr/bin/ld) is GNU ld... yes* > > *checking for /usr/bin/ld option to reload object files... -r* > > *checking for BSD-compatible nm... /usr/bin/nm -B* > > *checking whether ln -s works... yes* > > *checking how to recognise dependent libraries... pass_all* > > *checking how to run the C preprocessor... gcc -E* > > *checking for ANSI C header files... yes* > > *checking for sys/types.h... yes* > > *checking for sys/stat.h... yes* > > *checking for stdlib.h... yes* > > *checking for string.h... yes* > > *checking for memory.h... yes* > > *checking for strings.h... yes* > > *checking for inttypes.h... yes* > > *checking for stdint.h... yes* > > *checking for unistd.h... yes* > > *checking dlfcn.h usability... yes* > > *checking dlfcn.h presence... yes* > > *checking for dlfcn.h... yes* > > *checking for g++... no* > > *checking for c++... no* > > *checking for gpp... no* > > *checking for aCC... no* > > *checking for CC... no* > > *checking for cxx... no* > > *checking for cc++... no* > > *checking for cl... no* > > *checking for FCC... no* > > *checking for KCC... no* > > *checking for RCC... no* > > *checking for xlC_r... no* > > *checking for xlC... no* > > *checking whether we are using the GNU C++ compiler... no* > > *checking whether g++ accepts -g... no* > > *checking dependency style of g++... none* > > *checking for g77... no* > > *checking for f77... no* > > *checking for xlf... no* > > *checking for frt... no* > > *checking for pgf77... no* > > *checking for fort77... no* > > *checking for fl32... no* > > *checking for af77... no* > > *checking for f90... no* > > *checking for xlf90... no* > > *checking for pgf90... no* > > *checking for epcf90... no* > > *checking for f95... no* > > *checking for fort... no* > > *checking for xlf95... no* > > *checking for ifc... no* > > *checking for efc... no* > > *checking for pgf95... no* > > *checking for lf95... no* > > *checking for gfortran... no* > > *checking whether we are using the GNU Fortran 77 compiler... no* > > *checking whether accepts -g... no* > > *checking the maximum length of command line arguments... 32768* > > *checking command to parse /usr/bin/nm -B output from gcc object... ok* > > *checking for objdir... .libs* > > *checking for ar... ar* > > *checking for ranlib... ranlib* > > *checking for strip... strip* > > *checking if gcc static flag works... yes* > > *checking if gcc supports -fno-rtti -fno-exceptions... no* > > *checking for gcc option to produce PIC... -fPIC* > > *checking if gcc PIC flag -fPIC works... yes* > > *checking if gcc supports -c -o file.o... yes* > > *checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports > shared libraries... yes* > > *checking whether -lc should be explicitly linked in... no* > > *checking dynamic linker characteristics... GNU/Linux ld.so* > > *checking how to hardcode library paths into programs... immediate* > > *checking whether stripping libraries is possible... yes* > > *checking for shl_load... no* > > *checking for shl_load in -ldld... no* > > *checking for dlopen... no* > > *checking for dlopen in -ldl... yes* > > *checking whether a program can dlopen itself... yes* > > *checking whether a statically linked program can dlopen itself... yes* > > *checking if libtool supports shared libraries... yes* > > *checking whether to build shared libraries... yes* > > *checking whether to build static libraries... no* > > *configure: creating libtool* > > *appending configuration tag "CXX" to libtool* > > *appending configuration tag "F77" to libtool* > > *checking langinfo.h usability... yes* > > *checking langinfo.h presence... yes* > > *checking for langinfo.h... yes* > > *checking sys/time.h usability... yes* > > *checking sys/time.h presence... yes* > > *checking for sys/time.h... yes* > > *checking for exit in -lc... yes* > > *checking for exp in -lm... yes* > > *checking usability... no* > > *checking presence... no* > > *checking for ... no* > > *checking zlib.h usability... yes* > > *checking zlib.h presence... yes* > > *checking for zlib.h... yes* > > *checking for zlibVersion in -lz... yes* > > *checking for pkg-config... /usr/bin/pkg-config* > > *checking pkg-config is at least version 0.9.0... yes* > > *checking for LIBXML... yes* > > *checking for LIBGLIB... yes* > > *checking for LIBGMODULE... yes* > > *checking for mysql_config... no* > > **** WARNING: MYSQL NOT FOUND IN PATH. RLIB WILL NOT BE COMPILED WITH > SUPPORT FOR IT* > > *checking for pg_config... no* > > **** WARNING: POSTGRES NOT FOUND IN PATH. RLIB WILL NOT BE COMPILED WITH > SUPPORT FOR IT* > > *checking for ODBC files... configure: WARNING: ODBC input method is not > going to be used* > > *checking for php-config... no* > > **** WARNING: PHP NOT FOUND IN PATH. RLIB WILL NOT BE COMPILED WITH > SUPPORT FOR IT* > > *checking for gdlib-config... no* > > **** WARNING: GD NOT FOUND IN PATH. RLIB WILL NOT BE COMPILED WITH > SUPPORT FOR IT* > > *checking for db2pdf... no* > > **** WARNING: DB2PDF NOT FOUND IN PATH. Sadly the manual won't be built* > > *checking for a Python interpreter with version >= 2.2... python* > > *checking for python... /usr/bin/python* > > *checking for python version... 2.5* > > *checking for python platform... linux2* > > *checking for script directory... ${prefix}/lib/python2.5/site-packages* > > *checking for extension module directory... > ${exec_prefix}/lib64/python2.5/site-packages* > > **** WARNING: PYTHON 2.2 NOT FOUND IN PATH. RLIB WILL NOT BE COMPILED > WITH SUPPORT FOR IT* > > *checking for perl... /usr/bin/perl* > > *checking whether iconv takes ISO8859-1 or ISO-8859-1... ISO8859-1* > > *checking monetary.h usability... yes* > > *checking monetary.h presence... yes* > > *checking for monetary.h... yes* > > *checking for ANSI C header files... (cached) yes* > > *checking fcntl.h usability... yes* > > *checking fcntl.h presence... yes* > > *checking for fcntl.h... yes* > > *checking for unistd.h... (cached) yes* > > *checking for an ANSI C-conforming const... yes* > > *checking sys/resource.h usability... yes* > > *checking sys/resource.h presence... yes* > > *checking for sys/resource.h... yes* > > *configure: creating ./config.status* > > *config.status: creating Makefile* > > *config.status: creating rlib.pc* > > *config.status: creating rpdf/Makefile* > > *config.status: creating libsrc/Makefile* > > *config.status: creating src/Makefile* > > *config.status: creating src/examples/Makefile* > > *config.status: creating src/examples/common/Makefile* > > *config.status: creating src/examples/c/Makefile* > > *config.status: creating src/examples/php/Makefile* > > *config.status: creating src/examples/python/Makefile* > > *config.status: creating src/examples/java/Makefile* > > *config.status: creating src/examples/perl/Makefile* > > *config.status: creating src/examples/csharp/Makefile* > > *config.status: creating bindings/Makefile* > > *config.status: creating bindings/php/Makefile* > > *config.status: creating bindings/python/Makefile* > > *config.status: creating bindings/perl/Makefile* > > *config.status: creating bindings/java/Makefile* > > *config.status: creating bindings/csharp/Makefile* > > *config.status: creating bindings/interfaces/Makefile* > > *config.status: creating inputs/Makefile* > > *config.status: creating inputs/mysql/Makefile* > > *config.status: creating inputs/odbc/Makefile* > > *config.status: creating inputs/postgres/Makefile* > > *config.status: creating tests/Makefile* > > *config.status: creating doc/Makefile* > > *config.status: creating doc/IMAGES/Makefile* > > *config.status: creating rlib.spec* > > *config.status: creating config.h* > > *config.status: config.h is unchanged* > > *config.status: executing depfiles commands* > > * * > > *rlib-1.3.7:* > > * * > > * prefix: /usr/local* > > * compiler: gcc* > > * Memory debugging: no* > > * Warning Fun: no* > > * Crash detection: yes* > > * UTF8 disabled: yes* > > * WIN32 build: no* > > * Documentation: no* > > * * > > * INPUTS:* > > * MYSQL: no* > > * POSTGRES: no* > > * ODBC: no* > > * * > > * COMPRESSION:* > > * PDF: yes* > > * * > > * GRAPHING:* > > * PDF: Always* > > * **HTML: no* > > * * > > * BINDINGS:* > > * PHP: no* > > * PHP entension dir:* > > * PYTHON: no* > > * PYTHON version: 2.2* > > * PYTHON entension dir:* > > * JAVA: no* > > * CSHARP: no* > > * PERL: yes* > > * PERL entension dir: > /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi* > > * * > > * **** If you like RLIB send a postcard from where you are in the world > to:* > > * ** Bob Doan - 4140 Skyron Drive - Doylestown - PA - 18901 - USA* > > * * > > * Music: Coldplay / Virgin Radio* > > * Having Problems: rli...@li...* > > * Want To Contribute: rli...@li...* > > * Commercial License: rli...@si...* > > > > *De:* cbe...@gm... [mailto:cbe...@gm...] *En nombre de *Christian > Betz > *Enviado el:* Martes, 07 de Septiembre de 2010 08:27 a.m. > > > *Para:* Nancy Montalvo > *Asunto:* Re: [Rlib-users] problem installing RLIB > > > > sorry, I've been on vacation. > > > > can you send me the output of ./configure ? > > On Mon, Sep 6, 2010 at 4:22 PM, Nancy Montalvo <mon...@gm...> > wrote: > > Hi Christian, sorry for not answer you sooner, but i couldn’t check my > email… > > > > The solution you give me works partially.. I mean, I desinstalled the devel > I got before and installed the one you mention and now I had rlib installed, > but not with php or postgress support. The error I got now is because it > couldn’t find the configuration files (php.conf, pg_conf). It seems that is > looking in the wrong path, cause I had php and postgress installed and > working.. Do you know what can I do now? > > > > Thanks very much for your help.. > > > > Nancy. > > > > > > __________ Información de ESET NOD32 Antivirus, versión de la base de > firmas de virus 5431 (20100907) __________ > > > > ESET NOD32 Antivirus ha comprobado este mensaje. > > http://www.eset.com > > > > > > __________ Información de ESET NOD32 Antivirus, versión de la base de > firmas de virus 5431 (20100907) __________ > > > > ESET NOD32 Antivirus ha comprobado este mensaje. > > > > http://www.eset.com > > > > __________ Información de ESET NOD32 Antivirus, versión de la base de > firmas de virus 5431 (20100907) __________ > > ESET NOD32 Antivirus ha comprobado este mensaje. > > http://www.eset.com > > > > > > __________ Información de ESET NOD32 Antivirus, versión de la base de > firmas de virus 5431 (20100907) __________ > > > > ESET NOD32 Antivirus ha comprobado este mensaje. > > > > http://www.eset.com > > > > __________ Información de ESET NOD32 Antivirus, versión de la base de > firmas de virus 5431 (20100907) __________ > > ESET NOD32 Antivirus ha comprobado este mensaje. > > http://www.eset.com > > > > > > __________ Información de ESET NOD32 Antivirus, versión de la base de > firmas de virus 5431 (20100907) __________ > > > > ESET NOD32 Antivirus ha comprobado este mensaje. > > > > http://www.eset.com > > > __________ Información de ESET NOD32 Antivirus, versión de la base de > firmas de virus 5431 (20100907) __________ > > ESET NOD32 Antivirus ha comprobado este mensaje. > > http://www.eset.com > |
From: Nasir B. <nas...@ho...> - 2010-09-03 15:34:39
|
Hi There, We had some RLIB scripts running on FreeBSD server which used to generate the PDF reports. I moved all these scripts to new Linux SUSE server. After moving them we found the issue in format string. (1) I need string to be formatted, such as 12,345,678.90 <field value="number1" format="'%$.2d'" width="18" align="right"/> This thing used to work on old FreeBSD server. But on new Linux server it is not formatting anymore. I am getting string such as 12345678.90 (2)I need string needs to be formatted as money string, such as $12,345,678.90 <field value="number2" format="'!$%n'" align="right" width="15"/> On new box I am getting 12345678.90 instead of $12,345,678.90. Please let me know if anyone has any idea. Thanking you in advance for your help. Regards, Nasir Baig |
From: <ags...@pa...> - 2010-08-28 10:25:20
|
On 08/25/2010 05:23 PM, Nancy Montalvo wrote: > > Hi, > > I’m trying to install RLIB to test it but I got this error: > > /checking for LIBXML... yes/ > > /checking for LIBGLIB... configure: error: Package requirements > (glib-2.0 >= 0.0.1) were not met:/ > > The problem is not your glib intalled package. Likely, you must install glib2-0-dev too. |
From: Nancy M. <mon...@gm...> - 2010-08-25 15:20:18
|
Hi, I'm trying to install RLIB to test it but I got this error: checking for LIBXML... yes checking for LIBGLIB... configure: error: Package requirements (glib-2.0 >= 0.0.1) were not met: No package 'glib-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBGLIB_CFLAGS and LIBGLIB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. I think I already have installed glib-2.0 package, but I'm not sure. These are some of the packages I had installed in the server, I don't know which one I'm missing: cglib-2.1.3-2.1.5mdv2009.0 glib2.0-common-2.18.1-1.2mdv2009.0 glibc-2.8-1.20080520.5.4mnb2 glibc-devel-2.8-1.20080520.5.4mnb2 glib-gettextize-2.18.1-1.2mdv2009.0 lib64avahi-glib1-0.6.23-1.2mdv2009.0 lib64dbus-glib-1_2-0.76-2mdv2009.0 lib64glib1.2-1.2.10-21mdv2009.0 lib64glib2.0_0-2.18.1-1.2mdv2009.0 lib64poppler-glib3-0.8.7-2.3mdv2009.0 lib64pyglib2.0_0-2.15.4-1mdv2009.0 libavahi-glib1-0.6.23-1.2mdv2009.0 libdbus-glib-1_2-0.76-2mdv2009.0 libglib1.2-1.2.10-21mdv2009.0 libglib1.2-devel-1.2.10-21mdv2009.0 libglib2.0_0-2.18.1-1.2mdv2009.0 libglib2.0-devel-2.18.1-1.2mdv2009.0 libglibmm2.4_1-2.18.0-1mdv2009.0 libglibmm2.4-devel-2.18.0-1mdv2009.0 libglibmm2.4-static-devel-2.18.0-1mdv2009.0 ndesk-dbus-glib-0.4.1-2mdv2009.0 tapioca-glib-0.14.0.1-3mdv2009.0 The info about the distro where I'm trying to do the installation: Mandriva 2009.0 Linux laboratorio 2.6.27-desktop-0.rc8.2mnb #1 SMP Thu Oct 2 05:49:37 EDT 2008 x86_64 Quad-Core AMD Opteron(tm) Processor 1354 GNU/Linux Please can someone help me.. Thanks in advance. Nancy. |
From: Bob D. <bd...@si...> - 2010-08-13 22:03:34
|
It looks like you are missing parts of glib-2.0 Or somehow have glib1/2 crossed? On Tue, 2010-08-10 at 15:32 +0530, Rahul Chaturvedi wrote: > Hi, > > I am trying to build rlib on slackware13 and get the following errors. > Can some one helps me in fixing these error. > > rahul@rahul_dev:~/Downloads/ > rlib/rlib$ make > make all-recursive > make[1]: Entering directory `/home/rahul/Downloads/rlib/rlib' > Making all in rpdf > make[2]: Entering directory `/home/rahul/Downloads/rlib/rlib/rpdf' > /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. > -I.. -D_GNU_SOURCE -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -g -O2 -MT rpdf.lo -MD -MP > -MF .deps/rpdf.Tpo -c -o rpdf.lo rpdf.c > mkdir .libs > gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -g -O2 -MT rpdf.lo -MD -MP > -MF .deps/rpdf.Tpo -c rpdf.c -fPIC -DPIC -o .libs/rpdf.o > In file included from rpdf.c:40: > /usr/include/glib-2.0/glib.h:38:27: error: glib/gbitlock.h: No such > file or directory > /usr/include/glib-2.0/glib.h:51:29: error: glib/ghostutils.h: No such > file or directory > In file included from /usr/include/glib-2.0/glib/giochannel.h:35, > from /usr/include/glib-2.0/glib.h:52, > from rpdf.c:40: > /usr/include/glib-2.0/glib/gmain.h:27:24: error: glib/gpoll.h: No such > file or directory > In file included from /usr/include/glib-2.0/glib/giochannel.h:35, > from /usr/include/glib-2.0/glib.h:52, > from rpdf.c:40: > /usr/include/glib-2.0/glib/gmain.h:138: error: expected declaration > specifiers or '...' before 'GPollFD' > /usr/include/glib-2.0/glib/gmain.h:142: error: expected declaration > specifiers or '...' before 'GPollFD' > /usr/include/glib-2.0/glib/gmain.h:147: error: expected declaration > specifiers or '...' before 'GPollFunc' > /usr/include/glib-2.0/glib/gmain.h:148: error: expected '=', ',', ';', > 'asm' or '__attribute__' before 'g_main_context_get_poll_func' > /usr/include/glib-2.0/glib/gmain.h:153: error: expected declaration > specifiers or '...' before 'GPollFD' > /usr/include/glib-2.0/glib/gmain.h:156: error: expected declaration > specifiers or '...' before 'GPollFD' > /usr/include/glib-2.0/glib/gmain.h:214: error: expected declaration > specifiers or '...' before 'GPollFD' > /usr/include/glib-2.0/glib/gmain.h:216: error: expected declaration > specifiers or '...' before 'GPollFD' > In file included from rpdf.c:40: > /usr/include/glib-2.0/glib.h:89:31: error: glib/gvarianttype.h: No > such file or directory > /usr/include/glib-2.0/glib.h:90:27: error: glib/gvariant.h: No such > file or directory > make[2]: *** [rpdf.lo] Error 1 > make[2]: Leaving directory `/home/rahul/Downloads/rlib/rlib/rpdf' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/rahul/Downloads/rlib/rlib' > make: *** [all] Error 2 > > > ./configure gives me these outputs > > config.status: executing depfiles > commands > > rlib-1.3.8: > > prefix: /usr/local > compiler: gcc > Memory debugging: no > Warning Fun: no > Crash detection: yes > UTF8 disabled: yes > WIN32 build: no > Documentation: yes > > INPUTS: > MYSQL: yes > POSTGRES: yes > ODBC: no > > COMPRESSION: > PDF: yes > > GRAPHING: > PDF: Always > HTML: yes > > BINDINGS: > PHP: yes > PHP entension dir: /usr/lib/php/extensions > PYTHON: no > PYTHON version: 2.2 > PYTHON entension dir: > JAVA: no > CSHARP: no > PERL: yes > PERL entension > dir: /usr/lib/perl5/5.10.0/i486-linux-thread-multi > > ** If you like RLIB send a postcard from where you are in the world > to: > ** Bob Doan - 4140 Skyron Drive - Doylestown - PA - 18902 - USA > > Music: RHCP / Virgin Radio > Having Problems: rli...@li... > Want To Contribute: rli...@li... > Commercial License: rli...@si... > > > Now type `make' to compile rlib > > > -- > Thanks & Regards > > Rahul > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Rahul C. <rah...@gm...> - 2010-08-10 10:02:39
|
Hi, I am trying to build rlib on slackware13 and get the following errors. Can some one helps me in fixing these error. rahul@rahul_dev:~/Downloads/ rlib/rlib$ *make* make all-recursive make[1]: Entering directory `/home/rahul/Downloads/rlib/rlib' Making all in rpdf make[2]: Entering directory `/home/rahul/Downloads/rlib/rlib/rpdf' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -MT rpdf.lo -MD -MP -MF .deps/rpdf.Tpo -c -o rpdf.lo rpdf.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -MT rpdf.lo -MD -MP -MF .deps/rpdf.Tpo -c rpdf.c -fPIC -DPIC -o .libs/rpdf.o In file included from rpdf.c:40: /usr/include/glib-2.0/glib.h:38:27: error: glib/gbitlock.h: No such file or directory /usr/include/glib-2.0/glib.h:51:29: error: glib/ghostutils.h: No such file or directory In file included from /usr/include/glib-2.0/glib/giochannel.h:35, from /usr/include/glib-2.0/glib.h:52, from rpdf.c:40: /usr/include/glib-2.0/glib/gmain.h:27:24: error: glib/gpoll.h: No such file or directory In file included from /usr/include/glib-2.0/glib/giochannel.h:35, from /usr/include/glib-2.0/glib.h:52, from rpdf.c:40: /usr/include/glib-2.0/glib/gmain.h:138: error: expected declaration specifiers or '...' before 'GPollFD' /usr/include/glib-2.0/glib/gmain.h:142: error: expected declaration specifiers or '...' before 'GPollFD' /usr/include/glib-2.0/glib/gmain.h:147: error: expected declaration specifiers or '...' before 'GPollFunc' /usr/include/glib-2.0/glib/gmain.h:148: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'g_main_context_get_poll_func' /usr/include/glib-2.0/glib/gmain.h:153: error: expected declaration specifiers or '...' before 'GPollFD' /usr/include/glib-2.0/glib/gmain.h:156: error: expected declaration specifiers or '...' before 'GPollFD' /usr/include/glib-2.0/glib/gmain.h:214: error: expected declaration specifiers or '...' before 'GPollFD' /usr/include/glib-2.0/glib/gmain.h:216: error: expected declaration specifiers or '...' before 'GPollFD' In file included from rpdf.c:40: /usr/include/glib-2.0/glib.h:89:31: error: glib/gvarianttype.h: No such file or directory /usr/include/glib-2.0/glib.h:90:27: error: glib/gvariant.h: No such file or directory make[2]: *** [rpdf.lo] Error 1 make[2]: Leaving directory `/home/rahul/Downloads/rlib/rlib/rpdf' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rahul/Downloads/rlib/rlib' make: *** [all] Error 2 *./configure gives me these outputs* config.status: executing depfiles commands rlib-1.3.8: prefix: /usr/local compiler: gcc Memory debugging: no Warning Fun: no Crash detection: yes UTF8 disabled: yes WIN32 build: no Documentation: yes INPUTS: MYSQL: yes POSTGRES: yes ODBC: no COMPRESSION: PDF: yes GRAPHING: PDF: Always HTML: yes BINDINGS: PHP: yes PHP entension dir: /usr/lib/php/extensions PYTHON: no PYTHON version: 2.2 PYTHON entension dir: JAVA: no CSHARP: no PERL: yes PERL entension dir: /usr/lib/perl5/5.10.0/i486-linux-thread-multi ** If you like RLIB send a postcard from where you are in the world to: ** Bob Doan - 4140 Skyron Drive - Doylestown - PA - 18902 - USA Music: RHCP / Virgin Radio Having Problems: rli...@li... Want To Contribute: rli...@li... Commercial License: rli...@si... Now type `make' to compile rlib -- Thanks & Regards Rahul |
From: Bob D. <bd...@si...> - 2010-07-28 17:35:42
|
Hello, Is it with all images or just certain types of images? On Wed, 2010-07-28 at 10:58 -0500, Nasir Baig wrote: > Hi There, > > I have a php script which generates a pdf report. I don't get any > error while running the script. I can see pdf gets generated from the > size of the file. But when I try to open it I get the error saying > 'Insufficient data for an image'. But when I scroll down pdf slowly I > can see the content of the pdf report. I also can't print the report. > > Please let me know if any one has any clue. > > Thanking you in advance for your help. > > Nasir > > > > > > > > ______________________________________________________________________ > The New Busy think 9 to 5 is a cute idea. Combine multiple calendars > with Hotmail. Get busy. > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Nasir B. <nas...@ho...> - 2010-07-28 15:59:06
|
Hi There, I have a php script which generates a pdf report. I don't get any error while running the script. I can see pdf gets generated from the size of the file. But when I try to open it I get the error saying 'Insufficient data for an image'. But when I scroll down pdf slowly I can see the content of the pdf report. I also can't print the report. Please let me know if any one has any clue. Thanking you in advance for your help. Nasir _________________________________________________________________ The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with Hotmail. http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5 |
From: Bob D. <bd...@si...> - 2010-07-19 18:03:38
|
Al, RLIB uses php-config to find php. Do you have that installed? On Thu, 2010-07-15 at 14:49 -0500, Al Arzaga wrote: > Hi, folks! > > > I ran the following: > ./configure --enable-php=`which php` > --enable-mysql=`which mysql` > > But was unable to get the PHP extension dir to be recognized (see > below). How do I manually assign the PHP extension dir so that > configure picks it up? > > rlib-1.3.7: > > prefix: /usr/local > compiler: gcc > Memory debugging: no > Warning Fun: no > Crash detection: yes > UTF8 disabled: yes > WIN32 build: no > Documentation: no > > INPUTS: > MYSQL: /usr/bin/mysql > POSTGRES: no > ODBC: no > > COMPRESSION: > PDF: yes > > GRAPHING: > PDF: Always > HTML: no > > BINDINGS: > PHP: /usr/bin/php > PHP entension dir: > PYTHON: no > PYTHON version: 2.2 > PYTHON entension dir: > JAVA: no > CSHARP: no > PERL: yes > PERL entension dir: > /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ Rlib-users mailing list Rli...@li... https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2010-07-19 18:03:35
|
Michael, No one has. We came close, but it is a lot of work. We have always planned to some day, but never found the time :( On Sat, 2010-07-17 at 16:30 -0500, Michael Hipp wrote: > Just learned of RLIB a few days ago and trying to learn about it. But I have > one question ... > > Has no-one packaged it into a Windows installer? > > After perusing the 100+ lines of instruction for compiling on Windows, I'm > pretty sure there is no way I would ever get through it without hitting > showstopper problems (been there, done that) and this is if I could set aside a > full work day to make the attempt (I can't). Surely having it available as a > binary would give it wider exposure. > > Any help? > > Thanks, > Michael Hipp > Heber Springs, AR, USA > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Michael H. <Mi...@Hi...> - 2010-07-17 21:51:58
|
Just learned of RLIB a few days ago and trying to learn about it. But I have one question ... Has no-one packaged it into a Windows installer? After perusing the 100+ lines of instruction for compiling on Windows, I'm pretty sure there is no way I would ever get through it without hitting showstopper problems (been there, done that) and this is if I could set aside a full work day to make the attempt (I can't). Surely having it available as a binary would give it wider exposure. Any help? Thanks, Michael Hipp Heber Springs, AR, USA |
From: Al A. <aa...@ge...> - 2010-07-15 20:01:37
|
Hi, folks! I ran the following: >> ./configure --enable-php=`which php` --enable-mysql=`which mysql` But was unable to get the PHP extension dir to be recognized (see below). How do I manually assign the PHP extension dir so that configure picks it up? >> rlib-1.3.7: >> >> prefix: /usr/local >> compiler: gcc >> Memory debugging: no >> Warning Fun: no >> Crash detection: yes >> UTF8 disabled: yes >> WIN32 build: no >> Documentation: no >> >> INPUTS: >> MYSQL: /usr/bin/mysql >> POSTGRES: no >> ODBC: no >> >> COMPRESSION: >> PDF: yes >> >> GRAPHING: >> PDF: Always >> HTML: no >> >> BINDINGS: >> PHP: /usr/bin/php >> PHP entension dir: >> PYTHON: no >> PYTHON version: 2.2 >> PYTHON entension dir: >> JAVA: no >> CSHARP: no >> PERL: yes >> PERL entension dir: /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi |
From: Al A. <aa...@ge...> - 2010-03-23 16:27:04
|
Is ruby support anticipated in the horizon? |
From: mikel k. <mik...@ol...> - 2010-01-28 23:49:43
|
On Jan 28, 2010, at 4:01 PM, Christian Betz wrote: > looks like you want to yum install php-devel now... Thanks Christian, After running yum install php-devel I get "Error: No matching Packages to list." So I tried yum update and of course still not love. The system was setup by someone else and does have php-5.2.6 already installed. I am beginning to think that they did something non-std that is causing all of this grief. I am leery to do anything too drastic as it is a production box. Really do appreciate that you and Bob have taken the time to try and help me out. Cheers, Mikel |
From: Christian B. <cb...@si...> - 2010-01-28 21:01:39
|
looks like you want to yum install php-devel now... |
From: Bob D. <bd...@si...> - 2010-01-28 16:47:26
|
yum install the devel rpm for glib-2.0 - Bob On Thu, 2010-01-28 at 10:32 -0500, mikel king wrote: > I am trying to install on Centos 5.2 and received the following error; > > > No package 'glib-2.0' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables LIBGLIB_CFLAGS > and LIBGLIB_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > So using yum I installed glib2 which ended up in /lib as; > > libglib-2.0.so.0@ > libglib-2.0.so.0.1200.3* > > rlib's ./configure still does not see this lib. I am not certain how > to nudge it in the right direction. > > Thanks... > m > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: mikel k. <mik...@ol...> - 2010-01-28 16:30:00
|
On Jan 28, 2010, at 10:32 AM, mikel king wrote: > I am trying to install on Centos 5.2 and received the following error; > > > No package 'glib-2.0' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables LIBGLIB_CFLAGS > and LIBGLIB_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > So using yum I installed glib2 which ended up in /lib as; > > libglib-2.0.so.0@ > libglib-2.0.so.0.1200.3* > > rlib's ./configure still does not see this lib. I am not certain how > to nudge it in the right direction. Ok riddled out that the app needs both glib2 and glib2-devel in order to build. Unfortunately, make stops here; gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc -D_GNU_SOURCE - Wall -Wchar-subscripts -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 -g -I/usr/include -I/usr/local/include/ php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/ local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/ include/php/ext/date/lib -g -O2 -c environment.c -MT environment.lo - MD -MP -MF .deps/environment.TPlo -fPIC -DPIC -o .libs/environment.o 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[3]: Leaving directory `/root/rlib-1.3.7/bindings/php' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/rlib-1.3.7/bindings' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/rlib-1.3.7' make: *** [all] Error 2 |
From: mikel k. <mik...@ol...> - 2010-01-28 16:02:38
|
I am trying to install on Centos 5.2 and received the following error; No package 'glib-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBGLIB_CFLAGS and LIBGLIB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. So using yum I installed glib2 which ended up in /lib as; libglib-2.0.so.0@ libglib-2.0.so.0.1200.3* rlib's ./configure still does not see this lib. I am not certain how to nudge it in the right direction. Thanks... m |
From: Bob D. <bd...@si...> - 2009-11-30 14:39:07
|
Hi, Can I see the results of your configure please. Thanks On Thu, 2009-11-26 at 22:37 +0100, dick wrote: > hi list, > > We are trying to use rlib in our application (very large python application > with postgresql) and want to dynamically create XML to generate standard > reports on the fly. > > Currently we are trying to get started. Now I have a couple of problems. > > 1. When we compile the library, we do not get rlib, but only an rlibcompat > that we can import. Why is this happening. However, if it still works no > problem. > > > 2. When we try one of the simple examples > ---------//------------- > > import sys > sys.path.append('/usr/lib/python2.6/site-packages') > import rlibcompat as rlib > > myrlib = rlib.rlib_init(); > rlib.rlib_add_datasource_postgre(myrlib, "cvix", > "Host=localhost;Database=cvix;User Id=postgres"); > rlib.rlib_add_query_as(myrlib, "cvix", "select * FROM > adeuxproductie.producten", "products"); > rlib.rlib_add_report(myrlib, "products.xml"); > rlib.rlib_set_output_format_from_text(myrlib, "pdf"); > rlib.rlib_execute(myrlib); > rlib.rlib_spool(myrlib); > rlib.rlib_free(myrlib); > > ---------//------------- > > I get the following error: > > desktop:~/rlib-1.3.7/src/examples/python$ python compat-example.py > Could Not Load POSTGRES Input [/usr/local/lib/libr-postgres.so: undefined > symbol: g_free] > rlib_add_query_as: Could not find input source [cvix]! > No queries added to report > > It looks like it is trying to use g_free that is not available. Is that > because rlib simply does not work with newer versions of Postgresql? > |
From: dick <dic...@or...> - 2009-11-26 21:37:31
|
hi list, We are trying to use rlib in our application (very large python application with postgresql) and want to dynamically create XML to generate standard reports on the fly. Currently we are trying to get started. Now I have a couple of problems. 1. When we compile the library, we do not get rlib, but only an rlibcompat that we can import. Why is this happening. However, if it still works no problem. 2. When we try one of the simple examples ---------//------------- import sys sys.path.append('/usr/lib/python2.6/site-packages') import rlibcompat as rlib myrlib = rlib.rlib_init(); rlib.rlib_add_datasource_postgre(myrlib, "cvix", "Host=localhost;Database=cvix;User Id=postgres"); rlib.rlib_add_query_as(myrlib, "cvix", "select * FROM adeuxproductie.producten", "products"); rlib.rlib_add_report(myrlib, "products.xml"); rlib.rlib_set_output_format_from_text(myrlib, "pdf"); rlib.rlib_execute(myrlib); rlib.rlib_spool(myrlib); rlib.rlib_free(myrlib); ---------//------------- I get the following error: desktop:~/rlib-1.3.7/src/examples/python$ python compat-example.py Could Not Load POSTGRES Input [/usr/local/lib/libr-postgres.so: undefined symbol: g_free] rlib_add_query_as: Could not find input source [cvix]! No queries added to report It looks like it is trying to use g_free that is not available. Is that because rlib simply does not work with newer versions of Postgresql? -- Cheers, D. Kniep |
From: Christian B. <cb...@si...> - 2009-11-02 16:53:38
|
Rlib currently supports code 39 barcodes on lines. Here is an example: <Line> <Barcode value="12345" height="40"/> </Line> * the height is required * the barcode generated will include the start and end characters. so the barcode will scan as "*12345*". You will need to build and install the latest rlib because we just implemented this feature within the past month. Also make sure you have the gd development libraries by running 'gdlib-config' (if you get command not found, you must install the gd development libraries for your distro). I assume you are using Linux? Another caveat which we hope to fix ASAP: You can only see the barcode in PDF mode. I hope to commit a patch this week to get HTML and PDF barcodes working correctly. At that point I will also add some documentation. Let me know how it works out for you. Christian |
From: Renato M. M. <ren...@gm...> - 2009-10-31 20:03:25
|
Hi, I would like to know if it is possible put a barcode in a report using the RLib. I think it might work like a chart but a different type (bar, line, pie or chart). Is there someone in the list that already worked with barcode in Rlib? Any help would be appreciated. Thanks, Monaro |
From: Jeff K. <jt...@ya...> - 2009-10-06 17:56:40
|
Attached is chart_csv_example.csv. It is a recreation of http://rlib.sicompos.com/examples.php "Basic Charting" with a python script loading three CSV files. The main data chart.csv file is known to be incorrect. There is also one fix to the report definition, a missing parenthesis, included as chart.xml.patch. And actually, no I had not seen [1]. I had no idea there was even an RLIB Wiki! Thanks, Jeff [1] http://newrlib.sicom.com/~rlib/index.php/Documentation_Breaks_Variables --- On Tue, 10/6/09, Bob Doan <bd...@si...> wrote: > From: Bob Doan <bd...@si...> > Subject: Re: [Rlib-users] Dataset for "Basic Charting" example grN columns, why duplicates? > To: "Jeff Kowalczyk" <jt...@ya...> > Cc: rli...@li... > Date: Tuesday, October 6, 2009, 12:59 PM > Jeff, > > I would need to see your output and XML file to see what > exactly is > going on. Ideally send me a tarball of the whole > thing. > > Also.. Did you read this: > > http://newrlib.sicom.com/~rlib/index.php/Documentation_Breaks_Variables > > - Bob > > -- > Bob Doan > Vice President of Information Technology > SICOM Systems > bd...@si... > 800-547-4266 x217 > > On Sat, 2009-10-03 at 00:06 +0000, Jeff Kowalczyk wrote: > > As an RLIB evaluation for an upcoming report-writing > project, I am reproducing > > the "Basic Charting" example [1], using the provided > chart.xml report > > definition, and the columns from the plaintext > representation. > > > > I need some information on the g0_name...g4_name > columns. I have a nearly > > correct chart.csv, but extra grouping levels that the > original doesn't have. I > > presume there will be some duplicate columns, but I > haven't figured out which > > and why. > > > > Can someone post the chart.csv that corresponds to the > original example? > > > > Thanks, > > Jeff > > > > [1] http://rlib.sicompos.com/examples.php > "Basic Charting" > > > > I have a working python script: > > > > $ cat chart.py > > import rlib > > rpt = rlib.open() > > rpt.add_datasource_csv("chart_csv") > > rpt.add_datasource_csv("chart_m_csv") > > rpt.add_datasource_csv("chart_header_csv") > > rpt.add_query_as("chart_csv", "chart.csv", > "products") > > rpt.add_query_as("chart_header_csv", > "chart_header.csv", "header") > > rpt.add_query_as("chart_m_csv", "chart_m.csv", "m") > > rpt.add_report("chart.xml") > > rpt.set_output_format_from_text("pdf") > > rpt.execute() > > rpt.spool() > > > > $ python chart.py > chart.pdf > > > > The supporting datasets work fine: > > > > $ cat chart_header.csv > > "report_name","name","name2", > > "Financial Summary Report ","Some Company INC","Expert > Managers Of Restaurants", > > > > $ cat chart_m.csv > > "start_date","end_date" > > "2003-09-07","2003-09-10" > > > > I won't post the charts.csv here for space, see: > > http://www.privatepaste.com/12cf7IxcEw > > > > I would greatly appreciate suggestions and corrections > on the proper use of the > > g0_name...g4_name columns. If can explain why there > are extra grouping levels, > > that would be very helpful. > > > > Thanks again. > > > > > > > ------------------------------------------------------------------------------ > > Come build with us! The BlackBerry® Developer > Conference in SF, CA > > is the only developer event you need to attend this > year. Jumpstart your > > developing skills, take BlackBerry mobile applications > to market and stay > > ahead of the curve. Join us from November 9-12, > 2009. Register now! > > http://p.sf.net/sfu/devconf > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > |
From: Bob D. <bd...@si...> - 2009-10-06 17:26:30
|
Jeff, I would need to see your output and XML file to see what exactly is going on. Ideally send me a tarball of the whole thing. Also.. Did you read this: http://newrlib.sicom.com/~rlib/index.php/Documentation_Breaks_Variables - Bob -- Bob Doan Vice President of Information Technology SICOM Systems bd...@si... 800-547-4266 x217 On Sat, 2009-10-03 at 00:06 +0000, Jeff Kowalczyk wrote: > As an RLIB evaluation for an upcoming report-writing project, I am reproducing > the "Basic Charting" example [1], using the provided chart.xml report > definition, and the columns from the plaintext representation. > > I need some information on the g0_name...g4_name columns. I have a nearly > correct chart.csv, but extra grouping levels that the original doesn't have. I > presume there will be some duplicate columns, but I haven't figured out which > and why. > > Can someone post the chart.csv that corresponds to the original example? > > Thanks, > Jeff > > [1] http://rlib.sicompos.com/examples.php "Basic Charting" > > I have a working python script: > > $ cat chart.py > import rlib > rpt = rlib.open() > rpt.add_datasource_csv("chart_csv") > rpt.add_datasource_csv("chart_m_csv") > rpt.add_datasource_csv("chart_header_csv") > rpt.add_query_as("chart_csv", "chart.csv", "products") > rpt.add_query_as("chart_header_csv", "chart_header.csv", "header") > rpt.add_query_as("chart_m_csv", "chart_m.csv", "m") > rpt.add_report("chart.xml") > rpt.set_output_format_from_text("pdf") > rpt.execute() > rpt.spool() > > $ python chart.py > chart.pdf > > The supporting datasets work fine: > > $ cat chart_header.csv > "report_name","name","name2", > "Financial Summary Report ","Some Company INC","Expert Managers Of Restaurants", > > $ cat chart_m.csv > "start_date","end_date" > "2003-09-07","2003-09-10" > > I won't post the charts.csv here for space, see: > http://www.privatepaste.com/12cf7IxcEw > > I would greatly appreciate suggestions and corrections on the proper use of the > g0_name...g4_name columns. If can explain why there are extra grouping levels, > that would be very helpful. > > Thanks again. > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |