Changes between Initial Version and Version 2 of Ticket #50686
- Timestamp:
- Feb 22, 2016, 3:27:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50686
- Property Keywords powerpc added; PPC removed
- Property Owner changed from macports-tickets@… to stromnov@…
- Property Cc stromnov@… removed
-
Ticket #50686 – Description
initial v2 7 7 -Joseph 8 8 9 9 {{{ 10 10 /usr/bin/gcc-4.2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch ppc -DPSUTIL_VERSION=400 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c psutil/_psutil_osx.c -o build/temp.macosx-10.5-ppc-2.7/psutil/_psutil_osx.o 11 11 psutil/_psutil_osx.c: In function âpsutil_proc_memory_mapsâ: … … 18 18 psutil/_psutil_osx.c:624: error: for each function it appears in.) 19 19 error: command '/usr/bin/gcc-4.2' failed with exit status 1 20 20 }}}