Hi , I tried now a few things to get qastrocam compiled and was part;y successful but still running into problems. First it wanted qt3. But i only had qt and qt4, so i downloaded the develpment of qt-3.3, changed makefile.vars and makefile.arch and it did not complain for qt any more. then I downloaded cfitsio, installed it and copied fitsio.h from ./include/ to /usr/local/include/ and all fits libs from ./lib to /usr/lib/ this helped to get of most errors. then I do make configure-redhat-mt
Following output appears: # make configure-redhat-mt make configure-generic QT_MT=-mt QT_BASE=/usr/lib/qt-3.3/ make[1]: Entering directory `/path/qastrocam-2006-05-19' MOC=/usr/lib/qt-3.3//bin/moc QT_INC_DIR=/usr/lib/qt-3.3//include QT_LIB_DIR=/usr/lib/qt-3.3//lib QT_LIBS=-lqt-mt ./configure checking for g++... g++ checking for gcc... gcc checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for sdl-config... /usr/bin/sdl-config checking for avifile-config... no ./configure: line 1609: --cflags: command not found ./configure: line 1610: --cflags: command not found ./configure: line 1611: --libs: command not found checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking avifile.h usability... no checking avifile.h presence... no checking for avifile.h... no checking SDL.h usability... yes checking SDL.h presence... yes checking for SDL.h... yes configure: creating ./config.status config.status: creating Makefile.vars config.status: creating config.h config.status: config.h is unchanged make[1]: Leaving directory `/path/qastrocam-2006-05-19' [qastrocam-2006-05-19]# So cross compiling is not supported Then i do make all and i get following error # make all for i in qastrolib qastrocam doc ; do make -C $i || exit 1; done make[1]: Entering directory `/path/qastrocam-2006-05-19/qastrolib' make[1]: *** No rule to make target `qlineedit.h', needed by `QCamVesta.o'. Stop. make[1]: Leaving directory `/path/qastrocam-2006-05-19/qastrolib' make: *** [all] Error 1 # Googling for this error shows that some makefile is somehow wrong ... http://theoryx5.uwinnipeg.ca/gnu/make/make_121.html Did you experience similar problems? Or what do I wrong? By the way, does anybody know if in 2.6.20 there is still this LED error ? I have a Toucam Pro II 840k, so i would like know if I have to update my pwc driver to the latest one ... I had problems to compile this one as well, perhaps a snapshot is easier ? Thanks already in advance for helping me. Thomas _______________________________________________ pwc mailing list [email protected] http://lists.saillard.org/mailman/listinfo/pwc
