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
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
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
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
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:
> > >
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
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-
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/
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
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 -
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
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
12 matches
Mail list logo