Robotic Telescope System in Linux
From: Fabian Lim (fabi.lim_at_gmail.com)
Date: 11/27/04
- Next message: Peter T. Breuer: "Re: Robotic Telescope System in Linux"
- Previous message: James Lehman: "Q: long long int, ext3 file sizes > 2GB"
- Next in thread: Peter T. Breuer: "Re: Robotic Telescope System in Linux"
- Reply: Peter T. Breuer: "Re: Robotic Telescope System in Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Nov 2004 12:58:32 -0800
I'm currently trying to compile the Talon software to Linux Enterprise
at the University of Toronto's Observatory. I'm planning to
standardize the software so that it will work on all Meade LX 200
telescopes. I'm currently facing compilation errors. I have
succesfully compiled all libraries in the code, but when I try to
compile other folders, such as /daemons/telescoped I get the following
error:
/usr/local/telescope/lib/libmisc.so: undefined reference to "errno"
I have checked all the files located at the libmisc folder and found
that all files having references to errno have "include <errno.h>". I
have also found that there are no other references to extern int
errno, which is another cause for this error.
I would appreciate any help. Also, if you would be interesting in
working on this project please let me know.
Talon can be found in:
http://sourceforge.net/projects/observatory
Thanks,
Fabian
- Next message: Peter T. Breuer: "Re: Robotic Telescope System in Linux"
- Previous message: James Lehman: "Q: long long int, ext3 file sizes > 2GB"
- Next in thread: Peter T. Breuer: "Re: Robotic Telescope System in Linux"
- Reply: Peter T. Breuer: "Re: Robotic Telescope System in Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|