octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building PyTave on windows - cygwin


From: Tatsuro MATSUOKA
Subject: Re: Building PyTave on windows - cygwin
Date: Wed, 22 Jun 2016 14:08:28 +0900 (JST)

On Jun 22, 2016 9:31 AM, "Tatsuro MATSUOKA" <address@hidden> wrote:
>
> ----- Original Message -----
>
> > From: Tatsuro MATSUOKA 
> > To: tmacchant Abhinav Tripathi 
> > Cc: "Octave-maintainers "mtmiller> Date: 2016/6/21, Tue 19:27
> > Subject: Re: Building PyTave on windows - cygwin
> >
> > configure:5654: gcc -std=gnu11 -o conftest.exe -g -O2 -I/c/Python27/include
> > -I/d/usr/Tatsu/program/Pytave\/PytaveBuild/boost/boost_1_16_inst/include
> > -Ic:\Python27\include -L/c/Python27/libs
> > -L/d/usr/Tatsu/program/Pytave/PytaveBuild/boost/boost_1_16_inst/libs  
> > conftest.c
> > -Lc:/Python27/libs -Lc:\Python27\Lib\config -lpython27 None None
> >> &5
> > gcc.exe: error: None: No such file or directory
> > gcc.exe: error: None: No such file or directory
> >
> >
>

> I have met 
>
> ************************************************
> checking python extra libraries... Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
>
> checking python extra linking flags... None
> checking consistency of all components of python development environment... 
> yes
> checking for python... /c/Python27/python
> checking for numpy includedir...
> configure: WARNING:
> ========================================================================
> Can not link with Numpy.
>
> Make sure the Numpy development package is installed.
> ========================================================================
> configure: error: in `/d/usr/Tatsu/program/Pytave/PytaveBuild/Pytave/build':
> configure: error: unable to find NumPy development files
> ************************************************
>
>
> I will install Numpy. 
> However indtall.md in Pytave source.
>
> Linked and tested with:
>
>   * Python 2.7
>   * Boost::Python 1.58
>   * Octave 4.1 (development version)
>
> Does Python 2.7 mean including extra modules?
> What python extra modules required?
> Do I have to also install SciPy?
>
> Tatsuro
>
******************************************
I don't think you will need anything except numpy.
I've successfully installed pytave with numpy and boost-python only!
. 
Abhinav
***********************

Thanks

I tried install numpy for windows amd64 on numpy 1.10.1 on numpy official page.
Bit it requires Microsoft Visual C++ 9.0. 

We have to find alternative. 

Tatsuro



reply via email to

[Prev in Thread] Current Thread [Next in Thread]