[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: New 2.6.29 kernel & cloop - FIXED





stirner wrote:
> 
> I think we need, again, a little fix  to the cloop source for the new
> 2.6.29 kernel:
> 
> make[1]: Entering directory `/usr/src/cloop-2.628/advancecomp-1.15'
> g++ -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -DUSE_ERROR_SILENT
> -DUSE_COMPRESS -pthread -c -o advfs.o ../advfs.cc
> ../advfs.cc: In function 'int main(int, char**)':
> ../advfs.cc:827: warning: deprecated conversion from string constant to
> 'char*'
> ../advfs.cc:886: error: 'INT_MAX' was not declared in this scope
> make[1]: *** [advfs.o] Error 1
> make[1]: Leaving directory `/usr/src/cloop-2.628/advancecomp-1.15'
> make: *** [advancecomp-1.15/advfs] Error 2
> 
> Thanks
> 
> Max
> 

I reply to myself ;-)

Just put "#include <limits.h>" in advfs.cc and cloop will compile.

Max

-- 
View this message in context: http://www.nabble.com/New-2.6.29-kernel---cloop-tp22697315p22703119.html
Sent from the debian-knoppix mailing list archive at Nabble.com.


Reply to: