* Fabian Keil ([EMAIL PROTECTED]) wrote: > Anothony Georgeo <[EMAIL PROTECTED]> wrote: > > > Roger Dingledine <[EMAIL PROTECTED]> wrote: > > (Windows bundles aren't ready yet, since none of the developers have > > Windows these days; they'll be up...sometime.) > > > > I am trying to build this on Windows but I'm having trouble using MAKE. I > > got the source via. <https://tor-svn.freehaven.net/svn/tor/trunk/> and put > > it into the dir. "Tor".
You are better then me. I'm still struggling to get the source. linux486:/tmp$ wget https://tor-svn.freehaven.net/svn/tor/tags/tor-0_1_2_1_alpha/* AVERTISSEMENT: les métacaractères ne sont pas supportés en HTTP. --20:47:04-- https://tor-svn.freehaven.net/svn/tor/tags/tor-0_1_2_1_alpha/* => *' Résolution de tor-svn.freehaven.net... 18.244.0.188 Connexion vers tor-svn.freehaven.net|18.244.0.188|:443...connecté. ERREUR: erreur de vérification du certificat pour tor-svn.freehaven.net: self signed certificate Pour établir une connexion à tor-svn.freehaven.net non sécuritaire, utiliser --no-check-certificate'. Incapable d'établir une connexion SSL. linux486:/tmp$ wget --no-check-certificate' https://tor-svn.freehaven.net/svn/tor/tags/tor-0_1_2_1_alpha/* > linux486:/tmp$ wget --no-check-certificate https://tor-svn.freehaven.net/svn/tor/tags/tor-0_1_2_1_alpha/* AVERTISSEMENT: les métacaractères ne sont pas supportés en HTTP. --20:47:32-- https://tor-svn.freehaven.net/svn/tor/tags/tor-0_1_2_1_alpha/* => *' Résolution de tor-svn.freehaven.net... 18.244.0.188 Connexion vers tor-svn.freehaven.net|18.244.0.188|:443...connecté. AVERTISSEMENT: erreur de vérification du certificat pour tor-svn.freehaven.net: self signed certificate requête HTTP transmise, en attente de la réponse...404 Not Found 20:47:33 ERREUR 404: Not Found. linux486:/tmp$ wget --no-check-certificate https://tor-svn.freehaven.net/svn/tor/tags/tor-0_1_2_1_alpha/ --20:47:44-- https://tor-svn.freehaven.net/svn/tor/tags/tor-0_1_2_1_alpha/ => ndex.html' Résolution de tor-svn.freehaven.net... 18.244.0.188 Connexion vers tor-svn.freehaven.net|18.244.0.188|:443...connecté. AVERTISSEMENT: erreur de vérification du certificat pour tor-svn.freehaven.net: self signed certificate requête HTTP transmise, en attente de la réponse...200 OK Longueur: 957 [text/html] 100%[==================================================================================================>] 957 --.--K/s 20:47:44 (2.59 MB/s) - « index.html » sauvegardé [957/957] linux486:/tmp$ wget https://tor-svn.freehaven.net/svn/tor/tags/tor-0_1_2_1_alpha/ --20:47:54-- https://tor-svn.freehaven.net/svn/tor/tags/tor-0_1_2_1_alpha/ => ndex.html.1' Résolution de tor-svn.freehaven.net... 18.244.0.188 Connexion vers tor-svn.freehaven.net|18.244.0.188|:443...connecté. ERREUR: erreur de vérification du certificat pour tor-svn.freehaven.net: self signed certificate Pour établir une connexion à tor-svn.freehaven.net non sécuritaire, utiliser --no-check-certificate'. Incapable d'établir une connexion SSL. > > > > I have MinGW on C:\MinGW an I included this in my environmental PATH. > > > > I tried running the following along with all [options] I could think of > > without success. > > -- > > cd Tor > > make > > pause > > -- > > > > I keep getting this error: > > -- > > make: *** No targets specified and no makefile found. Stop > > -- > > I never compiled Tor on Windows, but there is a fair > chance that you have to run ./configure by hand. > > Fabian > -- > http://www.fabiankeil.de/

