Andre Rummler
Andre Rummler
That comment was made by me, David was still logged in...
Ex0TgDataCollector FmctluProducer and NiProducer, each having a separate Ex0TgDataCollector and StdEvtMonitor and Ex0Monitor.
It might be better to write as a normal binary data block. Compare #417
Yes, I am trying it according to https://cmake.org/cmake/help/git-master/manual/cmake-packages.7.html#creating-packages
You could try to enable cmake -DDEBUG_TRANSPORT=1 according to f5ae66cf421c8e9c8057febf9062dfdd134b9171 Also setting DEBUG_NOTIMEOUT to 1 should avoid that Stackoverflow mentions a bunch of different reasons but basically it boils down...
Hi, did you use the instructions given in the Readme shown on the entry page? Which was the error? Which Windows version are you using? It should work as we...
sys/time.h is not correlated to C++11, it is simply not available on Windows. But it should not be needed on Windows if the configuration works correctly. Which file required it?...
Nevertheless, it should just compile. Therefore, it would be good to have the log and particularly the error messages.
I compiled it just now with cmake 3.2.3 and Visual Studio 2013 32bit on a Windows 7 64 bit without any difficulties (beyond identifying the right libusb, the tlu is...
After patching CXX11.cmake EUDAQ+TLU compiles fine with the VS 2015 community edition in 32 bit mode (although including a bunch of warnings). The patch consists of adding the line `(MSVC...