Hi Robert,

this is not a stackless problem, btw.

you should also look at the output from ./configure:

minimax:stackless tismer$ ./configure --enable-universalsdk --enable-framework checking build system type... x86_64-apple-darwin13.0.0 checking host system type... x86_64-apple-darwin13.0.0 checking for --enable-universalsdk... / checking for --with-universal-archs... 32-bit checking for --enable-stacklessfewerregisters... checking MACHDEP... darwin
...
checking curses.h usability... no checking curses.h presence... yes configure: WARNING: curses.h: present but cannot be compiled configure: WARNING: curses.h: check for missing prerequisite headers? configure: WARNING: curses.h: see the Autoconf documentation configure: WARNING: curses.h: section "Present But Cannot Be Compiled" configure: WARNING: curses.h: proceeding with the compiler's result configure: WARNING: ## -------------------------------------- ## configure: WARNING: ## Report this to http://bugs.python.org/ ## configure: WARNING: ## -------------------------------------- ## checking for curses.h... no

and so on.

No idea why you selected the --enable-universalsdk.
The build works fine if you configure without that.

From Homebrew, using "brew edit python" I just learned that this works:

export MACOSX_DEPLOYMENT_TARGET=10.6  # **
./configure --enable-universalsdk --enable-framework 
--with-universal-archs=intel

** recommended, or other builds will not work that use RPATH

cheers - Chris


On 09.01.14 00:16, Robert Babiak wrote:
Hi i am trying to build the 276a1 source and getting a bunch of errors.

i did the following, which i think is what is needed

configure --enable-universalsdk --enable-framework

make

then get the errors that i have pasted in at the bottom.

I figure i am missing something, are there any library that i need to have installed prior to building?



--
Christian Tismer             :^)   <mailto:[email protected]>
Software Consulting          :     Have a break! Take a ride on Python's
Karl-Liebknecht-Str. 121     :    *Starship* http://starship.python.net/
14482 Potsdam                :     PGP key -> http://pgp.uni-mainz.de
phone +49 173 24 18 776  fax +49 (30) 700143-0023
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
      whom do you want to sponsor today?   http://www.stackless.com/


_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to