-
Hi,
I started over from scratch from the CVS current. Adding -mno-windows on top of -mno-cygwin solved most problems.
Another issue I got came from using sys/socket.h, while winsock2.h should be used on win32. Adding a
#ifdef MINGW32
#include
in project.h solves the issue.
Now I still have a last problem:
$ make
gcc -c -pipe -O2 -mwindows -mno-cygwin -Wall -Ipcre actions.c -o...
2010-01-07 19:04:47 UTC by nobody
-
Hello Fabian,
I used some free time to build an IPv6 version using cygwin and mingw, as recommended : )
I successfully made changes to the configure script to force the enablement of IPv6 in the config.h file which sums up as #define HAVE_RFC2553 1
This must be the reason why win32 versions don’t have its support by default: even on Vista, the cygwin environnement doesn’t report IPv6, it...
2010-01-07 09:19:29 UTC by nobody
-
Debian stable (lenny) uses version 3.0.9-1. Provoxy is interfering with 'aptiitude update' and 'apt-get update' giving errors such as:
Err http://dl.google.com stable Release.gpg Cannot initiate the connection to 8118:80 (0.0.31.182). - connect (22 Invalid argument)
2010-01-07 04:48:05 UTC by nobody
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2010-01-07 02:20:15 UTC by sf-robot
-
Hi Fabian. Sorry it took me so long to get back to you about the logs, etc... It's not that often that I open up so many pages at the same time. Anyways, thanks for your advice. I noticed the same problem happening today, so I turned on the log (after the problem had already started). I can't figure out how to attach files to my comments and the log file is about 2 MB so I doubt it's a good...
2010-01-06 17:08:42 UTC by tempjoke
-
Getting the the configure script to properly detect the required functions shouldn't be too hard for someone with the required motivation, but simply compiling Privoxy yourself probably won't be enough, otherwise the official binaries should have FEATURE_IPV6_SUPPORT enabled. If I'm not mistaken they are compiled on Windows Vista which supports IPv6.
There's certainly a way to get Privoxy's...
2010-01-06 13:11:41 UTC by fabiankeil
-
Thank you Fabian for your answer.
So, is there any way to get an IPv6 enabled version ?
I really need to have this V6 support, or I will have to switch to a different program :-(
At the last resort, I am willing to compile it myself as my machine is full-V6, but I haven't found any instruction on how to build it on win32. Let me know if you have any insight.
Thanks by advance !
2010-01-06 10:50:01 UTC by nobody
-
You're welcome.
2010-01-06 10:19:13 UTC by fabiankeil
-
FEATURE_IPV6_SUPPORT is enabled automatically by the configure script if getaddrinfo() and getnameinfo() are detected.
There currently is no configure option to explicitly disable IPv6 support. If the win32 package don't have it, the functions either aren't available, or simply aren't detected on the system used to create the package.
The latter case is probably more likely.
2010-01-06 10:18:52 UTC by fabiankeil
-
fabiankeil committed patchset 4506 of module current to the Privoxy CVS repository, changing 1 files.
2010-01-05 23:36:43 UTC by fabiankeil