Build Log
  

Rebuild started: Project: coresys, Configuration: Debug|Win32

Command Lines
  
Creating command line "rc.exe /d "_DEBUG" /d "_VC80_UPGRADE=0x0710" /l 0x409 /fo"..\lib\debug/coresys.res" coresys.rc"
Creating temporary file "C:\DOCUME~1\q2slab\LOCALS~1\Temp\RSP7A.bs" with contents
[
/c /Od /I "common" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "CORESYS_EXPORTS" /D "KDU_PENTIUM_MSVC" /D "_CRT_SECURE_NO_DEPRECATE" /D "_WINDLL" /D "_MBCS" /D "_VC80_UPGRADE=0x0710" /EHsc /RTC1 /MDd /GS /fp:fast /Fo"..\debug/" /W3 /nologo /Wp64 /Zi /Qvc9 /Qlocation,link,"c:\Program Files\Microsoft Visual Studio 9.0\VC\bin"
.\transform\synthesis.cpp
coding\block_coding_common.cpp
parameters\params.cpp
.\common\kdu_arch.cpp
roi\roi.cpp
compressed\codestream.cpp
compressed\blocks.cpp
.\transform\analysis.cpp
transform\colour.cpp
coding\block_decoder.cpp
coding\mq_decoder.cpp
compressed\compressed.cpp
.\threads\kdu_threads.cpp
coding\block_encoder.cpp
coding\mq_encoder.cpp
messaging\messaging.cpp
coding\decoder.cpp
kernels\kernels.cpp
.\transform\multi_transform.cpp
coding\encoder.cpp
]
Creating command line "icl.exe "@C:\DOCUME~1\q2slab\LOCALS~1\Temp\RSP7A.bs""
Creating temporary file "C:\DOCUME~1\q2slab\LOCALS~1\Temp\RSP7D.bs" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /OUT:"..\..\Debug\kdu_v61D.dll" /INCREMENTAL:NO /nologo /MANIFEST /MANIFESTFILE:"..\lib\debug\kdu_v61D.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /TLBID:1 /DEBUG /PDB:"..\debug\kdu_v61D.pdb" /DYNAMICBASE:NO /IMPLIB:"..\lib\kdu_v61D.lib" /MACHINE:X86 /DLL
..\debug/kdu_arch.obj
..\debug/params.obj
..\debug/blocks.obj
..\debug/codestream.obj
..\debug/compressed.obj
..\debug/block_coding_common.obj
..\debug/block_decoder.obj
..\debug/block_encoder.obj
..\debug/decoder.obj
..\debug/encoder.obj
..\debug/mq_decoder.obj
..\debug/mq_encoder.obj
..\debug/analysis.obj
..\debug/colour.obj
..\debug/multi_transform.obj
..\debug/synthesis.obj
..\debug/kernels.obj
..\debug/messaging.obj
..\debug/roi.obj
..\lib\debug/coresys.res
..\debug/kdu_threads.obj
]
Creating command line "xilink.exe "@C:\DOCUME~1\q2slab\LOCALS~1\Temp\RSP7D.bs""
Creating temporary file "C:\DOCUME~1\q2slab\LOCALS~1\Temp\RSP82.bs" with contents
[
/nologo /outputresource:"..\..\Debug\kdu_v61D.dll;#2" /manifest "..\lib\debug\kdu_v61D.dll.intermediate.manifest"
]
Creating command line "mt.exe "@C:\DOCUME~1\q2slab\LOCALS~1\Temp\RSP82.bs""
Creating temporary file "C:\DOCUME~1\q2slab\LOCALS~1\Temp\Vad86.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ..\lib\debug\mt.dep
]
Creating command line "cmd.exe /c C:\DOCUME~1\q2slab\LOCALS~1\Temp\Vad86.bat"
Output Window
  
Deleting intermediate files and output files for project 'coresys', configuration 'Debug|Win32'.
Compiling resources... (Microsoft VC++ Environment)
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0

Copyright (C) Microsoft Corporation.  All rights reserved.


Compiling with Intel(R) C++ 11.0.072 [IA-32]... (Intel C++ Environment)
synthesis.cpp
common\kdu_sample_processing.h(197): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
              if (_addr_to_kdu_int32(buffer) & 8)
                  ^

block_coding_common.cpp
params.cpp
kdu_arch.cpp
roi.cpp
codestream.cpp
compressed\compressed_local.h(4750): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
    return (*state_ref == _addr_to_kdu_long(result))?result:NULL;
                          ^

compressed\codestream.cpp(1894): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
    int page_offset = (- _addr_to_kdu_int32(block)) & (page_size-1);
                         ^

blocks.cpp
compressed\compressed_local.h(4750): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
    return (*state_ref == _addr_to_kdu_long(result))?result:NULL;
                          ^

compressed\blocks.cpp(258): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
    int alignment = (int)(_addr_to_kdu_int32(sample_buffer) & 0x0F);
                          ^

analysis.cpp
common\kdu_sample_processing.h(197): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
              if (_addr_to_kdu_int32(buffer) & 8)
                  ^

colour.cpp
common\kdu_sample_processing.h(197): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
              if (_addr_to_kdu_int32(buffer) & 8)
                  ^

transform\msvc_colour_mmx_local.h(82): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
    int k, alignment = _addr_to_kdu_int32(buf) & 0x0F;
                       ^

block_decoder.cpp
mq_decoder.cpp
compressed.cpp
compressed\compressed_local.h(4750): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
    return (*state_ref == _addr_to_kdu_long(result))?result:NULL;
                          ^

compressed\compressed.cpp(6483): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
        state = _addr_to_kdu_long(result); assert(!(state & 1));
                ^

compressed\compressed.cpp(6497): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
    state = _addr_to_kdu_long(result); assert(!(state & 1));
            ^

kdu_threads.cpp
.\threads\kdu_threads.cpp(134): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
        int offset = (- _addr_to_kdu_int32(block)) & mask;
                        ^

.\threads\kdu_threads.cpp(590): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
    offset = (- _addr_to_kdu_int32(base)) & mask;
                ^

block_encoder.cpp
mq_encoder.cpp
messaging.cpp
decoder.cpp
common\kdu_sample_processing.h(197): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
              if (_addr_to_kdu_int32(buffer) & 8)
                  ^

kernels.cpp
multi_transform.cpp
common\kdu_sample_processing.h(197): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
              if (_addr_to_kdu_int32(buffer) & 8)
                  ^

encoder.cpp
common\kdu_sample_processing.h(197): warning #1684: conversion from pointer to same-sized integral type (potential portability problem)
              if (_addr_to_kdu_int32(buffer) & 8)
                  ^

Linking... (Intel C++ Environment)
xilink: executing 'link'
   Creating library ..\lib\kdu_v61D.lib and object ..\lib\kdu_v61D.exp
Embedding manifest... (Microsoft VC++ Environment)
Results
  
Build log was saved at "file://C:\Documents and Settings\q2slab\My Documents\Visual Studio 2008\Projects\Application\Kakadu\lib\debug\BuildLog.htm"
coresys - 0 error(s), 16 warning(s)