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 > > > > > > > > > > > > |