Hi, On Fri, Dec 23, 2005, rh wrote: > I already download hello-world-app_0.2.tar.gz app from maemo website. Then I > read the README file, they say that I can build it like any other Debian > package using "$ dpkg-buildpackage -rfakeroot" command. > But when I try to build using that command, error occured > > CFLAGS=" -Wall -g -02" ./configure --prefix=/usr --disable-static > /bin/sh: line 1: ./configure: No such file or directory > make: *** [configure-stamp] Error 127 > > What should I do now ?
Run ./autogen.sh before building the package. This should have been done before building the tarball. Johan. _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
