Open GoogleCodeExporter opened 8 years ago
which version of gcc?
# gcc --version
here is 4.7.2 does not give it
Original comment by deltomaf...@gmail.com
on 29 Jul 2013 at 12:48
Version gcc 4.0.1 was used to compile reaver.
% gcc --version
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I also tried to compile using gcc-4.8 and clang-3.3, however both runs failed
with likewise errors.
% /opt/local/bin/gcc-mp-4.8 --version
gcc-mp-4.8 (MacPorts gcc48 4.8.1_1) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
% /opt/local/bin/clang-mp-3.3 --version
clang version 3.3 (tags/RELEASE_33/final)
Target: i386-apple-darwin9.8.0
Thread model: posix
I'll attach the logfiles of both other tries in an separate email message to
you, because I don't see an option to upload any output and add it to this
issue. Hopefully you don't mind me doing so.
Original comment by nonstop....@gmail.com
on 29 Jul 2013 at 7:18
Log output for failed compilations with gcc-4.8 and clang-3.3 concerning
issue 524.
Please see attached logfiles: main_clang-3.3.log.bz2
and main_gcc-4.8.log.bz2.
Original comment by nonstop....@gmail.com
on 29 Jul 2013 at 7:26
which version of cpp?
# cpp --version
here is same 4.7.2
only one that gives error?
Original comment by deltomaf...@gmail.com
on 29 Jul 2013 at 8:14
% cpp --version
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
% /opt/local/bin/cpp-mp-4.8 --version
cpp-mp-4.8 (MacPorts gcc48 4.8.1_1) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
% /opt/local/bin/clang++-mp-3.3 --version
clang version 3.3 (tags/RELEASE_33/final)
Target: i386-apple-darwin9.8.0
Thread model: posix
I'm not sure which error you refer to exactly, but you should be able to see
them in the logfiles I send by email.
Original comment by nonstop....@gmail.com
on 29 Jul 2013 at 9:17
Reaver downloaded by svn?
Tried version 1.3?
Compiling the complete package of the Reaver
the error is only in this libwps?
in that email?
Original comment by deltomaf...@gmail.com
on 30 Jul 2013 at 3:25
I fetched the archive reaver-1.4.tar.gz from
http://reaver-wps.googlecode.com/files/.
No, I only tried version 1.4 so far.
libwps?
Yes, after the error in the compilation of libwps the build stops further
processing.
I guess you did not get the attached logfiles I provided by mail.
I'll attach the logfiles to MacPorts ticket
https://trac.macports.org/ticket/39847 please download them from there.
Original comment by nonstop....@gmail.com
on 31 Jul 2013 at 2:24
I see that your problem is missing or do not find Headers:
stdlib.h, stdint.h, stdio.h, string.h.
It may be that you have installed the SDK. (/ Developer / SDKs)
specify the - sysroot flag to the compiler
you also need to specify the MACOSX_DEPLOYMENT_TARGET environment variable.
set (CMAKE_CXX_FLAGS "- sysroot $ {CMAKE_OSX_SYSROOT CMAKE_CXX_FLAGS} $ {}")
Original comment by deltomaf...@gmail.com
on 1 Aug 2013 at 3:36
sorry, where is "- sysroot"
is "--sysroot"
Original comment by deltomaf...@gmail.com
on 1 Aug 2013 at 3:39
This is all I needed to fix to get reaver 1.4 to compile on Mac OS X 10.5:
https://trac.macports.org/browser/trunk/dports/security/reaver/files/patch-libwp
s-libwps.h.diff?rev=108855
Original comment by ryandesi...@gmail.com
on 3 Aug 2013 at 9:48
Original issue reported on code.google.com by
nonstop....@gmail.com
on 24 Jul 2013 at 3:18