Ok, the problem is, it gets extracted too late. in CMakelists.txt, ln 16
FindPackages gets included by inlcude(configure), which searches for BISON
in ln 81. But UseGnuWin32 gets call in line 55, which is too late. So if
CMake searches for Bison, it's not yet extracted. Moving it up before
include(configure) helps to find it there, but later
eq/server/CmakeLists.txt ln 6 doesn't find Flex...
Cheers,
Robert
--
View this message in context:
http://software.1713.n2.nabble.com/Spacemouse-events-not-received-anymore-tp7583201p7583218.html