Hello,
we're in process of installing new camera on our observatory (246), so we're rechecking our
data-flow procedure. There are many new technologies around and lot of computation power, so we're
trying wether some part of your interesting project would fit in.
Unfortunately ob both OSs I tryed, ie. on Ubuntu 12.04 and on OS X (using macports) ,I've got during instalation phase response like this connected
with swig at ./sdss subdirectory of instalation directory:
~/src/astrometry.net-0.43/sdss $ make
python setup.py build --force --build-base build --build-platlib build/lib
running build
running build_ext
building '_cutils' extension
swigging cutils.i to cutils_wrap.c
swig -python -o cutils_wrap.c cutils.i
:3: Error: Unable to find 'python.swg'
error: command 'swig' failed with exit status 1
make: *** [_cutils.so] Error 1
On Ubuntu 12.04 I solved that by installing "swig" package and make-ing new install;
on OS X I'm not able to go through. So my quiestion is: is there any way of installing
the SW without using swig tool?
I tryed newer snapshots as well - I did not get better result :(
Thank you
Michal