Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96978
| From | Robin Becker <robin@reportlab.com> |
|---|---|
| Subject | Re: problem building python 3.5 extensions for windows |
| Date | 2015-09-22 11:14 +0100 |
| References | <55FFFE50.8090703@chamonix.reportlab.co.uk> <CAKJDb-NK=5NFAJp1jyRs=Hwhvo0xhbp4K7m7jarTwT7YP6JESg@mail.gmail.com> <mailman.44.1442854462.28679.python-list@python.org> <7f633007-1391-4172-a022-262899537981@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.62.1442916894.28679.python-list@python.org> (permalink) |
On 22/09/2015 01:36, cjgohlke@gmail.com wrote: > On Monday, September 21, 2015 at 9:54:51 AM UTC-7, Robin Becker wrote: ............ >> build\temp.win-amd64-3.5\Release\ux\XB33\repos\pyRXP\src\pyRXPU.cp35-win_amd64.lib >> and ob >> ject >> build\temp.win-amd64-3.5\Release\ux\XB33\repos\pyRXP\src\pyRXPU.cp35-win_amd64.exp >> >> >> | Generating code >> Stderr: | error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio >> 14.0\\VC\\BIN\\amd64\\link.exe' failed with >> exit status 1 >> >> so there are some warnings which I don't understand. Maybe I need to do >> something special for pyRXP (possibly I have some ifdefs poorly configured). >> -- >> Robin Becker > > How long did you let it "hang"? For me the incremental linker took in the order of 30 minutes to link. I mentioned this on the Python issue tracker at <http://bugs.python.org/issue24872#msg249589>. > Thanks for the pointer Christoph. I certainly didn't let it run for 30 minutes. When I build with 2.7, 3.3 or 3.4 the whole build including reportlab stuff is over in a couple of minutes. I will try again, but a linker that takes 30 minutes to create an extension that ends up 204Kb long has to be seriously broken. Is it trying to hard? Most of the code size is in arrays for code points etc etc. -- Robin Becker
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: problem building python 3.5 extensions for windows Robin Becker <robin@reportlab.com> - 2015-09-21 17:54 +0100
Re: problem building python 3.5 extensions for windows cjgohlke@gmail.com - 2015-09-21 17:36 -0700
Re: problem building python 3.5 extensions for windows Robin Becker <robin@reportlab.com> - 2015-09-22 11:14 +0100
Re: problem building python 3.5 extensions for windows Robin Becker <robin@reportlab.com> - 2015-09-22 14:35 +0100
Re: problem building python 3.5 extensions for windows Terry Reedy <tjreedy@udel.edu> - 2015-09-22 16:48 -0400
Re: problem building python 3.5 extensions for windows cjgohlke@gmail.com - 2015-09-22 14:37 -0700
Re: problem building python 3.5 extensions for windows Robin Becker <robin@reportlab.com> - 2015-09-23 11:20 +0100
csiph-web