Hi Richard,Thanks for your response. I've rebuilt my virtual machine and did a fresh export from my svn checkout of the stackless source. same results.
Python build finished, but the necessary bits to build these modules were not found:
_bsddb _sqlite3 _ssl
dbm gdbm linuxaudiodev
ossaudiodev zlib
To find the necessary bits, look in setup.py in detect_modules()
for the module's name.
Failed to build these modules:
crypt nis
I have noticed that the openssl headers and libraries are not located in
Ubuntu where the setup.py seems to think they should be.
I'll see if I can fix-up the setup.py to make this work. Thanks, Anthony On 12/01/2012 10:41 PM, Richard Tew wrote:
On Fri, Jan 13, 2012 at 12:18 PM, Anthony S. Neal <[email protected]> wrote:I have been attempting to build Stackless, with very little luck, on Ubuntu Desktop 11.10 i386, with a vanilla install of the OS. After no luck picking and choosing packages and attempting rebuilds, consulting numerous blogs, I finally decided to start by attempting to build Python 2.7.2, and proceed from there.Not sure. On stackless.com, I get the same output compiling for both mainline Python and Stackless. Really, there should be no difference in behaviour as the relevant source code should be exactly the same. One thing you could try doing, is deleting the 'configure' file and regenerating it. Then compiling. That may make a difference. Cheers, Richard. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
<<attachment: anthony.vcf>>
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
