View Single Post
  #21  
Old 20th January 2010, 01:26
zuzubv zuzubv is offline
Member
 
Join Date: Dec 2008
P2P
Posts: 7
Default
add this 3 lines

PHP Code:
#include "assert.h"                                                                                                             
#include "string.h"                                                                                                             
#include "stdlib.h" 
in header of this files

sql_result.h
stream_int.h
bt_misc.cpp
bvalue.cpp
virtual_binary.cpp
xif_value.h

when you have make error, type make clean then make again

LE: and in tracker_input.cpp

LE2: and if you got LONG_LONG_MAX error

add to tracker_input.cpp

PHP Code:
#include <climits> 
if not works

then make clean, and add this

PHP Code:
#define LONG_LONG_MAX 9223372036854775807LL 
and then make clean and again MAKE and you got it

Last edited by zuzubv; 20th January 2010 at 04:24.
Reply With Quote
The Following User Says Thank You to zuzubv For This Useful Post:
Phogo (22nd November 2010)