Re: [OE-core] [PATCH 07/14] subversion: Add -P to CPPFLAGS

2015-05-01 Thread Khem Raj
On Fri, May 1, 2015 at 1:07 PM, Burton, Ross ross.bur...@intel.com wrote: Requiring a fresh install of Python 2.x when we can just force the python version seems overkill to me... not all python2 versions are same as well. but may thats not affecting this case I am not sure. But for improving

Re: [OE-core] [PATCH 07/14] subversion: Add -P to CPPFLAGS

2015-05-01 Thread Burton, Ross
On 27 April 2015 at 16:48, Khem Raj raj.k...@gmail.com wrote: Don’t have the error handy right now something swig related, however because its needing python2 for its bindings and some systems have switched to using python3 as default. Requiring a fresh install of Python 2.x when we can just

Re: [OE-core] [PATCH 07/14] subversion: Add -P to CPPFLAGS

2015-04-27 Thread Burton, Ross
On 24 April 2015 at 04:35, Khem Raj raj.k...@gmail.com wrote: -inherit gettext +inherit gettext pythonnative Why are you doing this? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 07/14] subversion: Add -P to CPPFLAGS

2015-04-27 Thread Khem Raj
On Apr 27, 2015, at 8:03 AM, Burton, Ross ross.bur...@intel.com wrote: On 24 April 2015 at 04:35, Khem Raj raj.k...@gmail.com mailto:raj.k...@gmail.com wrote: -inherit gettext +inherit gettext pythonnative Why are you doing this? Don’t have the error handy right now something swig

[OE-core] [PATCH 07/14] subversion: Add -P to CPPFLAGS

2015-04-23 Thread Khem Raj
see https://gcc.gnu.org/gcc-5/porting_to.html we need to stop the preprocessor from generating the #line directives or we run into issues like | checking for apr_int64_t Python/C API format string... | configure: error: failed to recognize APR_INT64_T_FMT on this platform | Configure failed. The