×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Latest build 14-12-14 - cant connect to qhy5

  • Posts: 17
  • Thank you received: 0
Did you try KNRO's suggestion above and download the indi-qhy-old source from SVN ?

As posted:
svn co svn://svn.code.sf.net/p/indi/code/trunk/3rdparty/indi-qhy-old
cd indi-qhy-old
cmake -DCMAKE_INSTALL_PREFIX=/usr .
sudo make install

If not, post what happens after "sudo make install", otherwise it's hard to know what your issue is.
Last edit: 9 years 2 months ago by Parser. Reason: added followup step
9 years 2 months ago #2570

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0
Hi and thanks for quick reply

I did exatly what he suggested, and got exact the same error as with the "officiel" driver.

Would you like the output here ?
9 years 2 months ago #2571

Please Log in or Create an account to join the conversation.

  • Posts: 17
  • Thank you received: 0
that would help i think yes.
9 years 2 months ago #2572

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0
OK Here is the output:

indi-qhy-old# make install
[ 10%] Building CXX object CMakeFiles/indi_qhy_ccd.dir/qhyccd.o
In file included from /home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:33:0:
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.h:55:10: error: conflicting return type specified for ‘virtual bool QHYCCD::StartExposure(float)’
In file included from /home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.h:31:0,
from /home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:33:
/usr/include/libindi/indiccd.h:144:21: error: overriding ‘virtual int INDI::CCD::StartExposure(float)’
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp: In constructor ‘QHYCCD::QHYCCD(QHYDevice*)’:
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:143:42: error: ‘setVersion’ was not declared in this scope
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp: In member function ‘virtual bool QHYCCD::initProperties()’:
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:166:55: error: ‘getDeviceName’ was not declared in this scope
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:169:3: error: ‘CCDCapability’ was not declared in this scope
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:169:17: error: expected ‘;’ before ‘cap’
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:171:3: error: ‘cap’ was not declared in this scope
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:179:24: error: ‘SetCCDCapability’ was not declared in this scope
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp: In member function ‘bool QHYCCD::UpdateCCDBin(int, int)’:
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:203:29: error: ‘getDeviceName’ was not declared in this scope
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp: In member function ‘virtual void QHYCCD::TimerHit()’:
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:239:16: error: ‘class CCDChip’ has no member named ‘setExposureLeft’
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp: In member function ‘virtual bool QHYCCD::StartExposure(float)’:
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:246:14: error: ‘class CCDChip’ has no member named ‘setExposureDuration’
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp: In member function ‘virtual bool QHYCCD::AbortExposure()’:
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:261:16: error: ‘class CCDChip’ has no member named ‘setExposureLeft’
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp: In member function ‘void QHYCCD::ExposureTimerHit()’:
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:274:16: error: ‘class CCDChip’ has no member named ‘setExposureLeft’
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:276:36: error: no matching function for call to ‘QHYCCD::ExposureComplete(CCDChip*)’
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:276:36: note: candidate is:
In file included from /home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.h:31:0,
from /home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:33:
/usr/include/libindi/indiccd.h:149:22: note: virtual bool INDI::CCD::ExposureComplete()
/usr/include/libindi/indiccd.h:149:22: note: candidate expects 0 arguments, 1 provided
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp: In member function ‘virtual bool QHYCCD::GuideWest(float)’:
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:281:19: error: ‘HasST4Port’ was not declared in this scope
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp: In member function ‘virtual bool QHYCCD::GuideEast(float)’:
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:288:19: error: ‘HasST4Port’ was not declared in this scope
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp: In member function ‘virtual bool QHYCCD::GuideNorth(float)’:
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:295:19: error: ‘HasST4Port’ was not declared in this scope
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp: In member function ‘virtual bool QHYCCD::GuideSouth(float)’:
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:302:19: error: ‘HasST4Port’ was not declared in this scope
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp: In member function ‘virtual bool QHYCCD::ISNewNumber(const char*, const char*, double*, char**, int)’:
/home/hk/Hentninger/astro/indi.old/indi-qhy-old/qhyccd.cpp:318:34: error: ‘getDeviceName’ was not declared in this scope
make[2]: *** [CMakeFiles/indi_qhy_ccd.dir/qhyccd.o] Fejl 1
make[1]: *** [CMakeFiles/indi_qhy_ccd.dir/all] Fejl 2
make: *** [all] Fejl 2
indi-qhy-old#
9 years 2 months ago #2573

Please Log in or Create an account to join the conversation.

You need the latest libindi from SVN from build indi-qhy-old, first compile and install libindi from SVN then compile indi-qhy-old
9 years 2 months ago #2574

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0


I do believe I did that, but now I am unsure.

How do I check that I did it correct.

By the way, happy new eyar :)
9 years 2 months ago #2575

Please Log in or Create an account to join the conversation.

Time to create page: 1.089 seconds