|
From: Barry A. <bar...@gm...> - 2014-01-01 19:47:27
|
./configure CXXFLAGS='-stdlib=libstdc++’ Resolved. :) On Dec 31, 2013, at 6:44 PM, Barry Allard <bar...@gm...> wrote: > So there’s this error: > > g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -O -pipe -Wall -Wno-non-virtual-dtor -c -o displayencoder.o displayencoder.cpp > displayencoder.cpp:831:27: error: calling a private constructor of class > 'std::__1::__wrap_iter<const char *>' > TSTRING::const_iterator first(&ach[0]), last(&ach[1]); > > Any ideas on a simple, portable solution? My C++ is rusty, but it looks like the code was written for an older STL. > > More details: https://github.com/steakknife/tripwire/issues/1 > > Also, here’s the WIP fork since TW has been unmaintained for years: https://github.com/steakknife/tripwire > > BR, > Barry Allard |