Closed GoogleCodeExporter closed 8 years ago
You're probably using Cygwin and GCC 3.x. Either take out the -Wno-pointer-sign
or
upgrade to GCC 4.x.
Original comment by dgu...@gmail.com
on 15 Jul 2008 at 7:54
[deleted comment]
Now I receive this WARNING after removing -Wno-pointer-sign
cc ratproxy.c -o ratproxy -Wall -O3 -D_GNU_SOURCE http.c mime.c ssl.c -lcrypto
-lssl
*** WARNING: flare-dist/flare bianry is not operational.
*** Please see flare-dist/README and update it for your OS.
Thank you for your response.
Original comment by syedb...@gmail.com
on 16 Jul 2008 at 1:34
The warning is expected, please refer to said README for more information :-)
Yup,
GCC 4.x or removal of -Wno-pointer-sign is required, as noted on the
RatproxyDoc page.
Cheers,
/mz
Original comment by lcam...@gmail.com
on 16 Jul 2008 at 3:22
Original issue reported on code.google.com by
syedb...@gmail.com
on 15 Jul 2008 at 6:52