Hello,
Thank you for all the work that's gone into Dcp-o-Matic. I'm about to test this on a short at my local cinema in England, with a DCP made in version 2.9.0.
On attempting to compile version 2.9.7 (and also the Git development sources), my system cannot find the header file locked_sstream.h, and, naturally, the class(?) locked_stringstream which recently replaced std::stringstream.
If I shouldn't be trying the development sources or 2.9.7 then I'll not worry. But what is locked_sstream.h, and what provides it? I don't have it in my development system at all (Mingw-w64 on GNU/Linux, compiling for Windows 10 64 bit).
yours,
John
locked_stringstream / locked_sstream.h
-
- Site Admin
- Posts: 2548
- Joined: Thu Nov 14, 2013 2:53 pm
Re: locked_stringstream / locked_sstream.h
CoolThank you for all the work that's gone into Dcp-o-Matic. I'm about to test this on a short at my local cinema in England, with a DCP made in version 2.9.0.
You can get it withIf I shouldn't be trying the development sources or 2.9.7 then I'll not worry. But what is locked_sstream.h, and what provides it? I don't have it in my development system at all (Mingw-w64 on GNU/Linux, compiling for Windows 10 64 bit).
Code: Select all
git clone git://git.carlh.net/git/locked_sstream.git
Carl
-
- Posts: 2
- Joined: Thu Jul 28, 2016 9:29 pm
Re: locked_stringstream / locked_sstream.h
Thanks so much for getting back to me. That worked perfectly.
Is the GitHub mirror of libdcp up-to-date? Your git.carlh.org repository compiles perfectly, but the GitHub repository looks for an old symbol in libcxml that is no longer there. No worries though: switching to git.carlh.org makes all trouble go away.
J
Is the GitHub mirror of libdcp up-to-date? Your git.carlh.org repository compiles perfectly, but the GitHub repository looks for an old symbol in libcxml that is no longer there. No worries though: switching to git.carlh.org makes all trouble go away.
J
-
- Site Admin
- Posts: 2548
- Joined: Thu Nov 14, 2013 2:53 pm
Re: locked_stringstream / locked_sstream.h
It is up to date but I think you need to use the 1.0 branch rather than master, perhaps?Is the GitHub mirror of libdcp up-to-date? Your git.carlh.org repository compiles perfectly, but the GitHub repository looks for an old symbol in libcxml that is no longer there. No worries though: switching to git.carlh.org makes all trouble go away.