You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have cfitsio and pyfits installed in the usual places. I pointed the include directory in my .bashrc
and even tried to point the cfitsio.pc into the pkg config path
could you help me? The test in my mac ran beautifully so I would love to implement the solving
in a pipeline...
thanks in advance
Carlos
The text was updated successfully, but these errors were encountered:
From the forum,
http://forum.astrometry.net/index.php?p=/discussion/4187/failure-at-install-in-suse-11.4
Hello.
I succesfully installed the command-line edition on my mac. Thanks
However, when trying on my linux desktop (main data reduction machine for me),
the makefile stops here:
gcc -g -Wall -ffinite-math-only -fno-signaling-nans -pthread -march=native -O3 -fomit-frame-pointer -DNDEBUG -fPIC -Winline -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I../util -I../util -I../libkd -I../gsl-an -I../qfits-an/include -I/usr/local/include -I../catalogs -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -c -o image2xy-files.o image2xy-files.c
image2xy-files.c:32:20: fatal error: fitsio.h: No such file or directory
compilation terminated.
make[1]: *** [image2xy-files.o] Error 1
make[1]: Leaving directory `/usr/local/astrometry.net-0.42/blind'
make: *** [subdirs] Error 2
I have cfitsio and pyfits installed in the usual places. I pointed the include directory in my .bashrc
and even tried to point the cfitsio.pc into the pkg config path
could you help me? The test in my mac ran beautifully so I would love to implement the solving
in a pipeline...
thanks in advance
Carlos
The text was updated successfully, but these errors were encountered: