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: Farryp <fa...@co...> - 2004-06-25 19:15:21
|
Hi group, I just realized that cpdflib is part of FastIO which is a commercialsoftware. I will need a licence for it after my 30 day trial is done. I have a couple of questions regarding rlib 1- Is it possible to install RLib without FastIO ? (I know that I won't be able to generate PDF reports from Rlib) - If so what are the flags I need to pass to ./configure ? 2-Is there an open source version of FastIO I can use instead and if so what are the config changes. Thanks in advance Farry |
From: Farryp <fa...@co...> - 2004-06-25 18:08:21
|
Hi group, I'm in the process of installing RLIB and I realized that I need fastIO for the pdf generation. The problem with Fast IO is that from what I read, it is a commercial product and I need to purchase a liscence after the 30 day trial. I have a couple of questions: 1- Can I install RLIB without fastIO. ( I do not want to generate PDF's at all) -If so, what are the flags I need in the ./configure 2- Is there another opensource of FastIO I can use instead ? -if so pls send install instructions Best regards farry Bob Doan (bd...@si...) wrote: > > What distro are you running again? > > On Fri, 2004-05-21 at 16:47 +0000, Farryp Philippe-Auguste wrote: > > I just tried and it built it. > > > > The problem that I'm getting now is when I install rlib. > > > > Making install in libsrc > > make[1]: Entering directory `/home/farryp/rlib-1.1.8/libsrc' > > make[2]: Entering directory `/home/farryp/rlib-1.1.8/libsrc' > > /bin/sh ../mkinstalldirs /usr/lib > > /bin/sh ../libtool --mode=install /usr/bin/install -c libr.la > > /usr/lib/libr.la > > /usr/bin/install -c .libs/libr-1.1.8 /usr/lib/libr-1.1.8 > > (cd /usr/lib && rm -f libr && ln -s libr-1.1.8 libr) > > /usr/bin/install -c .libs/libr.lai /usr/lib/libr.la > > PATH="$PATH:/sbin" ldconfig -n /usr/lib > > ---------------------------------------------------------------------- > > Libraries have been installed in: > > /usr/lib > > > > If you ever happen to want to link against installed libraries > > in a given directory, LIBDIR, you must either use libtool, and > > specify the full pathname of the library, or use the `-LLIBDIR' > > flag during linking and do at least one of the following: > > - add LIBDIR to the `LD_LIBRARY_PATH' environment variable > > during execution > > - add LIBDIR to the `LD_RUN_PATH' environment variable > > during linking > > - use the `-Wl,--rpath -Wl,LIBDIR' linker flag > > - have your system administrator add LIBDIR to `/etc/ld.so.conf' > > > > See any operating system documentation about shared libraries for > > more information, such as the ld(1) and ld.so(8) manual pages. > > ---------------------------------------------------------------------- > > /bin/sh ../mkinstalldirs /usr/include/rlib > > /usr/bin/install -c -m 644 rlib.h /usr/include/rlib/rlib.h > > /usr/bin/install -c -m 644 rlib_input.h /usr/include/rlib/rlib_input.h > > /usr/bin/install -c -m 644 containers.h /usr/include/rlib/containers.h > > /usr/bin/install -c -m 644 charencoder.h /usr/include/rlib/charencoder.h > > /usr/bin/install -c -m 644 datetime.h /usr/include/rlib/datetime.h > > /usr/bin/install -c -m 644 util.h /usr/include/rlib/util.h > > /usr/bin/install -c -m 644 value.h /usr/include/rlib/value.h > > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/libsrc' > > make[1]: Leaving directory `/home/farryp/rlib-1.1.8/libsrc' > > Making install in inputs > > make[1]: Entering directory `/home/farryp/rlib-1.1.8/inputs' > > Making install in odbc > > make[2]: Entering directory `/home/farryp/rlib-1.1.8/inputs/odbc' > > make[3]: Entering directory `/home/farryp/rlib-1.1.8/inputs/odbc' > > /bin/sh ../../mkinstalldirs /usr/lib > > /bin/sh ../../libtool --mode=install /usr/bin/install -c libr-odbc.la > > /usr/lib/libr-odbc.la > > /usr/bin/install -c .libs/libr-odbc-1.1.8 /usr/lib/libr-odbc-1.1.8 > > (cd /usr/lib && rm -f libr-odbc && ln -s libr-odbc-1.1.8 libr-odbc) > > /usr/bin/install -c .libs/libr-odbc.lai /usr/lib/libr-odbc.la > > PATH="$PATH:/sbin" ldconfig -n /usr/lib > > ---------------------------------------------------------------------- > > Libraries have been installed in: > > /usr/lib > > > > If you ever happen to want to link against installed libraries > > in a given directory, LIBDIR, you must either use libtool, and > > specify the full pathname of the library, or use the `-LLIBDIR' > > flag during linking and do at least one of the following: > > - add LIBDIR to the `LD_LIBRARY_PATH' environment variable > > during execution > > - add LIBDIR to the `LD_RUN_PATH' environment variable > > during linking > > - use the `-Wl,--rpath -Wl,LIBDIR' linker flag > > - have your system administrator add LIBDIR to `/etc/ld.so.conf' > > > > See any operating system documentation about shared libraries for > > more information, such as the ld(1) and ld.so(8) manual pages. > > ---------------------------------------------------------------------- > > make[3]: Nothing to be done for `install-data-am'. > > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/odbc' > > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/odbc' > > Making install in postgre > > make[2]: Entering directory `/home/farryp/rlib-1.1.8/inputs/postgre' > > make[3]: Entering directory `/home/farryp/rlib-1.1.8/inputs/postgre' > > /bin/sh ../../mkinstalldirs /usr/lib > > /bin/sh ../../libtool --mode=install /usr/bin/install -c libr-postgre.la > > /usr/lib/libr-postgre.la > > /usr/bin/install -c .libs/libr-postgre-1.1.8 /usr/lib/libr-postgre-1.1.8 > > (cd /usr/lib && rm -f libr-postgre && ln -s libr-postgre-1.1.8 libr-postgre) > > /usr/bin/install -c .libs/libr-postgre.lai /usr/lib/libr-postgre.la > > PATH="$PATH:/sbin" ldconfig -n /usr/lib > > ---------------------------------------------------------------------- > > Libraries have been installed in: > > /usr/lib > > > > If you ever happen to want to link against installed libraries > > in a given directory, LIBDIR, you must either use libtool, and > > specify the full pathname of the library, or use the `-LLIBDIR' > > flag during linking and do at least one of the following: > > - add LIBDIR to the `LD_LIBRARY_PATH' environment variable > > during execution > > - add LIBDIR to the `LD_RUN_PATH' environment variable > > during linking > > - use the `-Wl,--rpath -Wl,LIBDIR' linker flag > > - have your system administrator add LIBDIR to `/etc/ld.so.conf' > > > > See any operating system documentation about shared libraries for > > more information, such as the ld(1) and ld.so(8) manual pages. > > ---------------------------------------------------------------------- > > make[3]: Nothing to be done for `install-data-am'. > > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/postgre' > > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/postgre' > > make[2]: Entering directory `/home/farryp/rlib-1.1.8/inputs' > > make[3]: Entering directory `/home/farryp/rlib-1.1.8/inputs' > > make[3]: Nothing to be done for `install-exec-am'. > > make[3]: Nothing to be done for `install-data-am'. > > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/inputs' > > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/inputs' > > make[1]: Leaving directory `/home/farryp/rlib-1.1.8/inputs' > > Making install in bindings > > make[1]: Entering directory `/home/farryp/rlib-1.1.8/bindings' > > Making install in php > > make[2]: Entering directory `/home/farryp/rlib-1.1.8/bindings/php' > > make[3]: Entering directory `/home/farryp/rlib-1.1.8/bindings/php' > > /bin/sh ../../mkinstalldirs /usr/lib/php4 > > /bin/sh ../../libtool --mode=install /usr/bin/install -c librlib.la > > /usr/lib/php4/librlib.la > > libtool: install: warning: relinking `librlib.la' > > (cd /home/farryp/rlib-1.1.8/bindings/php; /bin/sh ../../libtool --mode=relink > > gcc -g -O2 -o librlib.la -rpath /usr/lib/php4 -release 1.1.8 environment.lo > > php.lo -L../../libsrc/ -lr -lxml2 -lpthread -lz -lm -lglib-2.0 > > -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0 -L/usr/lib -lpq -L/usr/lib > > -lodbc -lcpdf -lcpdf -lm -lc ) > > gcc -shared .libs/environment.o .libs/php.o -L/home/farryp/rlib-1.1.8/libsrc > > -L/usr/lib -lr -lxml2 -lpthread -lz -lgmodule-2.0 -ldl -lglib-2.0 -lpq -lodbc > > -lcpdf -lm -lc -Wl,--export-dynamic -Wl,-soname -Wl,librlib-1.1.8 -o > > .libs/librlib-1.1.8 > > /usr/bin/ld: cannot find -lr > > collect2: ld returned 1 exit status > > libtool: install: error: relink `librlib.la' with the above command before > > installing it > > make[3]: *** [install-libLTLIBRARIES] Error 1 > > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/php' > > make[2]: *** [install-am] Error 2 > > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/php' > > make[1]: *** [install-recursive] Error 1 > > make[1]: Leaving directory `/home/farryp/rlib-1.1.8/bindings' > > make: *** [install-recursive] Error 1 > > > > > > Thanks for your help > > > > Farry > > > > > > > > Bob Doan (bd...@si...) wrote: > > > > > > Yes.. but it seems (Or I just noticed) that if you want to use python > > > (at least for know) your prefix should match what python's prefix is > > > (I'm gonna have to add an option to specify the python prefix) > > > > > > So it would be best to compile rlib like: > > > > > > --prefix=/usr > > > > > > - bob > > > > > > On Fri, 2004-05-21 at 16:35 +0000, Farryp Philippe-Auguste wrote: > > > > Yes I do. > > > > > > > > I was doing /usr/loca/rlib. > > > > > > > > >From the website, I thought that with the new version of rlib, it was okay to > > > > set a path to .configure > > > > > > > > Best regards > > > > > > > > Farry > > > > Bob Doan (bd...@si...) wrote: > > > > > > > > > > Problem seems to be in the autoconf hell > > > > > > > > > > your PYTHON_PREFIX appears to be wrong > > > > > > > > > > however... looking @ the python.m4 it seems to pick up PYTHON_PREFIX > > > > > from $prefix > > > > > > > > > > so the question is how are you configuring rlib.. are you doing a > > > > > --prefix= ?? > > > > > > > > > > - bob > > > > > > > > > > On Fri, 2004-05-21 at 16:02 +0000, Farryp Philippe-Auguste wrote: > > > > > > the python.h is : > > > > > > /usr/include/python2.2/Python.h > > > > > > > > > > > > I've also attached the full make output. > > > > > > > > > > > > Thanks > > > > > > > > > > > > Farry > > > > > > > > > > > > Bob Doan (bd...@si...) wrote: > > > > > > > > > > > > > > Ok.. Can you tell me where your Python.h is and can you send all of the > > > > > > > make so I can see where rlib is looking for it > > > > > > > > > > > > > > - bob > > > > > > > > > > > > > > On Fri, 2004-05-21 at 14:49 +0000, Farryp Philippe-Auguste wrote: > > > > > > > > Yes I do > > > > > > > > > > > > > > > > rpm -qa | grep python > > > > > > > > gnome-python2-canvas-1.99.14-5 > > > > > > > > gnome-python2-applet-1.99.14-5 > > > > > > > > python-docs-2.2.2-26 > > > > > > > > python-optik-1.4-2 > > > > > > > > rpm-python-4.2-0.69 > > > > > > > > libxml2-python-2.5.4-1 > > > > > > > > gnome-python2-gnomevfs-1.99.14-5 > > > > > > > > postgresql-python-7.3.2-3 > > > > > > > > python-tools-2.2.2-26 > > > > > > > > gnome-python2-bonobo-1.99.14-5 > > > > > > > > python-devel-2.2.2-26 > > > > > > > > gnome-python2-nautilus-1.99.14-5 > > > > > > > > MySQL-python-0.9.1-6 > > > > > > > > python-2.2.2-26 > > > > > > > > mod_python-3.0.1-3 > > > > > > > > gnome-python2-gtkhtml2-1.99.14-5 > > > > > > > > gnome-python2-1.99.14-5 > > > > > > > > libxslt-python-1.0.27-3 > > > > > > > > gnome-python2-gconf-1.99.14-5 > > > > > > > > > > > > > > > > Bob Doan (bd...@si...) wrote: > > > > > > > > > > > > > > > > > > Do you have python-devel installed? > > > > > > > > > > > > > > > > > > On Fri, 2004-05-21 at 05:29 +0000, Farryp Philippe-Auguste wrote: > > > > > > > > > > Hi group, > > > > > > > > > > > > > > > > > > > > I'm a new rlib user. I was trying to get it to work on Fedora Core > 1.0 > > > and > > > > > > > > > > after installing libxml2-2.6.10-1 and libcpdf-2.02r1-0, I get the > > > following > > > > > > > > > > error. Also, I wanted to know if we had to use any of the dtatbase > stuff. > > > Is > > > > > > > > > > is possible to just send the data directly to the report generator ? I > > > didn't > > > > > > > > > > want to have my schema exposed. > > > > > > > > > > > > > > > > > > > > I plan to use Python so ./configure --disable-python is not an option. > > > > > > > > > > > > > > > > > > > > Pls advise > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > python.c:13:20: Python.h: No such file or directory > > > > > > > > > > python.c:259:20: Python.h: No such file or directory > > > > > > > > > > python.c:328: error: syntax error before "PyObject" > > > > > > > > > > python.c:328: warning: no semicolon at end of struct or union > > > > > > > > > > python.c:329: error: syntax error before '*' token > > > > > > > > > > python.c:331: error: syntax error before '}' token > > > > > > > > > > python.c:331: warning: data definition has no type or storage class > > > > > > > > > > python.c:334: error: syntax error before "PyObject_HEAD" > > > > > > > > > > python.c:334: warning: no semicolon at end of struct or union > > > > > > > > > > python.c:336: warning: data definition has no type or storage class > > > > > > > > > > python.c:338: error: syntax error before '*' token > > > > > > > > > > python.c:339: error: syntax error before '*' token > > > > > > > > > > python.c: In function `swig_varlink_repr': > > > > > > > > > > python.c:340: error: `v' undeclared (first use in this function) > > > > > > > > > > python.c:340: error: (Each undeclared identifier is reported only once > > > > > > > > > > python.c:340: error: for each function it appears in.) > > > > > > > > > > python.c:341: warning: return makes pointer from integer without a > cast > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:345: error: syntax error before '*' token > > > > > > > > > > python.c: In function `swig_varlink_print': > > > > > > > > > > python.c:346: error: `var' undeclared (first use in this function) > > > > > > > > > > python.c:347: error: `flags' undeclared (first use in this function) > > > > > > > > > > python.c:348: error: `fp' undeclared (first use in this function) > > > > > > > > > > python.c:349: error: `v' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:357: error: syntax error before '*' token > > > > > > > > > > python.c:358: error: syntax error before '*' token > > > > > > > > > > python.c: In function `swig_varlink_getattr': > > > > > > > > > > python.c:359: error: `var' undeclared (first use in this function) > > > > > > > > > > python.c:359: error: `v' undeclared (first use in this function) > > > > > > > > > > python.c:361: error: `n' undeclared (first use in this function) > > > > > > > > > > python.c:366: error: `PyExc_NameError' undeclared (first use in this > > > function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:371: error: syntax error before '*' token > > > > > > > > > > python.c: In function `swig_varlink_setattr': > > > > > > > > > > python.c:372: error: `var' undeclared (first use in this function) > > > > > > > > > > python.c:372: error: `v' undeclared (first use in this function) > > > > > > > > > > python.c:374: error: `n' undeclared (first use in this function) > > > > > > > > > > python.c:375: error: `p' undeclared (first use in this function) > > > > > > > > > > python.c:379: error: `PyExc_NameError' undeclared (first use in this > > > function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:383: error: syntax error before "PyTypeObject" > > > > > > > > > > python.c:385: error: initializer element is not constant > > > > > > > > > > python.c:385: error: (near initialization for `varlinktype') > > > > > > > > > > python.c:385: error: syntax error before numeric constant > > > > > > > > > > python.c:386: warning: excess elements in scalar initializer > > > > > > > > > > python.c:386: warning: (near initialization for `varlinktype') > > > > > > > > > > python.c:387: warning: excess elements in scalar initializer > > > > > > > > > > python.c:387: warning: (near initialization for `varlinktype') > > > > > > > > > > python.c:388: warning: excess elements in scalar initializer > > > > > > > > > > python.c:388: warning: (near initialization for `varlinktype') > > > > > > > > > > python.c:389: warning: excess elements in scalar initializer > > > > > > > > > > python.c:389: warning: (near initialization for `varlinktype') > > > > > > > > > > python.c:390: error: `printfunc' undeclared here (not in a function) > > > > > > > > > > python.c:390: warning: excess elements in scalar initializer > > > > > > > > > > python.c:390: warning: (near initialization for `varlinktype') > > > > > > > > > > python.c:390: error: syntax error before "swig_varlink_print" > > > > > > > > > > python.c:391: error: `getattrfunc' undeclared here (not in a function) > > > > > > > > > > python.c:391: warning: excess elements in scalar initializer > > > > > > > > > > python.c:391: warning: (near initialization for `varlinktype') > > > > > > > > > > python.c:391: error: syntax error before "swig_varlink_getattr" > > > > > > > > > > python.c:392: error: `setattrfunc' undeclared here (not in a function) > > > > > > > > > > python.c:392: warning: excess elements in scalar initializer > > > > > > > > > > python.c:392: warning: (near initialization for `varlinktype') > > > > > > > > > > python.c:392: error: syntax error before "swig_varlink_setattr" > > > > > > > > > > python.c:393: warning: excess elements in scalar initializer > > > > > > > > > > python.c:393: warning: (near initialization for `varlinktype') > > > > > > > > > > python.c:394: error: `reprfunc' undeclared here (not in a function) > > > > > > > > > > python.c:394: warning: excess elements in scalar initializer > > > > > > > > > > python.c:394: warning: (near initialization for `varlinktype') > > > > > > > > > > python.c:394: error: syntax error before "swig_varlink_repr" > > > > > > > > > > python.c:395: warning: excess elements in scalar initializer > > > > > > > > > > python.c:395: warning: (near initialization for `varlinktype') > > > > > > > > > > python.c:396: warning: excess elements in scalar initializer > > > > > > > > > > python.c:396: warning: (near initialization for `varlinktype') > > > > > > > > > > python.c:397: warning: excess elements in scalar initializer > > > > > > > > > > python.c:397: warning: (near initialization for `varlinktype') > > > > > > > > > > python.c:398: warning: data definition has no type or storage class > > > > > > > > > > python.c:401: error: syntax error before '*' token > > > > > > > > > > python.c: In function `SWIG_Python_newvarlink': > > > > > > > > > > python.c:403: error: `result' undeclared (first use in this function) > > > > > > > > > > python.c:405: error: request for member `ob_type' in something not a > > > structure > > > > > > > > > > or union > > > > > > > > > > python.c:405: error: `PyType_Type' undeclared (first use in this > function) > > > > > > > > > > python.c:409: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:409: error: syntax error before ')' token > > > > > > > > > > python.c:410: error: syntax error before ')' token > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:415: error: syntax error before '*' token > > > > > > > > > > python.c: In function `SWIG_Python_ConvertPtr': > > > > > > > > > > python.c:418: error: syntax error before '*' token > > > > > > > > > > python.c:420: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:420: error: `pyobj' undeclared (first use in this function) > > > > > > > > > > python.c:422: error: `obj' undeclared (first use in this function) > > > > > > > > > > python.c:423: error: `Py_None' undeclared (first use in this function) > > > > > > > > > > python.c:424: error: `ptr' undeclared (first use in this function) > > > > > > > > > > python.c:446: error: `SWIG_this' undeclared (first use in this > function) > > > > > > > > > > python.c:457: warning: assignment makes pointer from integer without a > > > cast > > > > > > > > > > python.c:478: error: `ty' undeclared (first use in this function) > > > > > > > > > > python.c:484: error: `flags' undeclared (first use in this function) > > > > > > > > > > python.c:485: error: `zero' undeclared (first use in this function) > > > > > > > > > > python.c:496: error: `PyExc_TypeError' undeclared (first use in this > > > function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:506: error: syntax error before '*' token > > > > > > > > > > python.c: In function `SWIG_Python_NewPointerObj': > > > > > > > > > > python.c:508: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:508: error: `robj' undeclared (first use in this function) > > > > > > > > > > python.c:510: error: `Py_None' undeclared (first use in this function) > > > > > > > > > > python.c:527: error: `inst' undeclared (first use in this function) > > > > > > > > > > python.c:528: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c:530: error: syntax error before ')' token > > > > > > > > > > python.c:534: error: `n' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:544: error: syntax error before '*' token > > > > > > > > > > python.c: In function `SWIG_Python_NewPackedObj': > > > > > > > > > > python.c:552: warning: return makes pointer from integer without a > cast > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:557: error: syntax error before '*' token > > > > > > > > > > python.c: In function `SWIG_Python_InstallConstants': > > > > > > > > > > python.c:559: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:559: error: `obj' undeclared (first use in this function) > > > > > > > > > > python.c:560: error: `constants' undeclared (first use in this > function) > > > > > > > > > > python.c:582: error: `d' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:619: error: syntax error before '*' token > > > > > > > > > > python.c:619: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_init': > > > > > > > > > > python.c:620: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:620: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:623: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:633: error: syntax error before '*' token > > > > > > > > > > python.c:633: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_add_datasource_mysql': > > > > > > > > > > python.c:634: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:634: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:642: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:644: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:655: error: syntax error before '*' token > > > > > > > > > > python.c:655: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_add_datasource_postgre': > > > > > > > > > > python.c:656: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:656: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:661: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:663: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:674: error: syntax error before '*' token > > > > > > > > > > python.c:674: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_add_query_as': > > > > > > > > > > python.c:675: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:675: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:681: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:683: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:694: error: syntax error before '*' token > > > > > > > > > > python.c:694: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_add_report': > > > > > > > > > > python.c:695: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:695: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:700: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:702: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:713: error: syntax error before '*' token > > > > > > > > > > python.c:713: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_execute': > > > > > > > > > > python.c:714: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:714: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:717: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:719: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:730: error: syntax error before '*' token > > > > > > > > > > python.c:730: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_set_output_format_from_text': > > > > > > > > > > python.c:731: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:731: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:735: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:737: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:748: error: syntax error before '*' token > > > > > > > > > > python.c:748: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_spool': > > > > > > > > > > python.c:749: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:749: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:752: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:754: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:765: error: syntax error before '*' token > > > > > > > > > > python.c:765: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_free': > > > > > > > > > > python.c:766: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:766: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:769: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:771: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:782: error: syntax error before '*' token > > > > > > > > > > python.c:782: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_get_output': > > > > > > > > > > python.c:783: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:783: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:786: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:788: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:799: error: syntax error before '*' token > > > > > > > > > > python.c:799: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_get_output_length': > > > > > > > > > > python.c:800: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:800: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:803: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:805: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:816: error: syntax error before '*' token > > > > > > > > > > python.c:816: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_mysql_report': > > > > > > > > > > python.c:817: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:817: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:827: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:837: error: syntax error before '*' token > > > > > > > > > > python.c:837: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_postgre_report': > > > > > > > > > > python.c:838: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:838: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:845: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:855: error: syntax error before '*' token > > > > > > > > > > python.c:855: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_add_datasource_odbc': > > > > > > > > > > python.c:856: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:856: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:863: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:865: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:876: error: syntax error before '*' token > > > > > > > > > > python.c:876: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_add_resultset_follower': > > > > > > > > > > python.c:877: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:877: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:882: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:884: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:895: error: syntax error before '*' token > > > > > > > > > > python.c:895: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_add_parameter': > > > > > > > > > > python.c:896: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:896: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:901: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:903: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:914: error: syntax error before '*' token > > > > > > > > > > python.c:914: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_version': > > > > > > > > > > python.c:915: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:915: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:918: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:928: error: syntax error before '*' token > > > > > > > > > > python.c:928: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_set_output_encoding': > > > > > > > > > > python.c:929: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:929: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:932: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:934: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c:938: error: `Py_None' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:945: error: syntax error before '*' token > > > > > > > > > > python.c:945: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_set_report_output_encoding': > > > > > > > > > > python.c:946: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:946: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:950: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:952: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c:956: error: `Py_None' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:963: error: syntax error before '*' token > > > > > > > > > > python.c:963: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_set_pdf_font': > > > > > > > > > > python.c:964: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:964: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:968: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:970: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c:974: error: `Py_None' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:981: error: syntax error before '*' token > > > > > > > > > > python.c:981: error: syntax error before '*' token > > > > > > > > > > python.c: In function `_wrap_rlib_set_pdf_font_directories': > > > > > > > > > > python.c:982: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:982: error: `resultobj' undeclared (first use in this > function) > > > > > > > > > > python.c:986: error: `obj0' undeclared (first use in this function) > > > > > > > > > > python.c:988: error: `args' undeclared (first use in this function) > > > > > > > > > > python.c:992: error: `Py_None' undeclared (first use in this function) > > > > > > > > > > python.c: At top level: > > > > > > > > > > python.c:999: error: syntax error before "SwigMethods" > > > > > > > > > > python.c:1000: warning: braces around scalar initializer > > > > > > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > > > > > > python.c:1000: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1000: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > > > > > > python.c:1000: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1000: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > > > > > > python.c:1001: warning: braces around scalar initializer > > > > > > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > > > > > > python.c:1001: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1001: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > > > > > > python.c:1001: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1001: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > > > > > > python.c:1002: warning: braces around scalar initializer > > > > > > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > > > > > > python.c:1002: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1002: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > > > > > > python.c:1002: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1002: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > > > > > > python.c:1003: warning: braces around scalar initializer > > > > > > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > > > > > > python.c:1003: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1003: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > > > > > > python.c:1003: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1003: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > > > > > > python.c:1004: warning: braces around scalar initializer > > > > > > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > > > > > > python.c:1004: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1004: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > > > > > > python.c:1004: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1004: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > > > > > > python.c:1005: warning: braces around scalar initializer > > > > > > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > > > > > > python.c:1005: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1005: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > > > > > > python.c:1005: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1005: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > > > > > > python.c:1006: warning: braces around scalar initializer > > > > > > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > > > > > > python.c:1006: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1006: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > > > > > > python.c:1006: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1006: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > > > > > > python.c:1007: warning: braces around scalar initializer > > > > > > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > > > > > > python.c:1007: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1007: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > > > > > > python.c:1007: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1007: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > > > > > > python.c:1008: warning: braces around scalar initializer > > > > > > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > > > > > > python.c:1008: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1008: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > > > > > > python.c:1008: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1008: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > > > > > > python.c:1009: warning: braces around scalar initializer > > > > > > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > > > > > > python.c:1009: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1009: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > > > > > > python.c:1009: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1009: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > > > > > > python.c:1010: warning: braces around scalar initializer > > > > > > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > > > > > > python.c:1010: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1010: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > > > > > > python.c:1010: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1010: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > > > > > > python.c:1011: warning: braces around scalar initializer > > > > > > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > > > > > > python.c:1011: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1011: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > > > > > > python.c:1011: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1011: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > > > > > > python.c:1012: warning: braces around scalar initializer > > > > > > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > > > > > > python.c:1012: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1012: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > > > > > > python.c:1012: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1012: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > > > > > > python.c:1013: warning: braces around scalar initializer > > > > > > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > > > > > > python.c:1013: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1013: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > > > > > > python.c:1013: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1013: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > > > > > > python.c:1014: warning: braces around scalar initializer > > > > > > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > > > > > > python.c:1014: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1014: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > > > > > > python.c:1014: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1014: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > > > > > > python.c:1015: warning: braces around scalar initializer > > > > > > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > > > > > > python.c:1015: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1015: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > > > > > > python.c:1015: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1015: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > > > > > > python.c:1016: warning: braces around scalar initializer > > > > > > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > > > > > > python.c:1016: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1016: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > > > > > > python.c:1016: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1016: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > > > > > > python.c:1017: warning: braces around scalar initializer > > > > > > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > > > > > > python.c:1017: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1017: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > > > > > > python.c:1017: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1017: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > > > > > > python.c:1018: warning: braces around scalar initializer > > > > > > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > > > > > > python.c:1018: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1018: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > > > > > > python.c:1018: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1018: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > > > > > > python.c:1019: warning: braces around scalar initializer > > > > > > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > > > > > > python.c:1019: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1019: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > > > > > > python.c:1019: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1019: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > > > > > > python.c:1020: warning: braces around scalar initializer > > > > > > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > > > > > > python.c:1020: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1020: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > > > > > > python.c:1020: error: `METH_VARARGS' undeclared here (not in a > function) > > > > > > > > > > python.c:1020: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > > > > > > python.c:1021: warning: braces around scalar initializer > > > > > > > > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > > > > > > > > python.c:1021: warning: initialization makes integer from pointer > without > > > a > > > > > > > > > > cast > > > > > > > > > > python.c:1021: warning: excess elements in scalar initializer > > > > > > > > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > > > > > > > > python.c:1022: warning: data definition has no type or storage class > > > > > > > > > > python.c: In function `init_librlib': > > > > > > > > > > python.c:1048: error: syntax error before '*' token > > > > > > > > > > python.c:1050: error: `PyObject' undeclared (first use in this > function) > > > > > > > > > > python.c:1050: error: `m' undeclared (first use in this function) > > > > > > > > > > python.c:1050: error: `d' undeclared (first use in this function) > > > > > > > > > > python.c:1052: error: `SWIG_globals' undeclared (first use in this > > > function) > > > > > > > > > > make[3]: *** [python.lo] Error 1 > > > > > > > > > > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/python' > > > > > > > > > > make[2]: *** [all-recursive] Error 1 > > > > > > > > > > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/bindings' > > > > > > > > > > make[1]: *** [all-recursive] Error 1 > > > > > > > > > > make[1]: Leaving directory `/home/farryp/rlib-1.1.8' > > > > > > > > > > make: *** [all] Error 2 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > > > > This SF.Net email is sponsored by: Oracle 10g > > > > > > > > > > Get certified on the hottest thing ever to hit the market... Oracle > 10g. > > > > > > > > > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > > > > > > > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > > > > > > > > > _______________________________________________ > > > > > > > > > > Rlib-users mailing list > > > > > > > > > > Rli...@li... > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > > This SF.Net email is sponsored by: Oracle 10g > > > > > > > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > > > > > > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > > > > > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > > > > > > > _______________________________________________ > > > > > > > > Rlib-users mailing list > > > > > > > > Rli...@li... > > > > > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > |
From: Bob D. <bd...@si...> - 2004-06-22 19:27:32
|
RLIB 1.1.8 had Makefile problems.. RLIB 1.1.9 should be out VERY soon.. We just have 1 more UTF8/8859-1 problem to get to the bottom of - bob On Tue, 2004-06-22 at 12:10 -0700, Santiago Alvarez wrote: > ... I succesfully ./configure --disable-python, and then make. > But when it comes to make install, the process aborts with the following error: > > /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/ld: > cannot find -lr > collect2: ld returned 1 exit status > libtool: install: error: relink `librlib.la' with the above command before > installing it > make[3]: *** [install-libLTLIBRARIES] Error 1 > make[3]: Leaving directory `/usr/local/src/rlib-1.1.8/bindings/php' > make[2]: *** [install-am] Error 2 > make[2]: Leaving directory `/usr/local/src/rlib-1.1.8/bindings/php' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/usr/local/src/rlib-1.1.8/bindings' > make: *** [install-recursive] Error 1 > > > I am using PostgreSQL, but I doubt it has anytihing to do with it. > > I later tried configuring WITHOUT php support and it works OK, what am I doing > wrong? > > > thanks in advance.- > > > > > __________________________________ > Do you Yahoo!? > New and Improved Yahoo! Mail - 100MB free storage! > http://promotions.yahoo.com/new_mail > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Santiago A. <sa...@ya...> - 2004-06-22 19:10:27
|
... I succesfully ./configure --disable-python, and then make. But when it comes to make install, the process aborts with the following error: /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/ld: cannot find -lr collect2: ld returned 1 exit status libtool: install: error: relink `librlib.la' with the above command before installing it make[3]: *** [install-libLTLIBRARIES] Error 1 make[3]: Leaving directory `/usr/local/src/rlib-1.1.8/bindings/php' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/usr/local/src/rlib-1.1.8/bindings/php' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/rlib-1.1.8/bindings' make: *** [install-recursive] Error 1 I am using PostgreSQL, but I doubt it has anytihing to do with it. I later tried configuring WITHOUT php support and it works OK, what am I doing wrong? thanks in advance.- __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail |
From: <ben...@id...> - 2004-05-25 07:46:06
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Bob D. <bd...@si...> - 2004-05-21 17:17:58
|
What distro are you running again? On Fri, 2004-05-21 at 16:47 +0000, Farryp Philippe-Auguste wrote: > I just tried and it built it. > > The problem that I'm getting now is when I install rlib. > > Making install in libsrc > make[1]: Entering directory `/home/farryp/rlib-1.1.8/libsrc' > make[2]: Entering directory `/home/farryp/rlib-1.1.8/libsrc' > /bin/sh ../mkinstalldirs /usr/lib > /bin/sh ../libtool --mode=install /usr/bin/install -c libr.la > /usr/lib/libr.la > /usr/bin/install -c .libs/libr-1.1.8 /usr/lib/libr-1.1.8 > (cd /usr/lib && rm -f libr && ln -s libr-1.1.8 libr) > /usr/bin/install -c .libs/libr.lai /usr/lib/libr.la > PATH="$PATH:/sbin" ldconfig -n /usr/lib > ---------------------------------------------------------------------- > Libraries have been installed in: > /usr/lib > > If you ever happen to want to link against installed libraries > in a given directory, LIBDIR, you must either use libtool, and > specify the full pathname of the library, or use the `-LLIBDIR' > flag during linking and do at least one of the following: > - add LIBDIR to the `LD_LIBRARY_PATH' environment variable > during execution > - add LIBDIR to the `LD_RUN_PATH' environment variable > during linking > - use the `-Wl,--rpath -Wl,LIBDIR' linker flag > - have your system administrator add LIBDIR to `/etc/ld.so.conf' > > See any operating system documentation about shared libraries for > more information, such as the ld(1) and ld.so(8) manual pages. > ---------------------------------------------------------------------- > /bin/sh ../mkinstalldirs /usr/include/rlib > /usr/bin/install -c -m 644 rlib.h /usr/include/rlib/rlib.h > /usr/bin/install -c -m 644 rlib_input.h /usr/include/rlib/rlib_input.h > /usr/bin/install -c -m 644 containers.h /usr/include/rlib/containers.h > /usr/bin/install -c -m 644 charencoder.h /usr/include/rlib/charencoder.h > /usr/bin/install -c -m 644 datetime.h /usr/include/rlib/datetime.h > /usr/bin/install -c -m 644 util.h /usr/include/rlib/util.h > /usr/bin/install -c -m 644 value.h /usr/include/rlib/value.h > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/libsrc' > make[1]: Leaving directory `/home/farryp/rlib-1.1.8/libsrc' > Making install in inputs > make[1]: Entering directory `/home/farryp/rlib-1.1.8/inputs' > Making install in odbc > make[2]: Entering directory `/home/farryp/rlib-1.1.8/inputs/odbc' > make[3]: Entering directory `/home/farryp/rlib-1.1.8/inputs/odbc' > /bin/sh ../../mkinstalldirs /usr/lib > /bin/sh ../../libtool --mode=install /usr/bin/install -c libr-odbc.la > /usr/lib/libr-odbc.la > /usr/bin/install -c .libs/libr-odbc-1.1.8 /usr/lib/libr-odbc-1.1.8 > (cd /usr/lib && rm -f libr-odbc && ln -s libr-odbc-1.1.8 libr-odbc) > /usr/bin/install -c .libs/libr-odbc.lai /usr/lib/libr-odbc.la > PATH="$PATH:/sbin" ldconfig -n /usr/lib > ---------------------------------------------------------------------- > Libraries have been installed in: > /usr/lib > > If you ever happen to want to link against installed libraries > in a given directory, LIBDIR, you must either use libtool, and > specify the full pathname of the library, or use the `-LLIBDIR' > flag during linking and do at least one of the following: > - add LIBDIR to the `LD_LIBRARY_PATH' environment variable > during execution > - add LIBDIR to the `LD_RUN_PATH' environment variable > during linking > - use the `-Wl,--rpath -Wl,LIBDIR' linker flag > - have your system administrator add LIBDIR to `/etc/ld.so.conf' > > See any operating system documentation about shared libraries for > more information, such as the ld(1) and ld.so(8) manual pages. > ---------------------------------------------------------------------- > make[3]: Nothing to be done for `install-data-am'. > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/odbc' > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/odbc' > Making install in postgre > make[2]: Entering directory `/home/farryp/rlib-1.1.8/inputs/postgre' > make[3]: Entering directory `/home/farryp/rlib-1.1.8/inputs/postgre' > /bin/sh ../../mkinstalldirs /usr/lib > /bin/sh ../../libtool --mode=install /usr/bin/install -c libr-postgre.la > /usr/lib/libr-postgre.la > /usr/bin/install -c .libs/libr-postgre-1.1.8 /usr/lib/libr-postgre-1.1.8 > (cd /usr/lib && rm -f libr-postgre && ln -s libr-postgre-1.1.8 libr-postgre) > /usr/bin/install -c .libs/libr-postgre.lai /usr/lib/libr-postgre.la > PATH="$PATH:/sbin" ldconfig -n /usr/lib > ---------------------------------------------------------------------- > Libraries have been installed in: > /usr/lib > > If you ever happen to want to link against installed libraries > in a given directory, LIBDIR, you must either use libtool, and > specify the full pathname of the library, or use the `-LLIBDIR' > flag during linking and do at least one of the following: > - add LIBDIR to the `LD_LIBRARY_PATH' environment variable > during execution > - add LIBDIR to the `LD_RUN_PATH' environment variable > during linking > - use the `-Wl,--rpath -Wl,LIBDIR' linker flag > - have your system administrator add LIBDIR to `/etc/ld.so.conf' > > See any operating system documentation about shared libraries for > more information, such as the ld(1) and ld.so(8) manual pages. > ---------------------------------------------------------------------- > make[3]: Nothing to be done for `install-data-am'. > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/postgre' > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/postgre' > make[2]: Entering directory `/home/farryp/rlib-1.1.8/inputs' > make[3]: Entering directory `/home/farryp/rlib-1.1.8/inputs' > make[3]: Nothing to be done for `install-exec-am'. > make[3]: Nothing to be done for `install-data-am'. > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/inputs' > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/inputs' > make[1]: Leaving directory `/home/farryp/rlib-1.1.8/inputs' > Making install in bindings > make[1]: Entering directory `/home/farryp/rlib-1.1.8/bindings' > Making install in php > make[2]: Entering directory `/home/farryp/rlib-1.1.8/bindings/php' > make[3]: Entering directory `/home/farryp/rlib-1.1.8/bindings/php' > /bin/sh ../../mkinstalldirs /usr/lib/php4 > /bin/sh ../../libtool --mode=install /usr/bin/install -c librlib.la > /usr/lib/php4/librlib.la > libtool: install: warning: relinking `librlib.la' > (cd /home/farryp/rlib-1.1.8/bindings/php; /bin/sh ../../libtool --mode=relink > gcc -g -O2 -o librlib.la -rpath /usr/lib/php4 -release 1.1.8 environment.lo > php.lo -L../../libsrc/ -lr -lxml2 -lpthread -lz -lm -lglib-2.0 > -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0 -L/usr/lib -lpq -L/usr/lib > -lodbc -lcpdf -lcpdf -lm -lc ) > gcc -shared .libs/environment.o .libs/php.o -L/home/farryp/rlib-1.1.8/libsrc > -L/usr/lib -lr -lxml2 -lpthread -lz -lgmodule-2.0 -ldl -lglib-2.0 -lpq -lodbc > -lcpdf -lm -lc -Wl,--export-dynamic -Wl,-soname -Wl,librlib-1.1.8 -o > .libs/librlib-1.1.8 > /usr/bin/ld: cannot find -lr > collect2: ld returned 1 exit status > libtool: install: error: relink `librlib.la' with the above command before > installing it > make[3]: *** [install-libLTLIBRARIES] Error 1 > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/php' > make[2]: *** [install-am] Error 2 > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/php' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/home/farryp/rlib-1.1.8/bindings' > make: *** [install-recursive] Error 1 > > > Thanks for your help > > Farry > > > > Bob Doan (bd...@si...) wrote: > > > > Yes.. but it seems (Or I just noticed) that if you want to use python > > (at least for know) your prefix should match what python's prefix is > > (I'm gonna have to add an option to specify the python prefix) > > > > So it would be best to compile rlib like: > > > > --prefix=/usr > > > > - bob > > > > On Fri, 2004-05-21 at 16:35 +0000, Farryp Philippe-Auguste wrote: > > > Yes I do. > > > > > > I was doing /usr/loca/rlib. > > > > > > >From the website, I thought that with the new version of rlib, it was okay to > > > set a path to .configure > > > > > > Best regards > > > > > > Farry > > > Bob Doan (bd...@si...) wrote: > > > > > > > > Problem seems to be in the autoconf hell > > > > > > > > your PYTHON_PREFIX appears to be wrong > > > > > > > > however... looking @ the python.m4 it seems to pick up PYTHON_PREFIX > > > > from $prefix > > > > > > > > so the question is how are you configuring rlib.. are you doing a > > > > --prefix= ?? > > > > > > > > - bob > > > > > > > > On Fri, 2004-05-21 at 16:02 +0000, Farryp Philippe-Auguste wrote: > > > > > the python.h is : > > > > > /usr/include/python2.2/Python.h > > > > > > > > > > I've also attached the full make output. > > > > > > > > > > Thanks > > > > > > > > > > Farry > > > > > > > > > > Bob Doan (bd...@si...) wrote: > > > > > > > > > > > > Ok.. Can you tell me where your Python.h is and can you send all of the > > > > > > make so I can see where rlib is looking for it > > > > > > > > > > > > - bob > > > > > > > > > > > > On Fri, 2004-05-21 at 14:49 +0000, Farryp Philippe-Auguste wrote: > > > > > > > Yes I do > > > > > > > > > > > > > > rpm -qa | grep python > > > > > > > gnome-python2-canvas-1.99.14-5 > > > > > > > gnome-python2-applet-1.99.14-5 > > > > > > > python-docs-2.2.2-26 > > > > > > > python-optik-1.4-2 > > > > > > > rpm-python-4.2-0.69 > > > > > > > libxml2-python-2.5.4-1 > > > > > > > gnome-python2-gnomevfs-1.99.14-5 > > > > > > > postgresql-python-7.3.2-3 > > > > > > > python-tools-2.2.2-26 > > > > > > > gnome-python2-bonobo-1.99.14-5 > > > > > > > python-devel-2.2.2-26 > > > > > > > gnome-python2-nautilus-1.99.14-5 > > > > > > > MySQL-python-0.9.1-6 > > > > > > > python-2.2.2-26 > > > > > > > mod_python-3.0.1-3 > > > > > > > gnome-python2-gtkhtml2-1.99.14-5 > > > > > > > gnome-python2-1.99.14-5 > > > > > > > libxslt-python-1.0.27-3 > > > > > > > gnome-python2-gconf-1.99.14-5 > > > > > > > > > > > > > > Bob Doan (bd...@si...) wrote: > > > > > > > > > > > > > > > > Do you have python-devel installed? > > > > > > > > > > > > > > > > On Fri, 2004-05-21 at 05:29 +0000, Farryp Philippe-Auguste wrote: > > > > > > > > > Hi group, > > > > > > > > > > > > > > > > > > I'm a new rlib user. I was trying to get it to work on Fedora Core 1.0 > > and > > > > > > > > > after installing libxml2-2.6.10-1 and libcpdf-2.02r1-0, I get the > > following > > > > > > > > > error. Also, I wanted to know if we had to use any of the dtatbase stuff. > > Is > > > > > > > > > is possible to just send the data directly to the report generator ? I > > didn't > > > > > > > > > want to have my schema exposed. > > > > > > > > > > > > > > > > > > I plan to use Python so ./configure --disable-python is not an option. > > > > > > > > > > > > > > > > > > Pls advise > > > > > > > > > > > > > > > > > > > > > > > > > > > python.c:13:20: Python.h: No such file or directory > > > > > > > > > python.c:259:20: Python.h: No such file or directory > > > > > > > > > python.c:328: error: syntax error before "PyObject" > > > > > > > > > python.c:328: warning: no semicolon at end of struct or union > > > > > > > > > python.c:329: error: syntax error before '*' token > > > > > > > > > python.c:331: error: syntax error before '}' token > > > > > > > > > python.c:331: warning: data definition has no type or storage class > > > > > > > > > python.c:334: error: syntax error before "PyObject_HEAD" > > > > > > > > > python.c:334: warning: no semicolon at end of struct or union > > > > > > > > > python.c:336: warning: data definition has no type or storage class > > > > > > > > > python.c:338: error: syntax error before '*' token > > > > > > > > > python.c:339: error: syntax error before '*' token > > > > > > > > > python.c: In function `swig_varlink_repr': > > > > > > > > > python.c:340: error: `v' undeclared (first use in this function) > > > > > > > > > python.c:340: error: (Each undeclared identifier is reported only once > > > > > > > > > python.c:340: error: for each function it appears in.) > > > > > > > > > python.c:341: warning: return makes pointer from integer without a cast > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:345: error: syntax error before '*' token > > > > > > > > > python.c: In function `swig_varlink_print': > > > > > > > > > python.c:346: error: `var' undeclared (first use in this function) > > > > > > > > > python.c:347: error: `flags' undeclared (first use in this function) > > > > > > > > > python.c:348: error: `fp' undeclared (first use in this function) > > > > > > > > > python.c:349: error: `v' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:357: error: syntax error before '*' token > > > > > > > > > python.c:358: error: syntax error before '*' token > > > > > > > > > python.c: In function `swig_varlink_getattr': > > > > > > > > > python.c:359: error: `var' undeclared (first use in this function) > > > > > > > > > python.c:359: error: `v' undeclared (first use in this function) > > > > > > > > > python.c:361: error: `n' undeclared (first use in this function) > > > > > > > > > python.c:366: error: `PyExc_NameError' undeclared (first use in this > > function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:371: error: syntax error before '*' token > > > > > > > > > python.c: In function `swig_varlink_setattr': > > > > > > > > > python.c:372: error: `var' undeclared (first use in this function) > > > > > > > > > python.c:372: error: `v' undeclared (first use in this function) > > > > > > > > > python.c:374: error: `n' undeclared (first use in this function) > > > > > > > > > python.c:375: error: `p' undeclared (first use in this function) > > > > > > > > > python.c:379: error: `PyExc_NameError' undeclared (first use in this > > function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:383: error: syntax error before "PyTypeObject" > > > > > > > > > python.c:385: error: initializer element is not constant > > > > > > > > > python.c:385: error: (near initialization for `varlinktype') > > > > > > > > > python.c:385: error: syntax error before numeric constant > > > > > > > > > python.c:386: warning: excess elements in scalar initializer > > > > > > > > > python.c:386: warning: (near initialization for `varlinktype') > > > > > > > > > python.c:387: warning: excess elements in scalar initializer > > > > > > > > > python.c:387: warning: (near initialization for `varlinktype') > > > > > > > > > python.c:388: warning: excess elements in scalar initializer > > > > > > > > > python.c:388: warning: (near initialization for `varlinktype') > > > > > > > > > python.c:389: warning: excess elements in scalar initializer > > > > > > > > > python.c:389: warning: (near initialization for `varlinktype') > > > > > > > > > python.c:390: error: `printfunc' undeclared here (not in a function) > > > > > > > > > python.c:390: warning: excess elements in scalar initializer > > > > > > > > > python.c:390: warning: (near initialization for `varlinktype') > > > > > > > > > python.c:390: error: syntax error before "swig_varlink_print" > > > > > > > > > python.c:391: error: `getattrfunc' undeclared here (not in a function) > > > > > > > > > python.c:391: warning: excess elements in scalar initializer > > > > > > > > > python.c:391: warning: (near initialization for `varlinktype') > > > > > > > > > python.c:391: error: syntax error before "swig_varlink_getattr" > > > > > > > > > python.c:392: error: `setattrfunc' undeclared here (not in a function) > > > > > > > > > python.c:392: warning: excess elements in scalar initializer > > > > > > > > > python.c:392: warning: (near initialization for `varlinktype') > > > > > > > > > python.c:392: error: syntax error before "swig_varlink_setattr" > > > > > > > > > python.c:393: warning: excess elements in scalar initializer > > > > > > > > > python.c:393: warning: (near initialization for `varlinktype') > > > > > > > > > python.c:394: error: `reprfunc' undeclared here (not in a function) > > > > > > > > > python.c:394: warning: excess elements in scalar initializer > > > > > > > > > python.c:394: warning: (near initialization for `varlinktype') > > > > > > > > > python.c:394: error: syntax error before "swig_varlink_repr" > > > > > > > > > python.c:395: warning: excess elements in scalar initializer > > > > > > > > > python.c:395: warning: (near initialization for `varlinktype') > > > > > > > > > python.c:396: warning: excess elements in scalar initializer > > > > > > > > > python.c:396: warning: (near initialization for `varlinktype') > > > > > > > > > python.c:397: warning: excess elements in scalar initializer > > > > > > > > > python.c:397: warning: (near initialization for `varlinktype') > > > > > > > > > python.c:398: warning: data definition has no type or storage class > > > > > > > > > python.c:401: error: syntax error before '*' token > > > > > > > > > python.c: In function `SWIG_Python_newvarlink': > > > > > > > > > python.c:403: error: `result' undeclared (first use in this function) > > > > > > > > > python.c:405: error: request for member `ob_type' in something not a > > structure > > > > > > > > > or union > > > > > > > > > python.c:405: error: `PyType_Type' undeclared (first use in this function) > > > > > > > > > python.c:409: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:409: error: syntax error before ')' token > > > > > > > > > python.c:410: error: syntax error before ')' token > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:415: error: syntax error before '*' token > > > > > > > > > python.c: In function `SWIG_Python_ConvertPtr': > > > > > > > > > python.c:418: error: syntax error before '*' token > > > > > > > > > python.c:420: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:420: error: `pyobj' undeclared (first use in this function) > > > > > > > > > python.c:422: error: `obj' undeclared (first use in this function) > > > > > > > > > python.c:423: error: `Py_None' undeclared (first use in this function) > > > > > > > > > python.c:424: error: `ptr' undeclared (first use in this function) > > > > > > > > > python.c:446: error: `SWIG_this' undeclared (first use in this function) > > > > > > > > > python.c:457: warning: assignment makes pointer from integer without a > > cast > > > > > > > > > python.c:478: error: `ty' undeclared (first use in this function) > > > > > > > > > python.c:484: error: `flags' undeclared (first use in this function) > > > > > > > > > python.c:485: error: `zero' undeclared (first use in this function) > > > > > > > > > python.c:496: error: `PyExc_TypeError' undeclared (first use in this > > function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:506: error: syntax error before '*' token > > > > > > > > > python.c: In function `SWIG_Python_NewPointerObj': > > > > > > > > > python.c:508: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:508: error: `robj' undeclared (first use in this function) > > > > > > > > > python.c:510: error: `Py_None' undeclared (first use in this function) > > > > > > > > > python.c:527: error: `inst' undeclared (first use in this function) > > > > > > > > > python.c:528: error: `args' undeclared (first use in this function) > > > > > > > > > python.c:530: error: syntax error before ')' token > > > > > > > > > python.c:534: error: `n' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:544: error: syntax error before '*' token > > > > > > > > > python.c: In function `SWIG_Python_NewPackedObj': > > > > > > > > > python.c:552: warning: return makes pointer from integer without a cast > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:557: error: syntax error before '*' token > > > > > > > > > python.c: In function `SWIG_Python_InstallConstants': > > > > > > > > > python.c:559: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:559: error: `obj' undeclared (first use in this function) > > > > > > > > > python.c:560: error: `constants' undeclared (first use in this function) > > > > > > > > > python.c:582: error: `d' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:619: error: syntax error before '*' token > > > > > > > > > python.c:619: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_init': > > > > > > > > > python.c:620: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:620: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:623: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:633: error: syntax error before '*' token > > > > > > > > > python.c:633: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_add_datasource_mysql': > > > > > > > > > python.c:634: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:634: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:642: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:644: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:655: error: syntax error before '*' token > > > > > > > > > python.c:655: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_add_datasource_postgre': > > > > > > > > > python.c:656: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:656: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:661: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:663: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:674: error: syntax error before '*' token > > > > > > > > > python.c:674: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_add_query_as': > > > > > > > > > python.c:675: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:675: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:681: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:683: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:694: error: syntax error before '*' token > > > > > > > > > python.c:694: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_add_report': > > > > > > > > > python.c:695: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:695: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:700: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:702: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:713: error: syntax error before '*' token > > > > > > > > > python.c:713: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_execute': > > > > > > > > > python.c:714: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:714: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:717: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:719: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:730: error: syntax error before '*' token > > > > > > > > > python.c:730: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_set_output_format_from_text': > > > > > > > > > python.c:731: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:731: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:735: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:737: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:748: error: syntax error before '*' token > > > > > > > > > python.c:748: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_spool': > > > > > > > > > python.c:749: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:749: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:752: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:754: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:765: error: syntax error before '*' token > > > > > > > > > python.c:765: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_free': > > > > > > > > > python.c:766: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:766: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:769: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:771: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:782: error: syntax error before '*' token > > > > > > > > > python.c:782: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_get_output': > > > > > > > > > python.c:783: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:783: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:786: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:788: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:799: error: syntax error before '*' token > > > > > > > > > python.c:799: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_get_output_length': > > > > > > > > > python.c:800: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:800: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:803: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:805: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:816: error: syntax error before '*' token > > > > > > > > > python.c:816: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_mysql_report': > > > > > > > > > python.c:817: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:817: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:827: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:837: error: syntax error before '*' token > > > > > > > > > python.c:837: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_postgre_report': > > > > > > > > > python.c:838: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:838: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:845: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:855: error: syntax error before '*' token > > > > > > > > > python.c:855: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_add_datasource_odbc': > > > > > > > > > python.c:856: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:856: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:863: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:865: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:876: error: syntax error before '*' token > > > > > > > > > python.c:876: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_add_resultset_follower': > > > > > > > > > python.c:877: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:877: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:882: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:884: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:895: error: syntax error before '*' token > > > > > > > > > python.c:895: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_add_parameter': > > > > > > > > > python.c:896: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:896: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:901: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:903: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:914: error: syntax error before '*' token > > > > > > > > > python.c:914: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_version': > > > > > > > > > python.c:915: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:915: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:918: error: `args' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:928: error: syntax error before '*' token > > > > > > > > > python.c:928: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_set_output_encoding': > > > > > > > > > python.c:929: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:929: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:932: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:934: error: `args' undeclared (first use in this function) > > > > > > > > > python.c:938: error: `Py_None' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:945: error: syntax error before '*' token > > > > > > > > > python.c:945: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_set_report_output_encoding': > > > > > > > > > python.c:946: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:946: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:950: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:952: error: `args' undeclared (first use in this function) > > > > > > > > > python.c:956: error: `Py_None' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:963: error: syntax error before '*' token > > > > > > > > > python.c:963: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_set_pdf_font': > > > > > > > > > python.c:964: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:964: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:968: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:970: error: `args' undeclared (first use in this function) > > > > > > > > > python.c:974: error: `Py_None' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:981: error: syntax error before '*' token > > > > > > > > > python.c:981: error: syntax error before '*' token > > > > > > > > > python.c: In function `_wrap_rlib_set_pdf_font_directories': > > > > > > > > > python.c:982: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:982: error: `resultobj' undeclared (first use in this function) > > > > > > > > > python.c:986: error: `obj0' undeclared (first use in this function) > > > > > > > > > python.c:988: error: `args' undeclared (first use in this function) > > > > > > > > > python.c:992: error: `Py_None' undeclared (first use in this function) > > > > > > > > > python.c: At top level: > > > > > > > > > python.c:999: error: syntax error before "SwigMethods" > > > > > > > > > python.c:1000: warning: braces around scalar initializer > > > > > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > > > > > python.c:1000: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1000: warning: excess elements in scalar initializer > > > > > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > > > > > python.c:1000: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1000: warning: excess elements in scalar initializer > > > > > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > > > > > python.c:1001: warning: braces around scalar initializer > > > > > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > > > > > python.c:1001: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1001: warning: excess elements in scalar initializer > > > > > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > > > > > python.c:1001: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1001: warning: excess elements in scalar initializer > > > > > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > > > > > python.c:1002: warning: braces around scalar initializer > > > > > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > > > > > python.c:1002: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1002: warning: excess elements in scalar initializer > > > > > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > > > > > python.c:1002: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1002: warning: excess elements in scalar initializer > > > > > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > > > > > python.c:1003: warning: braces around scalar initializer > > > > > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > > > > > python.c:1003: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1003: warning: excess elements in scalar initializer > > > > > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > > > > > python.c:1003: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1003: warning: excess elements in scalar initializer > > > > > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > > > > > python.c:1004: warning: braces around scalar initializer > > > > > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > > > > > python.c:1004: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1004: warning: excess elements in scalar initializer > > > > > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > > > > > python.c:1004: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1004: warning: excess elements in scalar initializer > > > > > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > > > > > python.c:1005: warning: braces around scalar initializer > > > > > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > > > > > python.c:1005: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1005: warning: excess elements in scalar initializer > > > > > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > > > > > python.c:1005: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1005: warning: excess elements in scalar initializer > > > > > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > > > > > python.c:1006: warning: braces around scalar initializer > > > > > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > > > > > python.c:1006: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1006: warning: excess elements in scalar initializer > > > > > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > > > > > python.c:1006: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1006: warning: excess elements in scalar initializer > > > > > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > > > > > python.c:1007: warning: braces around scalar initializer > > > > > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > > > > > python.c:1007: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1007: warning: excess elements in scalar initializer > > > > > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > > > > > python.c:1007: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1007: warning: excess elements in scalar initializer > > > > > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > > > > > python.c:1008: warning: braces around scalar initializer > > > > > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > > > > > python.c:1008: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1008: warning: excess elements in scalar initializer > > > > > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > > > > > python.c:1008: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1008: warning: excess elements in scalar initializer > > > > > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > > > > > python.c:1009: warning: braces around scalar initializer > > > > > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > > > > > python.c:1009: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1009: warning: excess elements in scalar initializer > > > > > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > > > > > python.c:1009: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1009: warning: excess elements in scalar initializer > > > > > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > > > > > python.c:1010: warning: braces around scalar initializer > > > > > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > > > > > python.c:1010: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1010: warning: excess elements in scalar initializer > > > > > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > > > > > python.c:1010: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1010: warning: excess elements in scalar initializer > > > > > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > > > > > python.c:1011: warning: braces around scalar initializer > > > > > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > > > > > python.c:1011: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1011: warning: excess elements in scalar initializer > > > > > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > > > > > python.c:1011: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1011: warning: excess elements in scalar initializer > > > > > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > > > > > python.c:1012: warning: braces around scalar initializer > > > > > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > > > > > python.c:1012: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1012: warning: excess elements in scalar initializer > > > > > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > > > > > python.c:1012: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1012: warning: excess elements in scalar initializer > > > > > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > > > > > python.c:1013: warning: braces around scalar initializer > > > > > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > > > > > python.c:1013: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1013: warning: excess elements in scalar initializer > > > > > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > > > > > python.c:1013: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1013: warning: excess elements in scalar initializer > > > > > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > > > > > python.c:1014: warning: braces around scalar initializer > > > > > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > > > > > python.c:1014: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1014: warning: excess elements in scalar initializer > > > > > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > > > > > python.c:1014: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1014: warning: excess elements in scalar initializer > > > > > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > > > > > python.c:1015: warning: braces around scalar initializer > > > > > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > > > > > python.c:1015: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1015: warning: excess elements in scalar initializer > > > > > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > > > > > python.c:1015: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1015: warning: excess elements in scalar initializer > > > > > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > > > > > python.c:1016: warning: braces around scalar initializer > > > > > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > > > > > python.c:1016: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1016: warning: excess elements in scalar initializer > > > > > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > > > > > python.c:1016: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1016: warning: excess elements in scalar initializer > > > > > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > > > > > python.c:1017: warning: braces around scalar initializer > > > > > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > > > > > python.c:1017: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1017: warning: excess elements in scalar initializer > > > > > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > > > > > python.c:1017: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1017: warning: excess elements in scalar initializer > > > > > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > > > > > python.c:1018: warning: braces around scalar initializer > > > > > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > > > > > python.c:1018: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1018: warning: excess elements in scalar initializer > > > > > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > > > > > python.c:1018: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1018: warning: excess elements in scalar initializer > > > > > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > > > > > python.c:1019: warning: braces around scalar initializer > > > > > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > > > > > python.c:1019: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1019: warning: excess elements in scalar initializer > > > > > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > > > > > python.c:1019: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1019: warning: excess elements in scalar initializer > > > > > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > > > > > python.c:1020: warning: braces around scalar initializer > > > > > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > > > > > python.c:1020: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1020: warning: excess elements in scalar initializer > > > > > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > > > > > python.c:1020: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > > python.c:1020: warning: excess elements in scalar initializer > > > > > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > > > > > python.c:1021: warning: braces around scalar initializer > > > > > > > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > > > > > > > python.c:1021: warning: initialization makes integer from pointer without > > a > > > > > > > > > cast > > > > > > > > > python.c:1021: warning: excess elements in scalar initializer > > > > > > > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > > > > > > > python.c:1022: warning: data definition has no type or storage class > > > > > > > > > python.c: In function `init_librlib': > > > > > > > > > python.c:1048: error: syntax error before '*' token > > > > > > > > > python.c:1050: error: `PyObject' undeclared (first use in this function) > > > > > > > > > python.c:1050: error: `m' undeclared (first use in this function) > > > > > > > > > python.c:1050: error: `d' undeclared (first use in this function) > > > > > > > > > python.c:1052: error: `SWIG_globals' undeclared (first use in this > > function) > > > > > > > > > make[3]: *** [python.lo] Error 1 > > > > > > > > > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/python' > > > > > > > > > make[2]: *** [all-recursive] Error 1 > > > > > > > > > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/bindings' > > > > > > > > > make[1]: *** [all-recursive] Error 1 > > > > > > > > > make[1]: Leaving directory `/home/farryp/rlib-1.1.8' > > > > > > > > > make: *** [all] Error 2 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > > > This SF.Net email is sponsored by: Oracle 10g > > > > > > > > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > > > > > > > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > > > > > > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > > > > > > > > _______________________________________________ > > > > > > > > > Rlib-users mailing list > > > > > > > > > Rli...@li... > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > This SF.Net email is sponsored by: Oracle 10g > > > > > > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > > > > > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > > > > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > > > > > > _______________________________________________ > > > > > > > Rlib-users mailing list > > > > > > > Rli...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > > > > > > > > > > > > > > > > > |
From: Farryp <fa...@co...> - 2004-05-21 16:38:30
|
I just tried and it built it. The problem that I'm getting now is when I install rlib. Making install in libsrc make[1]: Entering directory `/home/farryp/rlib-1.1.8/libsrc' make[2]: Entering directory `/home/farryp/rlib-1.1.8/libsrc' /bin/sh ../mkinstalldirs /usr/lib /bin/sh ../libtool --mode=install /usr/bin/install -c libr.la /usr/lib/libr.la /usr/bin/install -c .libs/libr-1.1.8 /usr/lib/libr-1.1.8 (cd /usr/lib && rm -f libr && ln -s libr-1.1.8 libr) /usr/bin/install -c .libs/libr.lai /usr/lib/libr.la PATH="$PATH:/sbin" ldconfig -n /usr/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../mkinstalldirs /usr/include/rlib /usr/bin/install -c -m 644 rlib.h /usr/include/rlib/rlib.h /usr/bin/install -c -m 644 rlib_input.h /usr/include/rlib/rlib_input.h /usr/bin/install -c -m 644 containers.h /usr/include/rlib/containers.h /usr/bin/install -c -m 644 charencoder.h /usr/include/rlib/charencoder.h /usr/bin/install -c -m 644 datetime.h /usr/include/rlib/datetime.h /usr/bin/install -c -m 644 util.h /usr/include/rlib/util.h /usr/bin/install -c -m 644 value.h /usr/include/rlib/value.h make[2]: Leaving directory `/home/farryp/rlib-1.1.8/libsrc' make[1]: Leaving directory `/home/farryp/rlib-1.1.8/libsrc' Making install in inputs make[1]: Entering directory `/home/farryp/rlib-1.1.8/inputs' Making install in odbc make[2]: Entering directory `/home/farryp/rlib-1.1.8/inputs/odbc' make[3]: Entering directory `/home/farryp/rlib-1.1.8/inputs/odbc' /bin/sh ../../mkinstalldirs /usr/lib /bin/sh ../../libtool --mode=install /usr/bin/install -c libr-odbc.la /usr/lib/libr-odbc.la /usr/bin/install -c .libs/libr-odbc-1.1.8 /usr/lib/libr-odbc-1.1.8 (cd /usr/lib && rm -f libr-odbc && ln -s libr-odbc-1.1.8 libr-odbc) /usr/bin/install -c .libs/libr-odbc.lai /usr/lib/libr-odbc.la PATH="$PATH:/sbin" ldconfig -n /usr/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/odbc' make[2]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/odbc' Making install in postgre make[2]: Entering directory `/home/farryp/rlib-1.1.8/inputs/postgre' make[3]: Entering directory `/home/farryp/rlib-1.1.8/inputs/postgre' /bin/sh ../../mkinstalldirs /usr/lib /bin/sh ../../libtool --mode=install /usr/bin/install -c libr-postgre.la /usr/lib/libr-postgre.la /usr/bin/install -c .libs/libr-postgre-1.1.8 /usr/lib/libr-postgre-1.1.8 (cd /usr/lib && rm -f libr-postgre && ln -s libr-postgre-1.1.8 libr-postgre) /usr/bin/install -c .libs/libr-postgre.lai /usr/lib/libr-postgre.la PATH="$PATH:/sbin" ldconfig -n /usr/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/postgre' make[2]: Leaving directory `/home/farryp/rlib-1.1.8/inputs/postgre' make[2]: Entering directory `/home/farryp/rlib-1.1.8/inputs' make[3]: Entering directory `/home/farryp/rlib-1.1.8/inputs' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/farryp/rlib-1.1.8/inputs' make[2]: Leaving directory `/home/farryp/rlib-1.1.8/inputs' make[1]: Leaving directory `/home/farryp/rlib-1.1.8/inputs' Making install in bindings make[1]: Entering directory `/home/farryp/rlib-1.1.8/bindings' Making install in php make[2]: Entering directory `/home/farryp/rlib-1.1.8/bindings/php' make[3]: Entering directory `/home/farryp/rlib-1.1.8/bindings/php' /bin/sh ../../mkinstalldirs /usr/lib/php4 /bin/sh ../../libtool --mode=install /usr/bin/install -c librlib.la /usr/lib/php4/librlib.la libtool: install: warning: relinking `librlib.la' (cd /home/farryp/rlib-1.1.8/bindings/php; /bin/sh ../../libtool --mode=relink gcc -g -O2 -o librlib.la -rpath /usr/lib/php4 -release 1.1.8 environment.lo php.lo -L../../libsrc/ -lr -lxml2 -lpthread -lz -lm -lglib-2.0 -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0 -L/usr/lib -lpq -L/usr/lib -lodbc -lcpdf -lcpdf -lm -lc ) gcc -shared .libs/environment.o .libs/php.o -L/home/farryp/rlib-1.1.8/libsrc -L/usr/lib -lr -lxml2 -lpthread -lz -lgmodule-2.0 -ldl -lglib-2.0 -lpq -lodbc -lcpdf -lm -lc -Wl,--export-dynamic -Wl,-soname -Wl,librlib-1.1.8 -o .libs/librlib-1.1.8 /usr/bin/ld: cannot find -lr collect2: ld returned 1 exit status libtool: install: error: relink `librlib.la' with the above command before installing it make[3]: *** [install-libLTLIBRARIES] Error 1 make[3]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/php' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/php' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/farryp/rlib-1.1.8/bindings' make: *** [install-recursive] Error 1 Thanks for your help Farry Bob Doan (bd...@si...) wrote: > > Yes.. but it seems (Or I just noticed) that if you want to use python > (at least for know) your prefix should match what python's prefix is > (I'm gonna have to add an option to specify the python prefix) > > So it would be best to compile rlib like: > > --prefix=/usr > > - bob > > On Fri, 2004-05-21 at 16:35 +0000, Farryp Philippe-Auguste wrote: > > Yes I do. > > > > I was doing /usr/loca/rlib. > > > > >From the website, I thought that with the new version of rlib, it was okay to > > set a path to .configure > > > > Best regards > > > > Farry > > Bob Doan (bd...@si...) wrote: > > > > > > Problem seems to be in the autoconf hell > > > > > > your PYTHON_PREFIX appears to be wrong > > > > > > however... looking @ the python.m4 it seems to pick up PYTHON_PREFIX > > > from $prefix > > > > > > so the question is how are you configuring rlib.. are you doing a > > > --prefix= ?? > > > > > > - bob > > > > > > On Fri, 2004-05-21 at 16:02 +0000, Farryp Philippe-Auguste wrote: > > > > the python.h is : > > > > /usr/include/python2.2/Python.h > > > > > > > > I've also attached the full make output. > > > > > > > > Thanks > > > > > > > > Farry > > > > > > > > Bob Doan (bd...@si...) wrote: > > > > > > > > > > Ok.. Can you tell me where your Python.h is and can you send all of the > > > > > make so I can see where rlib is looking for it > > > > > > > > > > - bob > > > > > > > > > > On Fri, 2004-05-21 at 14:49 +0000, Farryp Philippe-Auguste wrote: > > > > > > Yes I do > > > > > > > > > > > > rpm -qa | grep python > > > > > > gnome-python2-canvas-1.99.14-5 > > > > > > gnome-python2-applet-1.99.14-5 > > > > > > python-docs-2.2.2-26 > > > > > > python-optik-1.4-2 > > > > > > rpm-python-4.2-0.69 > > > > > > libxml2-python-2.5.4-1 > > > > > > gnome-python2-gnomevfs-1.99.14-5 > > > > > > postgresql-python-7.3.2-3 > > > > > > python-tools-2.2.2-26 > > > > > > gnome-python2-bonobo-1.99.14-5 > > > > > > python-devel-2.2.2-26 > > > > > > gnome-python2-nautilus-1.99.14-5 > > > > > > MySQL-python-0.9.1-6 > > > > > > python-2.2.2-26 > > > > > > mod_python-3.0.1-3 > > > > > > gnome-python2-gtkhtml2-1.99.14-5 > > > > > > gnome-python2-1.99.14-5 > > > > > > libxslt-python-1.0.27-3 > > > > > > gnome-python2-gconf-1.99.14-5 > > > > > > > > > > > > Bob Doan (bd...@si...) wrote: > > > > > > > > > > > > > > Do you have python-devel installed? > > > > > > > > > > > > > > On Fri, 2004-05-21 at 05:29 +0000, Farryp Philippe-Auguste wrote: > > > > > > > > Hi group, > > > > > > > > > > > > > > > > I'm a new rlib user. I was trying to get it to work on Fedora Core 1.0 > and > > > > > > > > after installing libxml2-2.6.10-1 and libcpdf-2.02r1-0, I get the > following > > > > > > > > error. Also, I wanted to know if we had to use any of the dtatbase stuff. > Is > > > > > > > > is possible to just send the data directly to the report generator ? I > didn't > > > > > > > > want to have my schema exposed. > > > > > > > > > > > > > > > > I plan to use Python so ./configure --disable-python is not an option. > > > > > > > > > > > > > > > > Pls advise > > > > > > > > > > > > > > > > > > > > > > > > python.c:13:20: Python.h: No such file or directory > > > > > > > > python.c:259:20: Python.h: No such file or directory > > > > > > > > python.c:328: error: syntax error before "PyObject" > > > > > > > > python.c:328: warning: no semicolon at end of struct or union > > > > > > > > python.c:329: error: syntax error before '*' token > > > > > > > > python.c:331: error: syntax error before '}' token > > > > > > > > python.c:331: warning: data definition has no type or storage class > > > > > > > > python.c:334: error: syntax error before "PyObject_HEAD" > > > > > > > > python.c:334: warning: no semicolon at end of struct or union > > > > > > > > python.c:336: warning: data definition has no type or storage class > > > > > > > > python.c:338: error: syntax error before '*' token > > > > > > > > python.c:339: error: syntax error before '*' token > > > > > > > > python.c: In function `swig_varlink_repr': > > > > > > > > python.c:340: error: `v' undeclared (first use in this function) > > > > > > > > python.c:340: error: (Each undeclared identifier is reported only once > > > > > > > > python.c:340: error: for each function it appears in.) > > > > > > > > python.c:341: warning: return makes pointer from integer without a cast > > > > > > > > python.c: At top level: > > > > > > > > python.c:345: error: syntax error before '*' token > > > > > > > > python.c: In function `swig_varlink_print': > > > > > > > > python.c:346: error: `var' undeclared (first use in this function) > > > > > > > > python.c:347: error: `flags' undeclared (first use in this function) > > > > > > > > python.c:348: error: `fp' undeclared (first use in this function) > > > > > > > > python.c:349: error: `v' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:357: error: syntax error before '*' token > > > > > > > > python.c:358: error: syntax error before '*' token > > > > > > > > python.c: In function `swig_varlink_getattr': > > > > > > > > python.c:359: error: `var' undeclared (first use in this function) > > > > > > > > python.c:359: error: `v' undeclared (first use in this function) > > > > > > > > python.c:361: error: `n' undeclared (first use in this function) > > > > > > > > python.c:366: error: `PyExc_NameError' undeclared (first use in this > function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:371: error: syntax error before '*' token > > > > > > > > python.c: In function `swig_varlink_setattr': > > > > > > > > python.c:372: error: `var' undeclared (first use in this function) > > > > > > > > python.c:372: error: `v' undeclared (first use in this function) > > > > > > > > python.c:374: error: `n' undeclared (first use in this function) > > > > > > > > python.c:375: error: `p' undeclared (first use in this function) > > > > > > > > python.c:379: error: `PyExc_NameError' undeclared (first use in this > function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:383: error: syntax error before "PyTypeObject" > > > > > > > > python.c:385: error: initializer element is not constant > > > > > > > > python.c:385: error: (near initialization for `varlinktype') > > > > > > > > python.c:385: error: syntax error before numeric constant > > > > > > > > python.c:386: warning: excess elements in scalar initializer > > > > > > > > python.c:386: warning: (near initialization for `varlinktype') > > > > > > > > python.c:387: warning: excess elements in scalar initializer > > > > > > > > python.c:387: warning: (near initialization for `varlinktype') > > > > > > > > python.c:388: warning: excess elements in scalar initializer > > > > > > > > python.c:388: warning: (near initialization for `varlinktype') > > > > > > > > python.c:389: warning: excess elements in scalar initializer > > > > > > > > python.c:389: warning: (near initialization for `varlinktype') > > > > > > > > python.c:390: error: `printfunc' undeclared here (not in a function) > > > > > > > > python.c:390: warning: excess elements in scalar initializer > > > > > > > > python.c:390: warning: (near initialization for `varlinktype') > > > > > > > > python.c:390: error: syntax error before "swig_varlink_print" > > > > > > > > python.c:391: error: `getattrfunc' undeclared here (not in a function) > > > > > > > > python.c:391: warning: excess elements in scalar initializer > > > > > > > > python.c:391: warning: (near initialization for `varlinktype') > > > > > > > > python.c:391: error: syntax error before "swig_varlink_getattr" > > > > > > > > python.c:392: error: `setattrfunc' undeclared here (not in a function) > > > > > > > > python.c:392: warning: excess elements in scalar initializer > > > > > > > > python.c:392: warning: (near initialization for `varlinktype') > > > > > > > > python.c:392: error: syntax error before "swig_varlink_setattr" > > > > > > > > python.c:393: warning: excess elements in scalar initializer > > > > > > > > python.c:393: warning: (near initialization for `varlinktype') > > > > > > > > python.c:394: error: `reprfunc' undeclared here (not in a function) > > > > > > > > python.c:394: warning: excess elements in scalar initializer > > > > > > > > python.c:394: warning: (near initialization for `varlinktype') > > > > > > > > python.c:394: error: syntax error before "swig_varlink_repr" > > > > > > > > python.c:395: warning: excess elements in scalar initializer > > > > > > > > python.c:395: warning: (near initialization for `varlinktype') > > > > > > > > python.c:396: warning: excess elements in scalar initializer > > > > > > > > python.c:396: warning: (near initialization for `varlinktype') > > > > > > > > python.c:397: warning: excess elements in scalar initializer > > > > > > > > python.c:397: warning: (near initialization for `varlinktype') > > > > > > > > python.c:398: warning: data definition has no type or storage class > > > > > > > > python.c:401: error: syntax error before '*' token > > > > > > > > python.c: In function `SWIG_Python_newvarlink': > > > > > > > > python.c:403: error: `result' undeclared (first use in this function) > > > > > > > > python.c:405: error: request for member `ob_type' in something not a > structure > > > > > > > > or union > > > > > > > > python.c:405: error: `PyType_Type' undeclared (first use in this function) > > > > > > > > python.c:409: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:409: error: syntax error before ')' token > > > > > > > > python.c:410: error: syntax error before ')' token > > > > > > > > python.c: At top level: > > > > > > > > python.c:415: error: syntax error before '*' token > > > > > > > > python.c: In function `SWIG_Python_ConvertPtr': > > > > > > > > python.c:418: error: syntax error before '*' token > > > > > > > > python.c:420: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:420: error: `pyobj' undeclared (first use in this function) > > > > > > > > python.c:422: error: `obj' undeclared (first use in this function) > > > > > > > > python.c:423: error: `Py_None' undeclared (first use in this function) > > > > > > > > python.c:424: error: `ptr' undeclared (first use in this function) > > > > > > > > python.c:446: error: `SWIG_this' undeclared (first use in this function) > > > > > > > > python.c:457: warning: assignment makes pointer from integer without a > cast > > > > > > > > python.c:478: error: `ty' undeclared (first use in this function) > > > > > > > > python.c:484: error: `flags' undeclared (first use in this function) > > > > > > > > python.c:485: error: `zero' undeclared (first use in this function) > > > > > > > > python.c:496: error: `PyExc_TypeError' undeclared (first use in this > function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:506: error: syntax error before '*' token > > > > > > > > python.c: In function `SWIG_Python_NewPointerObj': > > > > > > > > python.c:508: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:508: error: `robj' undeclared (first use in this function) > > > > > > > > python.c:510: error: `Py_None' undeclared (first use in this function) > > > > > > > > python.c:527: error: `inst' undeclared (first use in this function) > > > > > > > > python.c:528: error: `args' undeclared (first use in this function) > > > > > > > > python.c:530: error: syntax error before ')' token > > > > > > > > python.c:534: error: `n' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:544: error: syntax error before '*' token > > > > > > > > python.c: In function `SWIG_Python_NewPackedObj': > > > > > > > > python.c:552: warning: return makes pointer from integer without a cast > > > > > > > > python.c: At top level: > > > > > > > > python.c:557: error: syntax error before '*' token > > > > > > > > python.c: In function `SWIG_Python_InstallConstants': > > > > > > > > python.c:559: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:559: error: `obj' undeclared (first use in this function) > > > > > > > > python.c:560: error: `constants' undeclared (first use in this function) > > > > > > > > python.c:582: error: `d' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:619: error: syntax error before '*' token > > > > > > > > python.c:619: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_init': > > > > > > > > python.c:620: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:620: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:623: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:633: error: syntax error before '*' token > > > > > > > > python.c:633: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_add_datasource_mysql': > > > > > > > > python.c:634: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:634: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:642: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:644: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:655: error: syntax error before '*' token > > > > > > > > python.c:655: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_add_datasource_postgre': > > > > > > > > python.c:656: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:656: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:661: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:663: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:674: error: syntax error before '*' token > > > > > > > > python.c:674: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_add_query_as': > > > > > > > > python.c:675: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:675: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:681: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:683: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:694: error: syntax error before '*' token > > > > > > > > python.c:694: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_add_report': > > > > > > > > python.c:695: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:695: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:700: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:702: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:713: error: syntax error before '*' token > > > > > > > > python.c:713: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_execute': > > > > > > > > python.c:714: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:714: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:717: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:719: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:730: error: syntax error before '*' token > > > > > > > > python.c:730: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_set_output_format_from_text': > > > > > > > > python.c:731: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:731: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:735: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:737: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:748: error: syntax error before '*' token > > > > > > > > python.c:748: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_spool': > > > > > > > > python.c:749: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:749: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:752: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:754: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:765: error: syntax error before '*' token > > > > > > > > python.c:765: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_free': > > > > > > > > python.c:766: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:766: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:769: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:771: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:782: error: syntax error before '*' token > > > > > > > > python.c:782: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_get_output': > > > > > > > > python.c:783: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:783: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:786: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:788: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:799: error: syntax error before '*' token > > > > > > > > python.c:799: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_get_output_length': > > > > > > > > python.c:800: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:800: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:803: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:805: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:816: error: syntax error before '*' token > > > > > > > > python.c:816: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_mysql_report': > > > > > > > > python.c:817: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:817: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:827: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:837: error: syntax error before '*' token > > > > > > > > python.c:837: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_postgre_report': > > > > > > > > python.c:838: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:838: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:845: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:855: error: syntax error before '*' token > > > > > > > > python.c:855: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_add_datasource_odbc': > > > > > > > > python.c:856: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:856: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:863: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:865: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:876: error: syntax error before '*' token > > > > > > > > python.c:876: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_add_resultset_follower': > > > > > > > > python.c:877: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:877: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:882: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:884: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:895: error: syntax error before '*' token > > > > > > > > python.c:895: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_add_parameter': > > > > > > > > python.c:896: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:896: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:901: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:903: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:914: error: syntax error before '*' token > > > > > > > > python.c:914: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_version': > > > > > > > > python.c:915: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:915: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:918: error: `args' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:928: error: syntax error before '*' token > > > > > > > > python.c:928: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_set_output_encoding': > > > > > > > > python.c:929: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:929: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:932: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:934: error: `args' undeclared (first use in this function) > > > > > > > > python.c:938: error: `Py_None' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:945: error: syntax error before '*' token > > > > > > > > python.c:945: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_set_report_output_encoding': > > > > > > > > python.c:946: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:946: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:950: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:952: error: `args' undeclared (first use in this function) > > > > > > > > python.c:956: error: `Py_None' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:963: error: syntax error before '*' token > > > > > > > > python.c:963: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_set_pdf_font': > > > > > > > > python.c:964: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:964: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:968: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:970: error: `args' undeclared (first use in this function) > > > > > > > > python.c:974: error: `Py_None' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:981: error: syntax error before '*' token > > > > > > > > python.c:981: error: syntax error before '*' token > > > > > > > > python.c: In function `_wrap_rlib_set_pdf_font_directories': > > > > > > > > python.c:982: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:982: error: `resultobj' undeclared (first use in this function) > > > > > > > > python.c:986: error: `obj0' undeclared (first use in this function) > > > > > > > > python.c:988: error: `args' undeclared (first use in this function) > > > > > > > > python.c:992: error: `Py_None' undeclared (first use in this function) > > > > > > > > python.c: At top level: > > > > > > > > python.c:999: error: syntax error before "SwigMethods" > > > > > > > > python.c:1000: warning: braces around scalar initializer > > > > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > > > > python.c:1000: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1000: warning: excess elements in scalar initializer > > > > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > > > > python.c:1000: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1000: warning: excess elements in scalar initializer > > > > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > > > > python.c:1001: warning: braces around scalar initializer > > > > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > > > > python.c:1001: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1001: warning: excess elements in scalar initializer > > > > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > > > > python.c:1001: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1001: warning: excess elements in scalar initializer > > > > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > > > > python.c:1002: warning: braces around scalar initializer > > > > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > > > > python.c:1002: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1002: warning: excess elements in scalar initializer > > > > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > > > > python.c:1002: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1002: warning: excess elements in scalar initializer > > > > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > > > > python.c:1003: warning: braces around scalar initializer > > > > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > > > > python.c:1003: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1003: warning: excess elements in scalar initializer > > > > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > > > > python.c:1003: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1003: warning: excess elements in scalar initializer > > > > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > > > > python.c:1004: warning: braces around scalar initializer > > > > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > > > > python.c:1004: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1004: warning: excess elements in scalar initializer > > > > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > > > > python.c:1004: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1004: warning: excess elements in scalar initializer > > > > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > > > > python.c:1005: warning: braces around scalar initializer > > > > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > > > > python.c:1005: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1005: warning: excess elements in scalar initializer > > > > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > > > > python.c:1005: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1005: warning: excess elements in scalar initializer > > > > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > > > > python.c:1006: warning: braces around scalar initializer > > > > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > > > > python.c:1006: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1006: warning: excess elements in scalar initializer > > > > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > > > > python.c:1006: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1006: warning: excess elements in scalar initializer > > > > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > > > > python.c:1007: warning: braces around scalar initializer > > > > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > > > > python.c:1007: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1007: warning: excess elements in scalar initializer > > > > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > > > > python.c:1007: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1007: warning: excess elements in scalar initializer > > > > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > > > > python.c:1008: warning: braces around scalar initializer > > > > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > > > > python.c:1008: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1008: warning: excess elements in scalar initializer > > > > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > > > > python.c:1008: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1008: warning: excess elements in scalar initializer > > > > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > > > > python.c:1009: warning: braces around scalar initializer > > > > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > > > > python.c:1009: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1009: warning: excess elements in scalar initializer > > > > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > > > > python.c:1009: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1009: warning: excess elements in scalar initializer > > > > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > > > > python.c:1010: warning: braces around scalar initializer > > > > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > > > > python.c:1010: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1010: warning: excess elements in scalar initializer > > > > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > > > > python.c:1010: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1010: warning: excess elements in scalar initializer > > > > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > > > > python.c:1011: warning: braces around scalar initializer > > > > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > > > > python.c:1011: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1011: warning: excess elements in scalar initializer > > > > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > > > > python.c:1011: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1011: warning: excess elements in scalar initializer > > > > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > > > > python.c:1012: warning: braces around scalar initializer > > > > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > > > > python.c:1012: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1012: warning: excess elements in scalar initializer > > > > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > > > > python.c:1012: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1012: warning: excess elements in scalar initializer > > > > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > > > > python.c:1013: warning: braces around scalar initializer > > > > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > > > > python.c:1013: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1013: warning: excess elements in scalar initializer > > > > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > > > > python.c:1013: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1013: warning: excess elements in scalar initializer > > > > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > > > > python.c:1014: warning: braces around scalar initializer > > > > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > > > > python.c:1014: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1014: warning: excess elements in scalar initializer > > > > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > > > > python.c:1014: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1014: warning: excess elements in scalar initializer > > > > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > > > > python.c:1015: warning: braces around scalar initializer > > > > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > > > > python.c:1015: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1015: warning: excess elements in scalar initializer > > > > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > > > > python.c:1015: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1015: warning: excess elements in scalar initializer > > > > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > > > > python.c:1016: warning: braces around scalar initializer > > > > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > > > > python.c:1016: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1016: warning: excess elements in scalar initializer > > > > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > > > > python.c:1016: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1016: warning: excess elements in scalar initializer > > > > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > > > > python.c:1017: warning: braces around scalar initializer > > > > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > > > > python.c:1017: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1017: warning: excess elements in scalar initializer > > > > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > > > > python.c:1017: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1017: warning: excess elements in scalar initializer > > > > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > > > > python.c:1018: warning: braces around scalar initializer > > > > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > > > > python.c:1018: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1018: warning: excess elements in scalar initializer > > > > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > > > > python.c:1018: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1018: warning: excess elements in scalar initializer > > > > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > > > > python.c:1019: warning: braces around scalar initializer > > > > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > > > > python.c:1019: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1019: warning: excess elements in scalar initializer > > > > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > > > > python.c:1019: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1019: warning: excess elements in scalar initializer > > > > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > > > > python.c:1020: warning: braces around scalar initializer > > > > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > > > > python.c:1020: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1020: warning: excess elements in scalar initializer > > > > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > > > > python.c:1020: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > > python.c:1020: warning: excess elements in scalar initializer > > > > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > > > > python.c:1021: warning: braces around scalar initializer > > > > > > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > > > > > > python.c:1021: warning: initialization makes integer from pointer without > a > > > > > > > > cast > > > > > > > > python.c:1021: warning: excess elements in scalar initializer > > > > > > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > > > > > > python.c:1022: warning: data definition has no type or storage class > > > > > > > > python.c: In function `init_librlib': > > > > > > > > python.c:1048: error: syntax error before '*' token > > > > > > > > python.c:1050: error: `PyObject' undeclared (first use in this function) > > > > > > > > python.c:1050: error: `m' undeclared (first use in this function) > > > > > > > > python.c:1050: error: `d' undeclared (first use in this function) > > > > > > > > python.c:1052: error: `SWIG_globals' undeclared (first use in this > function) > > > > > > > > make[3]: *** [python.lo] Error 1 > > > > > > > > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/python' > > > > > > > > make[2]: *** [all-recursive] Error 1 > > > > > > > > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/bindings' > > > > > > > > make[1]: *** [all-recursive] Error 1 > > > > > > > > make[1]: Leaving directory `/home/farryp/rlib-1.1.8' > > > > > > > > make: *** [all] Error 2 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > > This SF.Net email is sponsored by: Oracle 10g > > > > > > > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > > > > > > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > > > > > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > > > > > > > _______________________________________________ > > > > > > > > Rlib-users mailing list > > > > > > > > Rli...@li... > > > > > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > This SF.Net email is sponsored by: Oracle 10g > > > > > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > > > > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > > > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > > > > > _______________________________________________ > > > > > > Rlib-users mailing list > > > > > > Rli...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > > > > > > > > > > > |
From: Bob D. <bd...@si...> - 2004-05-21 16:31:22
|
Yes.. but it seems (Or I just noticed) that if you want to use python (at least for know) your prefix should match what python's prefix is (I'm gonna have to add an option to specify the python prefix) So it would be best to compile rlib like: --prefix=/usr - bob On Fri, 2004-05-21 at 16:35 +0000, Farryp Philippe-Auguste wrote: > Yes I do. > > I was doing /usr/loca/rlib. > > >From the website, I thought that with the new version of rlib, it was okay to > set a path to .configure > > Best regards > > Farry > Bob Doan (bd...@si...) wrote: > > > > Problem seems to be in the autoconf hell > > > > your PYTHON_PREFIX appears to be wrong > > > > however... looking @ the python.m4 it seems to pick up PYTHON_PREFIX > > from $prefix > > > > so the question is how are you configuring rlib.. are you doing a > > --prefix= ?? > > > > - bob > > > > On Fri, 2004-05-21 at 16:02 +0000, Farryp Philippe-Auguste wrote: > > > the python.h is : > > > /usr/include/python2.2/Python.h > > > > > > I've also attached the full make output. > > > > > > Thanks > > > > > > Farry > > > > > > Bob Doan (bd...@si...) wrote: > > > > > > > > Ok.. Can you tell me where your Python.h is and can you send all of the > > > > make so I can see where rlib is looking for it > > > > > > > > - bob > > > > > > > > On Fri, 2004-05-21 at 14:49 +0000, Farryp Philippe-Auguste wrote: > > > > > Yes I do > > > > > > > > > > rpm -qa | grep python > > > > > gnome-python2-canvas-1.99.14-5 > > > > > gnome-python2-applet-1.99.14-5 > > > > > python-docs-2.2.2-26 > > > > > python-optik-1.4-2 > > > > > rpm-python-4.2-0.69 > > > > > libxml2-python-2.5.4-1 > > > > > gnome-python2-gnomevfs-1.99.14-5 > > > > > postgresql-python-7.3.2-3 > > > > > python-tools-2.2.2-26 > > > > > gnome-python2-bonobo-1.99.14-5 > > > > > python-devel-2.2.2-26 > > > > > gnome-python2-nautilus-1.99.14-5 > > > > > MySQL-python-0.9.1-6 > > > > > python-2.2.2-26 > > > > > mod_python-3.0.1-3 > > > > > gnome-python2-gtkhtml2-1.99.14-5 > > > > > gnome-python2-1.99.14-5 > > > > > libxslt-python-1.0.27-3 > > > > > gnome-python2-gconf-1.99.14-5 > > > > > > > > > > Bob Doan (bd...@si...) wrote: > > > > > > > > > > > > Do you have python-devel installed? > > > > > > > > > > > > On Fri, 2004-05-21 at 05:29 +0000, Farryp Philippe-Auguste wrote: > > > > > > > Hi group, > > > > > > > > > > > > > > I'm a new rlib user. I was trying to get it to work on Fedora Core 1.0 and > > > > > > > after installing libxml2-2.6.10-1 and libcpdf-2.02r1-0, I get the following > > > > > > > error. Also, I wanted to know if we had to use any of the dtatbase stuff. Is > > > > > > > is possible to just send the data directly to the report generator ? I didn't > > > > > > > want to have my schema exposed. > > > > > > > > > > > > > > I plan to use Python so ./configure --disable-python is not an option. > > > > > > > > > > > > > > Pls advise > > > > > > > > > > > > > > > > > > > > > python.c:13:20: Python.h: No such file or directory > > > > > > > python.c:259:20: Python.h: No such file or directory > > > > > > > python.c:328: error: syntax error before "PyObject" > > > > > > > python.c:328: warning: no semicolon at end of struct or union > > > > > > > python.c:329: error: syntax error before '*' token > > > > > > > python.c:331: error: syntax error before '}' token > > > > > > > python.c:331: warning: data definition has no type or storage class > > > > > > > python.c:334: error: syntax error before "PyObject_HEAD" > > > > > > > python.c:334: warning: no semicolon at end of struct or union > > > > > > > python.c:336: warning: data definition has no type or storage class > > > > > > > python.c:338: error: syntax error before '*' token > > > > > > > python.c:339: error: syntax error before '*' token > > > > > > > python.c: In function `swig_varlink_repr': > > > > > > > python.c:340: error: `v' undeclared (first use in this function) > > > > > > > python.c:340: error: (Each undeclared identifier is reported only once > > > > > > > python.c:340: error: for each function it appears in.) > > > > > > > python.c:341: warning: return makes pointer from integer without a cast > > > > > > > python.c: At top level: > > > > > > > python.c:345: error: syntax error before '*' token > > > > > > > python.c: In function `swig_varlink_print': > > > > > > > python.c:346: error: `var' undeclared (first use in this function) > > > > > > > python.c:347: error: `flags' undeclared (first use in this function) > > > > > > > python.c:348: error: `fp' undeclared (first use in this function) > > > > > > > python.c:349: error: `v' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:357: error: syntax error before '*' token > > > > > > > python.c:358: error: syntax error before '*' token > > > > > > > python.c: In function `swig_varlink_getattr': > > > > > > > python.c:359: error: `var' undeclared (first use in this function) > > > > > > > python.c:359: error: `v' undeclared (first use in this function) > > > > > > > python.c:361: error: `n' undeclared (first use in this function) > > > > > > > python.c:366: error: `PyExc_NameError' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:371: error: syntax error before '*' token > > > > > > > python.c: In function `swig_varlink_setattr': > > > > > > > python.c:372: error: `var' undeclared (first use in this function) > > > > > > > python.c:372: error: `v' undeclared (first use in this function) > > > > > > > python.c:374: error: `n' undeclared (first use in this function) > > > > > > > python.c:375: error: `p' undeclared (first use in this function) > > > > > > > python.c:379: error: `PyExc_NameError' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:383: error: syntax error before "PyTypeObject" > > > > > > > python.c:385: error: initializer element is not constant > > > > > > > python.c:385: error: (near initialization for `varlinktype') > > > > > > > python.c:385: error: syntax error before numeric constant > > > > > > > python.c:386: warning: excess elements in scalar initializer > > > > > > > python.c:386: warning: (near initialization for `varlinktype') > > > > > > > python.c:387: warning: excess elements in scalar initializer > > > > > > > python.c:387: warning: (near initialization for `varlinktype') > > > > > > > python.c:388: warning: excess elements in scalar initializer > > > > > > > python.c:388: warning: (near initialization for `varlinktype') > > > > > > > python.c:389: warning: excess elements in scalar initializer > > > > > > > python.c:389: warning: (near initialization for `varlinktype') > > > > > > > python.c:390: error: `printfunc' undeclared here (not in a function) > > > > > > > python.c:390: warning: excess elements in scalar initializer > > > > > > > python.c:390: warning: (near initialization for `varlinktype') > > > > > > > python.c:390: error: syntax error before "swig_varlink_print" > > > > > > > python.c:391: error: `getattrfunc' undeclared here (not in a function) > > > > > > > python.c:391: warning: excess elements in scalar initializer > > > > > > > python.c:391: warning: (near initialization for `varlinktype') > > > > > > > python.c:391: error: syntax error before "swig_varlink_getattr" > > > > > > > python.c:392: error: `setattrfunc' undeclared here (not in a function) > > > > > > > python.c:392: warning: excess elements in scalar initializer > > > > > > > python.c:392: warning: (near initialization for `varlinktype') > > > > > > > python.c:392: error: syntax error before "swig_varlink_setattr" > > > > > > > python.c:393: warning: excess elements in scalar initializer > > > > > > > python.c:393: warning: (near initialization for `varlinktype') > > > > > > > python.c:394: error: `reprfunc' undeclared here (not in a function) > > > > > > > python.c:394: warning: excess elements in scalar initializer > > > > > > > python.c:394: warning: (near initialization for `varlinktype') > > > > > > > python.c:394: error: syntax error before "swig_varlink_repr" > > > > > > > python.c:395: warning: excess elements in scalar initializer > > > > > > > python.c:395: warning: (near initialization for `varlinktype') > > > > > > > python.c:396: warning: excess elements in scalar initializer > > > > > > > python.c:396: warning: (near initialization for `varlinktype') > > > > > > > python.c:397: warning: excess elements in scalar initializer > > > > > > > python.c:397: warning: (near initialization for `varlinktype') > > > > > > > python.c:398: warning: data definition has no type or storage class > > > > > > > python.c:401: error: syntax error before '*' token > > > > > > > python.c: In function `SWIG_Python_newvarlink': > > > > > > > python.c:403: error: `result' undeclared (first use in this function) > > > > > > > python.c:405: error: request for member `ob_type' in something not a structure > > > > > > > or union > > > > > > > python.c:405: error: `PyType_Type' undeclared (first use in this function) > > > > > > > python.c:409: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:409: error: syntax error before ')' token > > > > > > > python.c:410: error: syntax error before ')' token > > > > > > > python.c: At top level: > > > > > > > python.c:415: error: syntax error before '*' token > > > > > > > python.c: In function `SWIG_Python_ConvertPtr': > > > > > > > python.c:418: error: syntax error before '*' token > > > > > > > python.c:420: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:420: error: `pyobj' undeclared (first use in this function) > > > > > > > python.c:422: error: `obj' undeclared (first use in this function) > > > > > > > python.c:423: error: `Py_None' undeclared (first use in this function) > > > > > > > python.c:424: error: `ptr' undeclared (first use in this function) > > > > > > > python.c:446: error: `SWIG_this' undeclared (first use in this function) > > > > > > > python.c:457: warning: assignment makes pointer from integer without a cast > > > > > > > python.c:478: error: `ty' undeclared (first use in this function) > > > > > > > python.c:484: error: `flags' undeclared (first use in this function) > > > > > > > python.c:485: error: `zero' undeclared (first use in this function) > > > > > > > python.c:496: error: `PyExc_TypeError' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:506: error: syntax error before '*' token > > > > > > > python.c: In function `SWIG_Python_NewPointerObj': > > > > > > > python.c:508: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:508: error: `robj' undeclared (first use in this function) > > > > > > > python.c:510: error: `Py_None' undeclared (first use in this function) > > > > > > > python.c:527: error: `inst' undeclared (first use in this function) > > > > > > > python.c:528: error: `args' undeclared (first use in this function) > > > > > > > python.c:530: error: syntax error before ')' token > > > > > > > python.c:534: error: `n' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:544: error: syntax error before '*' token > > > > > > > python.c: In function `SWIG_Python_NewPackedObj': > > > > > > > python.c:552: warning: return makes pointer from integer without a cast > > > > > > > python.c: At top level: > > > > > > > python.c:557: error: syntax error before '*' token > > > > > > > python.c: In function `SWIG_Python_InstallConstants': > > > > > > > python.c:559: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:559: error: `obj' undeclared (first use in this function) > > > > > > > python.c:560: error: `constants' undeclared (first use in this function) > > > > > > > python.c:582: error: `d' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:619: error: syntax error before '*' token > > > > > > > python.c:619: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_init': > > > > > > > python.c:620: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:620: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:623: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:633: error: syntax error before '*' token > > > > > > > python.c:633: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_add_datasource_mysql': > > > > > > > python.c:634: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:634: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:642: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:644: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:655: error: syntax error before '*' token > > > > > > > python.c:655: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_add_datasource_postgre': > > > > > > > python.c:656: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:656: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:661: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:663: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:674: error: syntax error before '*' token > > > > > > > python.c:674: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_add_query_as': > > > > > > > python.c:675: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:675: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:681: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:683: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:694: error: syntax error before '*' token > > > > > > > python.c:694: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_add_report': > > > > > > > python.c:695: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:695: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:700: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:702: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:713: error: syntax error before '*' token > > > > > > > python.c:713: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_execute': > > > > > > > python.c:714: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:714: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:717: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:719: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:730: error: syntax error before '*' token > > > > > > > python.c:730: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_set_output_format_from_text': > > > > > > > python.c:731: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:731: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:735: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:737: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:748: error: syntax error before '*' token > > > > > > > python.c:748: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_spool': > > > > > > > python.c:749: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:749: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:752: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:754: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:765: error: syntax error before '*' token > > > > > > > python.c:765: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_free': > > > > > > > python.c:766: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:766: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:769: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:771: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:782: error: syntax error before '*' token > > > > > > > python.c:782: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_get_output': > > > > > > > python.c:783: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:783: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:786: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:788: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:799: error: syntax error before '*' token > > > > > > > python.c:799: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_get_output_length': > > > > > > > python.c:800: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:800: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:803: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:805: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:816: error: syntax error before '*' token > > > > > > > python.c:816: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_mysql_report': > > > > > > > python.c:817: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:817: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:827: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:837: error: syntax error before '*' token > > > > > > > python.c:837: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_postgre_report': > > > > > > > python.c:838: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:838: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:845: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:855: error: syntax error before '*' token > > > > > > > python.c:855: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_add_datasource_odbc': > > > > > > > python.c:856: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:856: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:863: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:865: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:876: error: syntax error before '*' token > > > > > > > python.c:876: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_add_resultset_follower': > > > > > > > python.c:877: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:877: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:882: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:884: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:895: error: syntax error before '*' token > > > > > > > python.c:895: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_add_parameter': > > > > > > > python.c:896: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:896: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:901: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:903: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:914: error: syntax error before '*' token > > > > > > > python.c:914: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_version': > > > > > > > python.c:915: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:915: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:918: error: `args' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:928: error: syntax error before '*' token > > > > > > > python.c:928: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_set_output_encoding': > > > > > > > python.c:929: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:929: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:932: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:934: error: `args' undeclared (first use in this function) > > > > > > > python.c:938: error: `Py_None' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:945: error: syntax error before '*' token > > > > > > > python.c:945: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_set_report_output_encoding': > > > > > > > python.c:946: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:946: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:950: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:952: error: `args' undeclared (first use in this function) > > > > > > > python.c:956: error: `Py_None' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:963: error: syntax error before '*' token > > > > > > > python.c:963: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_set_pdf_font': > > > > > > > python.c:964: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:964: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:968: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:970: error: `args' undeclared (first use in this function) > > > > > > > python.c:974: error: `Py_None' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:981: error: syntax error before '*' token > > > > > > > python.c:981: error: syntax error before '*' token > > > > > > > python.c: In function `_wrap_rlib_set_pdf_font_directories': > > > > > > > python.c:982: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:982: error: `resultobj' undeclared (first use in this function) > > > > > > > python.c:986: error: `obj0' undeclared (first use in this function) > > > > > > > python.c:988: error: `args' undeclared (first use in this function) > > > > > > > python.c:992: error: `Py_None' undeclared (first use in this function) > > > > > > > python.c: At top level: > > > > > > > python.c:999: error: syntax error before "SwigMethods" > > > > > > > python.c:1000: warning: braces around scalar initializer > > > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > > > python.c:1000: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1000: warning: excess elements in scalar initializer > > > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > > > python.c:1000: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1000: warning: excess elements in scalar initializer > > > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > > > python.c:1001: warning: braces around scalar initializer > > > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > > > python.c:1001: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1001: warning: excess elements in scalar initializer > > > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > > > python.c:1001: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1001: warning: excess elements in scalar initializer > > > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > > > python.c:1002: warning: braces around scalar initializer > > > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > > > python.c:1002: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1002: warning: excess elements in scalar initializer > > > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > > > python.c:1002: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1002: warning: excess elements in scalar initializer > > > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > > > python.c:1003: warning: braces around scalar initializer > > > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > > > python.c:1003: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1003: warning: excess elements in scalar initializer > > > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > > > python.c:1003: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1003: warning: excess elements in scalar initializer > > > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > > > python.c:1004: warning: braces around scalar initializer > > > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > > > python.c:1004: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1004: warning: excess elements in scalar initializer > > > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > > > python.c:1004: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1004: warning: excess elements in scalar initializer > > > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > > > python.c:1005: warning: braces around scalar initializer > > > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > > > python.c:1005: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1005: warning: excess elements in scalar initializer > > > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > > > python.c:1005: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1005: warning: excess elements in scalar initializer > > > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > > > python.c:1006: warning: braces around scalar initializer > > > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > > > python.c:1006: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1006: warning: excess elements in scalar initializer > > > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > > > python.c:1006: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1006: warning: excess elements in scalar initializer > > > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > > > python.c:1007: warning: braces around scalar initializer > > > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > > > python.c:1007: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1007: warning: excess elements in scalar initializer > > > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > > > python.c:1007: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1007: warning: excess elements in scalar initializer > > > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > > > python.c:1008: warning: braces around scalar initializer > > > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > > > python.c:1008: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1008: warning: excess elements in scalar initializer > > > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > > > python.c:1008: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1008: warning: excess elements in scalar initializer > > > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > > > python.c:1009: warning: braces around scalar initializer > > > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > > > python.c:1009: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1009: warning: excess elements in scalar initializer > > > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > > > python.c:1009: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1009: warning: excess elements in scalar initializer > > > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > > > python.c:1010: warning: braces around scalar initializer > > > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > > > python.c:1010: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1010: warning: excess elements in scalar initializer > > > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > > > python.c:1010: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1010: warning: excess elements in scalar initializer > > > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > > > python.c:1011: warning: braces around scalar initializer > > > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > > > python.c:1011: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1011: warning: excess elements in scalar initializer > > > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > > > python.c:1011: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1011: warning: excess elements in scalar initializer > > > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > > > python.c:1012: warning: braces around scalar initializer > > > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > > > python.c:1012: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1012: warning: excess elements in scalar initializer > > > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > > > python.c:1012: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1012: warning: excess elements in scalar initializer > > > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > > > python.c:1013: warning: braces around scalar initializer > > > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > > > python.c:1013: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1013: warning: excess elements in scalar initializer > > > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > > > python.c:1013: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1013: warning: excess elements in scalar initializer > > > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > > > python.c:1014: warning: braces around scalar initializer > > > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > > > python.c:1014: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1014: warning: excess elements in scalar initializer > > > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > > > python.c:1014: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1014: warning: excess elements in scalar initializer > > > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > > > python.c:1015: warning: braces around scalar initializer > > > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > > > python.c:1015: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1015: warning: excess elements in scalar initializer > > > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > > > python.c:1015: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1015: warning: excess elements in scalar initializer > > > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > > > python.c:1016: warning: braces around scalar initializer > > > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > > > python.c:1016: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1016: warning: excess elements in scalar initializer > > > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > > > python.c:1016: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1016: warning: excess elements in scalar initializer > > > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > > > python.c:1017: warning: braces around scalar initializer > > > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > > > python.c:1017: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1017: warning: excess elements in scalar initializer > > > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > > > python.c:1017: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1017: warning: excess elements in scalar initializer > > > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > > > python.c:1018: warning: braces around scalar initializer > > > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > > > python.c:1018: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1018: warning: excess elements in scalar initializer > > > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > > > python.c:1018: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1018: warning: excess elements in scalar initializer > > > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > > > python.c:1019: warning: braces around scalar initializer > > > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > > > python.c:1019: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1019: warning: excess elements in scalar initializer > > > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > > > python.c:1019: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1019: warning: excess elements in scalar initializer > > > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > > > python.c:1020: warning: braces around scalar initializer > > > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > > > python.c:1020: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1020: warning: excess elements in scalar initializer > > > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > > > python.c:1020: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > > python.c:1020: warning: excess elements in scalar initializer > > > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > > > python.c:1021: warning: braces around scalar initializer > > > > > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > > > > > python.c:1021: warning: initialization makes integer from pointer without a > > > > > > > cast > > > > > > > python.c:1021: warning: excess elements in scalar initializer > > > > > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > > > > > python.c:1022: warning: data definition has no type or storage class > > > > > > > python.c: In function `init_librlib': > > > > > > > python.c:1048: error: syntax error before '*' token > > > > > > > python.c:1050: error: `PyObject' undeclared (first use in this function) > > > > > > > python.c:1050: error: `m' undeclared (first use in this function) > > > > > > > python.c:1050: error: `d' undeclared (first use in this function) > > > > > > > python.c:1052: error: `SWIG_globals' undeclared (first use in this function) > > > > > > > make[3]: *** [python.lo] Error 1 > > > > > > > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/python' > > > > > > > make[2]: *** [all-recursive] Error 1 > > > > > > > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/bindings' > > > > > > > make[1]: *** [all-recursive] Error 1 > > > > > > > make[1]: Leaving directory `/home/farryp/rlib-1.1.8' > > > > > > > make: *** [all] Error 2 > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > This SF.Net email is sponsored by: Oracle 10g > > > > > > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > > > > > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > > > > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > > > > > > _______________________________________________ > > > > > > > Rlib-users mailing list > > > > > > > Rli...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This SF.Net email is sponsored by: Oracle 10g > > > > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > > > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > > > > _______________________________________________ > > > > > Rlib-users mailing list > > > > > Rli...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > > > > > |
From: Farryp <fa...@co...> - 2004-05-21 16:26:11
|
Yes I do. I was doing /usr/loca/rlib. From the website, I thought that with the new version of rlib, it was okay to set a path to .configure Best regards Farry Bob Doan (bd...@si...) wrote: > > Problem seems to be in the autoconf hell > > your PYTHON_PREFIX appears to be wrong > > however... looking @ the python.m4 it seems to pick up PYTHON_PREFIX > from $prefix > > so the question is how are you configuring rlib.. are you doing a > --prefix= ?? > > - bob > > On Fri, 2004-05-21 at 16:02 +0000, Farryp Philippe-Auguste wrote: > > the python.h is : > > /usr/include/python2.2/Python.h > > > > I've also attached the full make output. > > > > Thanks > > > > Farry > > > > Bob Doan (bd...@si...) wrote: > > > > > > Ok.. Can you tell me where your Python.h is and can you send all of the > > > make so I can see where rlib is looking for it > > > > > > - bob > > > > > > On Fri, 2004-05-21 at 14:49 +0000, Farryp Philippe-Auguste wrote: > > > > Yes I do > > > > > > > > rpm -qa | grep python > > > > gnome-python2-canvas-1.99.14-5 > > > > gnome-python2-applet-1.99.14-5 > > > > python-docs-2.2.2-26 > > > > python-optik-1.4-2 > > > > rpm-python-4.2-0.69 > > > > libxml2-python-2.5.4-1 > > > > gnome-python2-gnomevfs-1.99.14-5 > > > > postgresql-python-7.3.2-3 > > > > python-tools-2.2.2-26 > > > > gnome-python2-bonobo-1.99.14-5 > > > > python-devel-2.2.2-26 > > > > gnome-python2-nautilus-1.99.14-5 > > > > MySQL-python-0.9.1-6 > > > > python-2.2.2-26 > > > > mod_python-3.0.1-3 > > > > gnome-python2-gtkhtml2-1.99.14-5 > > > > gnome-python2-1.99.14-5 > > > > libxslt-python-1.0.27-3 > > > > gnome-python2-gconf-1.99.14-5 > > > > > > > > Bob Doan (bd...@si...) wrote: > > > > > > > > > > Do you have python-devel installed? > > > > > > > > > > On Fri, 2004-05-21 at 05:29 +0000, Farryp Philippe-Auguste wrote: > > > > > > Hi group, > > > > > > > > > > > > I'm a new rlib user. I was trying to get it to work on Fedora Core 1.0 and > > > > > > after installing libxml2-2.6.10-1 and libcpdf-2.02r1-0, I get the following > > > > > > error. Also, I wanted to know if we had to use any of the dtatbase stuff. Is > > > > > > is possible to just send the data directly to the report generator ? I didn't > > > > > > want to have my schema exposed. > > > > > > > > > > > > I plan to use Python so ./configure --disable-python is not an option. > > > > > > > > > > > > Pls advise > > > > > > > > > > > > > > > > > > python.c:13:20: Python.h: No such file or directory > > > > > > python.c:259:20: Python.h: No such file or directory > > > > > > python.c:328: error: syntax error before "PyObject" > > > > > > python.c:328: warning: no semicolon at end of struct or union > > > > > > python.c:329: error: syntax error before '*' token > > > > > > python.c:331: error: syntax error before '}' token > > > > > > python.c:331: warning: data definition has no type or storage class > > > > > > python.c:334: error: syntax error before "PyObject_HEAD" > > > > > > python.c:334: warning: no semicolon at end of struct or union > > > > > > python.c:336: warning: data definition has no type or storage class > > > > > > python.c:338: error: syntax error before '*' token > > > > > > python.c:339: error: syntax error before '*' token > > > > > > python.c: In function `swig_varlink_repr': > > > > > > python.c:340: error: `v' undeclared (first use in this function) > > > > > > python.c:340: error: (Each undeclared identifier is reported only once > > > > > > python.c:340: error: for each function it appears in.) > > > > > > python.c:341: warning: return makes pointer from integer without a cast > > > > > > python.c: At top level: > > > > > > python.c:345: error: syntax error before '*' token > > > > > > python.c: In function `swig_varlink_print': > > > > > > python.c:346: error: `var' undeclared (first use in this function) > > > > > > python.c:347: error: `flags' undeclared (first use in this function) > > > > > > python.c:348: error: `fp' undeclared (first use in this function) > > > > > > python.c:349: error: `v' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:357: error: syntax error before '*' token > > > > > > python.c:358: error: syntax error before '*' token > > > > > > python.c: In function `swig_varlink_getattr': > > > > > > python.c:359: error: `var' undeclared (first use in this function) > > > > > > python.c:359: error: `v' undeclared (first use in this function) > > > > > > python.c:361: error: `n' undeclared (first use in this function) > > > > > > python.c:366: error: `PyExc_NameError' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:371: error: syntax error before '*' token > > > > > > python.c: In function `swig_varlink_setattr': > > > > > > python.c:372: error: `var' undeclared (first use in this function) > > > > > > python.c:372: error: `v' undeclared (first use in this function) > > > > > > python.c:374: error: `n' undeclared (first use in this function) > > > > > > python.c:375: error: `p' undeclared (first use in this function) > > > > > > python.c:379: error: `PyExc_NameError' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:383: error: syntax error before "PyTypeObject" > > > > > > python.c:385: error: initializer element is not constant > > > > > > python.c:385: error: (near initialization for `varlinktype') > > > > > > python.c:385: error: syntax error before numeric constant > > > > > > python.c:386: warning: excess elements in scalar initializer > > > > > > python.c:386: warning: (near initialization for `varlinktype') > > > > > > python.c:387: warning: excess elements in scalar initializer > > > > > > python.c:387: warning: (near initialization for `varlinktype') > > > > > > python.c:388: warning: excess elements in scalar initializer > > > > > > python.c:388: warning: (near initialization for `varlinktype') > > > > > > python.c:389: warning: excess elements in scalar initializer > > > > > > python.c:389: warning: (near initialization for `varlinktype') > > > > > > python.c:390: error: `printfunc' undeclared here (not in a function) > > > > > > python.c:390: warning: excess elements in scalar initializer > > > > > > python.c:390: warning: (near initialization for `varlinktype') > > > > > > python.c:390: error: syntax error before "swig_varlink_print" > > > > > > python.c:391: error: `getattrfunc' undeclared here (not in a function) > > > > > > python.c:391: warning: excess elements in scalar initializer > > > > > > python.c:391: warning: (near initialization for `varlinktype') > > > > > > python.c:391: error: syntax error before "swig_varlink_getattr" > > > > > > python.c:392: error: `setattrfunc' undeclared here (not in a function) > > > > > > python.c:392: warning: excess elements in scalar initializer > > > > > > python.c:392: warning: (near initialization for `varlinktype') > > > > > > python.c:392: error: syntax error before "swig_varlink_setattr" > > > > > > python.c:393: warning: excess elements in scalar initializer > > > > > > python.c:393: warning: (near initialization for `varlinktype') > > > > > > python.c:394: error: `reprfunc' undeclared here (not in a function) > > > > > > python.c:394: warning: excess elements in scalar initializer > > > > > > python.c:394: warning: (near initialization for `varlinktype') > > > > > > python.c:394: error: syntax error before "swig_varlink_repr" > > > > > > python.c:395: warning: excess elements in scalar initializer > > > > > > python.c:395: warning: (near initialization for `varlinktype') > > > > > > python.c:396: warning: excess elements in scalar initializer > > > > > > python.c:396: warning: (near initialization for `varlinktype') > > > > > > python.c:397: warning: excess elements in scalar initializer > > > > > > python.c:397: warning: (near initialization for `varlinktype') > > > > > > python.c:398: warning: data definition has no type or storage class > > > > > > python.c:401: error: syntax error before '*' token > > > > > > python.c: In function `SWIG_Python_newvarlink': > > > > > > python.c:403: error: `result' undeclared (first use in this function) > > > > > > python.c:405: error: request for member `ob_type' in something not a structure > > > > > > or union > > > > > > python.c:405: error: `PyType_Type' undeclared (first use in this function) > > > > > > python.c:409: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:409: error: syntax error before ')' token > > > > > > python.c:410: error: syntax error before ')' token > > > > > > python.c: At top level: > > > > > > python.c:415: error: syntax error before '*' token > > > > > > python.c: In function `SWIG_Python_ConvertPtr': > > > > > > python.c:418: error: syntax error before '*' token > > > > > > python.c:420: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:420: error: `pyobj' undeclared (first use in this function) > > > > > > python.c:422: error: `obj' undeclared (first use in this function) > > > > > > python.c:423: error: `Py_None' undeclared (first use in this function) > > > > > > python.c:424: error: `ptr' undeclared (first use in this function) > > > > > > python.c:446: error: `SWIG_this' undeclared (first use in this function) > > > > > > python.c:457: warning: assignment makes pointer from integer without a cast > > > > > > python.c:478: error: `ty' undeclared (first use in this function) > > > > > > python.c:484: error: `flags' undeclared (first use in this function) > > > > > > python.c:485: error: `zero' undeclared (first use in this function) > > > > > > python.c:496: error: `PyExc_TypeError' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:506: error: syntax error before '*' token > > > > > > python.c: In function `SWIG_Python_NewPointerObj': > > > > > > python.c:508: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:508: error: `robj' undeclared (first use in this function) > > > > > > python.c:510: error: `Py_None' undeclared (first use in this function) > > > > > > python.c:527: error: `inst' undeclared (first use in this function) > > > > > > python.c:528: error: `args' undeclared (first use in this function) > > > > > > python.c:530: error: syntax error before ')' token > > > > > > python.c:534: error: `n' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:544: error: syntax error before '*' token > > > > > > python.c: In function `SWIG_Python_NewPackedObj': > > > > > > python.c:552: warning: return makes pointer from integer without a cast > > > > > > python.c: At top level: > > > > > > python.c:557: error: syntax error before '*' token > > > > > > python.c: In function `SWIG_Python_InstallConstants': > > > > > > python.c:559: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:559: error: `obj' undeclared (first use in this function) > > > > > > python.c:560: error: `constants' undeclared (first use in this function) > > > > > > python.c:582: error: `d' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:619: error: syntax error before '*' token > > > > > > python.c:619: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_init': > > > > > > python.c:620: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:620: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:623: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:633: error: syntax error before '*' token > > > > > > python.c:633: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_add_datasource_mysql': > > > > > > python.c:634: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:634: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:642: error: `obj0' undeclared (first use in this function) > > > > > > python.c:644: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:655: error: syntax error before '*' token > > > > > > python.c:655: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_add_datasource_postgre': > > > > > > python.c:656: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:656: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:661: error: `obj0' undeclared (first use in this function) > > > > > > python.c:663: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:674: error: syntax error before '*' token > > > > > > python.c:674: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_add_query_as': > > > > > > python.c:675: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:675: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:681: error: `obj0' undeclared (first use in this function) > > > > > > python.c:683: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:694: error: syntax error before '*' token > > > > > > python.c:694: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_add_report': > > > > > > python.c:695: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:695: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:700: error: `obj0' undeclared (first use in this function) > > > > > > python.c:702: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:713: error: syntax error before '*' token > > > > > > python.c:713: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_execute': > > > > > > python.c:714: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:714: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:717: error: `obj0' undeclared (first use in this function) > > > > > > python.c:719: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:730: error: syntax error before '*' token > > > > > > python.c:730: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_set_output_format_from_text': > > > > > > python.c:731: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:731: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:735: error: `obj0' undeclared (first use in this function) > > > > > > python.c:737: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:748: error: syntax error before '*' token > > > > > > python.c:748: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_spool': > > > > > > python.c:749: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:749: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:752: error: `obj0' undeclared (first use in this function) > > > > > > python.c:754: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:765: error: syntax error before '*' token > > > > > > python.c:765: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_free': > > > > > > python.c:766: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:766: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:769: error: `obj0' undeclared (first use in this function) > > > > > > python.c:771: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:782: error: syntax error before '*' token > > > > > > python.c:782: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_get_output': > > > > > > python.c:783: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:783: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:786: error: `obj0' undeclared (first use in this function) > > > > > > python.c:788: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:799: error: syntax error before '*' token > > > > > > python.c:799: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_get_output_length': > > > > > > python.c:800: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:800: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:803: error: `obj0' undeclared (first use in this function) > > > > > > python.c:805: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:816: error: syntax error before '*' token > > > > > > python.c:816: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_mysql_report': > > > > > > python.c:817: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:817: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:827: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:837: error: syntax error before '*' token > > > > > > python.c:837: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_postgre_report': > > > > > > python.c:838: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:838: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:845: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:855: error: syntax error before '*' token > > > > > > python.c:855: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_add_datasource_odbc': > > > > > > python.c:856: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:856: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:863: error: `obj0' undeclared (first use in this function) > > > > > > python.c:865: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:876: error: syntax error before '*' token > > > > > > python.c:876: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_add_resultset_follower': > > > > > > python.c:877: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:877: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:882: error: `obj0' undeclared (first use in this function) > > > > > > python.c:884: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:895: error: syntax error before '*' token > > > > > > python.c:895: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_add_parameter': > > > > > > python.c:896: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:896: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:901: error: `obj0' undeclared (first use in this function) > > > > > > python.c:903: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:914: error: syntax error before '*' token > > > > > > python.c:914: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_version': > > > > > > python.c:915: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:915: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:918: error: `args' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:928: error: syntax error before '*' token > > > > > > python.c:928: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_set_output_encoding': > > > > > > python.c:929: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:929: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:932: error: `obj0' undeclared (first use in this function) > > > > > > python.c:934: error: `args' undeclared (first use in this function) > > > > > > python.c:938: error: `Py_None' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:945: error: syntax error before '*' token > > > > > > python.c:945: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_set_report_output_encoding': > > > > > > python.c:946: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:946: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:950: error: `obj0' undeclared (first use in this function) > > > > > > python.c:952: error: `args' undeclared (first use in this function) > > > > > > python.c:956: error: `Py_None' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:963: error: syntax error before '*' token > > > > > > python.c:963: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_set_pdf_font': > > > > > > python.c:964: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:964: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:968: error: `obj0' undeclared (first use in this function) > > > > > > python.c:970: error: `args' undeclared (first use in this function) > > > > > > python.c:974: error: `Py_None' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:981: error: syntax error before '*' token > > > > > > python.c:981: error: syntax error before '*' token > > > > > > python.c: In function `_wrap_rlib_set_pdf_font_directories': > > > > > > python.c:982: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:982: error: `resultobj' undeclared (first use in this function) > > > > > > python.c:986: error: `obj0' undeclared (first use in this function) > > > > > > python.c:988: error: `args' undeclared (first use in this function) > > > > > > python.c:992: error: `Py_None' undeclared (first use in this function) > > > > > > python.c: At top level: > > > > > > python.c:999: error: syntax error before "SwigMethods" > > > > > > python.c:1000: warning: braces around scalar initializer > > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > > python.c:1000: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1000: warning: excess elements in scalar initializer > > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > > python.c:1000: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1000: warning: excess elements in scalar initializer > > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > > python.c:1001: warning: braces around scalar initializer > > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > > python.c:1001: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1001: warning: excess elements in scalar initializer > > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > > python.c:1001: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1001: warning: excess elements in scalar initializer > > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > > python.c:1002: warning: braces around scalar initializer > > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > > python.c:1002: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1002: warning: excess elements in scalar initializer > > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > > python.c:1002: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1002: warning: excess elements in scalar initializer > > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > > python.c:1003: warning: braces around scalar initializer > > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > > python.c:1003: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1003: warning: excess elements in scalar initializer > > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > > python.c:1003: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1003: warning: excess elements in scalar initializer > > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > > python.c:1004: warning: braces around scalar initializer > > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > > python.c:1004: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1004: warning: excess elements in scalar initializer > > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > > python.c:1004: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1004: warning: excess elements in scalar initializer > > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > > python.c:1005: warning: braces around scalar initializer > > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > > python.c:1005: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1005: warning: excess elements in scalar initializer > > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > > python.c:1005: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1005: warning: excess elements in scalar initializer > > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > > python.c:1006: warning: braces around scalar initializer > > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > > python.c:1006: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1006: warning: excess elements in scalar initializer > > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > > python.c:1006: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1006: warning: excess elements in scalar initializer > > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > > python.c:1007: warning: braces around scalar initializer > > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > > python.c:1007: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1007: warning: excess elements in scalar initializer > > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > > python.c:1007: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1007: warning: excess elements in scalar initializer > > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > > python.c:1008: warning: braces around scalar initializer > > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > > python.c:1008: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1008: warning: excess elements in scalar initializer > > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > > python.c:1008: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1008: warning: excess elements in scalar initializer > > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > > python.c:1009: warning: braces around scalar initializer > > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > > python.c:1009: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1009: warning: excess elements in scalar initializer > > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > > python.c:1009: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1009: warning: excess elements in scalar initializer > > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > > python.c:1010: warning: braces around scalar initializer > > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > > python.c:1010: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1010: warning: excess elements in scalar initializer > > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > > python.c:1010: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1010: warning: excess elements in scalar initializer > > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > > python.c:1011: warning: braces around scalar initializer > > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > > python.c:1011: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1011: warning: excess elements in scalar initializer > > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > > python.c:1011: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1011: warning: excess elements in scalar initializer > > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > > python.c:1012: warning: braces around scalar initializer > > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > > python.c:1012: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1012: warning: excess elements in scalar initializer > > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > > python.c:1012: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1012: warning: excess elements in scalar initializer > > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > > python.c:1013: warning: braces around scalar initializer > > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > > python.c:1013: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1013: warning: excess elements in scalar initializer > > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > > python.c:1013: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1013: warning: excess elements in scalar initializer > > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > > python.c:1014: warning: braces around scalar initializer > > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > > python.c:1014: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1014: warning: excess elements in scalar initializer > > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > > python.c:1014: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1014: warning: excess elements in scalar initializer > > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > > python.c:1015: warning: braces around scalar initializer > > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > > python.c:1015: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1015: warning: excess elements in scalar initializer > > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > > python.c:1015: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1015: warning: excess elements in scalar initializer > > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > > python.c:1016: warning: braces around scalar initializer > > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > > python.c:1016: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1016: warning: excess elements in scalar initializer > > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > > python.c:1016: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1016: warning: excess elements in scalar initializer > > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > > python.c:1017: warning: braces around scalar initializer > > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > > python.c:1017: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1017: warning: excess elements in scalar initializer > > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > > python.c:1017: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1017: warning: excess elements in scalar initializer > > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > > python.c:1018: warning: braces around scalar initializer > > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > > python.c:1018: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1018: warning: excess elements in scalar initializer > > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > > python.c:1018: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1018: warning: excess elements in scalar initializer > > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > > python.c:1019: warning: braces around scalar initializer > > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > > python.c:1019: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1019: warning: excess elements in scalar initializer > > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > > python.c:1019: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1019: warning: excess elements in scalar initializer > > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > > python.c:1020: warning: braces around scalar initializer > > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > > python.c:1020: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1020: warning: excess elements in scalar initializer > > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > > python.c:1020: error: `METH_VARARGS' undeclared here (not in a function) > > > > > > python.c:1020: warning: excess elements in scalar initializer > > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > > python.c:1021: warning: braces around scalar initializer > > > > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > > > > python.c:1021: warning: initialization makes integer from pointer without a > > > > > > cast > > > > > > python.c:1021: warning: excess elements in scalar initializer > > > > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > > > > python.c:1022: warning: data definition has no type or storage class > > > > > > python.c: In function `init_librlib': > > > > > > python.c:1048: error: syntax error before '*' token > > > > > > python.c:1050: error: `PyObject' undeclared (first use in this function) > > > > > > python.c:1050: error: `m' undeclared (first use in this function) > > > > > > python.c:1050: error: `d' undeclared (first use in this function) > > > > > > python.c:1052: error: `SWIG_globals' undeclared (first use in this function) > > > > > > make[3]: *** [python.lo] Error 1 > > > > > > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/python' > > > > > > make[2]: *** [all-recursive] Error 1 > > > > > > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/bindings' > > > > > > make[1]: *** [all-recursive] Error 1 > > > > > > make[1]: Leaving directory `/home/farryp/rlib-1.1.8' > > > > > > make: *** [all] Error 2 > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > This SF.Net email is sponsored by: Oracle 10g > > > > > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > > > > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > > > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > > > > > _______________________________________________ > > > > > > Rlib-users mailing list > > > > > > Rli...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by: Oracle 10g > > > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > > > _______________________________________________ > > > > Rlib-users mailing list > > > > Rli...@li... > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > |
From: Bob D. <bd...@si...> - 2004-05-21 16:22:30
|
Problem seems to be in the autoconf hell your PYTHON_PREFIX appears to be wrong however... looking @ the python.m4 it seems to pick up PYTHON_PREFIX from $prefix so the question is how are you configuring rlib.. are you doing a --prefix= ?? - bob On Fri, 2004-05-21 at 16:02 +0000, Farryp Philippe-Auguste wrote: > the python.h is : > /usr/include/python2.2/Python.h > > I've also attached the full make output. > > Thanks > > Farry > > Bob Doan (bd...@si...) wrote: > > > > Ok.. Can you tell me where your Python.h is and can you send all of the > > make so I can see where rlib is looking for it > > > > - bob > > > > On Fri, 2004-05-21 at 14:49 +0000, Farryp Philippe-Auguste wrote: > > > Yes I do > > > > > > rpm -qa | grep python > > > gnome-python2-canvas-1.99.14-5 > > > gnome-python2-applet-1.99.14-5 > > > python-docs-2.2.2-26 > > > python-optik-1.4-2 > > > rpm-python-4.2-0.69 > > > libxml2-python-2.5.4-1 > > > gnome-python2-gnomevfs-1.99.14-5 > > > postgresql-python-7.3.2-3 > > > python-tools-2.2.2-26 > > > gnome-python2-bonobo-1.99.14-5 > > > python-devel-2.2.2-26 > > > gnome-python2-nautilus-1.99.14-5 > > > MySQL-python-0.9.1-6 > > > python-2.2.2-26 > > > mod_python-3.0.1-3 > > > gnome-python2-gtkhtml2-1.99.14-5 > > > gnome-python2-1.99.14-5 > > > libxslt-python-1.0.27-3 > > > gnome-python2-gconf-1.99.14-5 > > > > > > Bob Doan (bd...@si...) wrote: > > > > > > > > Do you have python-devel installed? > > > > > > > > On Fri, 2004-05-21 at 05:29 +0000, Farryp Philippe-Auguste wrote: > > > > > Hi group, > > > > > > > > > > I'm a new rlib user. I was trying to get it to work on Fedora Core 1.0 and > > > > > after installing libxml2-2.6.10-1 and libcpdf-2.02r1-0, I get the following > > > > > error. Also, I wanted to know if we had to use any of the dtatbase stuff. Is > > > > > is possible to just send the data directly to the report generator ? I didn't > > > > > want to have my schema exposed. > > > > > > > > > > I plan to use Python so ./configure --disable-python is not an option. > > > > > > > > > > Pls advise > > > > > > > > > > > > > > > python.c:13:20: Python.h: No such file or directory > > > > > python.c:259:20: Python.h: No such file or directory > > > > > python.c:328: error: syntax error before "PyObject" > > > > > python.c:328: warning: no semicolon at end of struct or union > > > > > python.c:329: error: syntax error before '*' token > > > > > python.c:331: error: syntax error before '}' token > > > > > python.c:331: warning: data definition has no type or storage class > > > > > python.c:334: error: syntax error before "PyObject_HEAD" > > > > > python.c:334: warning: no semicolon at end of struct or union > > > > > python.c:336: warning: data definition has no type or storage class > > > > > python.c:338: error: syntax error before '*' token > > > > > python.c:339: error: syntax error before '*' token > > > > > python.c: In function `swig_varlink_repr': > > > > > python.c:340: error: `v' undeclared (first use in this function) > > > > > python.c:340: error: (Each undeclared identifier is reported only once > > > > > python.c:340: error: for each function it appears in.) > > > > > python.c:341: warning: return makes pointer from integer without a cast > > > > > python.c: At top level: > > > > > python.c:345: error: syntax error before '*' token > > > > > python.c: In function `swig_varlink_print': > > > > > python.c:346: error: `var' undeclared (first use in this function) > > > > > python.c:347: error: `flags' undeclared (first use in this function) > > > > > python.c:348: error: `fp' undeclared (first use in this function) > > > > > python.c:349: error: `v' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:357: error: syntax error before '*' token > > > > > python.c:358: error: syntax error before '*' token > > > > > python.c: In function `swig_varlink_getattr': > > > > > python.c:359: error: `var' undeclared (first use in this function) > > > > > python.c:359: error: `v' undeclared (first use in this function) > > > > > python.c:361: error: `n' undeclared (first use in this function) > > > > > python.c:366: error: `PyExc_NameError' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:371: error: syntax error before '*' token > > > > > python.c: In function `swig_varlink_setattr': > > > > > python.c:372: error: `var' undeclared (first use in this function) > > > > > python.c:372: error: `v' undeclared (first use in this function) > > > > > python.c:374: error: `n' undeclared (first use in this function) > > > > > python.c:375: error: `p' undeclared (first use in this function) > > > > > python.c:379: error: `PyExc_NameError' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:383: error: syntax error before "PyTypeObject" > > > > > python.c:385: error: initializer element is not constant > > > > > python.c:385: error: (near initialization for `varlinktype') > > > > > python.c:385: error: syntax error before numeric constant > > > > > python.c:386: warning: excess elements in scalar initializer > > > > > python.c:386: warning: (near initialization for `varlinktype') > > > > > python.c:387: warning: excess elements in scalar initializer > > > > > python.c:387: warning: (near initialization for `varlinktype') > > > > > python.c:388: warning: excess elements in scalar initializer > > > > > python.c:388: warning: (near initialization for `varlinktype') > > > > > python.c:389: warning: excess elements in scalar initializer > > > > > python.c:389: warning: (near initialization for `varlinktype') > > > > > python.c:390: error: `printfunc' undeclared here (not in a function) > > > > > python.c:390: warning: excess elements in scalar initializer > > > > > python.c:390: warning: (near initialization for `varlinktype') > > > > > python.c:390: error: syntax error before "swig_varlink_print" > > > > > python.c:391: error: `getattrfunc' undeclared here (not in a function) > > > > > python.c:391: warning: excess elements in scalar initializer > > > > > python.c:391: warning: (near initialization for `varlinktype') > > > > > python.c:391: error: syntax error before "swig_varlink_getattr" > > > > > python.c:392: error: `setattrfunc' undeclared here (not in a function) > > > > > python.c:392: warning: excess elements in scalar initializer > > > > > python.c:392: warning: (near initialization for `varlinktype') > > > > > python.c:392: error: syntax error before "swig_varlink_setattr" > > > > > python.c:393: warning: excess elements in scalar initializer > > > > > python.c:393: warning: (near initialization for `varlinktype') > > > > > python.c:394: error: `reprfunc' undeclared here (not in a function) > > > > > python.c:394: warning: excess elements in scalar initializer > > > > > python.c:394: warning: (near initialization for `varlinktype') > > > > > python.c:394: error: syntax error before "swig_varlink_repr" > > > > > python.c:395: warning: excess elements in scalar initializer > > > > > python.c:395: warning: (near initialization for `varlinktype') > > > > > python.c:396: warning: excess elements in scalar initializer > > > > > python.c:396: warning: (near initialization for `varlinktype') > > > > > python.c:397: warning: excess elements in scalar initializer > > > > > python.c:397: warning: (near initialization for `varlinktype') > > > > > python.c:398: warning: data definition has no type or storage class > > > > > python.c:401: error: syntax error before '*' token > > > > > python.c: In function `SWIG_Python_newvarlink': > > > > > python.c:403: error: `result' undeclared (first use in this function) > > > > > python.c:405: error: request for member `ob_type' in something not a structure > > > > > or union > > > > > python.c:405: error: `PyType_Type' undeclared (first use in this function) > > > > > python.c:409: error: `PyObject' undeclared (first use in this function) > > > > > python.c:409: error: syntax error before ')' token > > > > > python.c:410: error: syntax error before ')' token > > > > > python.c: At top level: > > > > > python.c:415: error: syntax error before '*' token > > > > > python.c: In function `SWIG_Python_ConvertPtr': > > > > > python.c:418: error: syntax error before '*' token > > > > > python.c:420: error: `PyObject' undeclared (first use in this function) > > > > > python.c:420: error: `pyobj' undeclared (first use in this function) > > > > > python.c:422: error: `obj' undeclared (first use in this function) > > > > > python.c:423: error: `Py_None' undeclared (first use in this function) > > > > > python.c:424: error: `ptr' undeclared (first use in this function) > > > > > python.c:446: error: `SWIG_this' undeclared (first use in this function) > > > > > python.c:457: warning: assignment makes pointer from integer without a cast > > > > > python.c:478: error: `ty' undeclared (first use in this function) > > > > > python.c:484: error: `flags' undeclared (first use in this function) > > > > > python.c:485: error: `zero' undeclared (first use in this function) > > > > > python.c:496: error: `PyExc_TypeError' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:506: error: syntax error before '*' token > > > > > python.c: In function `SWIG_Python_NewPointerObj': > > > > > python.c:508: error: `PyObject' undeclared (first use in this function) > > > > > python.c:508: error: `robj' undeclared (first use in this function) > > > > > python.c:510: error: `Py_None' undeclared (first use in this function) > > > > > python.c:527: error: `inst' undeclared (first use in this function) > > > > > python.c:528: error: `args' undeclared (first use in this function) > > > > > python.c:530: error: syntax error before ')' token > > > > > python.c:534: error: `n' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:544: error: syntax error before '*' token > > > > > python.c: In function `SWIG_Python_NewPackedObj': > > > > > python.c:552: warning: return makes pointer from integer without a cast > > > > > python.c: At top level: > > > > > python.c:557: error: syntax error before '*' token > > > > > python.c: In function `SWIG_Python_InstallConstants': > > > > > python.c:559: error: `PyObject' undeclared (first use in this function) > > > > > python.c:559: error: `obj' undeclared (first use in this function) > > > > > python.c:560: error: `constants' undeclared (first use in this function) > > > > > python.c:582: error: `d' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:619: error: syntax error before '*' token > > > > > python.c:619: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_init': > > > > > python.c:620: error: `PyObject' undeclared (first use in this function) > > > > > python.c:620: error: `resultobj' undeclared (first use in this function) > > > > > python.c:623: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:633: error: syntax error before '*' token > > > > > python.c:633: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_add_datasource_mysql': > > > > > python.c:634: error: `PyObject' undeclared (first use in this function) > > > > > python.c:634: error: `resultobj' undeclared (first use in this function) > > > > > python.c:642: error: `obj0' undeclared (first use in this function) > > > > > python.c:644: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:655: error: syntax error before '*' token > > > > > python.c:655: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_add_datasource_postgre': > > > > > python.c:656: error: `PyObject' undeclared (first use in this function) > > > > > python.c:656: error: `resultobj' undeclared (first use in this function) > > > > > python.c:661: error: `obj0' undeclared (first use in this function) > > > > > python.c:663: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:674: error: syntax error before '*' token > > > > > python.c:674: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_add_query_as': > > > > > python.c:675: error: `PyObject' undeclared (first use in this function) > > > > > python.c:675: error: `resultobj' undeclared (first use in this function) > > > > > python.c:681: error: `obj0' undeclared (first use in this function) > > > > > python.c:683: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:694: error: syntax error before '*' token > > > > > python.c:694: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_add_report': > > > > > python.c:695: error: `PyObject' undeclared (first use in this function) > > > > > python.c:695: error: `resultobj' undeclared (first use in this function) > > > > > python.c:700: error: `obj0' undeclared (first use in this function) > > > > > python.c:702: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:713: error: syntax error before '*' token > > > > > python.c:713: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_execute': > > > > > python.c:714: error: `PyObject' undeclared (first use in this function) > > > > > python.c:714: error: `resultobj' undeclared (first use in this function) > > > > > python.c:717: error: `obj0' undeclared (first use in this function) > > > > > python.c:719: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:730: error: syntax error before '*' token > > > > > python.c:730: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_set_output_format_from_text': > > > > > python.c:731: error: `PyObject' undeclared (first use in this function) > > > > > python.c:731: error: `resultobj' undeclared (first use in this function) > > > > > python.c:735: error: `obj0' undeclared (first use in this function) > > > > > python.c:737: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:748: error: syntax error before '*' token > > > > > python.c:748: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_spool': > > > > > python.c:749: error: `PyObject' undeclared (first use in this function) > > > > > python.c:749: error: `resultobj' undeclared (first use in this function) > > > > > python.c:752: error: `obj0' undeclared (first use in this function) > > > > > python.c:754: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:765: error: syntax error before '*' token > > > > > python.c:765: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_free': > > > > > python.c:766: error: `PyObject' undeclared (first use in this function) > > > > > python.c:766: error: `resultobj' undeclared (first use in this function) > > > > > python.c:769: error: `obj0' undeclared (first use in this function) > > > > > python.c:771: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:782: error: syntax error before '*' token > > > > > python.c:782: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_get_output': > > > > > python.c:783: error: `PyObject' undeclared (first use in this function) > > > > > python.c:783: error: `resultobj' undeclared (first use in this function) > > > > > python.c:786: error: `obj0' undeclared (first use in this function) > > > > > python.c:788: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:799: error: syntax error before '*' token > > > > > python.c:799: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_get_output_length': > > > > > python.c:800: error: `PyObject' undeclared (first use in this function) > > > > > python.c:800: error: `resultobj' undeclared (first use in this function) > > > > > python.c:803: error: `obj0' undeclared (first use in this function) > > > > > python.c:805: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:816: error: syntax error before '*' token > > > > > python.c:816: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_mysql_report': > > > > > python.c:817: error: `PyObject' undeclared (first use in this function) > > > > > python.c:817: error: `resultobj' undeclared (first use in this function) > > > > > python.c:827: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:837: error: syntax error before '*' token > > > > > python.c:837: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_postgre_report': > > > > > python.c:838: error: `PyObject' undeclared (first use in this function) > > > > > python.c:838: error: `resultobj' undeclared (first use in this function) > > > > > python.c:845: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:855: error: syntax error before '*' token > > > > > python.c:855: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_add_datasource_odbc': > > > > > python.c:856: error: `PyObject' undeclared (first use in this function) > > > > > python.c:856: error: `resultobj' undeclared (first use in this function) > > > > > python.c:863: error: `obj0' undeclared (first use in this function) > > > > > python.c:865: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:876: error: syntax error before '*' token > > > > > python.c:876: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_add_resultset_follower': > > > > > python.c:877: error: `PyObject' undeclared (first use in this function) > > > > > python.c:877: error: `resultobj' undeclared (first use in this function) > > > > > python.c:882: error: `obj0' undeclared (first use in this function) > > > > > python.c:884: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:895: error: syntax error before '*' token > > > > > python.c:895: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_add_parameter': > > > > > python.c:896: error: `PyObject' undeclared (first use in this function) > > > > > python.c:896: error: `resultobj' undeclared (first use in this function) > > > > > python.c:901: error: `obj0' undeclared (first use in this function) > > > > > python.c:903: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:914: error: syntax error before '*' token > > > > > python.c:914: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_version': > > > > > python.c:915: error: `PyObject' undeclared (first use in this function) > > > > > python.c:915: error: `resultobj' undeclared (first use in this function) > > > > > python.c:918: error: `args' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:928: error: syntax error before '*' token > > > > > python.c:928: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_set_output_encoding': > > > > > python.c:929: error: `PyObject' undeclared (first use in this function) > > > > > python.c:929: error: `resultobj' undeclared (first use in this function) > > > > > python.c:932: error: `obj0' undeclared (first use in this function) > > > > > python.c:934: error: `args' undeclared (first use in this function) > > > > > python.c:938: error: `Py_None' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:945: error: syntax error before '*' token > > > > > python.c:945: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_set_report_output_encoding': > > > > > python.c:946: error: `PyObject' undeclared (first use in this function) > > > > > python.c:946: error: `resultobj' undeclared (first use in this function) > > > > > python.c:950: error: `obj0' undeclared (first use in this function) > > > > > python.c:952: error: `args' undeclared (first use in this function) > > > > > python.c:956: error: `Py_None' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:963: error: syntax error before '*' token > > > > > python.c:963: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_set_pdf_font': > > > > > python.c:964: error: `PyObject' undeclared (first use in this function) > > > > > python.c:964: error: `resultobj' undeclared (first use in this function) > > > > > python.c:968: error: `obj0' undeclared (first use in this function) > > > > > python.c:970: error: `args' undeclared (first use in this function) > > > > > python.c:974: error: `Py_None' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:981: error: syntax error before '*' token > > > > > python.c:981: error: syntax error before '*' token > > > > > python.c: In function `_wrap_rlib_set_pdf_font_directories': > > > > > python.c:982: error: `PyObject' undeclared (first use in this function) > > > > > python.c:982: error: `resultobj' undeclared (first use in this function) > > > > > python.c:986: error: `obj0' undeclared (first use in this function) > > > > > python.c:988: error: `args' undeclared (first use in this function) > > > > > python.c:992: error: `Py_None' undeclared (first use in this function) > > > > > python.c: At top level: > > > > > python.c:999: error: syntax error before "SwigMethods" > > > > > python.c:1000: warning: braces around scalar initializer > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > python.c:1000: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1000: warning: excess elements in scalar initializer > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > python.c:1000: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1000: warning: excess elements in scalar initializer > > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > > python.c:1001: warning: braces around scalar initializer > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > python.c:1001: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1001: warning: excess elements in scalar initializer > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > python.c:1001: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1001: warning: excess elements in scalar initializer > > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > > python.c:1002: warning: braces around scalar initializer > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > python.c:1002: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1002: warning: excess elements in scalar initializer > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > python.c:1002: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1002: warning: excess elements in scalar initializer > > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > > python.c:1003: warning: braces around scalar initializer > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > python.c:1003: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1003: warning: excess elements in scalar initializer > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > python.c:1003: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1003: warning: excess elements in scalar initializer > > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > > python.c:1004: warning: braces around scalar initializer > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > python.c:1004: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1004: warning: excess elements in scalar initializer > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > python.c:1004: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1004: warning: excess elements in scalar initializer > > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > > python.c:1005: warning: braces around scalar initializer > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > python.c:1005: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1005: warning: excess elements in scalar initializer > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > python.c:1005: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1005: warning: excess elements in scalar initializer > > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > > python.c:1006: warning: braces around scalar initializer > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > python.c:1006: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1006: warning: excess elements in scalar initializer > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > python.c:1006: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1006: warning: excess elements in scalar initializer > > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > > python.c:1007: warning: braces around scalar initializer > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > python.c:1007: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1007: warning: excess elements in scalar initializer > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > python.c:1007: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1007: warning: excess elements in scalar initializer > > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > > python.c:1008: warning: braces around scalar initializer > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > python.c:1008: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1008: warning: excess elements in scalar initializer > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > python.c:1008: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1008: warning: excess elements in scalar initializer > > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > > python.c:1009: warning: braces around scalar initializer > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > python.c:1009: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1009: warning: excess elements in scalar initializer > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > python.c:1009: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1009: warning: excess elements in scalar initializer > > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > > python.c:1010: warning: braces around scalar initializer > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > python.c:1010: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1010: warning: excess elements in scalar initializer > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > python.c:1010: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1010: warning: excess elements in scalar initializer > > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > > python.c:1011: warning: braces around scalar initializer > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > python.c:1011: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1011: warning: excess elements in scalar initializer > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > python.c:1011: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1011: warning: excess elements in scalar initializer > > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > > python.c:1012: warning: braces around scalar initializer > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > python.c:1012: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1012: warning: excess elements in scalar initializer > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > python.c:1012: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1012: warning: excess elements in scalar initializer > > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > > python.c:1013: warning: braces around scalar initializer > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > python.c:1013: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1013: warning: excess elements in scalar initializer > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > python.c:1013: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1013: warning: excess elements in scalar initializer > > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > > python.c:1014: warning: braces around scalar initializer > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > python.c:1014: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1014: warning: excess elements in scalar initializer > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > python.c:1014: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1014: warning: excess elements in scalar initializer > > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > > python.c:1015: warning: braces around scalar initializer > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > python.c:1015: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1015: warning: excess elements in scalar initializer > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > python.c:1015: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1015: warning: excess elements in scalar initializer > > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > > python.c:1016: warning: braces around scalar initializer > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > python.c:1016: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1016: warning: excess elements in scalar initializer > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > python.c:1016: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1016: warning: excess elements in scalar initializer > > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > > python.c:1017: warning: braces around scalar initializer > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > python.c:1017: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1017: warning: excess elements in scalar initializer > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > python.c:1017: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1017: warning: excess elements in scalar initializer > > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > > python.c:1018: warning: braces around scalar initializer > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > python.c:1018: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1018: warning: excess elements in scalar initializer > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > python.c:1018: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1018: warning: excess elements in scalar initializer > > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > > python.c:1019: warning: braces around scalar initializer > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > python.c:1019: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1019: warning: excess elements in scalar initializer > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > python.c:1019: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1019: warning: excess elements in scalar initializer > > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > > python.c:1020: warning: braces around scalar initializer > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > python.c:1020: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1020: warning: excess elements in scalar initializer > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > python.c:1020: error: `METH_VARARGS' undeclared here (not in a function) > > > > > python.c:1020: warning: excess elements in scalar initializer > > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > > python.c:1021: warning: braces around scalar initializer > > > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > > > python.c:1021: warning: initialization makes integer from pointer without a > > > > > cast > > > > > python.c:1021: warning: excess elements in scalar initializer > > > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > > > python.c:1022: warning: data definition has no type or storage class > > > > > python.c: In function `init_librlib': > > > > > python.c:1048: error: syntax error before '*' token > > > > > python.c:1050: error: `PyObject' undeclared (first use in this function) > > > > > python.c:1050: error: `m' undeclared (first use in this function) > > > > > python.c:1050: error: `d' undeclared (first use in this function) > > > > > python.c:1052: error: `SWIG_globals' undeclared (first use in this function) > > > > > make[3]: *** [python.lo] Error 1 > > > > > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/python' > > > > > make[2]: *** [all-recursive] Error 1 > > > > > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/bindings' > > > > > make[1]: *** [all-recursive] Error 1 > > > > > make[1]: Leaving directory `/home/farryp/rlib-1.1.8' > > > > > make: *** [all] Error 2 > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This SF.Net email is sponsored by: Oracle 10g > > > > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > > > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > > > > _______________________________________________ > > > > > Rlib-users mailing list > > > > > Rli...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: Oracle 10g > > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > > _______________________________________________ > > > Rlib-users mailing list > > > Rli...@li... > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > |
From: Farryp <fa...@co...> - 2004-05-21 15:53:44
|
the python.h is : /usr/include/python2.2/Python.h I've also attached the full make output. Thanks Farry Bob Doan (bd...@si...) wrote: > > Ok.. Can you tell me where your Python.h is and can you send all of the > make so I can see where rlib is looking for it > > - bob > > On Fri, 2004-05-21 at 14:49 +0000, Farryp Philippe-Auguste wrote: > > Yes I do > > > > rpm -qa | grep python > > gnome-python2-canvas-1.99.14-5 > > gnome-python2-applet-1.99.14-5 > > python-docs-2.2.2-26 > > python-optik-1.4-2 > > rpm-python-4.2-0.69 > > libxml2-python-2.5.4-1 > > gnome-python2-gnomevfs-1.99.14-5 > > postgresql-python-7.3.2-3 > > python-tools-2.2.2-26 > > gnome-python2-bonobo-1.99.14-5 > > python-devel-2.2.2-26 > > gnome-python2-nautilus-1.99.14-5 > > MySQL-python-0.9.1-6 > > python-2.2.2-26 > > mod_python-3.0.1-3 > > gnome-python2-gtkhtml2-1.99.14-5 > > gnome-python2-1.99.14-5 > > libxslt-python-1.0.27-3 > > gnome-python2-gconf-1.99.14-5 > > > > Bob Doan (bd...@si...) wrote: > > > > > > Do you have python-devel installed? > > > > > > On Fri, 2004-05-21 at 05:29 +0000, Farryp Philippe-Auguste wrote: > > > > Hi group, > > > > > > > > I'm a new rlib user. I was trying to get it to work on Fedora Core 1.0 and > > > > after installing libxml2-2.6.10-1 and libcpdf-2.02r1-0, I get the following > > > > error. Also, I wanted to know if we had to use any of the dtatbase stuff. Is > > > > is possible to just send the data directly to the report generator ? I didn't > > > > want to have my schema exposed. > > > > > > > > I plan to use Python so ./configure --disable-python is not an option. > > > > > > > > Pls advise > > > > > > > > > > > > python.c:13:20: Python.h: No such file or directory > > > > python.c:259:20: Python.h: No such file or directory > > > > python.c:328: error: syntax error before "PyObject" > > > > python.c:328: warning: no semicolon at end of struct or union > > > > python.c:329: error: syntax error before '*' token > > > > python.c:331: error: syntax error before '}' token > > > > python.c:331: warning: data definition has no type or storage class > > > > python.c:334: error: syntax error before "PyObject_HEAD" > > > > python.c:334: warning: no semicolon at end of struct or union > > > > python.c:336: warning: data definition has no type or storage class > > > > python.c:338: error: syntax error before '*' token > > > > python.c:339: error: syntax error before '*' token > > > > python.c: In function `swig_varlink_repr': > > > > python.c:340: error: `v' undeclared (first use in this function) > > > > python.c:340: error: (Each undeclared identifier is reported only once > > > > python.c:340: error: for each function it appears in.) > > > > python.c:341: warning: return makes pointer from integer without a cast > > > > python.c: At top level: > > > > python.c:345: error: syntax error before '*' token > > > > python.c: In function `swig_varlink_print': > > > > python.c:346: error: `var' undeclared (first use in this function) > > > > python.c:347: error: `flags' undeclared (first use in this function) > > > > python.c:348: error: `fp' undeclared (first use in this function) > > > > python.c:349: error: `v' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:357: error: syntax error before '*' token > > > > python.c:358: error: syntax error before '*' token > > > > python.c: In function `swig_varlink_getattr': > > > > python.c:359: error: `var' undeclared (first use in this function) > > > > python.c:359: error: `v' undeclared (first use in this function) > > > > python.c:361: error: `n' undeclared (first use in this function) > > > > python.c:366: error: `PyExc_NameError' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:371: error: syntax error before '*' token > > > > python.c: In function `swig_varlink_setattr': > > > > python.c:372: error: `var' undeclared (first use in this function) > > > > python.c:372: error: `v' undeclared (first use in this function) > > > > python.c:374: error: `n' undeclared (first use in this function) > > > > python.c:375: error: `p' undeclared (first use in this function) > > > > python.c:379: error: `PyExc_NameError' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:383: error: syntax error before "PyTypeObject" > > > > python.c:385: error: initializer element is not constant > > > > python.c:385: error: (near initialization for `varlinktype') > > > > python.c:385: error: syntax error before numeric constant > > > > python.c:386: warning: excess elements in scalar initializer > > > > python.c:386: warning: (near initialization for `varlinktype') > > > > python.c:387: warning: excess elements in scalar initializer > > > > python.c:387: warning: (near initialization for `varlinktype') > > > > python.c:388: warning: excess elements in scalar initializer > > > > python.c:388: warning: (near initialization for `varlinktype') > > > > python.c:389: warning: excess elements in scalar initializer > > > > python.c:389: warning: (near initialization for `varlinktype') > > > > python.c:390: error: `printfunc' undeclared here (not in a function) > > > > python.c:390: warning: excess elements in scalar initializer > > > > python.c:390: warning: (near initialization for `varlinktype') > > > > python.c:390: error: syntax error before "swig_varlink_print" > > > > python.c:391: error: `getattrfunc' undeclared here (not in a function) > > > > python.c:391: warning: excess elements in scalar initializer > > > > python.c:391: warning: (near initialization for `varlinktype') > > > > python.c:391: error: syntax error before "swig_varlink_getattr" > > > > python.c:392: error: `setattrfunc' undeclared here (not in a function) > > > > python.c:392: warning: excess elements in scalar initializer > > > > python.c:392: warning: (near initialization for `varlinktype') > > > > python.c:392: error: syntax error before "swig_varlink_setattr" > > > > python.c:393: warning: excess elements in scalar initializer > > > > python.c:393: warning: (near initialization for `varlinktype') > > > > python.c:394: error: `reprfunc' undeclared here (not in a function) > > > > python.c:394: warning: excess elements in scalar initializer > > > > python.c:394: warning: (near initialization for `varlinktype') > > > > python.c:394: error: syntax error before "swig_varlink_repr" > > > > python.c:395: warning: excess elements in scalar initializer > > > > python.c:395: warning: (near initialization for `varlinktype') > > > > python.c:396: warning: excess elements in scalar initializer > > > > python.c:396: warning: (near initialization for `varlinktype') > > > > python.c:397: warning: excess elements in scalar initializer > > > > python.c:397: warning: (near initialization for `varlinktype') > > > > python.c:398: warning: data definition has no type or storage class > > > > python.c:401: error: syntax error before '*' token > > > > python.c: In function `SWIG_Python_newvarlink': > > > > python.c:403: error: `result' undeclared (first use in this function) > > > > python.c:405: error: request for member `ob_type' in something not a structure > > > > or union > > > > python.c:405: error: `PyType_Type' undeclared (first use in this function) > > > > python.c:409: error: `PyObject' undeclared (first use in this function) > > > > python.c:409: error: syntax error before ')' token > > > > python.c:410: error: syntax error before ')' token > > > > python.c: At top level: > > > > python.c:415: error: syntax error before '*' token > > > > python.c: In function `SWIG_Python_ConvertPtr': > > > > python.c:418: error: syntax error before '*' token > > > > python.c:420: error: `PyObject' undeclared (first use in this function) > > > > python.c:420: error: `pyobj' undeclared (first use in this function) > > > > python.c:422: error: `obj' undeclared (first use in this function) > > > > python.c:423: error: `Py_None' undeclared (first use in this function) > > > > python.c:424: error: `ptr' undeclared (first use in this function) > > > > python.c:446: error: `SWIG_this' undeclared (first use in this function) > > > > python.c:457: warning: assignment makes pointer from integer without a cast > > > > python.c:478: error: `ty' undeclared (first use in this function) > > > > python.c:484: error: `flags' undeclared (first use in this function) > > > > python.c:485: error: `zero' undeclared (first use in this function) > > > > python.c:496: error: `PyExc_TypeError' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:506: error: syntax error before '*' token > > > > python.c: In function `SWIG_Python_NewPointerObj': > > > > python.c:508: error: `PyObject' undeclared (first use in this function) > > > > python.c:508: error: `robj' undeclared (first use in this function) > > > > python.c:510: error: `Py_None' undeclared (first use in this function) > > > > python.c:527: error: `inst' undeclared (first use in this function) > > > > python.c:528: error: `args' undeclared (first use in this function) > > > > python.c:530: error: syntax error before ')' token > > > > python.c:534: error: `n' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:544: error: syntax error before '*' token > > > > python.c: In function `SWIG_Python_NewPackedObj': > > > > python.c:552: warning: return makes pointer from integer without a cast > > > > python.c: At top level: > > > > python.c:557: error: syntax error before '*' token > > > > python.c: In function `SWIG_Python_InstallConstants': > > > > python.c:559: error: `PyObject' undeclared (first use in this function) > > > > python.c:559: error: `obj' undeclared (first use in this function) > > > > python.c:560: error: `constants' undeclared (first use in this function) > > > > python.c:582: error: `d' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:619: error: syntax error before '*' token > > > > python.c:619: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_init': > > > > python.c:620: error: `PyObject' undeclared (first use in this function) > > > > python.c:620: error: `resultobj' undeclared (first use in this function) > > > > python.c:623: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:633: error: syntax error before '*' token > > > > python.c:633: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_add_datasource_mysql': > > > > python.c:634: error: `PyObject' undeclared (first use in this function) > > > > python.c:634: error: `resultobj' undeclared (first use in this function) > > > > python.c:642: error: `obj0' undeclared (first use in this function) > > > > python.c:644: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:655: error: syntax error before '*' token > > > > python.c:655: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_add_datasource_postgre': > > > > python.c:656: error: `PyObject' undeclared (first use in this function) > > > > python.c:656: error: `resultobj' undeclared (first use in this function) > > > > python.c:661: error: `obj0' undeclared (first use in this function) > > > > python.c:663: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:674: error: syntax error before '*' token > > > > python.c:674: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_add_query_as': > > > > python.c:675: error: `PyObject' undeclared (first use in this function) > > > > python.c:675: error: `resultobj' undeclared (first use in this function) > > > > python.c:681: error: `obj0' undeclared (first use in this function) > > > > python.c:683: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:694: error: syntax error before '*' token > > > > python.c:694: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_add_report': > > > > python.c:695: error: `PyObject' undeclared (first use in this function) > > > > python.c:695: error: `resultobj' undeclared (first use in this function) > > > > python.c:700: error: `obj0' undeclared (first use in this function) > > > > python.c:702: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:713: error: syntax error before '*' token > > > > python.c:713: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_execute': > > > > python.c:714: error: `PyObject' undeclared (first use in this function) > > > > python.c:714: error: `resultobj' undeclared (first use in this function) > > > > python.c:717: error: `obj0' undeclared (first use in this function) > > > > python.c:719: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:730: error: syntax error before '*' token > > > > python.c:730: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_set_output_format_from_text': > > > > python.c:731: error: `PyObject' undeclared (first use in this function) > > > > python.c:731: error: `resultobj' undeclared (first use in this function) > > > > python.c:735: error: `obj0' undeclared (first use in this function) > > > > python.c:737: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:748: error: syntax error before '*' token > > > > python.c:748: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_spool': > > > > python.c:749: error: `PyObject' undeclared (first use in this function) > > > > python.c:749: error: `resultobj' undeclared (first use in this function) > > > > python.c:752: error: `obj0' undeclared (first use in this function) > > > > python.c:754: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:765: error: syntax error before '*' token > > > > python.c:765: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_free': > > > > python.c:766: error: `PyObject' undeclared (first use in this function) > > > > python.c:766: error: `resultobj' undeclared (first use in this function) > > > > python.c:769: error: `obj0' undeclared (first use in this function) > > > > python.c:771: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:782: error: syntax error before '*' token > > > > python.c:782: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_get_output': > > > > python.c:783: error: `PyObject' undeclared (first use in this function) > > > > python.c:783: error: `resultobj' undeclared (first use in this function) > > > > python.c:786: error: `obj0' undeclared (first use in this function) > > > > python.c:788: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:799: error: syntax error before '*' token > > > > python.c:799: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_get_output_length': > > > > python.c:800: error: `PyObject' undeclared (first use in this function) > > > > python.c:800: error: `resultobj' undeclared (first use in this function) > > > > python.c:803: error: `obj0' undeclared (first use in this function) > > > > python.c:805: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:816: error: syntax error before '*' token > > > > python.c:816: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_mysql_report': > > > > python.c:817: error: `PyObject' undeclared (first use in this function) > > > > python.c:817: error: `resultobj' undeclared (first use in this function) > > > > python.c:827: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:837: error: syntax error before '*' token > > > > python.c:837: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_postgre_report': > > > > python.c:838: error: `PyObject' undeclared (first use in this function) > > > > python.c:838: error: `resultobj' undeclared (first use in this function) > > > > python.c:845: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:855: error: syntax error before '*' token > > > > python.c:855: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_add_datasource_odbc': > > > > python.c:856: error: `PyObject' undeclared (first use in this function) > > > > python.c:856: error: `resultobj' undeclared (first use in this function) > > > > python.c:863: error: `obj0' undeclared (first use in this function) > > > > python.c:865: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:876: error: syntax error before '*' token > > > > python.c:876: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_add_resultset_follower': > > > > python.c:877: error: `PyObject' undeclared (first use in this function) > > > > python.c:877: error: `resultobj' undeclared (first use in this function) > > > > python.c:882: error: `obj0' undeclared (first use in this function) > > > > python.c:884: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:895: error: syntax error before '*' token > > > > python.c:895: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_add_parameter': > > > > python.c:896: error: `PyObject' undeclared (first use in this function) > > > > python.c:896: error: `resultobj' undeclared (first use in this function) > > > > python.c:901: error: `obj0' undeclared (first use in this function) > > > > python.c:903: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:914: error: syntax error before '*' token > > > > python.c:914: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_version': > > > > python.c:915: error: `PyObject' undeclared (first use in this function) > > > > python.c:915: error: `resultobj' undeclared (first use in this function) > > > > python.c:918: error: `args' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:928: error: syntax error before '*' token > > > > python.c:928: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_set_output_encoding': > > > > python.c:929: error: `PyObject' undeclared (first use in this function) > > > > python.c:929: error: `resultobj' undeclared (first use in this function) > > > > python.c:932: error: `obj0' undeclared (first use in this function) > > > > python.c:934: error: `args' undeclared (first use in this function) > > > > python.c:938: error: `Py_None' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:945: error: syntax error before '*' token > > > > python.c:945: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_set_report_output_encoding': > > > > python.c:946: error: `PyObject' undeclared (first use in this function) > > > > python.c:946: error: `resultobj' undeclared (first use in this function) > > > > python.c:950: error: `obj0' undeclared (first use in this function) > > > > python.c:952: error: `args' undeclared (first use in this function) > > > > python.c:956: error: `Py_None' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:963: error: syntax error before '*' token > > > > python.c:963: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_set_pdf_font': > > > > python.c:964: error: `PyObject' undeclared (first use in this function) > > > > python.c:964: error: `resultobj' undeclared (first use in this function) > > > > python.c:968: error: `obj0' undeclared (first use in this function) > > > > python.c:970: error: `args' undeclared (first use in this function) > > > > python.c:974: error: `Py_None' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:981: error: syntax error before '*' token > > > > python.c:981: error: syntax error before '*' token > > > > python.c: In function `_wrap_rlib_set_pdf_font_directories': > > > > python.c:982: error: `PyObject' undeclared (first use in this function) > > > > python.c:982: error: `resultobj' undeclared (first use in this function) > > > > python.c:986: error: `obj0' undeclared (first use in this function) > > > > python.c:988: error: `args' undeclared (first use in this function) > > > > python.c:992: error: `Py_None' undeclared (first use in this function) > > > > python.c: At top level: > > > > python.c:999: error: syntax error before "SwigMethods" > > > > python.c:1000: warning: braces around scalar initializer > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > python.c:1000: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1000: warning: excess elements in scalar initializer > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > python.c:1000: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1000: warning: excess elements in scalar initializer > > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > > python.c:1001: warning: braces around scalar initializer > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > python.c:1001: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1001: warning: excess elements in scalar initializer > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > python.c:1001: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1001: warning: excess elements in scalar initializer > > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > > python.c:1002: warning: braces around scalar initializer > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > python.c:1002: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1002: warning: excess elements in scalar initializer > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > python.c:1002: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1002: warning: excess elements in scalar initializer > > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > > python.c:1003: warning: braces around scalar initializer > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > python.c:1003: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1003: warning: excess elements in scalar initializer > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > python.c:1003: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1003: warning: excess elements in scalar initializer > > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > > python.c:1004: warning: braces around scalar initializer > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > python.c:1004: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1004: warning: excess elements in scalar initializer > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > python.c:1004: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1004: warning: excess elements in scalar initializer > > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > > python.c:1005: warning: braces around scalar initializer > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > python.c:1005: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1005: warning: excess elements in scalar initializer > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > python.c:1005: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1005: warning: excess elements in scalar initializer > > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > > python.c:1006: warning: braces around scalar initializer > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > python.c:1006: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1006: warning: excess elements in scalar initializer > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > python.c:1006: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1006: warning: excess elements in scalar initializer > > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > > python.c:1007: warning: braces around scalar initializer > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > python.c:1007: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1007: warning: excess elements in scalar initializer > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > python.c:1007: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1007: warning: excess elements in scalar initializer > > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > > python.c:1008: warning: braces around scalar initializer > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > python.c:1008: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1008: warning: excess elements in scalar initializer > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > python.c:1008: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1008: warning: excess elements in scalar initializer > > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > > python.c:1009: warning: braces around scalar initializer > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > python.c:1009: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1009: warning: excess elements in scalar initializer > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > python.c:1009: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1009: warning: excess elements in scalar initializer > > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > > python.c:1010: warning: braces around scalar initializer > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > python.c:1010: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1010: warning: excess elements in scalar initializer > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > python.c:1010: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1010: warning: excess elements in scalar initializer > > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > > python.c:1011: warning: braces around scalar initializer > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > python.c:1011: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1011: warning: excess elements in scalar initializer > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > python.c:1011: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1011: warning: excess elements in scalar initializer > > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > > python.c:1012: warning: braces around scalar initializer > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > python.c:1012: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1012: warning: excess elements in scalar initializer > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > python.c:1012: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1012: warning: excess elements in scalar initializer > > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > > python.c:1013: warning: braces around scalar initializer > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > python.c:1013: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1013: warning: excess elements in scalar initializer > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > python.c:1013: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1013: warning: excess elements in scalar initializer > > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > > python.c:1014: warning: braces around scalar initializer > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > python.c:1014: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1014: warning: excess elements in scalar initializer > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > python.c:1014: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1014: warning: excess elements in scalar initializer > > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > > python.c:1015: warning: braces around scalar initializer > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > python.c:1015: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1015: warning: excess elements in scalar initializer > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > python.c:1015: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1015: warning: excess elements in scalar initializer > > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > > python.c:1016: warning: braces around scalar initializer > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > python.c:1016: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1016: warning: excess elements in scalar initializer > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > python.c:1016: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1016: warning: excess elements in scalar initializer > > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > > python.c:1017: warning: braces around scalar initializer > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > python.c:1017: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1017: warning: excess elements in scalar initializer > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > python.c:1017: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1017: warning: excess elements in scalar initializer > > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > > python.c:1018: warning: braces around scalar initializer > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > python.c:1018: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1018: warning: excess elements in scalar initializer > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > python.c:1018: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1018: warning: excess elements in scalar initializer > > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > > python.c:1019: warning: braces around scalar initializer > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > python.c:1019: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1019: warning: excess elements in scalar initializer > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > python.c:1019: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1019: warning: excess elements in scalar initializer > > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > > python.c:1020: warning: braces around scalar initializer > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > python.c:1020: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1020: warning: excess elements in scalar initializer > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > python.c:1020: error: `METH_VARARGS' undeclared here (not in a function) > > > > python.c:1020: warning: excess elements in scalar initializer > > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > > python.c:1021: warning: braces around scalar initializer > > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > > python.c:1021: warning: initialization makes integer from pointer without a > > > > cast > > > > python.c:1021: warning: excess elements in scalar initializer > > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > > python.c:1022: warning: data definition has no type or storage class > > > > python.c: In function `init_librlib': > > > > python.c:1048: error: syntax error before '*' token > > > > python.c:1050: error: `PyObject' undeclared (first use in this function) > > > > python.c:1050: error: `m' undeclared (first use in this function) > > > > python.c:1050: error: `d' undeclared (first use in this function) > > > > python.c:1052: error: `SWIG_globals' undeclared (first use in this function) > > > > make[3]: *** [python.lo] Error 1 > > > > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/python' > > > > make[2]: *** [all-recursive] Error 1 > > > > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/bindings' > > > > make[1]: *** [all-recursive] Error 1 > > > > make[1]: Leaving directory `/home/farryp/rlib-1.1.8' > > > > make: *** [all] Error 2 > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by: Oracle 10g > > > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > > > _______________________________________________ > > > > Rlib-users mailing list > > > > Rli...@li... > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: Oracle 10g > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > |
From: Bob D. <bd...@si...> - 2004-05-21 15:34:21
|
How about we just take SUBDIRS = \ $(EXAMPLES) Out from src/Makefile.am for know.. and let me know what happens - bob On Fri, 2004-05-21 at 11:29 -0300, Everton Luis Berz wrote: > Bob Doan wrote: > > in src/examples/c > > > > in the Makefile.am > > > > try changing > > > > example_LDADD to: > > > > > > example_LDADD = -L${top_builddir}/libsrc/ > > -L${top_builddir}/inputs/mysql/ $(RLIB_LIBS) -lr -lr-mysql > OK! > > now, 'make install' shows a error: > > Making install in mysql > make[2]: Entering directory `/usr/local/src/rlib-1.1.8/inputs/mysql' > make[3]: Entering directory `/usr/local/src/rlib-1.1.8/inputs/mysql' > /bin/sh ../../mkinstalldirs /usr/local/lib > /bin/sh ../../libtool --mode=install /usr/bin/ginstall -c > libr-mysql.la /usr/local/lib/libr-mysql.la > libtool: install: warning: relinking `libr-mysql.la' > (cd /usr/local/src/rlib-1.1.8/inputs/mysql; /bin/sh ../../libtool > --mode=relink gcc -g -O2 -o libr-mysql.la -rpath /usr/local/lib -release > 1.1.8 mysql.lo -lxml2 -lpthread -lz -liconv -lm -lglib-2.0 > -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0 -L/usr/lib/mysql > -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/local/pgsql/lib -lpq > -L/usr/lib -lodbc -liconv -lcpdf -L../../libsrc/ -lr -lcpdf -lm -lc ) > gcc -shared .libs/mysql.o -Wl,--rpath -Wl,/usr/lib/mysql > -L/usr/i486-slackware-linux/lib -L/usr/i486-slackware-linux/bin > -L/usr/lib/. -L/usr/lib -lxml2 -lpthread -lgmodule-2.0 -ldl -lglib-2.0 > -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -L/usr/local/pgsql/lib > -lpq -lodbc -liconv -L/usr/local/src/rlib-1.1.8/libsrc -L/usr/local/lib > -lr -lcpdf -lm -lc -Wl,--export-dynamic -Wl,-soname > -Wl,libr-mysql-1.1.8 -o .libs/libr-mysql-1.1.8 > /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: > cannot find -lr > collect2: ld returned 1 exit status > libtool: install: error: relink `libr-mysql.la' with the above command > before installing it > make[3]: ** [install-libLTLIBRARIES] Erro 1 > make[3]: Leaving directory `/usr/local/src/rlib-1.1.8/inputs/mysql' > make[2]: ** [install-am] Erro 2 > make[2]: Leaving directory `/usr/local/src/rlib-1.1.8/inputs/mysql' > make[1]: ** [install-recursive] Erro 1 > make[1]: Leaving directory `/usr/local/src/rlib-1.1.8/inputs' > make: ** [install-recursive] Erro 1 > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: Oracle 10g > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > |
From: Bob D. <bd...@si...> - 2004-05-21 15:29:06
|
Ok.. Can you tell me where your Python.h is and can you send all of the make so I can see where rlib is looking for it - bob On Fri, 2004-05-21 at 14:49 +0000, Farryp Philippe-Auguste wrote: > Yes I do > > rpm -qa | grep python > gnome-python2-canvas-1.99.14-5 > gnome-python2-applet-1.99.14-5 > python-docs-2.2.2-26 > python-optik-1.4-2 > rpm-python-4.2-0.69 > libxml2-python-2.5.4-1 > gnome-python2-gnomevfs-1.99.14-5 > postgresql-python-7.3.2-3 > python-tools-2.2.2-26 > gnome-python2-bonobo-1.99.14-5 > python-devel-2.2.2-26 > gnome-python2-nautilus-1.99.14-5 > MySQL-python-0.9.1-6 > python-2.2.2-26 > mod_python-3.0.1-3 > gnome-python2-gtkhtml2-1.99.14-5 > gnome-python2-1.99.14-5 > libxslt-python-1.0.27-3 > gnome-python2-gconf-1.99.14-5 > > Bob Doan (bd...@si...) wrote: > > > > Do you have python-devel installed? > > > > On Fri, 2004-05-21 at 05:29 +0000, Farryp Philippe-Auguste wrote: > > > Hi group, > > > > > > I'm a new rlib user. I was trying to get it to work on Fedora Core 1.0 and > > > after installing libxml2-2.6.10-1 and libcpdf-2.02r1-0, I get the following > > > error. Also, I wanted to know if we had to use any of the dtatbase stuff. Is > > > is possible to just send the data directly to the report generator ? I didn't > > > want to have my schema exposed. > > > > > > I plan to use Python so ./configure --disable-python is not an option. > > > > > > Pls advise > > > > > > > > > python.c:13:20: Python.h: No such file or directory > > > python.c:259:20: Python.h: No such file or directory > > > python.c:328: error: syntax error before "PyObject" > > > python.c:328: warning: no semicolon at end of struct or union > > > python.c:329: error: syntax error before '*' token > > > python.c:331: error: syntax error before '}' token > > > python.c:331: warning: data definition has no type or storage class > > > python.c:334: error: syntax error before "PyObject_HEAD" > > > python.c:334: warning: no semicolon at end of struct or union > > > python.c:336: warning: data definition has no type or storage class > > > python.c:338: error: syntax error before '*' token > > > python.c:339: error: syntax error before '*' token > > > python.c: In function `swig_varlink_repr': > > > python.c:340: error: `v' undeclared (first use in this function) > > > python.c:340: error: (Each undeclared identifier is reported only once > > > python.c:340: error: for each function it appears in.) > > > python.c:341: warning: return makes pointer from integer without a cast > > > python.c: At top level: > > > python.c:345: error: syntax error before '*' token > > > python.c: In function `swig_varlink_print': > > > python.c:346: error: `var' undeclared (first use in this function) > > > python.c:347: error: `flags' undeclared (first use in this function) > > > python.c:348: error: `fp' undeclared (first use in this function) > > > python.c:349: error: `v' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:357: error: syntax error before '*' token > > > python.c:358: error: syntax error before '*' token > > > python.c: In function `swig_varlink_getattr': > > > python.c:359: error: `var' undeclared (first use in this function) > > > python.c:359: error: `v' undeclared (first use in this function) > > > python.c:361: error: `n' undeclared (first use in this function) > > > python.c:366: error: `PyExc_NameError' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:371: error: syntax error before '*' token > > > python.c: In function `swig_varlink_setattr': > > > python.c:372: error: `var' undeclared (first use in this function) > > > python.c:372: error: `v' undeclared (first use in this function) > > > python.c:374: error: `n' undeclared (first use in this function) > > > python.c:375: error: `p' undeclared (first use in this function) > > > python.c:379: error: `PyExc_NameError' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:383: error: syntax error before "PyTypeObject" > > > python.c:385: error: initializer element is not constant > > > python.c:385: error: (near initialization for `varlinktype') > > > python.c:385: error: syntax error before numeric constant > > > python.c:386: warning: excess elements in scalar initializer > > > python.c:386: warning: (near initialization for `varlinktype') > > > python.c:387: warning: excess elements in scalar initializer > > > python.c:387: warning: (near initialization for `varlinktype') > > > python.c:388: warning: excess elements in scalar initializer > > > python.c:388: warning: (near initialization for `varlinktype') > > > python.c:389: warning: excess elements in scalar initializer > > > python.c:389: warning: (near initialization for `varlinktype') > > > python.c:390: error: `printfunc' undeclared here (not in a function) > > > python.c:390: warning: excess elements in scalar initializer > > > python.c:390: warning: (near initialization for `varlinktype') > > > python.c:390: error: syntax error before "swig_varlink_print" > > > python.c:391: error: `getattrfunc' undeclared here (not in a function) > > > python.c:391: warning: excess elements in scalar initializer > > > python.c:391: warning: (near initialization for `varlinktype') > > > python.c:391: error: syntax error before "swig_varlink_getattr" > > > python.c:392: error: `setattrfunc' undeclared here (not in a function) > > > python.c:392: warning: excess elements in scalar initializer > > > python.c:392: warning: (near initialization for `varlinktype') > > > python.c:392: error: syntax error before "swig_varlink_setattr" > > > python.c:393: warning: excess elements in scalar initializer > > > python.c:393: warning: (near initialization for `varlinktype') > > > python.c:394: error: `reprfunc' undeclared here (not in a function) > > > python.c:394: warning: excess elements in scalar initializer > > > python.c:394: warning: (near initialization for `varlinktype') > > > python.c:394: error: syntax error before "swig_varlink_repr" > > > python.c:395: warning: excess elements in scalar initializer > > > python.c:395: warning: (near initialization for `varlinktype') > > > python.c:396: warning: excess elements in scalar initializer > > > python.c:396: warning: (near initialization for `varlinktype') > > > python.c:397: warning: excess elements in scalar initializer > > > python.c:397: warning: (near initialization for `varlinktype') > > > python.c:398: warning: data definition has no type or storage class > > > python.c:401: error: syntax error before '*' token > > > python.c: In function `SWIG_Python_newvarlink': > > > python.c:403: error: `result' undeclared (first use in this function) > > > python.c:405: error: request for member `ob_type' in something not a structure > > > or union > > > python.c:405: error: `PyType_Type' undeclared (first use in this function) > > > python.c:409: error: `PyObject' undeclared (first use in this function) > > > python.c:409: error: syntax error before ')' token > > > python.c:410: error: syntax error before ')' token > > > python.c: At top level: > > > python.c:415: error: syntax error before '*' token > > > python.c: In function `SWIG_Python_ConvertPtr': > > > python.c:418: error: syntax error before '*' token > > > python.c:420: error: `PyObject' undeclared (first use in this function) > > > python.c:420: error: `pyobj' undeclared (first use in this function) > > > python.c:422: error: `obj' undeclared (first use in this function) > > > python.c:423: error: `Py_None' undeclared (first use in this function) > > > python.c:424: error: `ptr' undeclared (first use in this function) > > > python.c:446: error: `SWIG_this' undeclared (first use in this function) > > > python.c:457: warning: assignment makes pointer from integer without a cast > > > python.c:478: error: `ty' undeclared (first use in this function) > > > python.c:484: error: `flags' undeclared (first use in this function) > > > python.c:485: error: `zero' undeclared (first use in this function) > > > python.c:496: error: `PyExc_TypeError' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:506: error: syntax error before '*' token > > > python.c: In function `SWIG_Python_NewPointerObj': > > > python.c:508: error: `PyObject' undeclared (first use in this function) > > > python.c:508: error: `robj' undeclared (first use in this function) > > > python.c:510: error: `Py_None' undeclared (first use in this function) > > > python.c:527: error: `inst' undeclared (first use in this function) > > > python.c:528: error: `args' undeclared (first use in this function) > > > python.c:530: error: syntax error before ')' token > > > python.c:534: error: `n' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:544: error: syntax error before '*' token > > > python.c: In function `SWIG_Python_NewPackedObj': > > > python.c:552: warning: return makes pointer from integer without a cast > > > python.c: At top level: > > > python.c:557: error: syntax error before '*' token > > > python.c: In function `SWIG_Python_InstallConstants': > > > python.c:559: error: `PyObject' undeclared (first use in this function) > > > python.c:559: error: `obj' undeclared (first use in this function) > > > python.c:560: error: `constants' undeclared (first use in this function) > > > python.c:582: error: `d' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:619: error: syntax error before '*' token > > > python.c:619: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_init': > > > python.c:620: error: `PyObject' undeclared (first use in this function) > > > python.c:620: error: `resultobj' undeclared (first use in this function) > > > python.c:623: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:633: error: syntax error before '*' token > > > python.c:633: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_add_datasource_mysql': > > > python.c:634: error: `PyObject' undeclared (first use in this function) > > > python.c:634: error: `resultobj' undeclared (first use in this function) > > > python.c:642: error: `obj0' undeclared (first use in this function) > > > python.c:644: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:655: error: syntax error before '*' token > > > python.c:655: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_add_datasource_postgre': > > > python.c:656: error: `PyObject' undeclared (first use in this function) > > > python.c:656: error: `resultobj' undeclared (first use in this function) > > > python.c:661: error: `obj0' undeclared (first use in this function) > > > python.c:663: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:674: error: syntax error before '*' token > > > python.c:674: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_add_query_as': > > > python.c:675: error: `PyObject' undeclared (first use in this function) > > > python.c:675: error: `resultobj' undeclared (first use in this function) > > > python.c:681: error: `obj0' undeclared (first use in this function) > > > python.c:683: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:694: error: syntax error before '*' token > > > python.c:694: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_add_report': > > > python.c:695: error: `PyObject' undeclared (first use in this function) > > > python.c:695: error: `resultobj' undeclared (first use in this function) > > > python.c:700: error: `obj0' undeclared (first use in this function) > > > python.c:702: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:713: error: syntax error before '*' token > > > python.c:713: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_execute': > > > python.c:714: error: `PyObject' undeclared (first use in this function) > > > python.c:714: error: `resultobj' undeclared (first use in this function) > > > python.c:717: error: `obj0' undeclared (first use in this function) > > > python.c:719: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:730: error: syntax error before '*' token > > > python.c:730: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_set_output_format_from_text': > > > python.c:731: error: `PyObject' undeclared (first use in this function) > > > python.c:731: error: `resultobj' undeclared (first use in this function) > > > python.c:735: error: `obj0' undeclared (first use in this function) > > > python.c:737: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:748: error: syntax error before '*' token > > > python.c:748: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_spool': > > > python.c:749: error: `PyObject' undeclared (first use in this function) > > > python.c:749: error: `resultobj' undeclared (first use in this function) > > > python.c:752: error: `obj0' undeclared (first use in this function) > > > python.c:754: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:765: error: syntax error before '*' token > > > python.c:765: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_free': > > > python.c:766: error: `PyObject' undeclared (first use in this function) > > > python.c:766: error: `resultobj' undeclared (first use in this function) > > > python.c:769: error: `obj0' undeclared (first use in this function) > > > python.c:771: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:782: error: syntax error before '*' token > > > python.c:782: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_get_output': > > > python.c:783: error: `PyObject' undeclared (first use in this function) > > > python.c:783: error: `resultobj' undeclared (first use in this function) > > > python.c:786: error: `obj0' undeclared (first use in this function) > > > python.c:788: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:799: error: syntax error before '*' token > > > python.c:799: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_get_output_length': > > > python.c:800: error: `PyObject' undeclared (first use in this function) > > > python.c:800: error: `resultobj' undeclared (first use in this function) > > > python.c:803: error: `obj0' undeclared (first use in this function) > > > python.c:805: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:816: error: syntax error before '*' token > > > python.c:816: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_mysql_report': > > > python.c:817: error: `PyObject' undeclared (first use in this function) > > > python.c:817: error: `resultobj' undeclared (first use in this function) > > > python.c:827: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:837: error: syntax error before '*' token > > > python.c:837: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_postgre_report': > > > python.c:838: error: `PyObject' undeclared (first use in this function) > > > python.c:838: error: `resultobj' undeclared (first use in this function) > > > python.c:845: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:855: error: syntax error before '*' token > > > python.c:855: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_add_datasource_odbc': > > > python.c:856: error: `PyObject' undeclared (first use in this function) > > > python.c:856: error: `resultobj' undeclared (first use in this function) > > > python.c:863: error: `obj0' undeclared (first use in this function) > > > python.c:865: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:876: error: syntax error before '*' token > > > python.c:876: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_add_resultset_follower': > > > python.c:877: error: `PyObject' undeclared (first use in this function) > > > python.c:877: error: `resultobj' undeclared (first use in this function) > > > python.c:882: error: `obj0' undeclared (first use in this function) > > > python.c:884: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:895: error: syntax error before '*' token > > > python.c:895: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_add_parameter': > > > python.c:896: error: `PyObject' undeclared (first use in this function) > > > python.c:896: error: `resultobj' undeclared (first use in this function) > > > python.c:901: error: `obj0' undeclared (first use in this function) > > > python.c:903: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:914: error: syntax error before '*' token > > > python.c:914: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_version': > > > python.c:915: error: `PyObject' undeclared (first use in this function) > > > python.c:915: error: `resultobj' undeclared (first use in this function) > > > python.c:918: error: `args' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:928: error: syntax error before '*' token > > > python.c:928: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_set_output_encoding': > > > python.c:929: error: `PyObject' undeclared (first use in this function) > > > python.c:929: error: `resultobj' undeclared (first use in this function) > > > python.c:932: error: `obj0' undeclared (first use in this function) > > > python.c:934: error: `args' undeclared (first use in this function) > > > python.c:938: error: `Py_None' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:945: error: syntax error before '*' token > > > python.c:945: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_set_report_output_encoding': > > > python.c:946: error: `PyObject' undeclared (first use in this function) > > > python.c:946: error: `resultobj' undeclared (first use in this function) > > > python.c:950: error: `obj0' undeclared (first use in this function) > > > python.c:952: error: `args' undeclared (first use in this function) > > > python.c:956: error: `Py_None' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:963: error: syntax error before '*' token > > > python.c:963: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_set_pdf_font': > > > python.c:964: error: `PyObject' undeclared (first use in this function) > > > python.c:964: error: `resultobj' undeclared (first use in this function) > > > python.c:968: error: `obj0' undeclared (first use in this function) > > > python.c:970: error: `args' undeclared (first use in this function) > > > python.c:974: error: `Py_None' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:981: error: syntax error before '*' token > > > python.c:981: error: syntax error before '*' token > > > python.c: In function `_wrap_rlib_set_pdf_font_directories': > > > python.c:982: error: `PyObject' undeclared (first use in this function) > > > python.c:982: error: `resultobj' undeclared (first use in this function) > > > python.c:986: error: `obj0' undeclared (first use in this function) > > > python.c:988: error: `args' undeclared (first use in this function) > > > python.c:992: error: `Py_None' undeclared (first use in this function) > > > python.c: At top level: > > > python.c:999: error: syntax error before "SwigMethods" > > > python.c:1000: warning: braces around scalar initializer > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > python.c:1000: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1000: warning: excess elements in scalar initializer > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > python.c:1000: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1000: warning: excess elements in scalar initializer > > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > > python.c:1001: warning: braces around scalar initializer > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > python.c:1001: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1001: warning: excess elements in scalar initializer > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > python.c:1001: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1001: warning: excess elements in scalar initializer > > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > > python.c:1002: warning: braces around scalar initializer > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > python.c:1002: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1002: warning: excess elements in scalar initializer > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > python.c:1002: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1002: warning: excess elements in scalar initializer > > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > > python.c:1003: warning: braces around scalar initializer > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > python.c:1003: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1003: warning: excess elements in scalar initializer > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > python.c:1003: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1003: warning: excess elements in scalar initializer > > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > > python.c:1004: warning: braces around scalar initializer > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > python.c:1004: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1004: warning: excess elements in scalar initializer > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > python.c:1004: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1004: warning: excess elements in scalar initializer > > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > > python.c:1005: warning: braces around scalar initializer > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > python.c:1005: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1005: warning: excess elements in scalar initializer > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > python.c:1005: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1005: warning: excess elements in scalar initializer > > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > > python.c:1006: warning: braces around scalar initializer > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > python.c:1006: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1006: warning: excess elements in scalar initializer > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > python.c:1006: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1006: warning: excess elements in scalar initializer > > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > > python.c:1007: warning: braces around scalar initializer > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > python.c:1007: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1007: warning: excess elements in scalar initializer > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > python.c:1007: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1007: warning: excess elements in scalar initializer > > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > > python.c:1008: warning: braces around scalar initializer > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > python.c:1008: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1008: warning: excess elements in scalar initializer > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > python.c:1008: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1008: warning: excess elements in scalar initializer > > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > > python.c:1009: warning: braces around scalar initializer > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > python.c:1009: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1009: warning: excess elements in scalar initializer > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > python.c:1009: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1009: warning: excess elements in scalar initializer > > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > > python.c:1010: warning: braces around scalar initializer > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > python.c:1010: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1010: warning: excess elements in scalar initializer > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > python.c:1010: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1010: warning: excess elements in scalar initializer > > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > > python.c:1011: warning: braces around scalar initializer > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > python.c:1011: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1011: warning: excess elements in scalar initializer > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > python.c:1011: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1011: warning: excess elements in scalar initializer > > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > > python.c:1012: warning: braces around scalar initializer > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > python.c:1012: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1012: warning: excess elements in scalar initializer > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > python.c:1012: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1012: warning: excess elements in scalar initializer > > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > > python.c:1013: warning: braces around scalar initializer > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > python.c:1013: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1013: warning: excess elements in scalar initializer > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > python.c:1013: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1013: warning: excess elements in scalar initializer > > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > > python.c:1014: warning: braces around scalar initializer > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > python.c:1014: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1014: warning: excess elements in scalar initializer > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > python.c:1014: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1014: warning: excess elements in scalar initializer > > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > > python.c:1015: warning: braces around scalar initializer > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > python.c:1015: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1015: warning: excess elements in scalar initializer > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > python.c:1015: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1015: warning: excess elements in scalar initializer > > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > > python.c:1016: warning: braces around scalar initializer > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > python.c:1016: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1016: warning: excess elements in scalar initializer > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > python.c:1016: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1016: warning: excess elements in scalar initializer > > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > > python.c:1017: warning: braces around scalar initializer > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > python.c:1017: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1017: warning: excess elements in scalar initializer > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > python.c:1017: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1017: warning: excess elements in scalar initializer > > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > > python.c:1018: warning: braces around scalar initializer > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > python.c:1018: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1018: warning: excess elements in scalar initializer > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > python.c:1018: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1018: warning: excess elements in scalar initializer > > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > > python.c:1019: warning: braces around scalar initializer > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > python.c:1019: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1019: warning: excess elements in scalar initializer > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > python.c:1019: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1019: warning: excess elements in scalar initializer > > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > > python.c:1020: warning: braces around scalar initializer > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > python.c:1020: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1020: warning: excess elements in scalar initializer > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > python.c:1020: error: `METH_VARARGS' undeclared here (not in a function) > > > python.c:1020: warning: excess elements in scalar initializer > > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > > python.c:1021: warning: braces around scalar initializer > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > python.c:1021: warning: initialization makes integer from pointer without a > > > cast > > > python.c:1021: warning: excess elements in scalar initializer > > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > > python.c:1022: warning: data definition has no type or storage class > > > python.c: In function `init_librlib': > > > python.c:1048: error: syntax error before '*' token > > > python.c:1050: error: `PyObject' undeclared (first use in this function) > > > python.c:1050: error: `m' undeclared (first use in this function) > > > python.c:1050: error: `d' undeclared (first use in this function) > > > python.c:1052: error: `SWIG_globals' undeclared (first use in this function) > > > make[3]: *** [python.lo] Error 1 > > > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/python' > > > make[2]: *** [all-recursive] Error 1 > > > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/bindings' > > > make[1]: *** [all-recursive] Error 1 > > > make[1]: Leaving directory `/home/farryp/rlib-1.1.8' > > > make: *** [all] Error 2 > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: Oracle 10g > > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > > _______________________________________________ > > > Rlib-users mailing list > > > Rli...@li... > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Farryp <fa...@co...> - 2004-05-21 14:39:40
|
Yes I do rpm -qa | grep python gnome-python2-canvas-1.99.14-5 gnome-python2-applet-1.99.14-5 python-docs-2.2.2-26 python-optik-1.4-2 rpm-python-4.2-0.69 libxml2-python-2.5.4-1 gnome-python2-gnomevfs-1.99.14-5 postgresql-python-7.3.2-3 python-tools-2.2.2-26 gnome-python2-bonobo-1.99.14-5 python-devel-2.2.2-26 gnome-python2-nautilus-1.99.14-5 MySQL-python-0.9.1-6 python-2.2.2-26 mod_python-3.0.1-3 gnome-python2-gtkhtml2-1.99.14-5 gnome-python2-1.99.14-5 libxslt-python-1.0.27-3 gnome-python2-gconf-1.99.14-5 Bob Doan (bd...@si...) wrote: > > Do you have python-devel installed? > > On Fri, 2004-05-21 at 05:29 +0000, Farryp Philippe-Auguste wrote: > > Hi group, > > > > I'm a new rlib user. I was trying to get it to work on Fedora Core 1.0 and > > after installing libxml2-2.6.10-1 and libcpdf-2.02r1-0, I get the following > > error. Also, I wanted to know if we had to use any of the dtatbase stuff. Is > > is possible to just send the data directly to the report generator ? I didn't > > want to have my schema exposed. > > > > I plan to use Python so ./configure --disable-python is not an option. > > > > Pls advise > > > > > > python.c:13:20: Python.h: No such file or directory > > python.c:259:20: Python.h: No such file or directory > > python.c:328: error: syntax error before "PyObject" > > python.c:328: warning: no semicolon at end of struct or union > > python.c:329: error: syntax error before '*' token > > python.c:331: error: syntax error before '}' token > > python.c:331: warning: data definition has no type or storage class > > python.c:334: error: syntax error before "PyObject_HEAD" > > python.c:334: warning: no semicolon at end of struct or union > > python.c:336: warning: data definition has no type or storage class > > python.c:338: error: syntax error before '*' token > > python.c:339: error: syntax error before '*' token > > python.c: In function `swig_varlink_repr': > > python.c:340: error: `v' undeclared (first use in this function) > > python.c:340: error: (Each undeclared identifier is reported only once > > python.c:340: error: for each function it appears in.) > > python.c:341: warning: return makes pointer from integer without a cast > > python.c: At top level: > > python.c:345: error: syntax error before '*' token > > python.c: In function `swig_varlink_print': > > python.c:346: error: `var' undeclared (first use in this function) > > python.c:347: error: `flags' undeclared (first use in this function) > > python.c:348: error: `fp' undeclared (first use in this function) > > python.c:349: error: `v' undeclared (first use in this function) > > python.c: At top level: > > python.c:357: error: syntax error before '*' token > > python.c:358: error: syntax error before '*' token > > python.c: In function `swig_varlink_getattr': > > python.c:359: error: `var' undeclared (first use in this function) > > python.c:359: error: `v' undeclared (first use in this function) > > python.c:361: error: `n' undeclared (first use in this function) > > python.c:366: error: `PyExc_NameError' undeclared (first use in this function) > > python.c: At top level: > > python.c:371: error: syntax error before '*' token > > python.c: In function `swig_varlink_setattr': > > python.c:372: error: `var' undeclared (first use in this function) > > python.c:372: error: `v' undeclared (first use in this function) > > python.c:374: error: `n' undeclared (first use in this function) > > python.c:375: error: `p' undeclared (first use in this function) > > python.c:379: error: `PyExc_NameError' undeclared (first use in this function) > > python.c: At top level: > > python.c:383: error: syntax error before "PyTypeObject" > > python.c:385: error: initializer element is not constant > > python.c:385: error: (near initialization for `varlinktype') > > python.c:385: error: syntax error before numeric constant > > python.c:386: warning: excess elements in scalar initializer > > python.c:386: warning: (near initialization for `varlinktype') > > python.c:387: warning: excess elements in scalar initializer > > python.c:387: warning: (near initialization for `varlinktype') > > python.c:388: warning: excess elements in scalar initializer > > python.c:388: warning: (near initialization for `varlinktype') > > python.c:389: warning: excess elements in scalar initializer > > python.c:389: warning: (near initialization for `varlinktype') > > python.c:390: error: `printfunc' undeclared here (not in a function) > > python.c:390: warning: excess elements in scalar initializer > > python.c:390: warning: (near initialization for `varlinktype') > > python.c:390: error: syntax error before "swig_varlink_print" > > python.c:391: error: `getattrfunc' undeclared here (not in a function) > > python.c:391: warning: excess elements in scalar initializer > > python.c:391: warning: (near initialization for `varlinktype') > > python.c:391: error: syntax error before "swig_varlink_getattr" > > python.c:392: error: `setattrfunc' undeclared here (not in a function) > > python.c:392: warning: excess elements in scalar initializer > > python.c:392: warning: (near initialization for `varlinktype') > > python.c:392: error: syntax error before "swig_varlink_setattr" > > python.c:393: warning: excess elements in scalar initializer > > python.c:393: warning: (near initialization for `varlinktype') > > python.c:394: error: `reprfunc' undeclared here (not in a function) > > python.c:394: warning: excess elements in scalar initializer > > python.c:394: warning: (near initialization for `varlinktype') > > python.c:394: error: syntax error before "swig_varlink_repr" > > python.c:395: warning: excess elements in scalar initializer > > python.c:395: warning: (near initialization for `varlinktype') > > python.c:396: warning: excess elements in scalar initializer > > python.c:396: warning: (near initialization for `varlinktype') > > python.c:397: warning: excess elements in scalar initializer > > python.c:397: warning: (near initialization for `varlinktype') > > python.c:398: warning: data definition has no type or storage class > > python.c:401: error: syntax error before '*' token > > python.c: In function `SWIG_Python_newvarlink': > > python.c:403: error: `result' undeclared (first use in this function) > > python.c:405: error: request for member `ob_type' in something not a structure > > or union > > python.c:405: error: `PyType_Type' undeclared (first use in this function) > > python.c:409: error: `PyObject' undeclared (first use in this function) > > python.c:409: error: syntax error before ')' token > > python.c:410: error: syntax error before ')' token > > python.c: At top level: > > python.c:415: error: syntax error before '*' token > > python.c: In function `SWIG_Python_ConvertPtr': > > python.c:418: error: syntax error before '*' token > > python.c:420: error: `PyObject' undeclared (first use in this function) > > python.c:420: error: `pyobj' undeclared (first use in this function) > > python.c:422: error: `obj' undeclared (first use in this function) > > python.c:423: error: `Py_None' undeclared (first use in this function) > > python.c:424: error: `ptr' undeclared (first use in this function) > > python.c:446: error: `SWIG_this' undeclared (first use in this function) > > python.c:457: warning: assignment makes pointer from integer without a cast > > python.c:478: error: `ty' undeclared (first use in this function) > > python.c:484: error: `flags' undeclared (first use in this function) > > python.c:485: error: `zero' undeclared (first use in this function) > > python.c:496: error: `PyExc_TypeError' undeclared (first use in this function) > > python.c: At top level: > > python.c:506: error: syntax error before '*' token > > python.c: In function `SWIG_Python_NewPointerObj': > > python.c:508: error: `PyObject' undeclared (first use in this function) > > python.c:508: error: `robj' undeclared (first use in this function) > > python.c:510: error: `Py_None' undeclared (first use in this function) > > python.c:527: error: `inst' undeclared (first use in this function) > > python.c:528: error: `args' undeclared (first use in this function) > > python.c:530: error: syntax error before ')' token > > python.c:534: error: `n' undeclared (first use in this function) > > python.c: At top level: > > python.c:544: error: syntax error before '*' token > > python.c: In function `SWIG_Python_NewPackedObj': > > python.c:552: warning: return makes pointer from integer without a cast > > python.c: At top level: > > python.c:557: error: syntax error before '*' token > > python.c: In function `SWIG_Python_InstallConstants': > > python.c:559: error: `PyObject' undeclared (first use in this function) > > python.c:559: error: `obj' undeclared (first use in this function) > > python.c:560: error: `constants' undeclared (first use in this function) > > python.c:582: error: `d' undeclared (first use in this function) > > python.c: At top level: > > python.c:619: error: syntax error before '*' token > > python.c:619: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_init': > > python.c:620: error: `PyObject' undeclared (first use in this function) > > python.c:620: error: `resultobj' undeclared (first use in this function) > > python.c:623: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:633: error: syntax error before '*' token > > python.c:633: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_add_datasource_mysql': > > python.c:634: error: `PyObject' undeclared (first use in this function) > > python.c:634: error: `resultobj' undeclared (first use in this function) > > python.c:642: error: `obj0' undeclared (first use in this function) > > python.c:644: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:655: error: syntax error before '*' token > > python.c:655: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_add_datasource_postgre': > > python.c:656: error: `PyObject' undeclared (first use in this function) > > python.c:656: error: `resultobj' undeclared (first use in this function) > > python.c:661: error: `obj0' undeclared (first use in this function) > > python.c:663: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:674: error: syntax error before '*' token > > python.c:674: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_add_query_as': > > python.c:675: error: `PyObject' undeclared (first use in this function) > > python.c:675: error: `resultobj' undeclared (first use in this function) > > python.c:681: error: `obj0' undeclared (first use in this function) > > python.c:683: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:694: error: syntax error before '*' token > > python.c:694: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_add_report': > > python.c:695: error: `PyObject' undeclared (first use in this function) > > python.c:695: error: `resultobj' undeclared (first use in this function) > > python.c:700: error: `obj0' undeclared (first use in this function) > > python.c:702: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:713: error: syntax error before '*' token > > python.c:713: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_execute': > > python.c:714: error: `PyObject' undeclared (first use in this function) > > python.c:714: error: `resultobj' undeclared (first use in this function) > > python.c:717: error: `obj0' undeclared (first use in this function) > > python.c:719: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:730: error: syntax error before '*' token > > python.c:730: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_set_output_format_from_text': > > python.c:731: error: `PyObject' undeclared (first use in this function) > > python.c:731: error: `resultobj' undeclared (first use in this function) > > python.c:735: error: `obj0' undeclared (first use in this function) > > python.c:737: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:748: error: syntax error before '*' token > > python.c:748: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_spool': > > python.c:749: error: `PyObject' undeclared (first use in this function) > > python.c:749: error: `resultobj' undeclared (first use in this function) > > python.c:752: error: `obj0' undeclared (first use in this function) > > python.c:754: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:765: error: syntax error before '*' token > > python.c:765: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_free': > > python.c:766: error: `PyObject' undeclared (first use in this function) > > python.c:766: error: `resultobj' undeclared (first use in this function) > > python.c:769: error: `obj0' undeclared (first use in this function) > > python.c:771: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:782: error: syntax error before '*' token > > python.c:782: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_get_output': > > python.c:783: error: `PyObject' undeclared (first use in this function) > > python.c:783: error: `resultobj' undeclared (first use in this function) > > python.c:786: error: `obj0' undeclared (first use in this function) > > python.c:788: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:799: error: syntax error before '*' token > > python.c:799: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_get_output_length': > > python.c:800: error: `PyObject' undeclared (first use in this function) > > python.c:800: error: `resultobj' undeclared (first use in this function) > > python.c:803: error: `obj0' undeclared (first use in this function) > > python.c:805: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:816: error: syntax error before '*' token > > python.c:816: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_mysql_report': > > python.c:817: error: `PyObject' undeclared (first use in this function) > > python.c:817: error: `resultobj' undeclared (first use in this function) > > python.c:827: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:837: error: syntax error before '*' token > > python.c:837: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_postgre_report': > > python.c:838: error: `PyObject' undeclared (first use in this function) > > python.c:838: error: `resultobj' undeclared (first use in this function) > > python.c:845: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:855: error: syntax error before '*' token > > python.c:855: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_add_datasource_odbc': > > python.c:856: error: `PyObject' undeclared (first use in this function) > > python.c:856: error: `resultobj' undeclared (first use in this function) > > python.c:863: error: `obj0' undeclared (first use in this function) > > python.c:865: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:876: error: syntax error before '*' token > > python.c:876: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_add_resultset_follower': > > python.c:877: error: `PyObject' undeclared (first use in this function) > > python.c:877: error: `resultobj' undeclared (first use in this function) > > python.c:882: error: `obj0' undeclared (first use in this function) > > python.c:884: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:895: error: syntax error before '*' token > > python.c:895: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_add_parameter': > > python.c:896: error: `PyObject' undeclared (first use in this function) > > python.c:896: error: `resultobj' undeclared (first use in this function) > > python.c:901: error: `obj0' undeclared (first use in this function) > > python.c:903: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:914: error: syntax error before '*' token > > python.c:914: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_version': > > python.c:915: error: `PyObject' undeclared (first use in this function) > > python.c:915: error: `resultobj' undeclared (first use in this function) > > python.c:918: error: `args' undeclared (first use in this function) > > python.c: At top level: > > python.c:928: error: syntax error before '*' token > > python.c:928: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_set_output_encoding': > > python.c:929: error: `PyObject' undeclared (first use in this function) > > python.c:929: error: `resultobj' undeclared (first use in this function) > > python.c:932: error: `obj0' undeclared (first use in this function) > > python.c:934: error: `args' undeclared (first use in this function) > > python.c:938: error: `Py_None' undeclared (first use in this function) > > python.c: At top level: > > python.c:945: error: syntax error before '*' token > > python.c:945: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_set_report_output_encoding': > > python.c:946: error: `PyObject' undeclared (first use in this function) > > python.c:946: error: `resultobj' undeclared (first use in this function) > > python.c:950: error: `obj0' undeclared (first use in this function) > > python.c:952: error: `args' undeclared (first use in this function) > > python.c:956: error: `Py_None' undeclared (first use in this function) > > python.c: At top level: > > python.c:963: error: syntax error before '*' token > > python.c:963: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_set_pdf_font': > > python.c:964: error: `PyObject' undeclared (first use in this function) > > python.c:964: error: `resultobj' undeclared (first use in this function) > > python.c:968: error: `obj0' undeclared (first use in this function) > > python.c:970: error: `args' undeclared (first use in this function) > > python.c:974: error: `Py_None' undeclared (first use in this function) > > python.c: At top level: > > python.c:981: error: syntax error before '*' token > > python.c:981: error: syntax error before '*' token > > python.c: In function `_wrap_rlib_set_pdf_font_directories': > > python.c:982: error: `PyObject' undeclared (first use in this function) > > python.c:982: error: `resultobj' undeclared (first use in this function) > > python.c:986: error: `obj0' undeclared (first use in this function) > > python.c:988: error: `args' undeclared (first use in this function) > > python.c:992: error: `Py_None' undeclared (first use in this function) > > python.c: At top level: > > python.c:999: error: syntax error before "SwigMethods" > > python.c:1000: warning: braces around scalar initializer > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > python.c:1000: warning: initialization makes integer from pointer without a > > cast > > python.c:1000: warning: excess elements in scalar initializer > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > python.c:1000: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1000: warning: excess elements in scalar initializer > > python.c:1000: warning: (near initialization for `SwigMethods[0]') > > python.c:1001: warning: braces around scalar initializer > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > python.c:1001: warning: initialization makes integer from pointer without a > > cast > > python.c:1001: warning: excess elements in scalar initializer > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > python.c:1001: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1001: warning: excess elements in scalar initializer > > python.c:1001: warning: (near initialization for `SwigMethods[1]') > > python.c:1002: warning: braces around scalar initializer > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > python.c:1002: warning: initialization makes integer from pointer without a > > cast > > python.c:1002: warning: excess elements in scalar initializer > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > python.c:1002: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1002: warning: excess elements in scalar initializer > > python.c:1002: warning: (near initialization for `SwigMethods[2]') > > python.c:1003: warning: braces around scalar initializer > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > python.c:1003: warning: initialization makes integer from pointer without a > > cast > > python.c:1003: warning: excess elements in scalar initializer > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > python.c:1003: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1003: warning: excess elements in scalar initializer > > python.c:1003: warning: (near initialization for `SwigMethods[3]') > > python.c:1004: warning: braces around scalar initializer > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > python.c:1004: warning: initialization makes integer from pointer without a > > cast > > python.c:1004: warning: excess elements in scalar initializer > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > python.c:1004: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1004: warning: excess elements in scalar initializer > > python.c:1004: warning: (near initialization for `SwigMethods[4]') > > python.c:1005: warning: braces around scalar initializer > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > python.c:1005: warning: initialization makes integer from pointer without a > > cast > > python.c:1005: warning: excess elements in scalar initializer > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > python.c:1005: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1005: warning: excess elements in scalar initializer > > python.c:1005: warning: (near initialization for `SwigMethods[5]') > > python.c:1006: warning: braces around scalar initializer > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > python.c:1006: warning: initialization makes integer from pointer without a > > cast > > python.c:1006: warning: excess elements in scalar initializer > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > python.c:1006: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1006: warning: excess elements in scalar initializer > > python.c:1006: warning: (near initialization for `SwigMethods[6]') > > python.c:1007: warning: braces around scalar initializer > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > python.c:1007: warning: initialization makes integer from pointer without a > > cast > > python.c:1007: warning: excess elements in scalar initializer > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > python.c:1007: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1007: warning: excess elements in scalar initializer > > python.c:1007: warning: (near initialization for `SwigMethods[7]') > > python.c:1008: warning: braces around scalar initializer > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > python.c:1008: warning: initialization makes integer from pointer without a > > cast > > python.c:1008: warning: excess elements in scalar initializer > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > python.c:1008: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1008: warning: excess elements in scalar initializer > > python.c:1008: warning: (near initialization for `SwigMethods[8]') > > python.c:1009: warning: braces around scalar initializer > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > python.c:1009: warning: initialization makes integer from pointer without a > > cast > > python.c:1009: warning: excess elements in scalar initializer > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > python.c:1009: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1009: warning: excess elements in scalar initializer > > python.c:1009: warning: (near initialization for `SwigMethods[9]') > > python.c:1010: warning: braces around scalar initializer > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > python.c:1010: warning: initialization makes integer from pointer without a > > cast > > python.c:1010: warning: excess elements in scalar initializer > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > python.c:1010: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1010: warning: excess elements in scalar initializer > > python.c:1010: warning: (near initialization for `SwigMethods[10]') > > python.c:1011: warning: braces around scalar initializer > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > python.c:1011: warning: initialization makes integer from pointer without a > > cast > > python.c:1011: warning: excess elements in scalar initializer > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > python.c:1011: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1011: warning: excess elements in scalar initializer > > python.c:1011: warning: (near initialization for `SwigMethods[11]') > > python.c:1012: warning: braces around scalar initializer > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > python.c:1012: warning: initialization makes integer from pointer without a > > cast > > python.c:1012: warning: excess elements in scalar initializer > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > python.c:1012: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1012: warning: excess elements in scalar initializer > > python.c:1012: warning: (near initialization for `SwigMethods[12]') > > python.c:1013: warning: braces around scalar initializer > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > python.c:1013: warning: initialization makes integer from pointer without a > > cast > > python.c:1013: warning: excess elements in scalar initializer > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > python.c:1013: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1013: warning: excess elements in scalar initializer > > python.c:1013: warning: (near initialization for `SwigMethods[13]') > > python.c:1014: warning: braces around scalar initializer > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > python.c:1014: warning: initialization makes integer from pointer without a > > cast > > python.c:1014: warning: excess elements in scalar initializer > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > python.c:1014: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1014: warning: excess elements in scalar initializer > > python.c:1014: warning: (near initialization for `SwigMethods[14]') > > python.c:1015: warning: braces around scalar initializer > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > python.c:1015: warning: initialization makes integer from pointer without a > > cast > > python.c:1015: warning: excess elements in scalar initializer > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > python.c:1015: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1015: warning: excess elements in scalar initializer > > python.c:1015: warning: (near initialization for `SwigMethods[15]') > > python.c:1016: warning: braces around scalar initializer > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > python.c:1016: warning: initialization makes integer from pointer without a > > cast > > python.c:1016: warning: excess elements in scalar initializer > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > python.c:1016: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1016: warning: excess elements in scalar initializer > > python.c:1016: warning: (near initialization for `SwigMethods[16]') > > python.c:1017: warning: braces around scalar initializer > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > python.c:1017: warning: initialization makes integer from pointer without a > > cast > > python.c:1017: warning: excess elements in scalar initializer > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > python.c:1017: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1017: warning: excess elements in scalar initializer > > python.c:1017: warning: (near initialization for `SwigMethods[17]') > > python.c:1018: warning: braces around scalar initializer > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > python.c:1018: warning: initialization makes integer from pointer without a > > cast > > python.c:1018: warning: excess elements in scalar initializer > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > python.c:1018: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1018: warning: excess elements in scalar initializer > > python.c:1018: warning: (near initialization for `SwigMethods[18]') > > python.c:1019: warning: braces around scalar initializer > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > python.c:1019: warning: initialization makes integer from pointer without a > > cast > > python.c:1019: warning: excess elements in scalar initializer > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > python.c:1019: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1019: warning: excess elements in scalar initializer > > python.c:1019: warning: (near initialization for `SwigMethods[19]') > > python.c:1020: warning: braces around scalar initializer > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > python.c:1020: warning: initialization makes integer from pointer without a > > cast > > python.c:1020: warning: excess elements in scalar initializer > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > python.c:1020: error: `METH_VARARGS' undeclared here (not in a function) > > python.c:1020: warning: excess elements in scalar initializer > > python.c:1020: warning: (near initialization for `SwigMethods[20]') > > python.c:1021: warning: braces around scalar initializer > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > python.c:1021: warning: initialization makes integer from pointer without a > > cast > > python.c:1021: warning: excess elements in scalar initializer > > python.c:1021: warning: (near initialization for `SwigMethods[21]') > > python.c:1022: warning: data definition has no type or storage class > > python.c: In function `init_librlib': > > python.c:1048: error: syntax error before '*' token > > python.c:1050: error: `PyObject' undeclared (first use in this function) > > python.c:1050: error: `m' undeclared (first use in this function) > > python.c:1050: error: `d' undeclared (first use in this function) > > python.c:1052: error: `SWIG_globals' undeclared (first use in this function) > > make[3]: *** [python.lo] Error 1 > > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/python' > > make[2]: *** [all-recursive] Error 1 > > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/bindings' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/home/farryp/rlib-1.1.8' > > make: *** [all] Error 2 > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: Oracle 10g > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > |
From: Everton L. B. <ev...@fa...> - 2004-05-21 14:28:19
|
Bob Doan wrote: > in src/examples/c > > in the Makefile.am > > try changing > > example_LDADD to: > > > example_LDADD = -L${top_builddir}/libsrc/ > -L${top_builddir}/inputs/mysql/ $(RLIB_LIBS) -lr -lr-mysql OK! now, 'make install' shows a error: Making install in mysql make[2]: Entering directory `/usr/local/src/rlib-1.1.8/inputs/mysql' make[3]: Entering directory `/usr/local/src/rlib-1.1.8/inputs/mysql' /bin/sh ../../mkinstalldirs /usr/local/lib /bin/sh ../../libtool --mode=install /usr/bin/ginstall -c libr-mysql.la /usr/local/lib/libr-mysql.la libtool: install: warning: relinking `libr-mysql.la' (cd /usr/local/src/rlib-1.1.8/inputs/mysql; /bin/sh ../../libtool --mode=relink gcc -g -O2 -o libr-mysql.la -rpath /usr/local/lib -release 1.1.8 mysql.lo -lxml2 -lpthread -lz -liconv -lm -lglib-2.0 -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0 -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/local/pgsql/lib -lpq -L/usr/lib -lodbc -liconv -lcpdf -L../../libsrc/ -lr -lcpdf -lm -lc ) gcc -shared .libs/mysql.o -Wl,--rpath -Wl,/usr/lib/mysql -L/usr/i486-slackware-linux/lib -L/usr/i486-slackware-linux/bin -L/usr/lib/. -L/usr/lib -lxml2 -lpthread -lgmodule-2.0 -ldl -lglib-2.0 -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -L/usr/local/pgsql/lib -lpq -lodbc -liconv -L/usr/local/src/rlib-1.1.8/libsrc -L/usr/local/lib -lr -lcpdf -lm -lc -Wl,--export-dynamic -Wl,-soname -Wl,libr-mysql-1.1.8 -o .libs/libr-mysql-1.1.8 /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: cannot find -lr collect2: ld returned 1 exit status libtool: install: error: relink `libr-mysql.la' with the above command before installing it make[3]: ** [install-libLTLIBRARIES] Erro 1 make[3]: Leaving directory `/usr/local/src/rlib-1.1.8/inputs/mysql' make[2]: ** [install-am] Erro 2 make[2]: Leaving directory `/usr/local/src/rlib-1.1.8/inputs/mysql' make[1]: ** [install-recursive] Erro 1 make[1]: Leaving directory `/usr/local/src/rlib-1.1.8/inputs' make: ** [install-recursive] Erro 1 > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > -- Everton Luis Berz Nucleo de Sistemas :: FACCAT - Faculdades de Taquara +55 51 541 6600 - R.647 ICQ 7807919 |
From: Bob D. <bd...@si...> - 2004-05-21 13:32:08
|
in src/examples/c in the Makefile.am try changing example_LDADD to: example_LDADD = -L${top_builddir}/libsrc/ -L${top_builddir}/inputs/mysql/ $(RLIB_LIBS) -lr -lr-mysql On Thu, 2004-05-20 at 19:12 -0300, Everton Luis Berz wrote: > errr... > > sorry, the rlib version that I run was the old 1.1.8... my new > compile/install do not overwrite the old 1.1.8. > You rename the symbolic link libr.so to libr and librlib.so to librlib, > correct? > > I have been deleted the libr* files at /usr/local/lib and tried the > new rlib, but.... my new compilation do not works.. > > gcc -g -O2 -o .libs/example example.o -Wl,--export-dynamic > -L/usr/local/src/rlib-1.1.8/libsrc -L/usr/i486-slackware-linux/bin > -L/usr/i486-slackware-linux/lib -L/usr/lib -L/usr/lib/mysql > -L/usr/local/pgsql/lib /usr/local/src/rlib-1.1.8/libsrc/.libs/libr > /usr/lib/libxml2.so /usr/lib/./libstdc++.so -lgcc_s > /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so > /usr/lib/mysql/libmysqlclient.so -lz -lcrypt -lnsl -lpq > /usr/lib/libodbc.so -lpthread /usr/lib/libiconv.so -ldl -lr-mysql -lcpdf > -lm -lc -Wl,--rpath -Wl,/usr/lib/. -Wl,--rpath -Wl,/usr/lib/mysql > /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: > cannot find -lr-mysql > collect2: ld returned 1 exit status > make[4]: ** [example] Erro 1 > make[4]: Leaving directory `/usr/local/src/rlib-1.1.8/src/examples/c' > > > my prefix is default (/usr/local, lib at /usr/local/lib), I think the > gcc is searching for r-mysql at /usr/lib. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Bob D. <bd...@si...> - 2004-05-21 13:27:34
|
Do you have python-devel installed? On Fri, 2004-05-21 at 05:29 +0000, Farryp Philippe-Auguste wrote: > Hi group, > > I'm a new rlib user. I was trying to get it to work on Fedora Core 1.0 and > after installing libxml2-2.6.10-1 and libcpdf-2.02r1-0, I get the following > error. Also, I wanted to know if we had to use any of the dtatbase stuff. Is > is possible to just send the data directly to the report generator ? I didn't > want to have my schema exposed. > > I plan to use Python so ./configure --disable-python is not an option. > > Pls advise > > > python.c:13:20: Python.h: No such file or directory > python.c:259:20: Python.h: No such file or directory > python.c:328: error: syntax error before "PyObject" > python.c:328: warning: no semicolon at end of struct or union > python.c:329: error: syntax error before '*' token > python.c:331: error: syntax error before '}' token > python.c:331: warning: data definition has no type or storage class > python.c:334: error: syntax error before "PyObject_HEAD" > python.c:334: warning: no semicolon at end of struct or union > python.c:336: warning: data definition has no type or storage class > python.c:338: error: syntax error before '*' token > python.c:339: error: syntax error before '*' token > python.c: In function `swig_varlink_repr': > python.c:340: error: `v' undeclared (first use in this function) > python.c:340: error: (Each undeclared identifier is reported only once > python.c:340: error: for each function it appears in.) > python.c:341: warning: return makes pointer from integer without a cast > python.c: At top level: > python.c:345: error: syntax error before '*' token > python.c: In function `swig_varlink_print': > python.c:346: error: `var' undeclared (first use in this function) > python.c:347: error: `flags' undeclared (first use in this function) > python.c:348: error: `fp' undeclared (first use in this function) > python.c:349: error: `v' undeclared (first use in this function) > python.c: At top level: > python.c:357: error: syntax error before '*' token > python.c:358: error: syntax error before '*' token > python.c: In function `swig_varlink_getattr': > python.c:359: error: `var' undeclared (first use in this function) > python.c:359: error: `v' undeclared (first use in this function) > python.c:361: error: `n' undeclared (first use in this function) > python.c:366: error: `PyExc_NameError' undeclared (first use in this function) > python.c: At top level: > python.c:371: error: syntax error before '*' token > python.c: In function `swig_varlink_setattr': > python.c:372: error: `var' undeclared (first use in this function) > python.c:372: error: `v' undeclared (first use in this function) > python.c:374: error: `n' undeclared (first use in this function) > python.c:375: error: `p' undeclared (first use in this function) > python.c:379: error: `PyExc_NameError' undeclared (first use in this function) > python.c: At top level: > python.c:383: error: syntax error before "PyTypeObject" > python.c:385: error: initializer element is not constant > python.c:385: error: (near initialization for `varlinktype') > python.c:385: error: syntax error before numeric constant > python.c:386: warning: excess elements in scalar initializer > python.c:386: warning: (near initialization for `varlinktype') > python.c:387: warning: excess elements in scalar initializer > python.c:387: warning: (near initialization for `varlinktype') > python.c:388: warning: excess elements in scalar initializer > python.c:388: warning: (near initialization for `varlinktype') > python.c:389: warning: excess elements in scalar initializer > python.c:389: warning: (near initialization for `varlinktype') > python.c:390: error: `printfunc' undeclared here (not in a function) > python.c:390: warning: excess elements in scalar initializer > python.c:390: warning: (near initialization for `varlinktype') > python.c:390: error: syntax error before "swig_varlink_print" > python.c:391: error: `getattrfunc' undeclared here (not in a function) > python.c:391: warning: excess elements in scalar initializer > python.c:391: warning: (near initialization for `varlinktype') > python.c:391: error: syntax error before "swig_varlink_getattr" > python.c:392: error: `setattrfunc' undeclared here (not in a function) > python.c:392: warning: excess elements in scalar initializer > python.c:392: warning: (near initialization for `varlinktype') > python.c:392: error: syntax error before "swig_varlink_setattr" > python.c:393: warning: excess elements in scalar initializer > python.c:393: warning: (near initialization for `varlinktype') > python.c:394: error: `reprfunc' undeclared here (not in a function) > python.c:394: warning: excess elements in scalar initializer > python.c:394: warning: (near initialization for `varlinktype') > python.c:394: error: syntax error before "swig_varlink_repr" > python.c:395: warning: excess elements in scalar initializer > python.c:395: warning: (near initialization for `varlinktype') > python.c:396: warning: excess elements in scalar initializer > python.c:396: warning: (near initialization for `varlinktype') > python.c:397: warning: excess elements in scalar initializer > python.c:397: warning: (near initialization for `varlinktype') > python.c:398: warning: data definition has no type or storage class > python.c:401: error: syntax error before '*' token > python.c: In function `SWIG_Python_newvarlink': > python.c:403: error: `result' undeclared (first use in this function) > python.c:405: error: request for member `ob_type' in something not a structure > or union > python.c:405: error: `PyType_Type' undeclared (first use in this function) > python.c:409: error: `PyObject' undeclared (first use in this function) > python.c:409: error: syntax error before ')' token > python.c:410: error: syntax error before ')' token > python.c: At top level: > python.c:415: error: syntax error before '*' token > python.c: In function `SWIG_Python_ConvertPtr': > python.c:418: error: syntax error before '*' token > python.c:420: error: `PyObject' undeclared (first use in this function) > python.c:420: error: `pyobj' undeclared (first use in this function) > python.c:422: error: `obj' undeclared (first use in this function) > python.c:423: error: `Py_None' undeclared (first use in this function) > python.c:424: error: `ptr' undeclared (first use in this function) > python.c:446: error: `SWIG_this' undeclared (first use in this function) > python.c:457: warning: assignment makes pointer from integer without a cast > python.c:478: error: `ty' undeclared (first use in this function) > python.c:484: error: `flags' undeclared (first use in this function) > python.c:485: error: `zero' undeclared (first use in this function) > python.c:496: error: `PyExc_TypeError' undeclared (first use in this function) > python.c: At top level: > python.c:506: error: syntax error before '*' token > python.c: In function `SWIG_Python_NewPointerObj': > python.c:508: error: `PyObject' undeclared (first use in this function) > python.c:508: error: `robj' undeclared (first use in this function) > python.c:510: error: `Py_None' undeclared (first use in this function) > python.c:527: error: `inst' undeclared (first use in this function) > python.c:528: error: `args' undeclared (first use in this function) > python.c:530: error: syntax error before ')' token > python.c:534: error: `n' undeclared (first use in this function) > python.c: At top level: > python.c:544: error: syntax error before '*' token > python.c: In function `SWIG_Python_NewPackedObj': > python.c:552: warning: return makes pointer from integer without a cast > python.c: At top level: > python.c:557: error: syntax error before '*' token > python.c: In function `SWIG_Python_InstallConstants': > python.c:559: error: `PyObject' undeclared (first use in this function) > python.c:559: error: `obj' undeclared (first use in this function) > python.c:560: error: `constants' undeclared (first use in this function) > python.c:582: error: `d' undeclared (first use in this function) > python.c: At top level: > python.c:619: error: syntax error before '*' token > python.c:619: error: syntax error before '*' token > python.c: In function `_wrap_rlib_init': > python.c:620: error: `PyObject' undeclared (first use in this function) > python.c:620: error: `resultobj' undeclared (first use in this function) > python.c:623: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:633: error: syntax error before '*' token > python.c:633: error: syntax error before '*' token > python.c: In function `_wrap_rlib_add_datasource_mysql': > python.c:634: error: `PyObject' undeclared (first use in this function) > python.c:634: error: `resultobj' undeclared (first use in this function) > python.c:642: error: `obj0' undeclared (first use in this function) > python.c:644: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:655: error: syntax error before '*' token > python.c:655: error: syntax error before '*' token > python.c: In function `_wrap_rlib_add_datasource_postgre': > python.c:656: error: `PyObject' undeclared (first use in this function) > python.c:656: error: `resultobj' undeclared (first use in this function) > python.c:661: error: `obj0' undeclared (first use in this function) > python.c:663: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:674: error: syntax error before '*' token > python.c:674: error: syntax error before '*' token > python.c: In function `_wrap_rlib_add_query_as': > python.c:675: error: `PyObject' undeclared (first use in this function) > python.c:675: error: `resultobj' undeclared (first use in this function) > python.c:681: error: `obj0' undeclared (first use in this function) > python.c:683: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:694: error: syntax error before '*' token > python.c:694: error: syntax error before '*' token > python.c: In function `_wrap_rlib_add_report': > python.c:695: error: `PyObject' undeclared (first use in this function) > python.c:695: error: `resultobj' undeclared (first use in this function) > python.c:700: error: `obj0' undeclared (first use in this function) > python.c:702: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:713: error: syntax error before '*' token > python.c:713: error: syntax error before '*' token > python.c: In function `_wrap_rlib_execute': > python.c:714: error: `PyObject' undeclared (first use in this function) > python.c:714: error: `resultobj' undeclared (first use in this function) > python.c:717: error: `obj0' undeclared (first use in this function) > python.c:719: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:730: error: syntax error before '*' token > python.c:730: error: syntax error before '*' token > python.c: In function `_wrap_rlib_set_output_format_from_text': > python.c:731: error: `PyObject' undeclared (first use in this function) > python.c:731: error: `resultobj' undeclared (first use in this function) > python.c:735: error: `obj0' undeclared (first use in this function) > python.c:737: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:748: error: syntax error before '*' token > python.c:748: error: syntax error before '*' token > python.c: In function `_wrap_rlib_spool': > python.c:749: error: `PyObject' undeclared (first use in this function) > python.c:749: error: `resultobj' undeclared (first use in this function) > python.c:752: error: `obj0' undeclared (first use in this function) > python.c:754: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:765: error: syntax error before '*' token > python.c:765: error: syntax error before '*' token > python.c: In function `_wrap_rlib_free': > python.c:766: error: `PyObject' undeclared (first use in this function) > python.c:766: error: `resultobj' undeclared (first use in this function) > python.c:769: error: `obj0' undeclared (first use in this function) > python.c:771: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:782: error: syntax error before '*' token > python.c:782: error: syntax error before '*' token > python.c: In function `_wrap_rlib_get_output': > python.c:783: error: `PyObject' undeclared (first use in this function) > python.c:783: error: `resultobj' undeclared (first use in this function) > python.c:786: error: `obj0' undeclared (first use in this function) > python.c:788: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:799: error: syntax error before '*' token > python.c:799: error: syntax error before '*' token > python.c: In function `_wrap_rlib_get_output_length': > python.c:800: error: `PyObject' undeclared (first use in this function) > python.c:800: error: `resultobj' undeclared (first use in this function) > python.c:803: error: `obj0' undeclared (first use in this function) > python.c:805: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:816: error: syntax error before '*' token > python.c:816: error: syntax error before '*' token > python.c: In function `_wrap_rlib_mysql_report': > python.c:817: error: `PyObject' undeclared (first use in this function) > python.c:817: error: `resultobj' undeclared (first use in this function) > python.c:827: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:837: error: syntax error before '*' token > python.c:837: error: syntax error before '*' token > python.c: In function `_wrap_rlib_postgre_report': > python.c:838: error: `PyObject' undeclared (first use in this function) > python.c:838: error: `resultobj' undeclared (first use in this function) > python.c:845: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:855: error: syntax error before '*' token > python.c:855: error: syntax error before '*' token > python.c: In function `_wrap_rlib_add_datasource_odbc': > python.c:856: error: `PyObject' undeclared (first use in this function) > python.c:856: error: `resultobj' undeclared (first use in this function) > python.c:863: error: `obj0' undeclared (first use in this function) > python.c:865: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:876: error: syntax error before '*' token > python.c:876: error: syntax error before '*' token > python.c: In function `_wrap_rlib_add_resultset_follower': > python.c:877: error: `PyObject' undeclared (first use in this function) > python.c:877: error: `resultobj' undeclared (first use in this function) > python.c:882: error: `obj0' undeclared (first use in this function) > python.c:884: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:895: error: syntax error before '*' token > python.c:895: error: syntax error before '*' token > python.c: In function `_wrap_rlib_add_parameter': > python.c:896: error: `PyObject' undeclared (first use in this function) > python.c:896: error: `resultobj' undeclared (first use in this function) > python.c:901: error: `obj0' undeclared (first use in this function) > python.c:903: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:914: error: syntax error before '*' token > python.c:914: error: syntax error before '*' token > python.c: In function `_wrap_rlib_version': > python.c:915: error: `PyObject' undeclared (first use in this function) > python.c:915: error: `resultobj' undeclared (first use in this function) > python.c:918: error: `args' undeclared (first use in this function) > python.c: At top level: > python.c:928: error: syntax error before '*' token > python.c:928: error: syntax error before '*' token > python.c: In function `_wrap_rlib_set_output_encoding': > python.c:929: error: `PyObject' undeclared (first use in this function) > python.c:929: error: `resultobj' undeclared (first use in this function) > python.c:932: error: `obj0' undeclared (first use in this function) > python.c:934: error: `args' undeclared (first use in this function) > python.c:938: error: `Py_None' undeclared (first use in this function) > python.c: At top level: > python.c:945: error: syntax error before '*' token > python.c:945: error: syntax error before '*' token > python.c: In function `_wrap_rlib_set_report_output_encoding': > python.c:946: error: `PyObject' undeclared (first use in this function) > python.c:946: error: `resultobj' undeclared (first use in this function) > python.c:950: error: `obj0' undeclared (first use in this function) > python.c:952: error: `args' undeclared (first use in this function) > python.c:956: error: `Py_None' undeclared (first use in this function) > python.c: At top level: > python.c:963: error: syntax error before '*' token > python.c:963: error: syntax error before '*' token > python.c: In function `_wrap_rlib_set_pdf_font': > python.c:964: error: `PyObject' undeclared (first use in this function) > python.c:964: error: `resultobj' undeclared (first use in this function) > python.c:968: error: `obj0' undeclared (first use in this function) > python.c:970: error: `args' undeclared (first use in this function) > python.c:974: error: `Py_None' undeclared (first use in this function) > python.c: At top level: > python.c:981: error: syntax error before '*' token > python.c:981: error: syntax error before '*' token > python.c: In function `_wrap_rlib_set_pdf_font_directories': > python.c:982: error: `PyObject' undeclared (first use in this function) > python.c:982: error: `resultobj' undeclared (first use in this function) > python.c:986: error: `obj0' undeclared (first use in this function) > python.c:988: error: `args' undeclared (first use in this function) > python.c:992: error: `Py_None' undeclared (first use in this function) > python.c: At top level: > python.c:999: error: syntax error before "SwigMethods" > python.c:1000: warning: braces around scalar initializer > python.c:1000: warning: (near initialization for `SwigMethods[0]') > python.c:1000: warning: initialization makes integer from pointer without a > cast > python.c:1000: warning: excess elements in scalar initializer > python.c:1000: warning: (near initialization for `SwigMethods[0]') > python.c:1000: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1000: warning: excess elements in scalar initializer > python.c:1000: warning: (near initialization for `SwigMethods[0]') > python.c:1001: warning: braces around scalar initializer > python.c:1001: warning: (near initialization for `SwigMethods[1]') > python.c:1001: warning: initialization makes integer from pointer without a > cast > python.c:1001: warning: excess elements in scalar initializer > python.c:1001: warning: (near initialization for `SwigMethods[1]') > python.c:1001: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1001: warning: excess elements in scalar initializer > python.c:1001: warning: (near initialization for `SwigMethods[1]') > python.c:1002: warning: braces around scalar initializer > python.c:1002: warning: (near initialization for `SwigMethods[2]') > python.c:1002: warning: initialization makes integer from pointer without a > cast > python.c:1002: warning: excess elements in scalar initializer > python.c:1002: warning: (near initialization for `SwigMethods[2]') > python.c:1002: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1002: warning: excess elements in scalar initializer > python.c:1002: warning: (near initialization for `SwigMethods[2]') > python.c:1003: warning: braces around scalar initializer > python.c:1003: warning: (near initialization for `SwigMethods[3]') > python.c:1003: warning: initialization makes integer from pointer without a > cast > python.c:1003: warning: excess elements in scalar initializer > python.c:1003: warning: (near initialization for `SwigMethods[3]') > python.c:1003: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1003: warning: excess elements in scalar initializer > python.c:1003: warning: (near initialization for `SwigMethods[3]') > python.c:1004: warning: braces around scalar initializer > python.c:1004: warning: (near initialization for `SwigMethods[4]') > python.c:1004: warning: initialization makes integer from pointer without a > cast > python.c:1004: warning: excess elements in scalar initializer > python.c:1004: warning: (near initialization for `SwigMethods[4]') > python.c:1004: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1004: warning: excess elements in scalar initializer > python.c:1004: warning: (near initialization for `SwigMethods[4]') > python.c:1005: warning: braces around scalar initializer > python.c:1005: warning: (near initialization for `SwigMethods[5]') > python.c:1005: warning: initialization makes integer from pointer without a > cast > python.c:1005: warning: excess elements in scalar initializer > python.c:1005: warning: (near initialization for `SwigMethods[5]') > python.c:1005: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1005: warning: excess elements in scalar initializer > python.c:1005: warning: (near initialization for `SwigMethods[5]') > python.c:1006: warning: braces around scalar initializer > python.c:1006: warning: (near initialization for `SwigMethods[6]') > python.c:1006: warning: initialization makes integer from pointer without a > cast > python.c:1006: warning: excess elements in scalar initializer > python.c:1006: warning: (near initialization for `SwigMethods[6]') > python.c:1006: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1006: warning: excess elements in scalar initializer > python.c:1006: warning: (near initialization for `SwigMethods[6]') > python.c:1007: warning: braces around scalar initializer > python.c:1007: warning: (near initialization for `SwigMethods[7]') > python.c:1007: warning: initialization makes integer from pointer without a > cast > python.c:1007: warning: excess elements in scalar initializer > python.c:1007: warning: (near initialization for `SwigMethods[7]') > python.c:1007: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1007: warning: excess elements in scalar initializer > python.c:1007: warning: (near initialization for `SwigMethods[7]') > python.c:1008: warning: braces around scalar initializer > python.c:1008: warning: (near initialization for `SwigMethods[8]') > python.c:1008: warning: initialization makes integer from pointer without a > cast > python.c:1008: warning: excess elements in scalar initializer > python.c:1008: warning: (near initialization for `SwigMethods[8]') > python.c:1008: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1008: warning: excess elements in scalar initializer > python.c:1008: warning: (near initialization for `SwigMethods[8]') > python.c:1009: warning: braces around scalar initializer > python.c:1009: warning: (near initialization for `SwigMethods[9]') > python.c:1009: warning: initialization makes integer from pointer without a > cast > python.c:1009: warning: excess elements in scalar initializer > python.c:1009: warning: (near initialization for `SwigMethods[9]') > python.c:1009: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1009: warning: excess elements in scalar initializer > python.c:1009: warning: (near initialization for `SwigMethods[9]') > python.c:1010: warning: braces around scalar initializer > python.c:1010: warning: (near initialization for `SwigMethods[10]') > python.c:1010: warning: initialization makes integer from pointer without a > cast > python.c:1010: warning: excess elements in scalar initializer > python.c:1010: warning: (near initialization for `SwigMethods[10]') > python.c:1010: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1010: warning: excess elements in scalar initializer > python.c:1010: warning: (near initialization for `SwigMethods[10]') > python.c:1011: warning: braces around scalar initializer > python.c:1011: warning: (near initialization for `SwigMethods[11]') > python.c:1011: warning: initialization makes integer from pointer without a > cast > python.c:1011: warning: excess elements in scalar initializer > python.c:1011: warning: (near initialization for `SwigMethods[11]') > python.c:1011: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1011: warning: excess elements in scalar initializer > python.c:1011: warning: (near initialization for `SwigMethods[11]') > python.c:1012: warning: braces around scalar initializer > python.c:1012: warning: (near initialization for `SwigMethods[12]') > python.c:1012: warning: initialization makes integer from pointer without a > cast > python.c:1012: warning: excess elements in scalar initializer > python.c:1012: warning: (near initialization for `SwigMethods[12]') > python.c:1012: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1012: warning: excess elements in scalar initializer > python.c:1012: warning: (near initialization for `SwigMethods[12]') > python.c:1013: warning: braces around scalar initializer > python.c:1013: warning: (near initialization for `SwigMethods[13]') > python.c:1013: warning: initialization makes integer from pointer without a > cast > python.c:1013: warning: excess elements in scalar initializer > python.c:1013: warning: (near initialization for `SwigMethods[13]') > python.c:1013: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1013: warning: excess elements in scalar initializer > python.c:1013: warning: (near initialization for `SwigMethods[13]') > python.c:1014: warning: braces around scalar initializer > python.c:1014: warning: (near initialization for `SwigMethods[14]') > python.c:1014: warning: initialization makes integer from pointer without a > cast > python.c:1014: warning: excess elements in scalar initializer > python.c:1014: warning: (near initialization for `SwigMethods[14]') > python.c:1014: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1014: warning: excess elements in scalar initializer > python.c:1014: warning: (near initialization for `SwigMethods[14]') > python.c:1015: warning: braces around scalar initializer > python.c:1015: warning: (near initialization for `SwigMethods[15]') > python.c:1015: warning: initialization makes integer from pointer without a > cast > python.c:1015: warning: excess elements in scalar initializer > python.c:1015: warning: (near initialization for `SwigMethods[15]') > python.c:1015: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1015: warning: excess elements in scalar initializer > python.c:1015: warning: (near initialization for `SwigMethods[15]') > python.c:1016: warning: braces around scalar initializer > python.c:1016: warning: (near initialization for `SwigMethods[16]') > python.c:1016: warning: initialization makes integer from pointer without a > cast > python.c:1016: warning: excess elements in scalar initializer > python.c:1016: warning: (near initialization for `SwigMethods[16]') > python.c:1016: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1016: warning: excess elements in scalar initializer > python.c:1016: warning: (near initialization for `SwigMethods[16]') > python.c:1017: warning: braces around scalar initializer > python.c:1017: warning: (near initialization for `SwigMethods[17]') > python.c:1017: warning: initialization makes integer from pointer without a > cast > python.c:1017: warning: excess elements in scalar initializer > python.c:1017: warning: (near initialization for `SwigMethods[17]') > python.c:1017: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1017: warning: excess elements in scalar initializer > python.c:1017: warning: (near initialization for `SwigMethods[17]') > python.c:1018: warning: braces around scalar initializer > python.c:1018: warning: (near initialization for `SwigMethods[18]') > python.c:1018: warning: initialization makes integer from pointer without a > cast > python.c:1018: warning: excess elements in scalar initializer > python.c:1018: warning: (near initialization for `SwigMethods[18]') > python.c:1018: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1018: warning: excess elements in scalar initializer > python.c:1018: warning: (near initialization for `SwigMethods[18]') > python.c:1019: warning: braces around scalar initializer > python.c:1019: warning: (near initialization for `SwigMethods[19]') > python.c:1019: warning: initialization makes integer from pointer without a > cast > python.c:1019: warning: excess elements in scalar initializer > python.c:1019: warning: (near initialization for `SwigMethods[19]') > python.c:1019: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1019: warning: excess elements in scalar initializer > python.c:1019: warning: (near initialization for `SwigMethods[19]') > python.c:1020: warning: braces around scalar initializer > python.c:1020: warning: (near initialization for `SwigMethods[20]') > python.c:1020: warning: initialization makes integer from pointer without a > cast > python.c:1020: warning: excess elements in scalar initializer > python.c:1020: warning: (near initialization for `SwigMethods[20]') > python.c:1020: error: `METH_VARARGS' undeclared here (not in a function) > python.c:1020: warning: excess elements in scalar initializer > python.c:1020: warning: (near initialization for `SwigMethods[20]') > python.c:1021: warning: braces around scalar initializer > python.c:1021: warning: (near initialization for `SwigMethods[21]') > python.c:1021: warning: initialization makes integer from pointer without a > cast > python.c:1021: warning: excess elements in scalar initializer > python.c:1021: warning: (near initialization for `SwigMethods[21]') > python.c:1022: warning: data definition has no type or storage class > python.c: In function `init_librlib': > python.c:1048: error: syntax error before '*' token > python.c:1050: error: `PyObject' undeclared (first use in this function) > python.c:1050: error: `m' undeclared (first use in this function) > python.c:1050: error: `d' undeclared (first use in this function) > python.c:1052: error: `SWIG_globals' undeclared (first use in this function) > make[3]: *** [python.lo] Error 1 > make[3]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/python' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/farryp/rlib-1.1.8/bindings' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/farryp/rlib-1.1.8' > make: *** [all] Error 2 > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users |
From: Chet H. <che...@si...> - 2004-05-21 13:10:34
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> </head> <body> Hi Arfanis,<br> <br> Try using rlib_set_encodings(rlib, outputencoding, dbencoding, paramencoding);<br> <br> Set all of the encodings to the same value like: (rlib, "ISO-8859-1", "ISO-8859-1", "ISO-8859-1");<br> <br> Probably only the ISO 8859-x type encodings will work. <br> <br> Make sure that the encoding is exactly like (case and hyphens, etc) one of the encodings listed when you do "iconv -list" at a shell prompt.<br> <br> If you are generating output to HTML it is probably best to set the output to "UTF-8". <br> <br> If you are using PDF, only the character sets supported by your PDF reader will work.<br> <br> <br> Chet<br> <br> <br> <br> Arfanis Panagiotis wrote:<br> <blockquote type="cite" cite="mid...@ma..."> <meta http-equiv="Content-Type" content="text/html; "> <meta name="Generator" content="Microsoft Word 11 (filtered medium)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-compose; font-family:Arial; color:windowtext;} @page Section1 {size:595.3pt 841.9pt; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --> </style> <div class="Section1"> <p class="MsoNormal"><font size="2" face="Arial"><span lang="EN-US" style="font-size: 10pt; font-family: Arial;">Sorry but I have a problem with encoding.<o:p></o:p></span></font></p> <p class="MsoNormal"><font size="2" face="Arial"><span lang="EN-US" style="font-size: 10pt; font-family: Arial;">I tried setting it in the <xml> tag but it didn’t work? Any suggestions?<o:p></o:p></span></font></p> <p class="MsoNormal"><font size="2" face="Arial"><span lang="EN-US" style="font-size: 10pt; font-family: Arial;">Thanks.<o:p></o:p></span></font></p> <p class="MsoNormal"><font size="2" face="Arial"><span lang="EN-US" style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font></p> </div> </blockquote> <br> <br> </body> </html> |
From: Arfanis P. <pa...@ho...> - 2004-05-21 10:30:38
|
Sorry but I have a problem with encoding. I tried setting it in the <xml> tag but it didn't work? Any suggestions? Thanks. =20 |
From: Farryp <fa...@co...> - 2004-05-21 05:20:24
|
Hi group, I'm a new rlib user. I was trying to get it to work on Fedora Core 1.0 and after installing libxml2-2.6.10-1 and libcpdf-2.02r1-0, I get the following error. Also, I wanted to know if we had to use any of the dtatbase stuff. Is is possible to just send the data directly to the report generator ? I didn't want to have my schema exposed. I plan to use Python so ./configure --disable-python is not an option. Pls advise python.c:13:20: Python.h: No such file or directory python.c:259:20: Python.h: No such file or directory python.c:328: error: syntax error before "PyObject" python.c:328: warning: no semicolon at end of struct or union python.c:329: error: syntax error before '*' token python.c:331: error: syntax error before '}' token python.c:331: warning: data definition has no type or storage class python.c:334: error: syntax error before "PyObject_HEAD" python.c:334: warning: no semicolon at end of struct or union python.c:336: warning: data definition has no type or storage class python.c:338: error: syntax error before '*' token python.c:339: error: syntax error before '*' token python.c: In function `swig_varlink_repr': python.c:340: error: `v' undeclared (first use in this function) python.c:340: error: (Each undeclared identifier is reported only once python.c:340: error: for each function it appears in.) python.c:341: warning: return makes pointer from integer without a cast python.c: At top level: python.c:345: error: syntax error before '*' token python.c: In function `swig_varlink_print': python.c:346: error: `var' undeclared (first use in this function) python.c:347: error: `flags' undeclared (first use in this function) python.c:348: error: `fp' undeclared (first use in this function) python.c:349: error: `v' undeclared (first use in this function) python.c: At top level: python.c:357: error: syntax error before '*' token python.c:358: error: syntax error before '*' token python.c: In function `swig_varlink_getattr': python.c:359: error: `var' undeclared (first use in this function) python.c:359: error: `v' undeclared (first use in this function) python.c:361: error: `n' undeclared (first use in this function) python.c:366: error: `PyExc_NameError' undeclared (first use in this function) python.c: At top level: python.c:371: error: syntax error before '*' token python.c: In function `swig_varlink_setattr': python.c:372: error: `var' undeclared (first use in this function) python.c:372: error: `v' undeclared (first use in this function) python.c:374: error: `n' undeclared (first use in this function) python.c:375: error: `p' undeclared (first use in this function) python.c:379: error: `PyExc_NameError' undeclared (first use in this function) python.c: At top level: python.c:383: error: syntax error before "PyTypeObject" python.c:385: error: initializer element is not constant python.c:385: error: (near initialization for `varlinktype') python.c:385: error: syntax error before numeric constant python.c:386: warning: excess elements in scalar initializer python.c:386: warning: (near initialization for `varlinktype') python.c:387: warning: excess elements in scalar initializer python.c:387: warning: (near initialization for `varlinktype') python.c:388: warning: excess elements in scalar initializer python.c:388: warning: (near initialization for `varlinktype') python.c:389: warning: excess elements in scalar initializer python.c:389: warning: (near initialization for `varlinktype') python.c:390: error: `printfunc' undeclared here (not in a function) python.c:390: warning: excess elements in scalar initializer python.c:390: warning: (near initialization for `varlinktype') python.c:390: error: syntax error before "swig_varlink_print" python.c:391: error: `getattrfunc' undeclared here (not in a function) python.c:391: warning: excess elements in scalar initializer python.c:391: warning: (near initialization for `varlinktype') python.c:391: error: syntax error before "swig_varlink_getattr" python.c:392: error: `setattrfunc' undeclared here (not in a function) python.c:392: warning: excess elements in scalar initializer python.c:392: warning: (near initialization for `varlinktype') python.c:392: error: syntax error before "swig_varlink_setattr" python.c:393: warning: excess elements in scalar initializer python.c:393: warning: (near initialization for `varlinktype') python.c:394: error: `reprfunc' undeclared here (not in a function) python.c:394: warning: excess elements in scalar initializer python.c:394: warning: (near initialization for `varlinktype') python.c:394: error: syntax error before "swig_varlink_repr" python.c:395: warning: excess elements in scalar initializer python.c:395: warning: (near initialization for `varlinktype') python.c:396: warning: excess elements in scalar initializer python.c:396: warning: (near initialization for `varlinktype') python.c:397: warning: excess elements in scalar initializer python.c:397: warning: (near initialization for `varlinktype') python.c:398: warning: data definition has no type or storage class python.c:401: error: syntax error before '*' token python.c: In function `SWIG_Python_newvarlink': python.c:403: error: `result' undeclared (first use in this function) python.c:405: error: request for member `ob_type' in something not a structure or union python.c:405: error: `PyType_Type' undeclared (first use in this function) python.c:409: error: `PyObject' undeclared (first use in this function) python.c:409: error: syntax error before ')' token python.c:410: error: syntax error before ')' token python.c: At top level: python.c:415: error: syntax error before '*' token python.c: In function `SWIG_Python_ConvertPtr': python.c:418: error: syntax error before '*' token python.c:420: error: `PyObject' undeclared (first use in this function) python.c:420: error: `pyobj' undeclared (first use in this function) python.c:422: error: `obj' undeclared (first use in this function) python.c:423: error: `Py_None' undeclared (first use in this function) python.c:424: error: `ptr' undeclared (first use in this function) python.c:446: error: `SWIG_this' undeclared (first use in this function) python.c:457: warning: assignment makes pointer from integer without a cast python.c:478: error: `ty' undeclared (first use in this function) python.c:484: error: `flags' undeclared (first use in this function) python.c:485: error: `zero' undeclared (first use in this function) python.c:496: error: `PyExc_TypeError' undeclared (first use in this function) python.c: At top level: python.c:506: error: syntax error before '*' token python.c: In function `SWIG_Python_NewPointerObj': python.c:508: error: `PyObject' undeclared (first use in this function) python.c:508: error: `robj' undeclared (first use in this function) python.c:510: error: `Py_None' undeclared (first use in this function) python.c:527: error: `inst' undeclared (first use in this function) python.c:528: error: `args' undeclared (first use in this function) python.c:530: error: syntax error before ')' token python.c:534: error: `n' undeclared (first use in this function) python.c: At top level: python.c:544: error: syntax error before '*' token python.c: In function `SWIG_Python_NewPackedObj': python.c:552: warning: return makes pointer from integer without a cast python.c: At top level: python.c:557: error: syntax error before '*' token python.c: In function `SWIG_Python_InstallConstants': python.c:559: error: `PyObject' undeclared (first use in this function) python.c:559: error: `obj' undeclared (first use in this function) python.c:560: error: `constants' undeclared (first use in this function) python.c:582: error: `d' undeclared (first use in this function) python.c: At top level: python.c:619: error: syntax error before '*' token python.c:619: error: syntax error before '*' token python.c: In function `_wrap_rlib_init': python.c:620: error: `PyObject' undeclared (first use in this function) python.c:620: error: `resultobj' undeclared (first use in this function) python.c:623: error: `args' undeclared (first use in this function) python.c: At top level: python.c:633: error: syntax error before '*' token python.c:633: error: syntax error before '*' token python.c: In function `_wrap_rlib_add_datasource_mysql': python.c:634: error: `PyObject' undeclared (first use in this function) python.c:634: error: `resultobj' undeclared (first use in this function) python.c:642: error: `obj0' undeclared (first use in this function) python.c:644: error: `args' undeclared (first use in this function) python.c: At top level: python.c:655: error: syntax error before '*' token python.c:655: error: syntax error before '*' token python.c: In function `_wrap_rlib_add_datasource_postgre': python.c:656: error: `PyObject' undeclared (first use in this function) python.c:656: error: `resultobj' undeclared (first use in this function) python.c:661: error: `obj0' undeclared (first use in this function) python.c:663: error: `args' undeclared (first use in this function) python.c: At top level: python.c:674: error: syntax error before '*' token python.c:674: error: syntax error before '*' token python.c: In function `_wrap_rlib_add_query_as': python.c:675: error: `PyObject' undeclared (first use in this function) python.c:675: error: `resultobj' undeclared (first use in this function) python.c:681: error: `obj0' undeclared (first use in this function) python.c:683: error: `args' undeclared (first use in this function) python.c: At top level: python.c:694: error: syntax error before '*' token python.c:694: error: syntax error before '*' token python.c: In function `_wrap_rlib_add_report': python.c:695: error: `PyObject' undeclared (first use in this function) python.c:695: error: `resultobj' undeclared (first use in this function) python.c:700: error: `obj0' undeclared (first use in this function) python.c:702: error: `args' undeclared (first use in this function) python.c: At top level: python.c:713: error: syntax error before '*' token python.c:713: error: syntax error before '*' token python.c: In function `_wrap_rlib_execute': python.c:714: error: `PyObject' undeclared (first use in this function) python.c:714: error: `resultobj' undeclared (first use in this function) python.c:717: error: `obj0' undeclared (first use in this function) python.c:719: error: `args' undeclared (first use in this function) python.c: At top level: python.c:730: error: syntax error before '*' token python.c:730: error: syntax error before '*' token python.c: In function `_wrap_rlib_set_output_format_from_text': python.c:731: error: `PyObject' undeclared (first use in this function) python.c:731: error: `resultobj' undeclared (first use in this function) python.c:735: error: `obj0' undeclared (first use in this function) python.c:737: error: `args' undeclared (first use in this function) python.c: At top level: python.c:748: error: syntax error before '*' token python.c:748: error: syntax error before '*' token python.c: In function `_wrap_rlib_spool': python.c:749: error: `PyObject' undeclared (first use in this function) python.c:749: error: `resultobj' undeclared (first use in this function) python.c:752: error: `obj0' undeclared (first use in this function) python.c:754: error: `args' undeclared (first use in this function) python.c: At top level: python.c:765: error: syntax error before '*' token python.c:765: error: syntax error before '*' token python.c: In function `_wrap_rlib_free': python.c:766: error: `PyObject' undeclared (first use in this function) python.c:766: error: `resultobj' undeclared (first use in this function) python.c:769: error: `obj0' undeclared (first use in this function) python.c:771: error: `args' undeclared (first use in this function) python.c: At top level: python.c:782: error: syntax error before '*' token python.c:782: error: syntax error before '*' token python.c: In function `_wrap_rlib_get_output': python.c:783: error: `PyObject' undeclared (first use in this function) python.c:783: error: `resultobj' undeclared (first use in this function) python.c:786: error: `obj0' undeclared (first use in this function) python.c:788: error: `args' undeclared (first use in this function) python.c: At top level: python.c:799: error: syntax error before '*' token python.c:799: error: syntax error before '*' token python.c: In function `_wrap_rlib_get_output_length': python.c:800: error: `PyObject' undeclared (first use in this function) python.c:800: error: `resultobj' undeclared (first use in this function) python.c:803: error: `obj0' undeclared (first use in this function) python.c:805: error: `args' undeclared (first use in this function) python.c: At top level: python.c:816: error: syntax error before '*' token python.c:816: error: syntax error before '*' token python.c: In function `_wrap_rlib_mysql_report': python.c:817: error: `PyObject' undeclared (first use in this function) python.c:817: error: `resultobj' undeclared (first use in this function) python.c:827: error: `args' undeclared (first use in this function) python.c: At top level: python.c:837: error: syntax error before '*' token python.c:837: error: syntax error before '*' token python.c: In function `_wrap_rlib_postgre_report': python.c:838: error: `PyObject' undeclared (first use in this function) python.c:838: error: `resultobj' undeclared (first use in this function) python.c:845: error: `args' undeclared (first use in this function) python.c: At top level: python.c:855: error: syntax error before '*' token python.c:855: error: syntax error before '*' token python.c: In function `_wrap_rlib_add_datasource_odbc': python.c:856: error: `PyObject' undeclared (first use in this function) python.c:856: error: `resultobj' undeclared (first use in this function) python.c:863: error: `obj0' undeclared (first use in this function) python.c:865: error: `args' undeclared (first use in this function) python.c: At top level: python.c:876: error: syntax error before '*' token python.c:876: error: syntax error before '*' token python.c: In function `_wrap_rlib_add_resultset_follower': python.c:877: error: `PyObject' undeclared (first use in this function) python.c:877: error: `resultobj' undeclared (first use in this function) python.c:882: error: `obj0' undeclared (first use in this function) python.c:884: error: `args' undeclared (first use in this function) python.c: At top level: python.c:895: error: syntax error before '*' token python.c:895: error: syntax error before '*' token python.c: In function `_wrap_rlib_add_parameter': python.c:896: error: `PyObject' undeclared (first use in this function) python.c:896: error: `resultobj' undeclared (first use in this function) python.c:901: error: `obj0' undeclared (first use in this function) python.c:903: error: `args' undeclared (first use in this function) python.c: At top level: python.c:914: error: syntax error before '*' token python.c:914: error: syntax error before '*' token python.c: In function `_wrap_rlib_version': python.c:915: error: `PyObject' undeclared (first use in this function) python.c:915: error: `resultobj' undeclared (first use in this function) python.c:918: error: `args' undeclared (first use in this function) python.c: At top level: python.c:928: error: syntax error before '*' token python.c:928: error: syntax error before '*' token python.c: In function `_wrap_rlib_set_output_encoding': python.c:929: error: `PyObject' undeclared (first use in this function) python.c:929: error: `resultobj' undeclared (first use in this function) python.c:932: error: `obj0' undeclared (first use in this function) python.c:934: error: `args' undeclared (first use in this function) python.c:938: error: `Py_None' undeclared (first use in this function) python.c: At top level: python.c:945: error: syntax error before '*' token python.c:945: error: syntax error before '*' token python.c: In function `_wrap_rlib_set_report_output_encoding': python.c:946: error: `PyObject' undeclared (first use in this function) python.c:946: error: `resultobj' undeclared (first use in this function) python.c:950: error: `obj0' undeclared (first use in this function) python.c:952: error: `args' undeclared (first use in this function) python.c:956: error: `Py_None' undeclared (first use in this function) python.c: At top level: python.c:963: error: syntax error before '*' token python.c:963: error: syntax error before '*' token python.c: In function `_wrap_rlib_set_pdf_font': python.c:964: error: `PyObject' undeclared (first use in this function) python.c:964: error: `resultobj' undeclared (first use in this function) python.c:968: error: `obj0' undeclared (first use in this function) python.c:970: error: `args' undeclared (first use in this function) python.c:974: error: `Py_None' undeclared (first use in this function) python.c: At top level: python.c:981: error: syntax error before '*' token python.c:981: error: syntax error before '*' token python.c: In function `_wrap_rlib_set_pdf_font_directories': python.c:982: error: `PyObject' undeclared (first use in this function) python.c:982: error: `resultobj' undeclared (first use in this function) python.c:986: error: `obj0' undeclared (first use in this function) python.c:988: error: `args' undeclared (first use in this function) python.c:992: error: `Py_None' undeclared (first use in this function) python.c: At top level: python.c:999: error: syntax error before "SwigMethods" python.c:1000: warning: braces around scalar initializer python.c:1000: warning: (near initialization for `SwigMethods[0]') python.c:1000: warning: initialization makes integer from pointer without a cast python.c:1000: warning: excess elements in scalar initializer python.c:1000: warning: (near initialization for `SwigMethods[0]') python.c:1000: error: `METH_VARARGS' undeclared here (not in a function) python.c:1000: warning: excess elements in scalar initializer python.c:1000: warning: (near initialization for `SwigMethods[0]') python.c:1001: warning: braces around scalar initializer python.c:1001: warning: (near initialization for `SwigMethods[1]') python.c:1001: warning: initialization makes integer from pointer without a cast python.c:1001: warning: excess elements in scalar initializer python.c:1001: warning: (near initialization for `SwigMethods[1]') python.c:1001: error: `METH_VARARGS' undeclared here (not in a function) python.c:1001: warning: excess elements in scalar initializer python.c:1001: warning: (near initialization for `SwigMethods[1]') python.c:1002: warning: braces around scalar initializer python.c:1002: warning: (near initialization for `SwigMethods[2]') python.c:1002: warning: initialization makes integer from pointer without a cast python.c:1002: warning: excess elements in scalar initializer python.c:1002: warning: (near initialization for `SwigMethods[2]') python.c:1002: error: `METH_VARARGS' undeclared here (not in a function) python.c:1002: warning: excess elements in scalar initializer python.c:1002: warning: (near initialization for `SwigMethods[2]') python.c:1003: warning: braces around scalar initializer python.c:1003: warning: (near initialization for `SwigMethods[3]') python.c:1003: warning: initialization makes integer from pointer without a cast python.c:1003: warning: excess elements in scalar initializer python.c:1003: warning: (near initialization for `SwigMethods[3]') python.c:1003: error: `METH_VARARGS' undeclared here (not in a function) python.c:1003: warning: excess elements in scalar initializer python.c:1003: warning: (near initialization for `SwigMethods[3]') python.c:1004: warning: braces around scalar initializer python.c:1004: warning: (near initialization for `SwigMethods[4]') python.c:1004: warning: initialization makes integer from pointer without a cast python.c:1004: warning: excess elements in scalar initializer python.c:1004: warning: (near initialization for `SwigMethods[4]') python.c:1004: error: `METH_VARARGS' undeclared here (not in a function) python.c:1004: warning: excess elements in scalar initializer python.c:1004: warning: (near initialization for `SwigMethods[4]') python.c:1005: warning: braces around scalar initializer python.c:1005: warning: (near initialization for `SwigMethods[5]') python.c:1005: warning: initialization makes integer from pointer without a cast python.c:1005: warning: excess elements in scalar initializer python.c:1005: warning: (near initialization for `SwigMethods[5]') python.c:1005: error: `METH_VARARGS' undeclared here (not in a function) python.c:1005: warning: excess elements in scalar initializer python.c:1005: warning: (near initialization for `SwigMethods[5]') python.c:1006: warning: braces around scalar initializer python.c:1006: warning: (near initialization for `SwigMethods[6]') python.c:1006: warning: initialization makes integer from pointer without a cast python.c:1006: warning: excess elements in scalar initializer python.c:1006: warning: (near initialization for `SwigMethods[6]') python.c:1006: error: `METH_VARARGS' undeclared here (not in a function) python.c:1006: warning: excess elements in scalar initializer python.c:1006: warning: (near initialization for `SwigMethods[6]') python.c:1007: warning: braces around scalar initializer python.c:1007: warning: (near initialization for `SwigMethods[7]') python.c:1007: warning: initialization makes integer from pointer without a cast python.c:1007: warning: excess elements in scalar initializer python.c:1007: warning: (near initialization for `SwigMethods[7]') python.c:1007: error: `METH_VARARGS' undeclared here (not in a function) python.c:1007: warning: excess elements in scalar initializer python.c:1007: warning: (near initialization for `SwigMethods[7]') python.c:1008: warning: braces around scalar initializer python.c:1008: warning: (near initialization for `SwigMethods[8]') python.c:1008: warning: initialization makes integer from pointer without a cast python.c:1008: warning: excess elements in scalar initializer python.c:1008: warning: (near initialization for `SwigMethods[8]') python.c:1008: error: `METH_VARARGS' undeclared here (not in a function) python.c:1008: warning: excess elements in scalar initializer python.c:1008: warning: (near initialization for `SwigMethods[8]') python.c:1009: warning: braces around scalar initializer python.c:1009: warning: (near initialization for `SwigMethods[9]') python.c:1009: warning: initialization makes integer from pointer without a cast python.c:1009: warning: excess elements in scalar initializer python.c:1009: warning: (near initialization for `SwigMethods[9]') python.c:1009: error: `METH_VARARGS' undeclared here (not in a function) python.c:1009: warning: excess elements in scalar initializer python.c:1009: warning: (near initialization for `SwigMethods[9]') python.c:1010: warning: braces around scalar initializer python.c:1010: warning: (near initialization for `SwigMethods[10]') python.c:1010: warning: initialization makes integer from pointer without a cast python.c:1010: warning: excess elements in scalar initializer python.c:1010: warning: (near initialization for `SwigMethods[10]') python.c:1010: error: `METH_VARARGS' undeclared here (not in a function) python.c:1010: warning: excess elements in scalar initializer python.c:1010: warning: (near initialization for `SwigMethods[10]') python.c:1011: warning: braces around scalar initializer python.c:1011: warning: (near initialization for `SwigMethods[11]') python.c:1011: warning: initialization makes integer from pointer without a cast python.c:1011: warning: excess elements in scalar initializer python.c:1011: warning: (near initialization for `SwigMethods[11]') python.c:1011: error: `METH_VARARGS' undeclared here (not in a function) python.c:1011: warning: excess elements in scalar initializer python.c:1011: warning: (near initialization for `SwigMethods[11]') python.c:1012: warning: braces around scalar initializer python.c:1012: warning: (near initialization for `SwigMethods[12]') python.c:1012: warning: initialization makes integer from pointer without a cast python.c:1012: warning: excess elements in scalar initializer python.c:1012: warning: (near initialization for `SwigMethods[12]') python.c:1012: error: `METH_VARARGS' undeclared here (not in a function) python.c:1012: warning: excess elements in scalar initializer python.c:1012: warning: (near initialization for `SwigMethods[12]') python.c:1013: warning: braces around scalar initializer python.c:1013: warning: (near initialization for `SwigMethods[13]') python.c:1013: warning: initialization makes integer from pointer without a cast python.c:1013: warning: excess elements in scalar initializer python.c:1013: warning: (near initialization for `SwigMethods[13]') python.c:1013: error: `METH_VARARGS' undeclared here (not in a function) python.c:1013: warning: excess elements in scalar initializer python.c:1013: warning: (near initialization for `SwigMethods[13]') python.c:1014: warning: braces around scalar initializer python.c:1014: warning: (near initialization for `SwigMethods[14]') python.c:1014: warning: initialization makes integer from pointer without a cast python.c:1014: warning: excess elements in scalar initializer python.c:1014: warning: (near initialization for `SwigMethods[14]') python.c:1014: error: `METH_VARARGS' undeclared here (not in a function) python.c:1014: warning: excess elements in scalar initializer python.c:1014: warning: (near initialization for `SwigMethods[14]') python.c:1015: warning: braces around scalar initializer python.c:1015: warning: (near initialization for `SwigMethods[15]') python.c:1015: warning: initialization makes integer from pointer without a cast python.c:1015: warning: excess elements in scalar initializer python.c:1015: warning: (near initialization for `SwigMethods[15]') python.c:1015: error: `METH_VARARGS' undeclared here (not in a function) python.c:1015: warning: excess elements in scalar initializer python.c:1015: warning: (near initialization for `SwigMethods[15]') python.c:1016: warning: braces around scalar initializer python.c:1016: warning: (near initialization for `SwigMethods[16]') python.c:1016: warning: initialization makes integer from pointer without a cast python.c:1016: warning: excess elements in scalar initializer python.c:1016: warning: (near initialization for `SwigMethods[16]') python.c:1016: error: `METH_VARARGS' undeclared here (not in a function) python.c:1016: warning: excess elements in scalar initializer python.c:1016: warning: (near initialization for `SwigMethods[16]') python.c:1017: warning: braces around scalar initializer python.c:1017: warning: (near initialization for `SwigMethods[17]') python.c:1017: warning: initialization makes integer from pointer without a cast python.c:1017: warning: excess elements in scalar initializer python.c:1017: warning: (near initialization for `SwigMethods[17]') python.c:1017: error: `METH_VARARGS' undeclared here (not in a function) python.c:1017: warning: excess elements in scalar initializer python.c:1017: warning: (near initialization for `SwigMethods[17]') python.c:1018: warning: braces around scalar initializer python.c:1018: warning: (near initialization for `SwigMethods[18]') python.c:1018: warning: initialization makes integer from pointer without a cast python.c:1018: warning: excess elements in scalar initializer python.c:1018: warning: (near initialization for `SwigMethods[18]') python.c:1018: error: `METH_VARARGS' undeclared here (not in a function) python.c:1018: warning: excess elements in scalar initializer python.c:1018: warning: (near initialization for `SwigMethods[18]') python.c:1019: warning: braces around scalar initializer python.c:1019: warning: (near initialization for `SwigMethods[19]') python.c:1019: warning: initialization makes integer from pointer without a cast python.c:1019: warning: excess elements in scalar initializer python.c:1019: warning: (near initialization for `SwigMethods[19]') python.c:1019: error: `METH_VARARGS' undeclared here (not in a function) python.c:1019: warning: excess elements in scalar initializer python.c:1019: warning: (near initialization for `SwigMethods[19]') python.c:1020: warning: braces around scalar initializer python.c:1020: warning: (near initialization for `SwigMethods[20]') python.c:1020: warning: initialization makes integer from pointer without a cast python.c:1020: warning: excess elements in scalar initializer python.c:1020: warning: (near initialization for `SwigMethods[20]') python.c:1020: error: `METH_VARARGS' undeclared here (not in a function) python.c:1020: warning: excess elements in scalar initializer python.c:1020: warning: (near initialization for `SwigMethods[20]') python.c:1021: warning: braces around scalar initializer python.c:1021: warning: (near initialization for `SwigMethods[21]') python.c:1021: warning: initialization makes integer from pointer without a cast python.c:1021: warning: excess elements in scalar initializer python.c:1021: warning: (near initialization for `SwigMethods[21]') python.c:1022: warning: data definition has no type or storage class python.c: In function `init_librlib': python.c:1048: error: syntax error before '*' token python.c:1050: error: `PyObject' undeclared (first use in this function) python.c:1050: error: `m' undeclared (first use in this function) python.c:1050: error: `d' undeclared (first use in this function) python.c:1052: error: `SWIG_globals' undeclared (first use in this function) make[3]: *** [python.lo] Error 1 make[3]: Leaving directory `/home/farryp/rlib-1.1.8/bindings/python' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/farryp/rlib-1.1.8/bindings' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/farryp/rlib-1.1.8' make: *** [all] Error 2 |
From: Everton L. B. <ev...@fa...> - 2004-05-20 22:11:15
|
errr... sorry, the rlib version that I run was the old 1.1.8... my new compile/install do not overwrite the old 1.1.8. You rename the symbolic link libr.so to libr and librlib.so to librlib, correct? I have been deleted the libr* files at /usr/local/lib and tried the new rlib, but.... my new compilation do not works.. gcc -g -O2 -o .libs/example example.o -Wl,--export-dynamic -L/usr/local/src/rlib-1.1.8/libsrc -L/usr/i486-slackware-linux/bin -L/usr/i486-slackware-linux/lib -L/usr/lib -L/usr/lib/mysql -L/usr/local/pgsql/lib /usr/local/src/rlib-1.1.8/libsrc/.libs/libr /usr/lib/libxml2.so /usr/lib/./libstdc++.so -lgcc_s /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so /usr/lib/mysql/libmysqlclient.so -lz -lcrypt -lnsl -lpq /usr/lib/libodbc.so -lpthread /usr/lib/libiconv.so -ldl -lr-mysql -lcpdf -lm -lc -Wl,--rpath -Wl,/usr/lib/. -Wl,--rpath -Wl,/usr/lib/mysql /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: cannot find -lr-mysql collect2: ld returned 1 exit status make[4]: ** [example] Erro 1 make[4]: Leaving directory `/usr/local/src/rlib-1.1.8/src/examples/c' my prefix is default (/usr/local, lib at /usr/local/lib), I think the gcc is searching for r-mysql at /usr/lib. |
From: Bob D. <bd...@si...> - 2004-05-20 19:58:01
|
Ok, The change you made is good. There is only like 3 places where the data could be getting messed up. If you wouldn't mind could you throw some debug code in the following places: 1) In resolution.c right before the return you added in can you put a rlogit("TEST 1: %s", rs->get_field_value_as_string(rs, r->results[rf->resultset].result , rf->field)); I'm pretty sure the data is good here. But I could be wrong. Assuming it's good we need to add some trace in pdf.c at about line 43 in the function rlib_pdf_print_text There's a if which SHOULD be FALSE in in your case.. but maybe something wrong and it's being set.. Can you put trace code inside both parts of the if to see which way it's going. In your case we don't want it to touch the UTF8 stuff if (!r->current_output_encoder || rlib_char_encoder_isUTF8(r->current_output_encoder)) - bob On Wed, 2004-05-19 at 19:15 -0300, Everton Luis Berz wrote: > Bob Doan wrote: > > On Wed, 2004-05-19 at 14:28 -0300, Everton Luis Berz wrote: > > > > It's supposed to compile RLIB XML files into .rlib files for faster > > loading time.. it's still under development. > Ok > > > > >> > >>2) My iso-8859-1 special chars does not works.. see: > > > > Can you apply this patch? I think it will help things. > Not works.. > > and at: > #if DISABLE_UTF8 > g_strdup(rs->get_field_value_as_string(rs, > r->results[rf->resultset].result , rf->field)); > #else > ... > > I changed to > #if DISABLE_UTF8 > return g_strdup(rs->get_field_value_as_string(rs, > r->results[rf->resultset].result , rf->field)); > #else > ... > > but still not working.. > > |
From: Bob D. <bd...@si...> - 2004-05-20 19:51:39
|
Arfanis, I think rlib 1.1.8 addressed this issue. Can you try it please? On Thu, 2004-05-20 at 18:27 +0300, Arfanis Panagiotis wrote: > Hello I=A2m trying to install rlib and I get this error when make: >=20 > datasource.c: in function =A1rlib_add_datasource_my_sql_private=A2: >=20 > datasource.c:49 warning:dereferencing type-punned pointer will break > strict-aliasing rules >=20 > datasource.c:50 warning:dereferencing type-punned pointer will break > strict-aliasing rules >=20 > make[1]:***[ datasource.lo] Error 1 >=20 > make[1]:Leaving directory =A1/opt/rlib-1.1.7/libsrc=A2 >=20 > make:***[all-recursive] Error 1=20 >=20 > =20 >=20 > My OS is Linux (Gentoo) (I=A2m new with Linux) >=20 >=20 |
From: Arfanis P. <pa...@ho...> - 2004-05-20 15:28:07
|
Hello I'm trying to install rlib and I get this error when make: datasource.c: in function 'rlib_add_datasource_my_sql_private': datasource.c:49 warning:dereferencing type-punned pointer will break strict-aliasing rules datasource.c:50 warning:dereferencing type-punned pointer will break strict-aliasing rules make[1]:***[ datasource.lo] Error 1 make[1]:Leaving directory '/opt/rlib-1.1.7/libsrc' make:***[all-recursive] Error 1=20 =20 My OS is Linux (Gentoo) (I'm new with Linux) |
From: Everton L. B. <ev...@fa...> - 2004-05-19 22:14:40
|
Bob Doan wrote: > On Wed, 2004-05-19 at 14:28 -0300, Everton Luis Berz wrote: > > It's supposed to compile RLIB XML files into .rlib files for faster > loading time.. it's still under development. Ok > >> >>2) My iso-8859-1 special chars does not works.. see: > > Can you apply this patch? I think it will help things. Not works.. and at: #if DISABLE_UTF8 g_strdup(rs->get_field_value_as_string(rs, r->results[rf->resultset].result , rf->field)); #else ... I changed to #if DISABLE_UTF8 return g_strdup(rs->get_field_value_as_string(rs, r->results[rf->resultset].result , rf->field)); #else ... but still not working.. -- Everton Luis Berz Nucleo de Sistemas :: FACCAT - Faculdades de Taquara +55 51 541 6600 - R.647 ICQ 7807919 |