On Wed, Apr 18, 2007 at 04:58:04PM -0700, Thomas Pfrommer wrote: > 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 avifile.h usability... no > checking avifile.h presence... no > checking for avifile.h... no
Have you installed libavifile ? because the configure script has not detected your installation. > # 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 > # qlineedit.h comes from libqt3 (perhaps qt4 too) so you need to install the developpement package before building this application. Luc _______________________________________________ pwc mailing list [email protected] http://lists.saillard.org/mailman/listinfo/pwc
