Compiling... Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.01 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /I "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include" /I "C:\Users\Igor\Documents\alembic_helge\out\i64\boost\include\boost-1_42" /I "C:\Users\Igor\Documents\alembic_helge\out\i64\IlmBase\include" /I "C:\Users\Igor\Documents\alembic_helge\out\i64\hdf5\include" /I "C:\Users\Igor\Documents\alembic_helge\lib" /D "BOOST_ALL_NO_LIB=1" /D "NDEBUG=1" /D "PLATFORM_WINDOWS" /D "PLATFORM=WINDOWS" /D "CMAKE_INTDIR=\"RelWithDebInfo\"" /D "_MBCS" /FD /EHsc /MT /Fo"AlembicUtil.dir\RelWithDebInfo\\" /Fd"C:\Users\Igor\Documents\alembic_helge\out\i64\lib\Alembic\Util\RelWithDebInfo/AlembicUtil.pdb" /c /TP /U _DEBUG /U _DEBUG -UDEBUG ..\..\..\..\..\lib\Alembic\Util\Murmur3.cpp ..\..\..\..\..\lib\Alembic\Util\TokenMap.cpp Murmur3.cpp C:\Users\Igor\Documents\alembic_helge\lib\Alembic/Util/Foundation.h(51) : fatal error C1083: Cannot open include file: 'half.h': No such file or directory TokenMap.cpp C:\Users\Igor\Documents\alembic_helge\lib\Alembic/Util/Foundation.h(51) : fatal error C1083: Cannot open include file: 'half.h': No such file or directory Generating Code...Build log was saved at "file://c:\Users\Igor\Documents\alembic_helge\out\i64\lib\Alembic\Util\AlembicUtil.dir\RelWithDebInfo\BuildLog.htm" AlembicUtil - 2 error(s), 0 warning(s)
if anyone could suggest anything i would really appreciate, thanks in advance,
Igor,
btw, i can provide more info if necessary
Hi Igor,
Looking at the compiler command line option
/I "C:\Users\Igor\Documents\alembic_helge\out\i64\IlmBase\include"
I assume your are building ILMBase yourself.
You may find that the Half.h file is actually inside a subdirectory
"OpenEXR" i.e. the following may help
/I "C:\Users\Igor\Documents\alembic_helge\out\i64\IlmBase\include\OpenEXR"
Regards
--
Nicholas Yue
Graphics - RenderMan, Houdini, Visualization, OpenGL, HDF5
Custom Dev - C++ porting, OSX, Linux, Windows
http://au.linkedin.com/in/nicholasyue
> --
> You received this message because you are subscribed to the Google
> Groups "alembic-discussion" group.
> To post to this group, send email to alembic-d...@googlegroups.com
> To unsubscribe from this group, send email to
> alembic-discuss...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/alembic-discussion?hl=en
>
> For RSS or Atom feeds related to Alembic, see:
>
> http://groups.google.com/group/alembic-dev/feeds
>
> http://groups.google.com/group/alembic-discussion/feeds
--
Where we have strong emotions, we're liable to fool ourselves - Carl Sagan