Skip to content

[Build PupilEXT from Source]: Linking with Pylon 6 library on Windows 8.1 (x64) failed in VSCode #21

Answered by BZandi
kheki4 asked this question in Q&A
Discussion options

You must be logged in to vote

I checked again the source code of PupilEXT because usually, it should not matter which pylon version you use if you build PupilEXT from the source. The statement in the readme about using Pylon 6.0.1. was just for the pre-compiled binaries.

It turns out that the problem relies on the Open-PupilEXT/cmake/FindPylon.cmake file, which is used to find the pylon installation on your local PC when building from the source. In the file's lines 40 to 56, there is the following code

set(PYLON_LIB_SEARCH_PATH "${PYLON_HOME}/lib/x64")

find_library(PYLON_BASE_LIBRARY
            NAMES PylonBase_v6_0.lib
            PATHS ${PYLON_LIB_SEARCH_PATH})
find_library(PYLON_GCBASE_LIBRARY
            NAMES G…

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
5 replies
@kheki4
Comment options

@BZandi
Comment options

@kheki4
Comment options

@BZandi
Comment options

@kheki4
Comment options

Comment options

You must be logged in to vote
1 reply
@BZandi
Comment options

Comment options

You must be logged in to vote
2 replies
@kheki4
Comment options

@kheki4
Comment options

Answer selected by kheki4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants