Re: Error in configure for python

2013-06-11 Fir de Conversatie Bram Moolenaar
Ben Fritz wrote: > On Tuesday, June 11, 2013 11:43:30 AM UTC-5, Ben Fritz wrote: > > > > But the "sane" check still fails. I got a hint from here: > > > > http://mail.python.org/pipermail/distutils-sig/2002-January/002744.html > > > > The problem is in the escaping of the -DPYTHON_HOME flag. I

Re: Error in configure for python

2013-06-11 Fir de Conversatie Ben Fritz
On Tuesday, June 11, 2013 11:43:30 AM UTC-5, Ben Fritz wrote: > > But the "sane" check still fails. I got a hint from here: > > http://mail.python.org/pipermail/distutils-sig/2002-January/002744.html > > The problem is in the escaping of the -DPYTHON_HOME flag. I had to REMOVE the > extra \ as

Re: Error in configure for python

2013-06-11 Fir de Conversatie Ben Fritz
On Friday, June 7, 2013 12:32:35 PM UTC-5, Andrei Olsen wrote: > On Thursday, June 6, 2013 7:47:56 PM UTC+2, Ben Fritz wrote: > > > > And, it still gets a compile error when checking for "sane" libraries > > unless I remove that check. > > > > I attached the diff I used to get it working, but th

Re: Error in configure for python

2013-06-07 Fir de Conversatie Andrei Olsen
On Thursday, June 6, 2013 7:47:56 PM UTC+2, Ben Fritz wrote: > On Wednesday, June 5, 2013 5:43:40 PM UTC-5, Andrei Olsen wrote: > > On Thursday, June 6, 2013 12:32:41 AM UTC+2, Ben Fritz wrote: > > > On Wednesday, June 5, 2013 5:27:27 PM UTC-5, Andrei Olsen wrote: > > > > On Wednesday, June 5, 2013

Re: Error in configure for python

2013-06-06 Fir de Conversatie Bram Moolenaar
Ben Fritz wrote: > On Wednesday, June 5, 2013 5:43:40 PM UTC-5, Andrei Olsen wrote: > > On Thursday, June 6, 2013 12:32:41 AM UTC+2, Ben Fritz wrote: > > > On Wednesday, June 5, 2013 5:27:27 PM UTC-5, Andrei Olsen wrote: > > > > On Wednesday, June 5, 2013 11:47:43 PM UTC+2, Ben Fritz wrote: > > >

Re: Error in configure for python

2013-06-06 Fir de Conversatie Ben Fritz
On Wednesday, June 5, 2013 5:43:40 PM UTC-5, Andrei Olsen wrote: > On Thursday, June 6, 2013 12:32:41 AM UTC+2, Ben Fritz wrote: > > On Wednesday, June 5, 2013 5:27:27 PM UTC-5, Andrei Olsen wrote: > > > On Wednesday, June 5, 2013 11:47:43 PM UTC+2, Ben Fritz wrote: > > > > gcc: unrecognized option

Re: Error in configure for python

2013-06-05 Fir de Conversatie Andrei Olsen
On Thursday, June 6, 2013 12:32:41 AM UTC+2, Ben Fritz wrote: > On Wednesday, June 5, 2013 5:27:27 PM UTC-5, Andrei Olsen wrote: > > On Wednesday, June 5, 2013 11:47:43 PM UTC+2, Ben Fritz wrote: > > > I found this stackoverflow post: > > > http://stackoverflow.com/questions/3373914/compiling-vim-

Re: Error in configure for python

2013-06-05 Fir de Conversatie Ben Fritz
On Wednesday, June 5, 2013 4:47:43 PM UTC-5, Ben Fritz wrote: > configure:5452: checking if compile and link flags for Python are sane > configure:5469: gcc -o conftest -g -O2 > -I/rfs/proj/cs_ifis_projects/Tools/Python/current/include/python2.7 > -DPYTHON_HOME=\"/rfs/proj/cs_ifis_projects/Tools/

Re: Error in configure for python

2013-06-05 Fir de Conversatie Ben Fritz
On Wednesday, June 5, 2013 5:27:27 PM UTC-5, Andrei Olsen wrote: > On Wednesday, June 5, 2013 11:47:43 PM UTC+2, Ben Fritz wrote: > > I found this stackoverflow post: > > http://stackoverflow.com/questions/3373914/compiling-vim-with-python-support > > > > Which led me to look at src/auto/config.l

Re: Error in configure for python

2013-06-05 Fir de Conversatie Andrei Olsen
On Wednesday, June 5, 2013 11:47:43 PM UTC+2, Ben Fritz wrote: > I found this stackoverflow post: > http://stackoverflow.com/questions/3373914/compiling-vim-with-python-support > > Which led me to look at src/auto/config.log > > Here I see something suspicious: > > configure:5416: checking if -

Re: Error in configure for python

2013-06-05 Fir de Conversatie Ben Fritz
I found this stackoverflow post: http://stackoverflow.com/questions/3373914/compiling-vim-with-python-support Which led me to look at src/auto/config.log Here I see something suspicious: configure:5416: checking if -pthread should be used configure:5443: gcc -o conftest -g -O2 -pthread -L/usr

Error in configure for python

2013-06-05 Fir de Conversatie Ben Fritz
I'm trying to compile Vim as a normal user, with python support, on a Solaris machine at work. I have NO sudo access, and am trying to use a python I built myself (the Python version on the server is 2.2, and IT will NOT change it). Here is the configure command I used: ./configure --with-featu