[Box Backup-dev] help from a linux guru please!!!

Chris Wilson boxbackup-dev at fluffy.co.uk
Tue Jul 25 09:47:18 BST 2006


Hi Nick,

> int main()
> {
>    off_t nick=8589934591;
>    std::cout << "Hello World!";
>    return -1;
> }

The problem, as Martin correctly suggested, is the missing LL after the 
numeric constant. With that, it compiles fine on my 32-bit box.

Cheers, Chris.
-- 
_ ___ __     _
  / __/ / ,__(_)_  | Chris Wilson <0000 at qwirx.com> - Cambs UK |
/ (_/ ,\/ _/ /_ \ | Security/C/C++/Java/Perl/SQL/HTML Developer |
\ _/_/_/_//_/___/ | We are GNU-free your mind-and your software |




More information about the Boxbackup-dev mailing list