Problems compiling PIL under Cygwin

  • Thread starter Martin Magnusson
  • Start date
M

Martin Magnusson

Hi group,

I'm trying to build PIL under Cygwin (for use with the Skencil vector
graphics program), and I couldn't find a better forum for questions than
this.

I'm using Python 2.3.4, and when I run "python setup.py build_ext -i" I
get the following output:

running build_ext
building '_imaging' extension
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_LIBJPEG -DHAVE_LIBZ -I/usr/include/freetype2 -IlibImaging
-I/usr/include -I/usr/local/include -I/usr/include/python2.3 -c
libImaging/GifEncode.c -o
build/temp.cygwin-1.5.12-i686-2.3/libImaging/GifEncode.o
C:\cygwin\bin\python2.3.exe (1352): *** unable to remap
C:\cygwin\bin\tk84.dll to same address as parent(0x760000) != 0xBB0000
4 [main] python 1984 sync_with_child: child 1352(0x238) died
before initialization with status code 0x1
282 [main] python 1984 sync_with_child: *** child state child
loading dlls
error: Resource temporarily unavailable

Does anybody know what could be done to solve this?

/ martin
 
J

Jason Tishler

Martin,

I'm trying to build PIL under Cygwin (for use with the Skencil vector
graphics program), and I couldn't find a better forum for questions
than this.

I'm using Python 2.3.4, and when I run "python setup.py build_ext -i"
I get the following output:

running build_ext
building '_imaging' extension
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-DHAVE_LIBJPEG -DHAVE_LIBZ -I/usr/include/freetype2 -IlibImaging
-I/usr/include -I/usr/local/include -I/usr/include/python2.3 -c
libImaging/GifEncode.c -o
build/temp.cygwin-1.5.12-i686-2.3/libImaging/GifEncode.o
C:\cygwin\bin\python2.3.exe (1352): *** unable to remap
C:\cygwin\bin\tk84.dll to same address as parent(0x760000) != 0xBB0000
4 [main] python 1984 sync_with_child: child 1352(0x238) died
before initialization with status code 0x1
282 [main] python 1984 sync_with_child: *** child state child
loading dlls
error: Resource temporarily unavailable

Does anybody know what could be done to solve this?

See the following:

http://www.google.com/search?hl=en&lr=&q="cygwin+python"+"unable+to+remap"+"same+address+as+parent"

Jason
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top