HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: COmpiling Httrack on openbsd 3.9
Author: Xavier Roche
Date: 08/15/2006 12:01
 
> Did I make something wrong with the store.c?
No, but the store.h file is missing some important defines apparently ; can
you insert, in store.h, just after the lines:

#ifndef WEBHTTRACK_PROXYTRACK_STORE
#define WEBHTTRACK_PROXYTRACK_STORE

the following lines:

/* Includes */
#ifndef _WIN32
#include <pthread.h>
#else
#include "windows.h"
#endif

And tell me if that's okay now ?
Thanks!
 
Reply Create subthread


All articles

Subject Author Date
COmpiling Httrack on openbsd 3.9

08/14/2006 18:45
Re: COmpiling Httrack on openbsd 3.9

08/14/2006 18:53
Re: COmpiling Httrack on openbsd 3.9

08/14/2006 20:10
Re: COmpiling Httrack on openbsd 3.9

08/14/2006 20:24
Re: COmpiling Httrack on openbsd 3.9

08/14/2006 20:43
Re: COmpiling Httrack on openbsd 3.9

08/14/2006 21:21
Re: COmpiling Httrack on openbsd 3.9

08/15/2006 00:01
Re: COmpiling Httrack on openbsd 3.9

08/15/2006 12:01
Re: COmpiling Httrack on openbsd 3.9

08/15/2006 19:39
Re: COmpiling Httrack on openbsd 3.9

08/17/2006 08:15
Re: COmpiling Httrack on openbsd 3.9

08/19/2006 11:18
Re: COmpiling Httrack on openbsd 3.9

08/19/2006 18:15
Re: COmpiling Httrack on openbsd 3.9

08/20/2006 16:06
Re: COmpiling Httrack on openbsd 3.9

08/28/2006 16:18




2

Created with FORUM 2.0.11