Ticket #86 (closed defect: worksforme)

Opened 15 months ago

Last modified 15 months ago

Build fails on MacOS 10.7.3 with Xcode 4.3

Reported by: simonszu Owned by: ian
Priority: major Milestone: Urwid 1.0.0
Component: unknown Version:
Keywords: Cc:

Description

Hi, i try to compile urwid on a Mac OS 10.7.3 with Xcode 4.3. The compile fails with following error:

creating build/temp.macosx-10.5-fat3-2.7/source

gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c source/str_util.c -o build/temp.macosx-10.5-fat3-2.7/source/str_util.o

unable to execute gcc-4.0: No such file or directory

What can i do to fix this?

Change History

Changed 15 months ago by ian

  • status changed from new to closed
  • resolution set to worksforme

Looks like you might need gcc-4.0 :-)

Sorry, I don't have a mac and can't help you fix this one, maybe try asking on #python IRC if you can't figure it out.

Note: See TracTickets for help on using tickets.