I checked in my cmakelist.txt in fact there is no pb. I forgot i added the
lines:

CHECK_TYPE_SIZE(uint32_t    UINT32_T)
IF(NOT HAVE_UINT32_T)
  IF(MSVC)
    SET(uint32_t "unsigned int")
    SET(SIZEOF_UNSIGNED_INT 4)
  ENDIF(MSVC)
ENDIF(NOT HAVE_UINT32_T)

The "check size of uint32_t" fails, but it is correctly handled after for
VS.

Benoit

On Fri, Sep 10, 2010 at 10:57 AM, Benoit Scherrer
<[email protected]>wrote:

> Hi,
>
> Yes all the "found" / "not found" are fine.
> The only strange thing is the "Check size of uint32_t - failed" . It seems
> that VS2008 with WinXP 64b
> doesn't know  uint32_t  ? I think it should use a default size. Does the
> source compile after?
> (can you generate the VS project after the configuration?)
>
> I have a machine with Win7 64b, i should have time this week end to check
> that.
> I let you know!
>
> Benoit
>
> On Thu, Sep 9, 2010 at 1:50 PM, Steven G. Johnson 
> <[email protected]>wrote:
>
>> On Sep 9, 2010, at 9:28 AM, VLAD MIHAI CHIRIAC wrote:
>>
>> Configuring done
>>
>> Can you help me with this errors?
>>
>>
>> I haven't used the CMake files myself, and perhaps Benoit can provide more
>> information.
>>
>> However, as far as I understand, the messages you report are not errors
>> (it said "Configuring done" after all, not "Configuring failed").  The tests
>> that reported "false" or "failed" should just mean that these are things
>> that are not supported in the Windows compiler (like the unistd.h header)
>> and will be automatically turned off or worked around in the code as a
>> consequence.
>>
>> Steven
>>
>
>
>
> --
> / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
> / /
> Benoit Scherrer
> Postdoctoral Research Fellow
> Computational Radiology Laboratory,
> Harvard Medical School (Boston)
>
> http://www.crl.med.harvard.edu/
> http://www.BenoitScherrer.com
> / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
> / /
>



-- 
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
/ /
Benoit Scherrer
Postdoctoral Research Fellow
Computational Radiology Laboratory,
Harvard Medical School (Boston)

http://www.crl.med.harvard.edu/
http://www.BenoitScherrer.com
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
/ /
_______________________________________________
NLopt-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss

Reply via email to