Skip to content

Instantly share code, notes, and snippets.

@markfinal
Created June 24, 2018 07:55
Show Gist options
  • Save markfinal/148dcdd586927425176d08b3bc54d58e to your computer and use it in GitHub Desktop.
Save markfinal/148dcdd586927425176d08b3bc54d58e to your computer and use it in GitHub Desktop.
OpenImageIO head of RB-1.8 branch build output from EMBEDPLUGINS=0 under VisualStudio 2015
1>------ Build started: Project: CopyFiles, Configuration: RelWithDebInfo x64 ------
2>------ Build started: Project: tiff.imageio, Configuration: RelWithDebInfo x64 ------
2> Creating library D:/OIIO/build/src/tiff.imageio/RelWithDebInfo/tiff.imageio.lib and object D:/OIIO/build/src/tiff.imageio/RelWithDebInfo/tiff.imageio.exp
2>tiffinput.obj : error LNK2019: unresolved external symbol "bool __cdecl OpenImageIO_v1_8::pvt::check_texture_metadata_sanity(class OpenImageIO_v1_8::ImageSpec &)" (?check_texture_metadata_sanity@pvt@OpenImageIO_v1_8@@YA_NAEAVImageSpec@2@@Z) referenced in function "private: void __cdecl OpenImageIO_v1_8::TIFFInput::readspec(bool)" (?readspec@TIFFInput@OpenImageIO_v1_8@@AEAAX_N@Z)
2>D:\OIIO\build\src\tiff.imageio\RelWithDebInfo\tiff.imageio.dll : fatal error LNK1120: 1 unresolved externals
3>------ Build started: Project: openexr.imageio, Configuration: RelWithDebInfo x64 ------
4>------ Skipped Build: Project: Continuous, Configuration: RelWithDebInfo x64 ------
4>Project not selected to build for this solution configuration
5>------ Skipped Build: Project: Nightly, Configuration: RelWithDebInfo x64 ------
5>Project not selected to build for this solution configuration
6>------ Skipped Build: Project: NightlyMemoryCheck, Configuration: RelWithDebInfo x64 ------
6>Project not selected to build for this solution configuration
3> Creating library D:/OIIO/build/src/openexr.imageio/RelWithDebInfo/openexr.imageio.lib and object D:/OIIO/build/src/openexr.imageio/RelWithDebInfo/openexr.imageio.exp
7>------ Skipped Build: Project: RUN_TESTS, Configuration: RelWithDebInfo x64 ------
7>Project not selected to build for this solution configuration
3>exrinput.obj : error LNK2019: unresolved external symbol "bool __cdecl OpenImageIO_v1_8::pvt::check_texture_metadata_sanity(class OpenImageIO_v1_8::ImageSpec &)" (?check_texture_metadata_sanity@pvt@OpenImageIO_v1_8@@YA_NAEAVImageSpec@2@@Z) referenced in function "public: bool __cdecl OpenImageIO_v1_8::OpenEXRInput::PartInfo::parse_header(class OpenImageIO_v1_8::OpenEXRInput *,class Imf_2_2::Header const *)" (?parse_header@PartInfo@OpenEXRInput@OpenImageIO_v1_8@@QEAA_NPEAV23@PEBVHeader@Imf_2_2@@@Z)
8>------ Skipped Build: Project: Experimental, Configuration: RelWithDebInfo x64 ------
8>Project not selected to build for this solution configuration
3>D:\OIIO\build\src\openexr.imageio\RelWithDebInfo\openexr.imageio.dll : fatal error LNK1120: 1 unresolved externals
9>------ Skipped Build: Project: INSTALL, Configuration: RelWithDebInfo x64 ------
9>Project not selected to build for this solution configuration
10>------ Skipped Build: Project: PACKAGE, Configuration: RelWithDebInfo x64 ------
10>Project not selected to build for this solution configuration
========== Build: 1 succeeded, 2 failed, 51 up-to-date, 7 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment