Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMAKE issue IMPORTED_LOCATION not set #51

Open
Blockheadsuper opened this issue Jul 7, 2024 · 1 comment
Open

CMAKE issue IMPORTED_LOCATION not set #51

Blockheadsuper opened this issue Jul 7, 2024 · 1 comment

Comments

@Blockheadsuper
Copy link

Blockheadsuper commented Jul 7, 2024

Hello,

I'm trying to build this on Windows. I'm using gitbash and following the gitbash instructions as recommended. When I do "cmake .." I get many errors like this:"

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

I get that error repeated for _zlib, _libpng, and _glew. Files are still generated but I can't build because I'm missing pangolin_export.h I think. When I try to build with "cmake --build ." it's then that I get a bunch of errors like this:

C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal  error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
 file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src\_pangolin.vcxproj]

I'm definitely out of my depth trying to build code like this so I'm sure I'm making a mistake on my end, any advice? Thank you.

cmake log $ cmake .. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake.

Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.

-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22635.
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
CMake Warning (dev) in CMakeModules/FindMediaFoundation.cmake:
A logical block opening on the line

C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/CMakeModules/FindMediaFoundation.cmake:13 (IF)

closes on the line

C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/CMakeModules/FindMediaFoundation.cmake:15 (ENDIF)

with mis-matching arguments.
Call Stack (most recent call first):
src/CMakeLists.txt:427 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

-- MediaFoundation Found and Enabled
-- libpng Found and Enabled
-- libjpeg Found and Enabled
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
CMake Warning at python/CMakeLists.txt:3 (find_package):
By not providing "Findpybind11.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "pybind11",
but CMake did not find one.

Could not find a package configuration file provided by "pybind11" with any
of the following names:

pybind11Config.cmake
pybind11-config.cmake

Add the installation prefix of "pybind11" to CMAKE_PREFIX_PATH or set
"pybind11_DIR" to a directory containing one of the above files. If
"pybind11" provides a separate development package or SDK, be sure it has
been installed.

CMake Deprecation Warning at external/pybind11/tools/pybind11Tools.cmake:8 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.

Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
python/CMakeLists.txt:9 (include)

CMake Warning (dev) at external/pybind11/tools/FindPythonLibsNew.cmake:60 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
external/pybind11/tools/pybind11Tools.cmake:16 (find_package)
python/CMakeLists.txt:9 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Configuring done (1.4s)
CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_glew" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_libpng" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_glew" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_libpng" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_glew" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_libpng" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_glew" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_libpng" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_glew" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_libpng" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_glew" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_libpng" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_glew" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_libpng" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_glew" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_libpng" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_glew" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_libpng" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_glew" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_libpng" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_glew" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_libpng" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_glew" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_libpng" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_glew" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_libpng" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_glew" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_libpng" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_glew" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_libpng" configuration
"MinSizeRel".

CMake Error in external/CMakeLists.txt:
IMPORTED_LOCATION not set for imported target "_zlib" configuration
"MinSizeRel".

-- Generating done (2.5s)
CMake Generate step failed. Build files cannot be regenerated correctly.

cmake --build log $ cmake --build . MSBuild version 17.7.2+d6990bcfa for .NET Framework

1>Checking Build System
Performing update step for '__glew'
No patch step for '__glew'
Performing configure step for '__glew'
CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.

Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.

-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22635.
-- Configuring done (0.0s)
-- Generating done (0.1s)
-- Build files have been written to: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/glew/src/__glew-build
Performing build step for '__glew'
MSBuild version 17.7.2+d6990bcfa for .NET Framework

1>Checking Build System
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/glew/src/__glew/CMakeLists.txt
libglew_static.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\glew\src__glew-build\lib\Debug\glewd.lib
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/glew/src/__glew/CMakeLists.txt
glewinfo.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\glew\src__glew-build\bin\Debug\glewinfo.exe
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/glew/src/__glew/CMakeLists.txt
libglew_shared.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\glew\src__glew-build\bin\Debug\glewd.dll
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/glew/src/__glew/CMakeLists.txt
visualinfo.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\glew\src__glew-build\bin\Debug\visualinfo.exe
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/glew/src/__glew/CMakeLists.txt
Performing install step for '__glew'
MSBuild version 17.7.2+d6990bcfa for .NET Framework

libglew_static.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\glew\src__glew-build\lib\Debug\glewd.lib
glewinfo.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\glew\src__glew-build\bin\Debug\glewinfo.exe
libglew_shared.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\glew\src__glew-build\bin\Debug\glewd.dll
visualinfo.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\glew\src__glew-build\bin\Debug\visualinfo.exe
1>
-- Install configuration: "Debug"
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/glew/lib/glewd.lib
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/glew/lib/libglew_sharedd.lib
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/glew/lib/glewd.dll
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/glew/include/GL/glew.h
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/glew/include/GL/glxew.h
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/glew/include/GL/wglew.h
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/glew/bin/glewinfo.exe
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/glew/bin/visualinfo.exe
Completed '__glew'
Performing update step for '__libjpeg'
No patch step for '__libjpeg'
Performing configure step for '__libjpeg'
CMake Warning (dev) at CMakeLists.txt:7 (project):
cmake_minimum_required() should be called prior to this top-level project()
call. Please see the cmake-commands(7) manual for usage documentation of
both commands.
This warning is for project developers. Use -Wno-dev to suppress it.

-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22635.
CMake Deprecation Warning at CMakeLists.txt:8 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.

Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.

DIST_NAME: libjpeg
DIST_VERSION: 8.4.0
DIST_LICENSE: jpeg license
DIST_AUTHOR: Tom Lane, Guido Vollbeding, Philip Gladstone, Bill Allombert, Jim Boucher, Lee Crocker, Bob Friesenhahn, Ben Jackson, Julian Minguillon, Luis Ortiz, Geo
rge Phillips, Davide Rossi, Ge
DIST_MAINTAINER: Peter Kapec
DIST_URL: http://www.ijg.org/
DIST_DESC: Independent JPEG Group
DIST_DEPENDS:
CMake Warning (dev) at CMakeLists.txt:56 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target "djpeg". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:61 (mytest)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:56 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target "djpeg". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:63 (mytest)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Configuring done (0.1s)
CMake Warning (dev) at CMakeLists.txt:56 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target "cjpeg". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:65 (mytest)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:56 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target "djpeg". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:67 (mytest)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:56 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target "cjpeg". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:69 (mytest)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:56 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target "jpegtran". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:71 (mytest)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Generating done (0.3s)
-- Build files have been written to: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/src/__libjpeg-build
Performing build step for '__libjpeg'
MSBuild version 17.7.2+d6990bcfa for .NET Framework

1>Checking Build System
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/src/__libjpeg/CMakeLists.txt
jpeg.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libjpeg\src__libjpeg-build\Debug\jpeg.lib
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/src/__libjpeg/CMakeLists.txt
cjpeg.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libjpeg\src__libjpeg-build\Debug\cjpeg.exe
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/src/__libjpeg/CMakeLists.txt
djpeg.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libjpeg\src__libjpeg-build\Debug\djpeg.exe
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/src/__libjpeg/CMakeLists.txt
jpegtran.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libjpeg\src__libjpeg-build\Debug\jpegtran.exe
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/src/__libjpeg/CMakeLists.txt
rdjpgcom.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libjpeg\src__libjpeg-build\Debug\rdjpgcom.exe
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/src/__libjpeg/CMakeLists.txt
wrjpgcom.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libjpeg\src__libjpeg-build\Debug\wrjpgcom.exe
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/src/__libjpeg/CMakeLists.txt
Performing install step for '__libjpeg'
MSBuild version 17.7.2+d6990bcfa for .NET Framework

jpeg.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libjpeg\src__libjpeg-build\Debug\jpeg.lib
cjpeg.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libjpeg\src__libjpeg-build\Debug\cjpeg.exe
djpeg.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libjpeg\src__libjpeg-build\Debug\djpeg.exe
jpegtran.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libjpeg\src__libjpeg-build\Debug\jpegtran.exe
rdjpgcom.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libjpeg\src__libjpeg-build\Debug\rdjpgcom.exe
wrjpgcom.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libjpeg\src__libjpeg-build\Debug\wrjpgcom.exe
1>
-- Install configuration: "Debug"
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/bin/cjpeg.exe
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/bin/djpeg.exe
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/bin/jpegtran.exe
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/bin/rdjpgcom.exe
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/bin/wrjpgcom.exe
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/lib/jpeg.lib
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/include/jerror.h
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/include/jmorecfg.h
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/include/jpeglib.h
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/include/jconfig.h
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/share/libjpeg/doc/README
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/share/libjpeg/doc/install.txt
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/share/libjpeg/doc/usage.txt
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/share/libjpeg/doc/wizard.txt
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/share/libjpeg/doc/example.c
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/share/libjpeg/doc/libjpeg.txt
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/share/libjpeg/doc/structure.txt
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/share/libjpeg/doc/coderules.txt
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/share/libjpeg/doc/filelist.txt
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libjpeg/share/libjpeg/doc/change.log
Completed '__libjpeg'
Performing update step for '__zlib'
No patch step for '__zlib'
Performing configure step for '__zlib'
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.

Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.

-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22635.
-- Configuring done (0.1s)
-- Generating done (0.2s)
-- Build files have been written to: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/zlib/src/__zlib-build
Performing build step for '__zlib'
MSBuild version 17.7.2+d6990bcfa for .NET Framework

1>Checking Build System
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/zlib/src/__zlib/CMakeLists.txt
zlib.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\zlib\src__zlib-build\Debug\zlibd.dll
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/zlib/src/__zlib/CMakeLists.txt
example.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\zlib\src__zlib-build\Debug\example.exe
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/zlib/src/__zlib/CMakeLists.txt
minigzip.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\zlib\src__zlib-build\Debug\minigzip.exe
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/zlib/src/__zlib/CMakeLists.txt
zlibstatic.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\zlib\src__zlib-build\Debug\zlibstaticd.lib
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/zlib/src/__zlib/CMakeLists.txt
Performing install step for '__zlib'
MSBuild version 17.7.2+d6990bcfa for .NET Framework

