2013/11/12 Ryan Gonzalez <[email protected]> > Ok, just to make sure, this is what is needed: > > -Include a prebuilt TkInter??? >
Not only DLLs, but also header files and .lib. cffi need a development environment. The instructions in http://hg.python.org/cpython/file/v2.7.5/Tools/buildbot/external-common.bat and http://hg.python.org/cpython/file/v2.7.5/Tools/buildbot/external.bat<http://hg.python.org/cpython/file/v2.7.5/Tools/buildbot/external-common.bat> could be reused. > -Fix the erratic sqlite versions > > Correct me if I'm wrong. Two more questions: > > -What version of sqlite is needed > According to the file above, and to match CPython 2.7.5: sqlite-3.6.21 > -How the heck do I upload this stuff or something? > > > On Tue, Nov 12, 2013 at 1:42 PM, Matti Picus <[email protected]>wrote: > >> I have been commenting in the bug reports. The general strategy we >> recommend on the windows build page >> http://doc.pypy.org/en/latest/windows.html#abridged-method- >> for-ojit-builds-using-visual-studio-2008 >> is to download a zip file with all the recommended dependencies, and >> build after adding the appropriate enviroment variables to INCLUDE, LIB, >> and PATH. >> So I have been finding all the pieces to add/update/document the needed >> DLLs. Opinions on a desired version of sqlite3.dll would be appreciated, >> see comments to issue 1441. >> Once this is all resolved, we can update the buildbot to use the zip file >> contents and package the needed dlls >> Matti >> >> >> On 12/11/2013 9:06 PM, Ryan Gonzalez wrote: >> >>> I could probably do the Windows DLL fixes, if someone told me how to >>> upload the changes... >>> >>> >>> On Mon, Nov 11, 2013 at 5:53 AM, Armin Rigo <[email protected] <mailto: >>> [email protected]>> wrote: >>> >>> Hi all, >>> >>> Preparing for the next release. The Linux binaries of PyPy 2.2, >>> release candidate, are here: >>> >>> http://buildbot.pypy.org/nightly/release-2.2.x/ >>> >>> This corresponds to the "release-2.2.x" branch in the repo. >>> >>> There are a few bug reports that will likely *not* get fixed for lack >>> of manpower: we would need someone involved with Windows, OS/X, or >>> the >>> BSDs. >>> >>> https://bugs.pypy.org/issue1626 - Tkinter on Windows >>> https://bugs.pypy.org/issue1166 - kqueue on OSX/BSD >>> https://bugs.pypy.org/issue1441 - version of sqlite3.dll on Win. >>> >>> Also, we need again someone to make the OS/X binary (Alex?); we can't >>> use our buildbot because its old compiler builds slightly bogus >>> binaries. >>> >>> >>> A bientôt, >>> >>> Armin. >>> _______________________________________________ >>> pypy-dev mailing list >>> [email protected] <mailto:[email protected]> >>> >>> https://mail.python.org/mailman/listinfo/pypy-dev >>> >>> >>> >>> >>> -- >>> Ryan >>> >>> >>> _______________________________________________ >>> pypy-dev mailing list >>> [email protected] >>> https://mail.python.org/mailman/listinfo/pypy-dev >>> >> >> > > > -- > Ryan > > _______________________________________________ > pypy-dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/pypy-dev > > -- Amaury Forgeot d'Arc
_______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
