Closed GoogleCodeExporter closed 8 years ago
Note, moving to Build 299 from SVN appears to have solved this problem.
Prior attempts at building failed with the same issues reported above.
Original comment by absolute...@gmail.com
on 30 Mar 2011 at 3:38
[deleted comment]
I though it worked but when I run pyrit i get
Pyrit 0.3.0 (C) 2008-2010 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+
and i run the build 299 again..
python setup.py build
svn: '.' is not a working copy
running build
running build_py
running build_ext
building 'cpyrit._cpyrit_cpu' extension
gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -c
cpyrit/_cpyrit_cpu.c -o build/temp.macosx-10.3-fat-2.4/cpyrit/_cpyrit_cpu.o
-Wall -fno-strict-aliasing -DVERSION="0.4.1-dev"
cc1: error: unrecognized command line option "-Wno-long-double"
cc1: error: unrecognized command line option "-Wno-long-double"
lipo: can't figure out the architecture type of:
/var/folders/0A/0AepZASDH2mfh8It4IHEDk+++TI/-Tmp-//cco9FWVF.out
error: command 'gcc' failed with exit status 1
Original comment by mannydia...@gmail.com
on 31 Mar 2011 at 4:51
"/Developer/SDKs/MacOSX10.4u.sdk" - really? Update your XCode
Original comment by lukas.l...@gmail.com
on 5 Apr 2011 at 7:53
yes i have mac 10.6.7 and the lates xcode version 4, build 4A304a
Original comment by mannydia...@gmail.com
on 17 Apr 2011 at 7:44
I have Developer/SDKs/MacOSX10.6.sdk not /Developer/SDKs/MacOSX10.4u.sdk
Original comment by mannydia...@gmail.com
on 20 Apr 2011 at 6:12
You need . . .
libdnet-1.12 (or greater)
pylibpcap-0.6.2 (or greater)
scapy
Install all of those before attempting install of pyrit.
Original comment by GrantWSa...@gmail.com
on 20 Apr 2011 at 2:55
I just reinstalled libnet, pylibpcap and scapy and i still get
python setup.py build
svn: '.' is not a working copy
running build
running build_py
running build_ext
running build_scripts
Original comment by mannydia...@gmail.com
on 21 Apr 2011 at 5:06
Sounds like your missing some dependencies.
Try installing xcode 3 and reinstalling everything else, Pyrit last.
Post error codes, I doubt libdnet and scapy installed correctly
Original comment by GrantWSa...@gmail.com
on 21 Apr 2011 at 8:19
Your version of XCode, including gcc, and python 2.4 is too old.
Original comment by lukas.l...@gmail.com
on 24 Apr 2011 at 11:42
Original issue reported on code.google.com by
mannydia...@gmail.com
on 29 Mar 2011 at 10:38