This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

compiling matplotlib under cygwin


I am trying to install matplotlib-0.72.1 (matplotlib.sourceforge.net) under
cygwin and its python release.

I had to modify setupext.py to include the proper directories for cygwin (to
match linux)...

basedir = {
    'win32'  : ['win32_static',],
    'cygwin' : ['/usr/local', '/usr',],
    'linux2' : ['/usr/local', '/usr',],
    'linux'  : ['/usr/local', '/usr',],
    'darwin' : ['/usr/local', '/usr', '/sw', '/usr/X11R6'],
    'freebsd4' : ['/usr/local', '/usr'],
    'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
}

The build "python setup.py build" fails with ...

creating build/temp.cygwin-1.5.12-i686-2.4/CXX
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -Isrc -I.
-I/usr/include/python2.4 -c src/_na_transforms.cpp -o
build/temp.cygwin-1.5.12-i686-2.4/src/_na_transforms.o -DNUMARRAY=1
D:\cygwin\bin\python2.4.exe (2140): *** unable to remap
D:\cygwin\bin\tk84.dll to same address as parent(0x710000) != 0xB80000
    891 [main] python 2280 sync_with_child: child 2140(0x1E8) died before
initialization with status code 0x1
  11786 [main] python 2280 sync_with_child: *** child state child loading
dlls
error: Resource temporarily unavailable

What happened here? Any help in making this work?

thanks...

----------------------------------------------------------------------------
-------------
Paul Kirschner
Systems Department
United Technologies Research Center
kirschpe@utrc.utc.com
(860)610-7119




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]