Get the following error:
scons: Reading SConscript files ...
Checking for pkg-config (at least version 0.0.0)... ok
Checking for QtCore... ok
AttributeError: SConsEnvironment instance has no attribute 'MergeFlags':
File "SConstruct", line 33:
env.MergeFlags( needed )
The "needed" is the path the the QtCore library, I suppose, from the
SConstruct script. I suppose I need to have some python module installed.
Which one?
I also cannot compile the ofqf-0.1.1 with too many errors to find the culprit.
What are its dependencies (lib???-dev stuff to install) ?