Hi Klaus, Andy,
I'm actually porting Geoffrey's work on branches/openphd1/ into trunk/ . The INDI basics including Camera support got committed 2 days ago and I'm preparing the mount control for later tonight (mount control is working :).
First we have to fix the following :
[20:26:51] <phdBB> build #4 of H__buntu started, including [825]
[20:27:04] <phdBB> build #4 of H__buntu is complete: Failure [failed compile] Build details are at
http://gcc10.fsffrance.org:8011/builders/H__buntu/builds/4 blamelist: andy
;-)
The buildbot reports results on the irc channel. The stdio build details show the issue is :
/home/phd2/buildslave/H__buntu/source/myframe.cpp: In function ‘bool load_multi_darks(GuideCamera*, const wxString&)’:
/home/phd2/buildslave/H__buntu/source/myframe.cpp:1459:17: error: ‘auto_ptr’ is not a member of ‘std’
std::auto_ptr<usImage> img(new usImage());
^
/home/phd2/buildslave/H__buntu/source/myframe.cpp:1459:38: error: expected primary-expression before ‘>’ token
std::auto_ptr<usImage> img(new usImage());
^
/home/phd2/buildslave/H__buntu/source/myframe.cpp:1459:57: error: ‘img’ was not declared in this scope
std::auto_ptr<usImage> img(new usImage());
^
Andy : we can sure use help on the irc channel to fix this one.
-- Hans