Testing streaming

Monday, May 29, 2017

Spice testing

For a while, Spice stopped showing me video. I tried a number of things. Then rebuilt it from scratch, it worked again. Not sure exactly why. But I'm starting to get a nagging feeling that dependencies are not entirely correct in the makefiles.

Tao

Ran into an old problem, so I lifted an old blog entry talking about it. Error was:

compiling ../tao/xlr/xlr/basics.cpp
In file included from /usr/include/c++/6.3.1/ext/string_conversions.h:41:0,
                 from /usr/include/c++/6.3.1/bits/basic_string.h:5402,
                 from /usr/include/c++/6.3.1/string:52,
                 from /usr/include/c++/6.3.1/bits/locale_classes.h:40,
                 from /usr/include/c++/6.3.1/bits/ios_base.h:41,
                 from /usr/include/c++/6.3.1/ios:42,
                 from /usr/include/c++/6.3.1/ostream:38,
                 from /usr/include/c++/6.3.1/iostream:39,
                 from ../tao/xlr/xlr/basics.cpp:41:
/usr/include/c++/6.3.1/cstdlib:75:25: fatal error: stdlib.h: No such file or directory
 #include_next 
                         ^

Need to find a way to make this more "persistent". But that will probably have to wait for the work I'm presently doing on XL during my night shift.