Closed RomanED closed 11 months ago
Building with MSVC2017 : LNK1104: cannot open file 'qatemcontrol.lib' LNK1104: cannot open file 'boost_date_time-mgw49-mt-1_57.lib' LNK1104: cannot open file 'boost_date_time-mgw49-mt-1_57.lib'
Building with MingW 7.3.0-x64:
C:\repos\casparCG\casparcg-client\src\Gpi\GpiDevice.cpp:6: undefined reference to `gpio::serial_port_device::create(std::__cxx11::basic_string<char, std::char_traits
C:\repos\casparCG\casparcg-client\src\Gpi\GpiDevice.cpp:16: ошибка: undefined reference to `gpio::serial_port_device::create(std::__cxx11::basic_string<char, std::char_traits
I tried build CasparCG client with MingW 7.3.0 x64 , add executable and builded libs in deploy directory, and every time I get a runtime error "The entry point <..name_entry> to the procedure was not found"
Alarm, guys, i need your help with Caspar Client?
@RomanED do you have to run it on Windows? If you can use Linux, I might be able to help you
The build process has been reworked so this no longer applies
Qt 5.14.2 with MingW 7.3.0 or MSVC 2017(15.9.x) 64 bit:
undefined reference to gpio::serial_port_device::create
what versions of dependencies(Qt version, msvc version compiler and other) do I need for a successful build?
Qt 6.4 with MSVC 2019 (17.3) many errors with qt and others...