zlib.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\zlib\src__zlib-build\Debug\zlibd.dll
example.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\zlib\src__zlib-build\Debug\example.exe
minigzip.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\zlib\src__zlib-build\Debug\minigzip.exe
zlibstatic.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\zlib\src__zlib-build\Debug\zlibstaticd.lib
1>
-- Install configuration: "Debug"
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/zlib/lib/zlibd.lib
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/zlib/bin/zlibd.dll
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/zlib/lib/zlibstaticd.lib
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/zlib/include/zconf.h
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/zlib/include/zlib.h
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/zlib/share/man/man3/zlib.3
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/zlib/share/pkgconfig/zlib.pc
Completed '__zlib'
Performing update step for '__libpng'
No patch step for '__libpng'
Performing configure step for '__libpng'
CMake Deprecation Warning at CMakeLists.txt:9 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.

Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.

-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22635.
-- Configuring done (0.0s)
-- Generating done (0.3s)
-- Build files have been written to: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/src/__libpng-build
Performing build step for '__libpng'
MSBuild version 17.7.2+d6990bcfa for .NET Framework

1>Checking Build System
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/src/__libpng/CMakeLists.txt
png16.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libpng\src__libpng-build\Debug\libpng16d.dll
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/src/__libpng/CMakeLists.txt
png16_static.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libpng\src__libpng-build\Debug\libpng16_staticd.lib
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/src/__libpng/CMakeLists.txt
pngstest.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libpng\src__libpng-build\Debug\pngstest.exe
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/src/__libpng/CMakeLists.txt
pngtest.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libpng\src__libpng-build\Debug\pngtest.exe
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/src/__libpng/CMakeLists.txt
pngvalid.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libpng\src__libpng-build\Debug\pngvalid.exe
Building Custom Rule C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/src/__libpng/CMakeLists.txt
Performing install step for '__libpng'
MSBuild version 17.7.2+d6990bcfa for .NET Framework

png16.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libpng\src__libpng-build\Debug\libpng16d.dll
png16_static.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libpng\src__libpng-build\Debug\libpng16_staticd.lib
pngstest.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libpng\src__libpng-build\Debug\pngstest.exe
pngtest.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libpng\src__libpng-build\Debug\pngtest.exe
pngvalid.vcxproj -> C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\external\libpng\src__libpng-build\Debug\pngvalid.exe
1>
-- Install configuration: "Debug"
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/lib/libpng16d.lib
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/bin/libpng16d.dll
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/lib/libpng16_staticd.lib
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/include/png.h
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/include/pngconf.h
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/include/pnglibconf.h
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/include/libpng16/png.h
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/include/libpng16/pngconf.h
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/include/libpng16/pnglibconf.h
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/share/man/man3/libpng.3
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/share/man/man3/libpngpf.3
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/share/man/man5/png.5
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/lib/libpng/libpng16.cmake
-- Up-to-date: C:/Users/Blockheadsuper/OneDrive/Documents/Code/pangolin/build/external/libpng/lib/libpng/libpng16-debug.cmake
Completed '__libpng'
cl : command line warning D9002: ignoring unknown option '-fPIC' [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
file_extension.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
file_utils.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
sigstate.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
threadedfilebuf.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
timer.cpp
uri.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
image_io.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
image_io_exr.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
image_io_jpg.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
image_io_pango.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
image_io_png.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
image_io_ppm.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
image_io_raw.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
image_io_tga.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
image_io_zstd.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
pixel_format.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
packet.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
packetstream.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
packetstream_reader.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
packetstream_writer.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
Generating Code...
Compiling...
playback_session.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
glchar.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
gldraw.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
glfont.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
glpangoglu.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
gltext.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
gltexturecache.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
display.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
image_view.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
opengl_render_state.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
view.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
viewport.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
handler.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
handler_glbuffer.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
handler_image.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
datalog.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
plotter.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
input_record_repeat.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
vars.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
widgets.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
Generating Code...
Compiling...
stream_encoder_factory.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
video.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
video_input.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
video_interface_factory.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
video_output.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
video_output_interface_factory.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
test.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
images.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
images_out.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
split.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
pvn.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
pango.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
pango_video_output.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
debayer.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
shift.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
mirror.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
unpack.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
join.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
merge.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
json.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
Generating Code...
Compiling...
thread.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
video_viewer.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
display_win.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
uvc_mediafoundation.cpp
C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\include\pangolin/platform.h(45,13): fatal error C1083: Cannot open include file: 'pangolin/pangolin_export.h': No such
file or directory [C:\Users\Blockheadsuper\OneDrive\Documents\Code\pangolin\build\src_pangolin.vcxproj]
Generating Code...

@harshitsinghcode
Copy link

@Blockheadsuper did u get this??

btw, i've got an error while running setup.py -

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants