On Fri July 12 2002 03:21 pm, Net Llama! wrote: > Does profile.c (line 14) specify a path where its looking for parser.h?
Nope. It just has #include <parser.h>. I edited the file to add the full path, but then make can't find another header file. I edit that, and then the next one errors out. There must be an easier way then editing every source file, but I don't know it. I didn't even know what file to look in until you pointed it out. Of course, now it's obvious. The way it goes sometimes. -- Ed Jabbour > On Fri, 12 Jul 2002, edj wrote: > > Trying to install powertweak. Configure went well (I think). > > However, make crapped out with: > > > > profile.c:14: parser.h: No such file or directory > > make[2]: *** [profile.lo] Error 1 > > make[2]: Leaving directory > > `/home/edj/downloads/powertweak/src/libpowertweak' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/home/edj/downloads/powertweak/src' > > make: *** [all-recursive] Error 1 > > > > parser.h exists in /usr/include/libxml2/libxml; also in > > /usr/include/libxml (???). At the end of the configure output is: > > > > XML libs: -L/usr/lib -lxml2 -lz -lm > > XML cflags: -I/usr/include/libxml2 > > > > Any advice appreciated. Thanks. _______________________________________________ Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
