[prev in list] [next in list] [prev in thread] [next in thread] 

List:       trac
Subject:    [Trac] qpOases install error python bindings
From:       Guido Tournois <gtournois () gmail ! com>
Date:       2015-10-28 9:39:14
Message-ID: 3cf43503-0847-4237-8bc9-b9f16558d896 () googlegroups ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi all,

I am trying to install the python bindings of the qpOases software on 
Ubuntu 14.04. I have Python 2.7.6, Pip 1.5.4, Cython version 0.23.4 and 
Numpy 1.10.1.

Following the manual I can either do make python or sudo make 
pythoninstall, however for both methods I get an error message. The total 
output of the command make python is displayed below. Does anyone know how 
to solve this error and how I can use the qpOases software with Python?

Thanks so much!

Guido

guido@guido:~/ros_ws/packages/qpOASES$ make python
cd ./interfaces/python/ && python setup.py build_ext --inplace
running build_ext
building 'qpoases' extension
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -
Wall -Wstrict-prototypes -fPIC -I/usr/include -I/home/guido/ros_ws/packages/
qpOASES/include -I/home/guido/ros_ws/packages/qpOASES/include/qpOASES -I/usr
/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2
.7 -c qpoases.cpp -o build/temp.linux-x86_64-2.7/qpoases.o -O2 -Wno-unused-
variable
cc1plus: warning: command line option ‘-Wstrict-prototypes' is valid for C/
ObjC but not for C++ [enabled by default]
In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/
include/numpy/ndarraytypes.h:1781:0,
                 from /usr/local/lib/python2.7/dist-packages/numpy/core/
include/numpy/ndarrayobject.h:18,
                 from /usr/local/lib/python2.7/dist-packages/numpy/core/
include/numpy/arrayobject.h:4,
                 from qpoases.cpp:299:
/usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/
npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy 
API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" 
[-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^
qpoases.cpp: In function ‘PyObject* 
__pyx_f_7qpoases_18PySolutionAnalysis__getKktViolation_QProblemB(
__pyx_obj_7qpoases_PySolutionAnalysis*, __pyx_obj_7qpoases_PyQProblemB*, 
PyArrayObject*, PyArrayObject*, PyArrayObject*, int)':
qpoases.cpp:12491:170: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   __pyx_t_1 = __Pyx_PyInt_From_enum__qpOASES_3a__3a_returnValue(
__pyx_v_self->thisptr->getKktViolation(__pyx_v_qp->thisptr, ((qpOASES::real_t 
*)(__pyx_v_maxStat->data[0])), ((qpOASES::real_t *)(__pyx_v_maxFeas->data[0
])), ((qpOASES::real_t *)(__pyx_v_maxCmpl->data[0])))); if (unlikely(!
__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 785; __pyx_clineno 
= __LINE__; goto __pyx_L1_error;}
                                                                            
                                                                            
                  ^
qpoases.cpp:12491:219: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   __pyx_t_1 = __Pyx_PyInt_From_enum__qpOASES_3a__3a_returnValue(
__pyx_v_self->thisptr->getKktViolation(__pyx_v_qp->thisptr, ((qpOASES::real_t 
*)(__pyx_v_maxStat->data[0])), ((qpOASES::real_t *)(__pyx_v_maxFeas->data[0
])), ((qpOASES::real_t *)(__pyx_v_maxCmpl->data[0])))); if (unlikely(!
__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 785; __pyx_clineno 
= __LINE__; goto __pyx_L1_error;}
                                                                            
                                                                            
                                                                   ^
qpoases.cpp:12491:268: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   __pyx_t_1 = __Pyx_PyInt_From_enum__qpOASES_3a__3a_returnValue(
__pyx_v_self->thisptr->getKktViolation(__pyx_v_qp->thisptr, ((qpOASES::real_t 
*)(__pyx_v_maxStat->data[0])), ((qpOASES::real_t *)(__pyx_v_maxFeas->data[0
])), ((qpOASES::real_t *)(__pyx_v_maxCmpl->data[0])))); if (unlikely(!
__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 785; __pyx_clineno 
= __LINE__; goto __pyx_L1_error;}
                                                                            
                                                                            
                                                                            
                                        ^
qpoases.cpp:12491:271: error: cannot convert ‘qpOASES::real_t {aka double}' 
to ‘qpOASES::returnValue' for argument ‘1' to ‘PyObject* 
__Pyx_PyInt_From_enum__qpOASES_3a__3a_returnValue(qpOASES::returnValue)'
   __pyx_t_1 = __Pyx_PyInt_From_enum__qpOASES_3a__3a_returnValue(
__pyx_v_self->thisptr->getKktViolation(__pyx_v_qp->thisptr, ((qpOASES::real_t 
*)(__pyx_v_maxStat->data[0])), ((qpOASES::real_t *)(__pyx_v_maxFeas->data[0
])), ((qpOASES::real_t *)(__pyx_v_maxCmpl->data[0])))); if (unlikely(!
__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 785; __pyx_clineno 
= __LINE__; goto __pyx_L1_error;}
                                                                            
                                                                            
                                          
qpoases.cpp: In function ‘PyObject* 
__pyx_f_7qpoases_18PySolutionAnalysis__getKktViolation_QProblem(
__pyx_obj_7qpoases_PySolutionAnalysis*, __pyx_obj_7qpoases_PyQProblem*, 
PyArrayObject*, PyArrayObject*, PyArrayObject*, int)':
qpoases.cpp:12809:170: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   __pyx_t_1 = __Pyx_PyInt_From_enum__qpOASES_3a__3a_returnValue(
__pyx_v_self->thisptr->getKktViolation(__pyx_v_qp->thisptr, ((qpOASES::real_t 
*)(__pyx_v_maxStat->data[0])), ((qpOASES::real_t *)(__pyx_v_maxFeas->data[0
])), ((qpOASES::real_t *)(__pyx_v_maxCmpl->data[0])))); if (unlikely(!
__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 798; __pyx_clineno 
= __LINE__; goto __pyx_L1_error;}
                                                                            
                                                                            
                  ^
qpoases.cpp:12809:219: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   __pyx_t_1 = __Pyx_PyInt_From_enum__qpOASES_3a__3a_returnValue(
__pyx_v_self->thisptr->getKktViolation(__pyx_v_qp->thisptr, ((qpOASES::real_t 
*)(__pyx_v_maxStat->data[0])), ((qpOASES::real_t *)(__pyx_v_maxFeas->data[0
])), ((qpOASES::real_t *)(__pyx_v_maxCmpl->data[0])))); if (unlikely(!
__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 798; __pyx_clineno 
= __LINE__; goto __pyx_L1_error;}
                                                                            
                                                                            
                                          
qpoases.cpp:12809:268: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   __pyx_t_1 = __Pyx_PyInt_From_enum__qpOASES_3a__3a_returnValue(
__pyx_v_self->thisptr->getKktViolation(__pyx_v_qp->thisptr, ((qpOASES::real_t 
*)(__pyx_v_maxStat->data[0])), ((qpOASES::real_t *)(__pyx_v_maxFeas->data[0
])), ((qpOASES::real_t *)(__pyx_v_maxCmpl->data[0])))); if (unlikely(!
__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 798; __pyx_clineno 
= __LINE__; goto __pyx_L1_error;}
                                                                            
                                                                            
                                            
qpoases.cpp:12809:271: error: cannot convert ‘qpOASES::real_t {aka double}' 
to ‘qpOASES::returnValue' for argument ‘1' to ‘PyObject* 
__Pyx_PyInt_From_enum__qpOASES_3a__3a_returnValue(qpOASES::returnValue)'
   __pyx_t_1 = __Pyx_PyInt_From_enum__qpOASES_3a__3a_returnValue(
__pyx_v_self->thisptr->getKktViolation(__pyx_v_qp->thisptr, ((qpOASES::real_t 
*)(__pyx_v_maxStat->data[0])), ((qpOASES::real_t *)(__pyx_v_maxFeas->data[0
])), ((qpOASES::real_t *)(__pyx_v_maxCmpl->data[0])))); if (unlikely(!
__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 798; __pyx_clineno 
= __LINE__; goto __pyx_L1_error;}
                                                                            
                                                                            
                                                                            
                                           ^
qpoases.cpp: In function ‘PyObject* 
__pyx_f_7qpoases_18PySolutionAnalysis__getKktViolation_SQProblem(
__pyx_obj_7qpoases_PySolutionAnalysis*, __pyx_obj_7qpoases_PySQProblem*, 
PyArrayObject*, PyArrayObject*, PyArrayObject*, int)':
qpoases.cpp:13127:170: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   __pyx_t_1 = __Pyx_PyInt_From_enum__qpOASES_3a__3a_returnValue(
__pyx_v_self->thisptr->getKktViolation(__pyx_v_qp->thisptr, ((qpOASES::real_t 
*)(__pyx_v_maxStat->data[0])), ((qpOASES::real_t *)(__pyx_v_maxFeas->data[0
])), ((qpOASES::real_t *)(__pyx_v_maxCmpl->data[0])))); if (unlikely(!
__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 812; __pyx_clineno 
= __LINE__; goto __pyx_L1_error;}
                                                                            
                                                                            
                  ^
qpoases.cpp:13127:219: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   __pyx_t_1 = __Pyx_PyInt_From_enum__qpOASES_3a__3a_returnValue(
__pyx_v_self->thisptr->getKktViolation(__pyx_v_qp->thisptr, ((qpOASES::real_t 
*)(__pyx_v_maxStat->data[0])), ((qpOASES::real_t *)(__pyx_v_maxFeas->data[0
])), ((qpOASES::real_t *)(__pyx_v_maxCmpl->data[0])))); if (unlikely(!
__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 812; __pyx_clineno 
= __LINE__; goto __pyx_L1_error;}
                                                                            
                                                                            
                                                                   ^
qpoases.cpp:13127:268: warning: cast to pointer from integer of different 
size [-Wint-to-pointer-cast]
   __pyx_t_1 = __Pyx_PyInt_From_enum__qpOASES_3a__3a_returnValue(
__pyx_v_self->thisptr->getKktViolation(__pyx_v_qp->thisptr, ((qpOASES::real_t 
*)(__pyx_v_maxStat->data[0])), ((qpOASES::real_t *)(__pyx_v_maxFeas->data[0
])), ((qpOASES::real_t *)(__pyx_v_maxCmpl->data[0])))); if (unlikely(!
__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 812; __pyx_clineno 
= __LINE__; goto __pyx_L1_error;}
                                                                            
                                                                            
                                                                            
                                        ^
qpoases.cpp:13127:271: error: cannot convert ‘qpOASES::real_t {aka double}' 
to ‘qpOASES::returnValue' for argument ‘1' to ‘PyObject* 
__Pyx_PyInt_From_enum__qpOASES_3a__3a_returnValue(qpOASES::returnValue)'
   __pyx_t_1 = __Pyx_PyInt_From_enum__qpOASES_3a__3a_returnValue(
__pyx_v_self->thisptr->getKktViolation(__pyx_v_qp->thisptr, ((qpOASES::real_t 
*)(__pyx_v_maxStat->data[0])), ((qpOASES::real_t *)(__pyx_v_maxFeas->data[0
])), ((qpOASES::real_t *)(__pyx_v_maxCmpl->data[0])))); if (unlikely(!
__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 812; __pyx_clineno 
= __LINE__; goto __pyx_L1_error;}
                                                                            
                                                                            
                                                                            
                                           ^
In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/
include/numpy/ndarrayobject.h:27:0,
                 from /usr/local/lib/python2.7/dist-packages/numpy/core/
include/numpy/arrayobject.h:4,
                 from qpoases.cpp:299:
/usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/
__multiarray_api.h: At global scope:
/usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/
__multiarray_api.h:1634:1: warning: ‘int _import_array()' defined but not 
used [-Wunused-function]
 _import_array(void)
 ^
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
make: *** [python] Error 1



-- 
You received this message because you are subscribed to the Google Groups "Trac \
Users" group. To unsubscribe from this group and stop receiving emails from it, send \
an email to trac-users+unsubscribe@googlegroups.com. To post to this group, send \
email to trac-users@googlegroups.com. Visit this group at \
http://groups.google.com/group/trac-users. For more options, visit \
https://groups.google.com/d/optout.


[Attachment #5 (text/html)]

<div dir="ltr">Hi all,<br><br>I am trying to install the python bindings of the \
qpOases software on Ubuntu 14.04. I have Python 2.7.6, Pip 1.5.4, Cython version \
0.23.4 and Numpy 1.10.1.<br><br>Following the manual I can either do<span \
style="font-family: courier new,monospace;"> <span style="font-family: \
arial,sans-serif;">make python</span></span><span style="font-family: \
arial,sans-serif;"> or sudo make pythoninstall, however for both methods I get an \
error message. The total output of the command make python is displayed below. Does \
anyone know how to solve this error and how I can use the qpOases software with \
Python?<br><br>Thanks so much!<br><br>Guido<br><br><div class="prettyprint" \
style="background-color: rgb(250, 250, 250); border-color: rgb(187, 187, 187); \
border-style: solid; border-width: 1px; word-wrap: break-word;"><code \
class="prettyprint"><div class="subprettyprint"><span style="color: #000;" \
class="styled-by-prettify">guido@guido</span><span style="color: #660;" \
class="styled-by-prettify">:~/</span><span style="color: #000;" \
class="styled-by-prettify">ros_ws</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">packages</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">qpOASES$ make python<br>cd </span><span style="color: \
#660;" class="styled-by-prettify">./</span><span style="color: #000;" \
class="styled-by-prettify">interfaces</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">python</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify"> </span><span style="color: #660;" \
class="styled-by-prettify">&amp;&amp;</span><span style="color: #000;" \
class="styled-by-prettify"> python setup</span><span style="color: #660;" \
class="styled-by-prettify">.</span><span style="color: #000;" \
class="styled-by-prettify">py build_ext </span><span style="color: #660;" \
class="styled-by-prettify">--</span><span style="color: #000;" \
class="styled-by-prettify">inplace<br>running build_ext<br>building </span><span \
style="color: #080;" class="styled-by-prettify">&#39;qpoases&#39;</span><span \
style="color: #000;" class="styled-by-prettify"> extension<br>x86_64</span><span \
style="color: #660;" class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">linux</span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">gnu</span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">gcc </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">pthread </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">fno</span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">strict</span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">aliasing </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">DNDEBUG </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">g </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">fwrapv </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">O2 </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #606;" \
class="styled-by-prettify">Wall</span><span style="color: #000;" \
class="styled-by-prettify"> </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #606;" \
class="styled-by-prettify">Wstrict</span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">prototypes </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">fPIC </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">I</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">usr</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">include </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">I</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">home</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">guido</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">ros_ws</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">packages</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">qpOASES</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">include </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">I</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">home</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">guido</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">ros_ws</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">packages</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">qpOASES</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">include</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">qpOASES </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">I</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">usr</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #008;" \
class="styled-by-prettify">local</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">lib</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">python2</span><span style="color: #660;" \
class="styled-by-prettify">.</span><span style="color: #066;" \
class="styled-by-prettify">7</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">dist</span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">packages</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">numpy</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">core</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">include </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">I</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">usr</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">include</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">python2</span><span style="color: #660;" \
class="styled-by-prettify">.</span><span style="color: #066;" \
class="styled-by-prettify">7</span><span style="color: #000;" \
class="styled-by-prettify"> </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">c qpoases</span><span style="color: #660;" \
class="styled-by-prettify">.</span><span style="color: #000;" \
class="styled-by-prettify">cpp </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">o build</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">temp</span><span style="color: #660;" \
class="styled-by-prettify">.</span><span style="color: #000;" \
class="styled-by-prettify">linux</span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">x86_64</span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #066;" \
class="styled-by-prettify">2.7</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">qpoases</span><span style="color: #660;" \
class="styled-by-prettify">.</span><span style="color: #000;" \
class="styled-by-prettify">o </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">O2 </span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #606;" \
class="styled-by-prettify">Wno</span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">unused</span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">variable<br>cc1plus</span><span style="color: #660;" \
class="styled-by-prettify">:</span><span style="color: #000;" \
class="styled-by-prettify"> warning</span><span style="color: #660;" \
class="styled-by-prettify">:</span><span style="color: #000;" \
class="styled-by-prettify"> command line option </span><span style="color: #660;" \
class="styled-by-prettify">‘-</span><span style="color: #606;" \
class="styled-by-prettify">Wstrict</span><span style="color: #660;" \
class="styled-by-prettify">-</span><span style="color: #000;" \
class="styled-by-prettify">prototypes</span><span style="color: #660;" \
class="styled-by-prettify">'</span><span style="color: #000;" \
class="styled-by-prettify"> </span><span style="color: #008;" \
class="styled-by-prettify">is</span><span style="color: #000;" \
class="styled-by-prettify"> valid </span><span style="color: #008;" \
class="styled-by-prettify">for</span><span style="color: #000;" \
class="styled-by-prettify"> C</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #606;" \
class="styled-by-prettify">ObjC</span><span style="color: #000;" \
class="styled-by-prettify"> but </span><span style="color: #008;" \
class="styled-by-prettify">not</span><span style="color: #000;" \
class="styled-by-prettify"> </span><span style="color: #008;" \
class="styled-by-prettify">for</span><span style="color: #000;" \
class="styled-by-prettify"> C</span><span style="color: #660;" \
class="styled-by-prettify">++</span><span style="color: #000;" \
class="styled-by-prettify"> </span><span style="color: #660;" \
class="styled-by-prettify">[</span><span style="color: #000;" \
class="styled-by-prettify">enabled </span><span style="color: #008;" \
class="styled-by-prettify">by</span><span style="color: #000;" \
class="styled-by-prettify"> </span><span style="color: #008;" \
class="styled-by-prettify">default</span><span style="color: #660;" \
class="styled-by-prettify">]</span><span style="color: #000;" \
class="styled-by-prettify"><br></span><span style="color: #606;" \
class="styled-by-prettify">In</span><span style="color: #000;" \
class="styled-by-prettify"> file included </span><span style="color: #008;" \
class="styled-by-prettify">from</span><span style="color: #000;" \
class="styled-by-prettify"> </span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">usr</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #008;" \
class="styled-by-prettify">local</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">lib</span><span style="color: #660;" \
class="styled-by-prettify">/</span><span style="color: #000;" \
class="styled-by-prettify">python2</span><span style="color: #660;" \
class="styled-by-prettify">.</span><span style="color: #066;" \

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups &quot;Trac \
Users&quot; group.<br /> To unsubscribe from this group and stop receiving emails \
from it, send an email to <a \
href="mailto:trac-users+unsubscribe@googlegroups.com">trac-users+unsubscribe@googlegroups.com</a>.<br \
/> To post to this group, send email to <a \
href="mailto:trac-users@googlegroups.com">trac-users@googlegroups.com</a>.<br /> \
Visit this group at <a \
href="http://groups.google.com/group/trac-users">http://groups.google.com/group/trac-users</a>.<br \
/> For more options, visit <a \
href="https://groups.google.com/d/optout">https://groups.google.com/d/optout</a>.<br \
/>

------=_Part_210_199442189.1446025154718--



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic