colstrom / tinypy

A very small Python
Other
1 stars 0 forks source link

Build issie on OS/X #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to build on OS/X
2. python setup.py linux
3. almost works

What is the expected output? What do you see instead?
I see complaints about -Wc++compat
Removing the flag from the compile options for linux yields a usable version

What version of the product are you using? On what operating system?
1.1

Please provide any additional information below.

Original issue reported on code.google.com by sean.t...@gmail.com on 27 Oct 2008 at 9:16

GoogleCodeExporter commented 8 years ago
Issie is like issue.

Original comment by sean.t...@gmail.com on 27 Oct 2008 at 9:16

GoogleCodeExporter commented 8 years ago
There are 2 problems here.

1: it doesn't look like the latest version is being used, as the way to build 
with
the current trunk is "python setup.py tinypy" and OS is detected automatically.

2: you want to build for OSX, not linux (ie. "python setup.py osx".) the linux
variables are, of course, not going to be the right ones for OSX.

Original comment by ulf...@gmail.com on 27 Oct 2008 at 9:23