guyburton / python-loves-marmalade

Python port for Marmamalde
www.madewithmarmalade.com
0 stars 0 forks source link

Not working with Marmalade 5.2 #1

Open jpvanoosten opened 12 years ago

jpvanoosten commented 12 years ago

I'm new to marmalade and I've been tasked with implementing Python in our project. I wanted to see an example of using Python with Marmalade and I found this project on github.

However, executing the MKB file gives the following error:

c:/Projects/Marmalade/guy127917-python-loves-marmalade-3b3026b/python_lib.mkb(29) : error: Invalid option: cflags
FAILED (error code=2)

I'm not sure how to fix this myself so I thought I'd post it here.

guyburton commented 12 years ago

You should be able to safely remove 'option cflags="-Wfatal-errors"' from python_lib.mkb. Bear in mind I haven't compiled this since before 5.0 was released (then against an alpha/dev version), you may need to do a bit of tweaking to get this to work :)