help-octave
[Top][All Lists]
Advanced

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

Re: Problem building netcdf-1.0.0 on Mac OS 10.8 using recent compilers.


From: Alexander Barth
Subject: Re: Problem building netcdf-1.0.0 on Mac OS 10.8 using recent compilers.
Date: Wed, 28 Aug 2013 22:14:14 +0200

Dear Alexander,

The code tries to casts a unsigned 64-bit integer to a size_t variable.

I tried to reproduce the error that you are seeing, but the attached code works with my version of clang (Ubuntu clang version 3.0-6ubuntu3 (tags/RELEASE_30/final) (based on LLVM 3.0)) and gcc 4.6.3. I used the following:

clang++ -c  -I/path/to/include/octave-3.6.4/   test_cast.cc


Can you check if you can trigger the error message with the attached code on your system?

Thanks and regards,
Alexander

Attachment: test_cast.cc
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]