Re: httrack

2015-01-21 Thread Vadim Zhukov
21 янв. 2015 г. 20:11 пользователь Zuleyha Torku
zuleyhato...@gmail.com
написал:

 Hi

 I would like to use httrack. But, when I was try to make it source
 (downloaded from svn), I have got plenty of errors like belov

 Is there anyone can give some advices about installation httrack on
OpenBSD
 5.6 amd64 ?

 htscharset.c:1239: warning: comparison is always true due to limited range
 of data type

Please take a look for www/httrack port. It didn't get in OpenBSD 5.6,
unfortunately, but you likely could take it from -CURRENT (this is not a
supported method in general, but should work in that particular case):

$ cd /usr/ports
$ cvs up -APd www/httrack
$ cd www/httrack
$ make install

Alternatively, you could take patches from this port and adapt them to SVN
checkout you have.

--
Vadim Zhukov



Re: httrack

2015-01-21 Thread Maurice McCarthy

On 2015-01-21 17:34, Maurice McCarthy wrote:

Why not just

$ sudo pkg_add httrack?



Ah! Only added to ports 2014-10-03 so it won't be in 5.6-stable.



Re: httrack

2015-01-21 Thread Mike Burns
On 2015-01-21 19.08.47 +0200, Zuleyha Torku wrote:
 I would like to use httrack. But, when I was try to make it source
 (downloaded from svn), I have got plenty of errors like belov
 
 htscharset.c:1239: warning: comparison is always true due to limited range
 of data type

That's a warning, not an error. Paste the full output if it actually
does not work.



httrack

2015-01-21 Thread Zuleyha Torku
Hi

I would like to use httrack. But, when I was try to make it source
(downloaded from svn), I have got plenty of errors like belov

Is there anyone can give some advices about installation httrack on OpenBSD
5.6 amd64 ?

htscharset.c:1239: warning: comparison is always true due to limited range
of data type

Zuleyha



Re: httrack

2015-01-21 Thread Maurice McCarthy

Why not just

$ sudo pkg_add httrack?



Httrack

2015-01-21 Thread Zuleyha Torku
Hi

When I try to build httrack from source (dowloaded from svn) I get plenty
of errors that mentioning

htscharset.c:1239: warning: comparison is always true due to limited range
of data type


Is there anyone can give me some advices about building/installing  httrack
on OpenBSD amd64 5.6