0
votes
0answers
4 views

recipe for target `sharedmods' failed when install python 2.7 in cygwin

I'm trying to install Python 2.7 in cygwin. The configure, make all work fine. But when I try make install, thw following error showed: INFO: Can't locate Tcl/Tk libs and/or headers building '_io' ...
1
vote
1answer
45 views

Python missing or unusable while compiling gdb under Cent OS 5

I checked this question and it is not applicable. Python missing or unusable error while cross compiling GDB I'm trying to build gdb 7.5 with python support on Cent OS 5. configure --with-expat ...
0
votes
0answers
81 views

Error while loading shared libraries g++-4.exe

I am having some problems running a make file on cygwin with windows. Below is the error message: $ make g++ -fPIC -Wall -shared -I/usr/include/python2.7/ -lpython2.7 -o alignment.so alignment.cpp ...
1
vote
1answer
23 views

Reconfiguring python

I installed Python-2.7.3 with configure --enable-shared, make and install. It so happens that now, I need to reconfigure to include the --with-pydebug option. While running configure again, do I need ...
2
votes
1answer
75 views

How do you wrap C++ OpenCV code with Boost::Python?

I want to wrap my C++ OpenCV code with boost::python, and to learn how to do it, I tried a toy example, in which I use the Boost.Numpy project to provide me with boost::numpy::ndarray. The C++ ...
2
votes
2answers
121 views

“make install” with CMake + SWIG + Python

I am writing a C++ library which can be used from both C++ and Python on Mac and Linux. So I have decided to use CMake and SWIG for my project. As well described in the SWIG 2.0 documentation, ...
1
vote
1answer
59 views

Reinstalling Python 2.5.6 On Lion

I am having the identical problem as mentioned in this thread when I try to install Python 2.5.6 on Lion: Python 2.5.6 build error on Mac Lion Specifically, the error I receive is when attempting a ...
0
votes
2answers
150 views

CMake out of source build - Python files

I use CMake to create build scripts (Makefiles + VS solutions) for my projects. As best practice I create the build scripts ain a separate folder (out of source). I build the projects in the same ...
0
votes
1answer
60 views

I want to run commands like make ,make install and python setup install

Actually i have written a script which will download software from internet to the home dir of the current user and the it will untar it .And the i have make and make install it and in some software i ...
0
votes
1answer
48 views

Python failing to compile on Linux with custom module built in

I am trying to compile Python 2.6.7 with a custom module built in but I am running into problems. Everything is going fine until the linker tries to link the dependencies that my module has. The make ...
0
votes
0answers
63 views

Undefined reference to `SSLv2_method' when installing python 2.6 with SSL in ubuntu [duplicate]

Possible Duplicate: undefined symbol: SSLv2_method I'm facing the below error while installing python 2.6 with SSL on an Ubuntu machine: gcc -pthread -Xlinker -export-dynamic -o python \ ...
1
vote
1answer
205 views

Python youtube-dl recompile

The old youtube-dl use to be just one file so it was easy for me to edit. The new version has multiple files inside of it. To get it to work on my server I needed to extract the files and change the ...
0
votes
1answer
67 views

Use local directories when installing matplotlib from source

I installed freetype-2.4.10, libpng-1.5.12, and zlib-1.2.7 into local directories. Now, in matplotlib I would like to do: python setup.py install When I did this for lxml I did something like: ...
0
votes
1answer
78 views

Creating and using of procname.so

I would like to edit the process name of my python scripts by the use of http://code.google.com/p/procname/ I downloaded the source file of procname, extracted the content into my script directory ...
0
votes
1answer
88 views

OSX: Just ran sudo make install … where did the complied Phonenix2 app go?

I'm a Windows guy who just compiled my first python application, can anyone tell me where the compiled output would end up? I just ran SUDO make install to install pyopenCL which is a dependency. ...

1 2 3 4
15 30 50 per page